<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Graph</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Graph.Constants">
            <summary>
            Constants used for navigating Graph
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Constants.Url">
            <summary>
            URL segment constants
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.Url.AppRoot">
            <summary>
            The AppRoot folder
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.Url.DeletedItems">
            <summary>
            The Deleted Items folder
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.Url.Drafts">
            <summary>
            The Drafts folder
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.Url.GraphBaseUrlFormatString">
            <summary>
            The base URL format for Graph
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.Url.Inbox">
            <summary>
            The Inbox folder
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.Url.SentItems">
            <summary>
            The Sent Items folder
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Constants.OdataInstanceAnnotations">
            <summary>
            Constants used to specify OData instance annotations.
            https://www.odata.org/vocabularies/
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.OdataInstanceAnnotations.NextLink">
            <summary>
            The nextLink annotations string.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.OdataInstanceAnnotations.DeltaLink">
            <summary>
            The deltaLink annotations string.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ClientType">
            <summary>
            The ClientType enum for OneDrive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ClientType.Business">
            OneDrive for Business
        </member>
        <member name="F:Microsoft.Graph.ClientType.Consumer">
            OneDrive Consumer
        </member>
        <member name="T:Microsoft.Graph.GraphErrorCode">
            <summary>
            Graph error codes
            https://developer.microsoft.com/en-us/graph/docs/concepts/errors
            </summary>
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.AccessDenied">
            The caller doesn't have permission to perform the action.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ActivityLimitReached">
            The app or user has been throttled.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.AccessRestricted">
            Access restricted to the item's owner.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.AuthenticationCancelled">
            Authentication cancelled.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.AuthenticationFailure">
            Authentication failed.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.CannotSnapshotTree">
            Failed to get a consistent delta snapshot. Try again later.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ChildItemCountExceeded">
            Max limit on the number of child items was reached.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.EntityTagDoesNotMatch">
            ETag does not match the current item's value.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.FragmentLengthMismatch">
            Declared total size for this fragment is different from that of the upload session.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.FragmentOutOfOrder">
            Uploaded fragment is out of order.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.FragmentOverlap">
            Uploaded fragment overlaps with existing data.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.GeneralException">
            An unspecified error has occurred.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidAcceptType">
            Invalid accept type.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidParameterFormat">
            Invalid parameter format.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidPath">
            Name contains invalid characters.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidQueryOption">
            Invalid query option.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidRange">
            The specified byte range is invalid or unavailable.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidRequest">
            The request is malformed or incorrect.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidStartIndex">
            Invalid start index.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ItemNotFound">
            The resource could not be found.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.LockMismatch">
            Lock token does not match existing lock.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.LockNotFoundOrAlreadyExpired">
            There is currently no unexpired lock on the item.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.LockOwnerMismatch">
            Lock Owner ID does not match provided ID.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MalformedEntityTag">
            ETag header is malformed. ETags must be quoted strings.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MalwareDetected">
            Malware was detected in the requested resource.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxDocumentCountExceeded">
            Max limit on number of Documents is reached.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxFileSizeExceeded">
            Max file size exceeded.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxFolderCountExceeded">
            Max limit on number of Folders is reached.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxFragmentLengthExceeded">
            Max file size exceeded.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxItemCountExceeded">
            Max limit on number of Items is reached.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxQueryLengthExceeded">
            Max query length exceeded.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxStreamSizeExceeded">
            Maximum stream size exceeded.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.NameAlreadyExists">
            The specified item name already exists.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.NotAllowed">
            The action is not allowed by the system.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.NotSupported">
            The request is not supported by the system.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ParameterIsTooLong">
            Parameter Exceeds Maximum Length.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ParameterIsTooSmall">
            Parameter is smaller than minimum value.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.PathIsTooLong">
            Path exceeds maximum length.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.PathTooDeep">
            Folder hierarchy depth limit reached.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.PropertyNotUpdateable">
            Property not updateable.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ResourceModified">
            The resource being updated has changed since the caller last read it, usually an eTag mismatch.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ResyncApplyDifferences">
            Resync required. Replace any local items with the server's version (including deletes) 
            if you're sure that the service was up to date with your local changes when you last sync'd. 
            Upload any local changes that the server doesn't know about.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ResyncRequired">
            The delta token is no longer valid, and the app must reset the sync state.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ResyncUploadDifferences">
            Resync required. Upload any local items that the service did not return, and upload any files 
            that differ from the server's version (keeping both copies if you're not sure which one is more up-to-date).
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ServiceNotAvailable">
            The service is not available. Try the request again after a delay. There may be a Retry-After header.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ServiceReadOnly">
            Resource is temporarily read-only.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ThrottledRequest">
            Too many requests.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.Timeout">
            The server, while acting as a proxy, did not receive a timely response from the upstream server it needed 
            to access in attempting to complete the request. May occur together with 503.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.TooManyRedirects">
            Client application has been throttled and should not attempt to repeat the request until an amount of time has elapsed.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.TooManyResultsRequested">
            Too many results requested.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.TooManyTermsInQuery">
            Too many terms in the query.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.TotalAffectedItemCountExceeded">
            Operation is not allowed because the number of affected items exceeds threshold.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.TruncationNotAllowed">
            Data truncation is not allowed.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.QuotaLimitReached">
            The user has reached their quota limit.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.Unauthenticated">
            The caller is not authenticated.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.UploadSessionFailed">
            Upload session failed.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.UploadSessionIncomplete">
            Upload session incomplete.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.UploadSessionNotFound">
            Upload session not found.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.VirusSuspicious">
            This document is suspicious and may have a virus.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ZeroOrFewerResultsRequested">
            Zero or fewer results requested.
        </member>
        <member name="T:Microsoft.Graph.CallRecords.AudioCodec">
            <summary>
            The enum AudioCodec.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.Invalid">
            <summary>
            Invalid
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.Cn">
            <summary>
            Cn
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.Pcma">
            <summary>
            Pcma
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.Pcmu">
            <summary>
            Pcmu
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.AmrWide">
            <summary>
            Amr Wide
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.G722">
            <summary>
            G722
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.G7221">
            <summary>
            G7221
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.G7221c">
            <summary>
            G7221c
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.G729">
            <summary>
            G729
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.MultiChannelAudio">
            <summary>
            Multi Channel Audio
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.Muchv2">
            <summary>
            Muchv2
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.Opus">
            <summary>
            Opus
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.Satin">
            <summary>
            Satin
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.SatinFullband">
            <summary>
            Satin Fullband
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.RtAudio8">
            <summary>
            Rt Audio8
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.RtAudio16">
            <summary>
            Rt Audio16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.Silk">
            <summary>
            Silk
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.SilkNarrow">
            <summary>
            Silk Narrow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.SilkWide">
            <summary>
            Silk Wide
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.Siren">
            <summary>
            Siren
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.XmsRta">
            <summary>
            Xms Rta
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.AudioCodec.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.CallRecord">
            <summary>
            The type Call Record.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecord.EndDateTime">
            <summary>
            Gets or sets end date time.
            UTC time when the last user left the call. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecord.JoinWebUrl">
            <summary>
            Gets or sets join web url.
            Meeting URL associated to the call. May not be available for a peerToPeer call record type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecord.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            UTC time when the call record was created. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecord.Modalities">
            <summary>
            Gets or sets modalities.
            List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecord.Organizer">
            <summary>
            Gets or sets organizer.
            The organizing party's identity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecord.Participants">
            <summary>
            Gets or sets participants.
            List of distinct identities involved in the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecord.StartDateTime">
            <summary>
            Gets or sets start date time.
            UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecord.Type">
            <summary>
            Gets or sets type.
            Indicates the type of the call. Possible values are: unknown, groupCall, peerToPeer, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecord.Version">
            <summary>
            Gets or sets version.
            Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecord.Sessions">
            <summary>
            Gets or sets sessions.
            List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecord.SessionsNextLink">
            <summary>
            Gets or sets sessionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.CallType">
            <summary>
            The enum CallType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.CallType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.CallType.GroupCall">
            <summary>
            Group Call
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.CallType.PeerToPeer">
            <summary>
            Peer To Peer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.CallType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ClientPlatform">
            <summary>
            The enum ClientPlatform.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ClientPlatform.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ClientPlatform.Windows">
            <summary>
            Windows
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ClientPlatform.MacOS">
            <summary>
            Mac OS
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ClientPlatform.IOS">
            <summary>
            IOS
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ClientPlatform.Android">
            <summary>
            Android
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ClientPlatform.Web">
            <summary>
            Web
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ClientPlatform.IpPhone">
            <summary>
            Ip Phone
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ClientPlatform.RoomSystem">
            <summary>
            Room System
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ClientPlatform.SurfaceHub">
            <summary>
            Surface Hub
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ClientPlatform.HoloLens">
            <summary>
            Holo Lens
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ClientPlatform.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ClientUserAgent">
            <summary>
            The type ClientUserAgent.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ClientUserAgent.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.CallRecords.ClientUserAgent"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.ClientUserAgent.AzureADAppId">
            <summary>
            Gets or sets azureADAppId.
            The unique identifier of the Azure AD application used by this endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.ClientUserAgent.CommunicationServiceId">
            <summary>
            Gets or sets communicationServiceId.
            Immutable resource identifier of the Azure Communication Service associated with this endpoint based on Communication Services APIs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.ClientUserAgent.Platform">
            <summary>
            Gets or sets platform.
            Identifies the platform used by this endpoint. Possible values are: unknown, windows, macOS, iOS, android, web, ipPhone, roomSystem, surfaceHub, holoLens, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.ClientUserAgent.ProductFamily">
            <summary>
            Gets or sets productFamily.
            Identifies the family of application software used by this endpoint. Possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue, azureCommunicationServices. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: azureCommunicationServices.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.DeviceInfo">
            <summary>
            The type DeviceInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.CaptureDeviceDriver">
            <summary>
            Gets or sets captureDeviceDriver.
            Name of the capture device driver used by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.CaptureDeviceName">
            <summary>
            Gets or sets captureDeviceName.
            Name of the capture device used by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.CaptureNotFunctioningEventRatio">
            <summary>
            Gets or sets captureNotFunctioningEventRatio.
            Fraction of the call that the media endpoint detected the capture device was not working properly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.CpuInsufficentEventRatio">
            <summary>
            Gets or sets cpuInsufficentEventRatio.
            Fraction of the call that the media endpoint detected the CPU resources available were insufficient and caused poor quality of the audio sent and received.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.DeviceClippingEventRatio">
            <summary>
            Gets or sets deviceClippingEventRatio.
            Fraction of the call that the media endpoint detected clipping in the captured audio that caused poor quality of the audio being sent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.DeviceGlitchEventRatio">
            <summary>
            Gets or sets deviceGlitchEventRatio.
            Fraction of the call that the media endpoint detected glitches or gaps in the audio played or captured that caused poor quality of the audio being sent or received.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.HowlingEventCount">
            <summary>
            Gets or sets howlingEventCount.
            Number of times during the call that the media endpoint detected howling or screeching audio.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.InitialSignalLevelRootMeanSquare">
            <summary>
            Gets or sets initialSignalLevelRootMeanSquare.
            The root mean square (RMS) of the incoming signal of up to the first 30 seconds of the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.LowSpeechLevelEventRatio">
            <summary>
            Gets or sets lowSpeechLevelEventRatio.
            Fraction of the call that the media endpoint detected low speech level that caused poor quality of the audio being sent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.LowSpeechToNoiseEventRatio">
            <summary>
            Gets or sets lowSpeechToNoiseEventRatio.
            Fraction of the call that the media endpoint detected low speech to noise level that caused poor quality of the audio being sent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.MicGlitchRate">
            <summary>
            Gets or sets micGlitchRate.
            Glitches per 5 minute interval for the media endpoint's microphone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.ReceivedNoiseLevel">
            <summary>
            Gets or sets receivedNoiseLevel.
            Average energy level of received audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.ReceivedSignalLevel">
            <summary>
            Gets or sets receivedSignalLevel.
            Average energy level of received audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.RenderDeviceDriver">
            <summary>
            Gets or sets renderDeviceDriver.
            Name of the render device driver used by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.RenderDeviceName">
            <summary>
            Gets or sets renderDeviceName.
            Name of the render device used by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.RenderMuteEventRatio">
            <summary>
            Gets or sets renderMuteEventRatio.
            Fraction of the call that media endpoint detected device render is muted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.RenderNotFunctioningEventRatio">
            <summary>
            Gets or sets renderNotFunctioningEventRatio.
            Fraction of the call that the media endpoint detected the render device was not working properly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.RenderZeroVolumeEventRatio">
            <summary>
            Gets or sets renderZeroVolumeEventRatio.
            Fraction of the call that media endpoint detected device render volume is set to 0.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.SentNoiseLevel">
            <summary>
            Gets or sets sentNoiseLevel.
            Average energy level of sent audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.SentSignalLevel">
            <summary>
            Gets or sets sentSignalLevel.
            Average energy level of sent audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.SpeakerGlitchRate">
            <summary>
            Gets or sets speakerGlitchRate.
            Glitches per 5 minute internal for the media endpoint's loudspeaker.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DeviceInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.DirectRoutingLogRow">
            <summary>
            The type DirectRoutingLogRow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.CalleeNumber">
            <summary>
            Gets or sets calleeNumber.
            Number of the user or bot who received the call. E.164 format, but may include additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.CallEndSubReason">
            <summary>
            Gets or sets callEndSubReason.
            In addition to the SIP codes, Microsoft has own subcodes that indicate the specific issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.CallerNumber">
            <summary>
            Gets or sets callerNumber.
            Number of the user or bot who made the call. E.164 format, but may include additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.CallType">
            <summary>
            Gets or sets callType.
            Call type and direction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.CorrelationId">
            <summary>
            Gets or sets correlationId.
            Identifier for the call that you can use when calling Microsoft Support. GUID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.Duration">
            <summary>
            Gets or sets duration.
            Duration of the call in seconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.EndDateTime">
            <summary>
            Gets or sets endDateTime.
            Only exists for successful (fully established) calls. Time when call ended.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.FailureDateTime">
            <summary>
            Gets or sets failureDateTime.
            Only exists for failed (not fully established) calls.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.FinalSipCode">
            <summary>
            Gets or sets finalSipCode.
            The code with which the call ended, RFC 3261.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.FinalSipCodePhrase">
            <summary>
            Gets or sets finalSipCodePhrase.
            Description of the SIP code and Microsoft subcode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.Id">
            <summary>
            Gets or sets id.
            Unique call identifier. GUID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.InviteDateTime">
            <summary>
            Gets or sets inviteDateTime.
            When the initial invite was sent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.MediaBypassEnabled">
            <summary>
            Gets or sets mediaBypassEnabled.
            Indicates if the trunk was enabled for media bypass or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.MediaPathLocation">
            <summary>
            Gets or sets mediaPathLocation.
            The datacenter used for media path in non-bypass call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.SignalingLocation">
            <summary>
            Gets or sets signalingLocation.
            The datacenter used for signaling for both bypass and non-bypass calls.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            Call start time.For failed and unanswered calls, this can be equal to invite or failure time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.SuccessfulCall">
            <summary>
            Gets or sets successfulCall.
            Success or attempt.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.TrunkFullyQualifiedDomainName">
            <summary>
            Gets or sets trunkFullyQualifiedDomainName.
            Fully qualified domain name of the session border controller.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.UserDisplayName">
            <summary>
            Gets or sets userDisplayName.
            Display name of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.UserId">
            <summary>
            Gets or sets userId.
            Calling user's ID in Graph. This and other user info will be null/empty for bot call types. GUID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            UserPrincipalName (sign-in name) in Azure Active Directory. This is usually the same as user's SIP Address, and can be same as user's e-mail address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.DirectRoutingLogRow.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.Endpoint">
            <summary>
            The type Endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Endpoint.UserAgent">
            <summary>
            Gets or sets userAgent.
            User-agent reported by this endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Endpoint.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Endpoint.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.FailureInfo">
            <summary>
            The type FailureInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.FailureInfo.Reason">
            <summary>
            Gets or sets reason.
            Classification of why a call or portion of a call failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.FailureInfo.Stage">
            <summary>
            Gets or sets stage.
            The stage when the failure occurred. Possible values are: unknown, callSetup, midcall, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.FailureInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.FailureInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.FailureStage">
            <summary>
            The enum FailureStage.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.FailureStage.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.FailureStage.CallSetup">
            <summary>
            Call Setup
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.FailureStage.Midcall">
            <summary>
            Midcall
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.FailureStage.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.FeedbackTokenSet">
            <summary>
            The type FeedbackTokenSet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.FeedbackTokenSet.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.FeedbackTokenSet.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.Media">
            <summary>
            The type Media.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Media.CalleeDevice">
            <summary>
            Gets or sets calleeDevice.
            Device information associated with the callee endpoint of this media.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Media.CalleeNetwork">
            <summary>
            Gets or sets calleeNetwork.
            Network information associated with the callee endpoint of this media.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Media.CallerDevice">
            <summary>
            Gets or sets callerDevice.
            Device information associated with the caller endpoint of this media.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Media.CallerNetwork">
            <summary>
            Gets or sets callerNetwork.
            Network information associated with the caller endpoint of this media.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Media.Label">
            <summary>
            Gets or sets label.
            How the media was identified during media negotiation stage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Media.Streams">
            <summary>
            Gets or sets streams.
            Network streams associated with this media.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Media.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Media.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.MediaStream">
            <summary>
            The type MediaStream.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.AudioCodec">
            <summary>
            Gets or sets audioCodec.
            Codec name used to encode audio for transmission on the network. Possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRTA, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.AverageAudioDegradation">
            <summary>
            Gets or sets averageAudioDegradation.
            Average Network Mean Opinion Score degradation for stream. Represents how much the network loss and jitter has impacted the quality of received audio.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.AverageAudioNetworkJitter">
            <summary>
            Gets or sets averageAudioNetworkJitter.
            Average jitter for the stream computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.AverageBandwidthEstimate">
            <summary>
            Gets or sets averageBandwidthEstimate.
            Average estimated bandwidth available between two endpoints in bits per second.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.AverageJitter">
            <summary>
            Gets or sets averageJitter.
            Average jitter for the stream computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.AveragePacketLossRate">
            <summary>
            Gets or sets averagePacketLossRate.
            Average packet loss rate for stream.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.AverageRatioOfConcealedSamples">
            <summary>
            Gets or sets averageRatioOfConcealedSamples.
            Ratio of the number of audio frames with samples generated by packet loss concealment to the total number of audio frames.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.AverageReceivedFrameRate">
            <summary>
            Gets or sets averageReceivedFrameRate.
            Average frames per second received for all video streams computed over the duration of the session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.AverageRoundTripTime">
            <summary>
            Gets or sets averageRoundTripTime.
            Average network propagation round-trip time computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.AverageVideoFrameLossPercentage">
            <summary>
            Gets or sets averageVideoFrameLossPercentage.
            Average percentage of video frames lost as displayed to the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.AverageVideoFrameRate">
            <summary>
            Gets or sets averageVideoFrameRate.
            Average frames per second received for a video stream, computed over the duration of the session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.AverageVideoPacketLossRate">
            <summary>
            Gets or sets averageVideoPacketLossRate.
            Average fraction of packets lost, as specified in [RFC 3550][], computed over the duration of the session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.EndDateTime">
            <summary>
            Gets or sets endDateTime.
            UTC time when the stream ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.LowFrameRateRatio">
            <summary>
            Gets or sets lowFrameRateRatio.
            Fraction of the call where frame rate is less than 7.5 frames per second.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.LowVideoProcessingCapabilityRatio">
            <summary>
            Gets or sets lowVideoProcessingCapabilityRatio.
            Fraction of the call that the client is running less than 70% expected video processing capability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.MaxAudioNetworkJitter">
            <summary>
            Gets or sets maxAudioNetworkJitter.
            Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in [ISO 8601][] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.MaxJitter">
            <summary>
            Gets or sets maxJitter.
            Maximum jitter for the stream computed as specified in RFC 3550, denoted in [ISO 8601][] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.MaxPacketLossRate">
            <summary>
            Gets or sets maxPacketLossRate.
            Maximum packet loss rate for the stream.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.MaxRatioOfConcealedSamples">
            <summary>
            Gets or sets maxRatioOfConcealedSamples.
            Maximum ratio of packets concealed by the healer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.MaxRoundTripTime">
            <summary>
            Gets or sets maxRoundTripTime.
            Maximum network propagation round-trip time computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.PacketUtilization">
            <summary>
            Gets or sets packetUtilization.
            Packet count for the stream.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.PostForwardErrorCorrectionPacketLossRate">
            <summary>
            Gets or sets postForwardErrorCorrectionPacketLossRate.
            Packet loss rate after FEC has been applied aggregated across all video streams and codecs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            UTC time when the stream started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.StreamDirection">
            <summary>
            Gets or sets streamDirection.
            Indicates the direction of the media stream. Possible values are: callerToCallee, calleeToCaller.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.StreamId">
            <summary>
            Gets or sets streamId.
            Unique identifier for the stream.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.VideoCodec">
            <summary>
            Gets or sets videoCodec.
            Codec name used to encode video for transmission on the network. Possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.WasMediaBypassed">
            <summary>
            Gets or sets wasMediaBypassed.
            True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.MediaStream.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.MediaStreamDirection">
            <summary>
            The enum MediaStreamDirection.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.MediaStreamDirection.CallerToCallee">
            <summary>
            Caller To Callee
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.MediaStreamDirection.CalleeToCaller">
            <summary>
            Callee To Caller
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.Modality">
            <summary>
            The enum Modality.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.Modality.Audio">
            <summary>
            Audio
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.Modality.Video">
            <summary>
            Video
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.Modality.VideoBasedScreenSharing">
            <summary>
            Video Based Screen Sharing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.Modality.Data">
            <summary>
            Data
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.Modality.ScreenSharing">
            <summary>
            Screen Sharing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.Modality.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.NetworkConnectionType">
            <summary>
            The enum NetworkConnectionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.NetworkConnectionType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.NetworkConnectionType.Wired">
            <summary>
            Wired
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.NetworkConnectionType.Wifi">
            <summary>
            Wifi
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.NetworkConnectionType.Mobile">
            <summary>
            Mobile
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.NetworkConnectionType.Tunnel">
            <summary>
            Tunnel
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.NetworkConnectionType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.NetworkInfo">
            <summary>
            The type NetworkInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.BandwidthLowEventRatio">
            <summary>
            Gets or sets bandwidthLowEventRatio.
            Fraction of the call that the media endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.BasicServiceSetIdentifier">
            <summary>
            Gets or sets basicServiceSetIdentifier.
            The wireless LAN basic service set identifier of the media endpoint used to connect to the network.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.ConnectionType">
            <summary>
            Gets or sets connectionType.
            Type of network used by the media endpoint. Possible values are: unknown, wired, wifi, mobile, tunnel, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.DelayEventRatio">
            <summary>
            Gets or sets delayEventRatio.
            Fraction of the call that the media endpoint detected the network delay was significant enough to impact the ability to have real-time two-way communication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.DnsSuffix">
            <summary>
            Gets or sets dnsSuffix.
            DNS suffix associated with the network adapter of the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.IpAddress">
            <summary>
            Gets or sets ipAddress.
            IP address of the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.LinkSpeed">
            <summary>
            Gets or sets linkSpeed.
            Link speed in bits per second reported by the network adapter used by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.MacAddress">
            <summary>
            Gets or sets macAddress.
            The media access control (MAC) address of the media endpoint's network device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.NetworkTransportProtocol">
            <summary>
            Gets or sets networkTransportProtocol.
            Network protocol used for the transmission of stream. Possible values are: unknown, udp, tcp, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.Port">
            <summary>
            Gets or sets port.
            Network port number used by media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.ReceivedQualityEventRatio">
            <summary>
            Gets or sets receivedQualityEventRatio.
            Fraction of the call that the media endpoint detected the network was causing poor quality of the audio received.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.ReflexiveIPAddress">
            <summary>
            Gets or sets reflexiveIPAddress.
            IP address of the media endpoint as seen by the media relay server. This is typically the public internet IP address associated to the endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.RelayIPAddress">
            <summary>
            Gets or sets relayIPAddress.
            IP address of the media relay server allocated by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.RelayPort">
            <summary>
            Gets or sets relayPort.
            Network port number allocated on the media relay server by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.SentQualityEventRatio">
            <summary>
            Gets or sets sentQualityEventRatio.
            Fraction of the call that the media endpoint detected the network was causing poor quality of the audio sent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.Subnet">
            <summary>
            Gets or sets subnet.
            Subnet used for media stream by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.TraceRouteHops">
            <summary>
            Gets or sets traceRouteHops.
            List of network trace route hops collected for this media stream.*
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.WifiBand">
            <summary>
            Gets or sets wifiBand.
            WiFi band used by the media endpoint. Possible values are: unknown, frequency24GHz, frequency50GHz, frequency60GHz, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.WifiBatteryCharge">
            <summary>
            Gets or sets wifiBatteryCharge.
            Estimated remaining battery charge in percentage reported by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.WifiChannel">
            <summary>
            Gets or sets wifiChannel.
            WiFi channel used by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.WifiMicrosoftDriver">
            <summary>
            Gets or sets wifiMicrosoftDriver.
            Name of the Microsoft WiFi driver used by the media endpoint. Value may be localized based on the language used by endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.WifiMicrosoftDriverVersion">
            <summary>
            Gets or sets wifiMicrosoftDriverVersion.
            Version of the Microsoft WiFi driver used by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.WifiRadioType">
            <summary>
            Gets or sets wifiRadioType.
            Type of WiFi radio used by the media endpoint. Possible values are: unknown, wifi80211a, wifi80211b, wifi80211g, wifi80211n, wifi80211ac, wifi80211ax, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.WifiSignalStrength">
            <summary>
            Gets or sets wifiSignalStrength.
            WiFi signal strength in percentage reported by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.WifiVendorDriver">
            <summary>
            Gets or sets wifiVendorDriver.
            Name of the WiFi driver used by the media endpoint. Value may be localized based on the language used by endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.WifiVendorDriverVersion">
            <summary>
            Gets or sets wifiVendorDriverVersion.
            Version of the WiFi driver used by the media endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.NetworkInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.NetworkTransportProtocol">
            <summary>
            The enum NetworkTransportProtocol.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.NetworkTransportProtocol.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.NetworkTransportProtocol.Udp">
            <summary>
            Udp
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.NetworkTransportProtocol.Tcp">
            <summary>
            Tcp
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.NetworkTransportProtocol.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ParticipantEndpoint">
            <summary>
            The type ParticipantEndpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ParticipantEndpoint.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.CallRecords.ParticipantEndpoint"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.ParticipantEndpoint.Feedback">
            <summary>
            Gets or sets feedback.
            The feedback provided by the user of this endpoint about the quality of the session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.ParticipantEndpoint.Identity">
            <summary>
            Gets or sets identity.
            Identity associated with the endpoint.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ProductFamily">
            <summary>
            The enum ProductFamily.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ProductFamily.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ProductFamily.Teams">
            <summary>
            Teams
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ProductFamily.SkypeForBusiness">
            <summary>
            Skype For Business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ProductFamily.Lync">
            <summary>
            Lync
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ProductFamily.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ProductFamily.AzureCommunicationServices">
            <summary>
            Azure Communication Services
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.PstnCallDurationSource">
            <summary>
            The enum PstnCallDurationSource.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.PstnCallDurationSource.Microsoft">
            <summary>
            Microsoft
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.PstnCallDurationSource.Operator">
            <summary>
            Operator
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.PstnCallLogRow">
            <summary>
            The type PstnCallLogRow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.CallDurationSource">
            <summary>
            Gets or sets callDurationSource.
            The source of the call duration data. If the call uses a third-party telecommunications operator via the Operator Connect Program, the operator may provide their own call duration data. In this case, the property value is operator. Otherwise, the value is microsoft.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.CalleeNumber">
            <summary>
            Gets or sets calleeNumber.
            Number dialed in E.164 format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.CallerNumber">
            <summary>
            Gets or sets callerNumber.
            Number that received the call for inbound calls or the number dialed for outbound calls. E.164 format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.CallId">
            <summary>
            Gets or sets callId.
            Call identifier. Not guaranteed to be unique.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.CallType">
            <summary>
            Gets or sets callType.
            Whether the call was a PSTN outbound or inbound call and the type of call such as a call placed by a user or an audio conference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.Charge">
            <summary>
            Gets or sets charge.
            Amount of money or cost of the call that is charged to your account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.ConferenceId">
            <summary>
            Gets or sets conferenceId.
            ID of the audio conference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.ConnectionCharge">
            <summary>
            Gets or sets connectionCharge.
            Connection fee price.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.Currency">
            <summary>
            Gets or sets currency.
            Type of currency used to calculate the cost of the call (ISO 4217).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.DestinationContext">
            <summary>
            Gets or sets destinationContext.
            Whether the call was domestic (within a country or region) or international (outside a country or region) based on the user's location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.DestinationName">
            <summary>
            Gets or sets destinationName.
            Country or region dialed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.Duration">
            <summary>
            Gets or sets duration.
            How long the call was connected, in seconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.EndDateTime">
            <summary>
            Gets or sets endDateTime.
            Call end time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.Id">
            <summary>
            Gets or sets id.
            Unique call identifier. GUID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.InventoryType">
            <summary>
            Gets or sets inventoryType.
            User's phone number type, such as a service of toll-free number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.LicenseCapability">
            <summary>
            Gets or sets licenseCapability.
            The license used for the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.Operator">
            <summary>
            Gets or sets operator.
            The telecommunications operator which provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            Call start time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.TenantCountryCode">
            <summary>
            Gets or sets tenantCountryCode.
            Country code of the tenant, ISO 3166-1 alpha-2.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.UsageCountryCode">
            <summary>
            Gets or sets usageCountryCode.
            Country code of the user, ISO 3166-1 alpha-2.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.UserDisplayName">
            <summary>
            Gets or sets userDisplayName.
            Display name of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.UserId">
            <summary>
            Gets or sets userId.
            Calling user's ID in Graph. GUID. This and other user info will be null/empty for bot call types (ucap_in, ucap_out).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            UserPrincipalName (sign-in name) in Azure Active Directory. This is usually the same as user's SIP Address, and can be same as user's e-mail address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.PstnCallLogRow.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.Segment">
            <summary>
            The type Segment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Segment.Callee">
            <summary>
            Gets or sets callee.
            Endpoint that answered this segment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Segment.Caller">
            <summary>
            Gets or sets caller.
            Endpoint that initiated this segment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Segment.EndDateTime">
            <summary>
            Gets or sets end date time.
            UTC time when the segment ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Segment.FailureInfo">
            <summary>
            Gets or sets failure info.
            Failure information associated with the segment if it failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Segment.Media">
            <summary>
            Gets or sets media.
            Media associated with this segment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Segment.StartDateTime">
            <summary>
            Gets or sets start date time.
            UTC time when the segment started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ServiceEndpoint">
            <summary>
            The type ServiceEndpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ServiceEndpoint.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.CallRecords.ServiceEndpoint"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ServiceRole">
            <summary>
            The enum ServiceRole.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.CustomBot">
            <summary>
            Custom Bot
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.SkypeForBusinessMicrosoftTeamsGateway">
            <summary>
            Skype For Business Microsoft Teams Gateway
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.SkypeForBusinessAudioVideoMcu">
            <summary>
            Skype For Business Audio Video Mcu
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.SkypeForBusinessApplicationSharingMcu">
            <summary>
            Skype For Business Application Sharing Mcu
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.SkypeForBusinessCallQueues">
            <summary>
            Skype For Business Call Queues
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.SkypeForBusinessAutoAttendant">
            <summary>
            Skype For Business Auto Attendant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.MediationServer">
            <summary>
            Mediation Server
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.MediationServerCloudConnectorEdition">
            <summary>
            Mediation Server Cloud Connector Edition
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.ExchangeUnifiedMessagingService">
            <summary>
            Exchange Unified Messaging Service
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.MediaController">
            <summary>
            Media Controller
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.ConferencingAnnouncementService">
            <summary>
            Conferencing Announcement Service
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.ConferencingAttendant">
            <summary>
            Conferencing Attendant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.AudioTeleconferencerController">
            <summary>
            Audio Teleconferencer Controller
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.SkypeForBusinessUnifiedCommunicationApplicationPlatform">
            <summary>
            Skype For Business Unified Communication Application Platform
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.ResponseGroupServiceAnnouncementService">
            <summary>
            Response Group Service Announcement Service
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.Gateway">
            <summary>
            Gateway
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.SkypeTranslator">
            <summary>
            Skype Translator
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.SkypeForBusinessAttendant">
            <summary>
            Skype For Business Attendant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.ResponseGroupService">
            <summary>
            Response Group Service
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.Voicemail">
            <summary>
            Voicemail
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.ServiceRole.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ServiceUserAgent">
            <summary>
            The type ServiceUserAgent.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ServiceUserAgent.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.CallRecords.ServiceUserAgent"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.ServiceUserAgent.Role">
            <summary>
            Gets or sets role.
            Identifies the role of the service used by this endpoint. Possible values are: unknown, customBot, skypeForBusinessMicrosoftTeamsGateway, skypeForBusinessAudioVideoMcu, skypeForBusinessApplicationSharingMcu, skypeForBusinessCallQueues, skypeForBusinessAutoAttendant, mediationServer, mediationServerCloudConnectorEdition, exchangeUnifiedMessagingService, mediaController, conferencingAnnouncementService, conferencingAttendant, audioTeleconferencerController, skypeForBusinessUnifiedCommunicationApplicationPlatform, responseGroupServiceAnnouncementService, gateway, skypeTranslator, skypeForBusinessAttendant, responseGroupService, voicemail, unknownFutureValue.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.Session">
            <summary>
            The type Session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Session.Callee">
            <summary>
            Gets or sets callee.
            Endpoint that answered the session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Session.Caller">
            <summary>
            Gets or sets caller.
            Endpoint that initiated the session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Session.EndDateTime">
            <summary>
            Gets or sets end date time.
            UTC time when the last user left the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Session.FailureInfo">
            <summary>
            Gets or sets failure info.
            Failure information associated with the session if the session failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Session.Modalities">
            <summary>
            Gets or sets modalities.
            List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Session.StartDateTime">
            <summary>
            Gets or sets start date time.
            UTC time when the first user joined the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Session.Segments">
            <summary>
            Gets or sets segments.
            The list of segments involved in the session. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.Session.SegmentsNextLink">
            <summary>
            Gets or sets segmentsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.TraceRouteHop">
            <summary>
            The type TraceRouteHop.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.TraceRouteHop.HopCount">
            <summary>
            Gets or sets hopCount.
            The network path count of this hop that was used to compute the RTT.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.TraceRouteHop.IpAddress">
            <summary>
            Gets or sets ipAddress.
            IP address used for this hop in the network trace.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.TraceRouteHop.RoundTripTime">
            <summary>
            Gets or sets roundTripTime.
            The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in [ISO 8601][] format. For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.TraceRouteHop.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.TraceRouteHop.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.UserAgent">
            <summary>
            The type UserAgent.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.UserAgent.#ctor">
            <summary>
             The internal UserAgent constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.UserAgent.ApplicationVersion">
            <summary>
            Gets or sets applicationVersion.
            Identifies the version of application software used by this endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.UserAgent.HeaderValue">
            <summary>
            Gets or sets headerValue.
            User-agent header value reported by this endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.UserAgent.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.UserAgent.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.UserFeedback">
            <summary>
            The type UserFeedback.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.UserFeedback.Rating">
            <summary>
            Gets or sets rating.
            The rating provided by the user of this endpoint about the quality of this Session. Possible values are: notRated, bad, poor, fair, good, excellent, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.UserFeedback.Text">
            <summary>
            Gets or sets text.
            The feedback text provided by the user of this endpoint for the session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.UserFeedback.Tokens">
            <summary>
            Gets or sets tokens.
            The set of feedback tokens provided by the user of this endpoint for the session. This is a set of Boolean properties. The property names should not be relied upon since they may change depending on what tokens are offered to the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.UserFeedback.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.UserFeedback.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.UserFeedbackRating">
            <summary>
            The enum UserFeedbackRating.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.UserFeedbackRating.NotRated">
            <summary>
            Not Rated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.UserFeedbackRating.Bad">
            <summary>
            Bad
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.UserFeedbackRating.Poor">
            <summary>
            Poor
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.UserFeedbackRating.Fair">
            <summary>
            Fair
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.UserFeedbackRating.Good">
            <summary>
            Good
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.UserFeedbackRating.Excellent">
            <summary>
            Excellent
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.UserFeedbackRating.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.VideoCodec">
            <summary>
            The enum VideoCodec.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.VideoCodec.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.VideoCodec.Invalid">
            <summary>
            Invalid
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.VideoCodec.Av1">
            <summary>
            Av1
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.VideoCodec.H263">
            <summary>
            H263
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.VideoCodec.H264">
            <summary>
            H264
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.VideoCodec.H264s">
            <summary>
            H264s
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.VideoCodec.H264uc">
            <summary>
            H264uc
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.VideoCodec.H265">
            <summary>
            H265
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.VideoCodec.Rtvc1">
            <summary>
            Rtvc1
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.VideoCodec.RtVideo">
            <summary>
            Rt Video
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.VideoCodec.Xrtvc1">
            <summary>
            Xrtvc1
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.VideoCodec.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.WifiBand">
            <summary>
            The enum WifiBand.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.WifiBand.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.WifiBand.Frequency24GHz">
            <summary>
            Frequency24GHz
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.WifiBand.Frequency50GHz">
            <summary>
            Frequency50GHz
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.WifiBand.Frequency60GHz">
            <summary>
            Frequency60GHz
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.WifiBand.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.WifiRadioType">
            <summary>
            The enum WifiRadioType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.WifiRadioType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.WifiRadioType.Wifi80211a">
            <summary>
            Wifi80211a
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.WifiRadioType.Wifi80211b">
            <summary>
            Wifi80211b
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.WifiRadioType.Wifi80211g">
            <summary>
            Wifi80211g
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.WifiRadioType.Wifi80211n">
            <summary>
            Wifi80211n
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.WifiRadioType.Wifi80211ac">
            <summary>
            Wifi80211ac
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.WifiRadioType.Wifi80211ax">
            <summary>
            Wifi80211ax
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecords.WifiRadioType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.CallRecordRequest">
            <summary>
            The type CallRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.CreateAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CallRecord using POST.
            </summary>
            <param name="callRecordToCreate">The CallRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CallRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.CreateResponseAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CallRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="callRecordToCreate">The CallRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CallRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CallRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CallRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CallRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CallRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.UpdateAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CallRecord using PATCH.
            </summary>
            <param name="callRecordToUpdate">The CallRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CallRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.UpdateResponseAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CallRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="callRecordToUpdate">The CallRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.PutAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CallRecord using PUT.
            </summary>
            <param name="callRecordToUpdate">The CallRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.PutResponseAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CallRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="callRecordToUpdate">The CallRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.CallRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.CallRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequest.InitializeCollectionProperties(Microsoft.Graph.CallRecords.CallRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="callRecordToInitialize">The <see cref="T:Microsoft.Graph.CallRecords.CallRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.CallRecordRequestBuilder">
            <summary>
            The type CallRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CallRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecordRequestBuilder.Sessions">
            <summary>
            Gets the request builder for Sessions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionPage">
            <summary>
            The type CallRecordSessionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest">
            <summary>
            The type CallRecordSessionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallRecordSessionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest.AddAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Session to the collection via POST.
            </summary>
            <param name="session">The Session to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Session.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest.AddResponseAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Session to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="session">The Session to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Session,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Session,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequestBuilder">
            <summary>
            The type CallRecordSessionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CallRecordSessionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.CallRecords.ISessionRequestBuilder"/> for the specified CallRecordSession.
            </summary>
            <param name="id">The ID for the CallRecordSession.</param>
            <returns>The <see cref="T:Microsoft.Graph.CallRecords.ISessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionResponse">
            <summary>
            The type CallRecordSessionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.CallRecordSessionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ICallRecordRequest">
            <summary>
            The interface ICallRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.CreateAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CallRecord using POST.
            </summary>
            <param name="callRecordToCreate">The CallRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CallRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.CreateResponseAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CallRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="callRecordToCreate">The CallRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CallRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CallRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CallRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CallRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CallRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.UpdateAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CallRecord using PATCH.
            </summary>
            <param name="callRecordToUpdate">The CallRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CallRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.UpdateResponseAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CallRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="callRecordToUpdate">The CallRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.PutAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CallRecord using PUT.
            </summary>
            <param name="callRecordToUpdate">The CallRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.PutResponseAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CallRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="callRecordToUpdate">The CallRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.CallRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.CallRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ICallRecordRequestBuilder">
            <summary>
            The interface ICallRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.ICallRecordRequestBuilder.Sessions">
            <summary>
            Gets the request builder for Sessions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionPage">
            <summary>
            The interface ICallRecordSessionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest">
            <summary>
            The interface ICallRecordSessionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest.AddAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Session to the collection via POST.
            </summary>
            <param name="session">The Session to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Session.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest.AddResponseAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Session to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="session">The Session to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Session,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Session,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequestBuilder">
            <summary>
            The interface ICallRecordSessionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.ICallRecordSessionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.CallRecords.ISessionRequestBuilder"/> for the specified Session.
            </summary>
            <param name="id">The ID for the Session.</param>
            <returns>The <see cref="T:Microsoft.Graph.CallRecords.ISessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ISegmentRequest">
            <summary>
            The interface ISegmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.CreateAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Segment using POST.
            </summary>
            <param name="segmentToCreate">The Segment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Segment.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.CreateResponseAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Segment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="segmentToCreate">The Segment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Segment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Segment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Segment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Segment.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Segment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.UpdateAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Segment using PATCH.
            </summary>
            <param name="segmentToUpdate">The Segment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Segment.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.UpdateResponseAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Segment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="segmentToUpdate">The Segment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.PutAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Segment using PUT.
            </summary>
            <param name="segmentToUpdate">The Segment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.PutResponseAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Segment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="segmentToUpdate">The Segment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Segment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Segment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ISegmentRequestBuilder">
            <summary>
            The interface ISegmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISegmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ISessionRequest">
            <summary>
            The interface ISessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.CreateAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Session using POST.
            </summary>
            <param name="sessionToCreate">The Session to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Session.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.CreateResponseAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Session using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sessionToCreate">The Session to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Session.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Session and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Session.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Session.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Session and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.UpdateAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Session using PATCH.
            </summary>
            <param name="sessionToUpdate">The Session to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Session.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.UpdateResponseAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Session using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sessionToUpdate">The Session to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.PutAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Session using PUT.
            </summary>
            <param name="sessionToUpdate">The Session object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.PutResponseAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Session using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sessionToUpdate">The Session object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Session,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Session,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ISessionRequestBuilder">
            <summary>
            The interface ISessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.ISessionRequestBuilder.Segments">
            <summary>
            Gets the request builder for Segments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionPage">
            <summary>
            The interface ISessionSegmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest">
            <summary>
            The interface ISessionSegmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest.AddAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Segment to the collection via POST.
            </summary>
            <param name="segment">The Segment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Segment.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Segment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="segment">The Segment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Segment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Segment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequestBuilder">
            <summary>
            The interface ISessionSegmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.CallRecords.ISegmentRequestBuilder"/> for the specified Segment.
            </summary>
            <param name="id">The ID for the Segment.</param>
            <returns>The <see cref="T:Microsoft.Graph.CallRecords.ISegmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.SegmentRequest">
            <summary>
            The type SegmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SegmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.CreateAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Segment using POST.
            </summary>
            <param name="segmentToCreate">The Segment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Segment.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.CreateResponseAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Segment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="segmentToCreate">The Segment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Segment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Segment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Segment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Segment.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Segment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.UpdateAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Segment using PATCH.
            </summary>
            <param name="segmentToUpdate">The Segment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Segment.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.UpdateResponseAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Segment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="segmentToUpdate">The Segment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.PutAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Segment using PUT.
            </summary>
            <param name="segmentToUpdate">The Segment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.PutResponseAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Segment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="segmentToUpdate">The Segment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Segment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Segment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequest.InitializeCollectionProperties(Microsoft.Graph.CallRecords.Segment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="segmentToInitialize">The <see cref="T:Microsoft.Graph.CallRecords.Segment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.SegmentRequestBuilder">
            <summary>
            The type SegmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SegmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SegmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.SessionRequest">
            <summary>
            The type SessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SessionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.CreateAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Session using POST.
            </summary>
            <param name="sessionToCreate">The Session to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Session.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.CreateResponseAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Session using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sessionToCreate">The Session to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Session.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Session and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Session.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Session.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Session and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.UpdateAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Session using PATCH.
            </summary>
            <param name="sessionToUpdate">The Session to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Session.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.UpdateResponseAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Session using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sessionToUpdate">The Session to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.PutAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Session using PUT.
            </summary>
            <param name="sessionToUpdate">The Session object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.PutResponseAsync(Microsoft.Graph.CallRecords.Session,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Session using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sessionToUpdate">The Session object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Session,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Session,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequest.InitializeCollectionProperties(Microsoft.Graph.CallRecords.Session)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="sessionToInitialize">The <see cref="T:Microsoft.Graph.CallRecords.Session"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.SessionRequestBuilder">
            <summary>
            The type SessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SessionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.SessionRequestBuilder.Segments">
            <summary>
            Gets the request builder for Segments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.SessionSegmentsCollectionPage">
            <summary>
            The type SessionSegmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.SessionSegmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest">
            <summary>
            The type SessionSegmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SessionSegmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest.AddAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Segment to the collection via POST.
            </summary>
            <param name="segment">The Segment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Segment.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.CallRecords.Segment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Segment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="segment">The Segment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Segment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.Segment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequestBuilder">
            <summary>
            The type SessionSegmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SessionSegmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.SessionSegmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.CallRecords.ISegmentRequestBuilder"/> for the specified SessionSegment.
            </summary>
            <param name="id">The ID for the SessionSegment.</param>
            <returns>The <see cref="T:Microsoft.Graph.CallRecords.ISegmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecords.SessionSegmentsCollectionResponse">
            <summary>
            The type SessionSegmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.SessionSegmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.CallRecords.ISessionSegmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.SessionSegmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecords.SessionSegmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.AccessType">
            <summary>
            The enum AccessType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.AccessType.Grant">
            <summary>
            Grant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.AccessType.Deny">
            <summary>
            Deny
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.AccessType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.Acl">
            <summary>
            The type Acl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Acl.AccessType">
            <summary>
            Gets or sets accessType.
            The access granted to the identity. Possible values are: grant, deny, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Acl.Type">
            <summary>
            Gets or sets type.
            The type of identity. Possible values are: user, group, everyone, everyoneExceptGuests, externalGroup, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Acl.Value">
            <summary>
            Gets or sets value.
            The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Acl.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Acl.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.AclType">
            <summary>
            The enum AclType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.AclType.User">
            <summary>
            User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.AclType.Group">
            <summary>
            Group
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.AclType.Everyone">
            <summary>
            Everyone
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.AclType.EveryoneExceptGuests">
            <summary>
            Everyone Except Guests
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.AclType.ExternalGroup">
            <summary>
            External Group
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.AclType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.Configuration">
            <summary>
            The type Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Configuration.AuthorizedAppIds">
            <summary>
            Gets or sets authorizedAppIds.
            A collection of application IDs for registered Azure Active Directory apps that are allowed to manage the externalConnection and to index content in the externalConnection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Configuration.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Configuration.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ConnectionOperation">
            <summary>
            The type Connection Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ConnectionOperation.Error">
            <summary>
            Gets or sets error.
            If status is failed, provides more information about the error that caused the failure.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ConnectionOperation.Status">
            <summary>
            Gets or sets status.
            Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ConnectionOperationStatus">
            <summary>
            The enum ConnectionOperationStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.ConnectionOperationStatus.Unspecified">
            <summary>
            Unspecified
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.ConnectionOperationStatus.Inprogress">
            <summary>
            Inprogress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.ConnectionOperationStatus.Completed">
            <summary>
            Completed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.ConnectionOperationStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.ConnectionOperationStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ConnectionState">
            <summary>
            The enum ConnectionState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.ConnectionState.Draft">
            <summary>
            Draft
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.ConnectionState.Ready">
            <summary>
            Ready
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.ConnectionState.Obsolete">
            <summary>
            Obsolete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.ConnectionState.LimitExceeded">
            <summary>
            Limit Exceeded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.ConnectionState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.External">
            <summary>
            The type External.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.External.Connections">
            <summary>
            Gets or sets connections.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.External.ConnectionsNextLink">
            <summary>
            Gets or sets connectionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.External.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.External.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnection">
            <summary>
            The type External Connection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnection.Configuration">
            <summary>
            Gets or sets configuration.
            Specifies additional application IDs that are allowed to manage the connection and to index content in the connection. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnection.Description">
            <summary>
            Gets or sets description.
            Description of the connection displayed in the Microsoft 365 admin center. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnection.Name">
            <summary>
            Gets or sets name.
            The display name of the connection to be displayed in the Microsoft 365 admin center. Maximum length of 128 characters. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnection.State">
            <summary>
            Gets or sets state.
            Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnection.Groups">
            <summary>
            Gets or sets groups.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnection.GroupsNextLink">
            <summary>
            Gets or sets groupsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnection.Items">
            <summary>
            Gets or sets items.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnection.ItemsNextLink">
            <summary>
            Gets or sets itemsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnection.Operations">
            <summary>
            Gets or sets operations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnection.OperationsNextLink">
            <summary>
            Gets or sets operationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnection.Schema">
            <summary>
            Gets or sets schema.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalGroup">
            <summary>
            The type External Group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalGroup.Description">
            <summary>
            Gets or sets description.
            The description of the external group. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalGroup.DisplayName">
            <summary>
            Gets or sets display name.
            The friendly name of the external group. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalGroup.Members">
            <summary>
            Gets or sets members.
            A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalGroup.MembersNextLink">
            <summary>
            Gets or sets membersNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalItem">
            <summary>
            The type External Item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalItem.Acl">
            <summary>
            Gets or sets acl.
            An array of access control entries. Each entry specifies the access granted to a user or group. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalItem.Content">
            <summary>
            Gets or sets content.
            A plain-text  representation of the contents of the item. The text in this property is full-text indexed. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalItem.Properties">
            <summary>
            Gets or sets properties.
            A property bag with the properties of the item. The properties MUST conform to the schema defined for the externalConnection. Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalItemContent">
            <summary>
            The type ExternalItemContent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalItemContent.Type">
            <summary>
            Gets or sets type.
            The type of content in the value property. Possible values are: text, html, unknownFutureValue. These are the content types that the indexer supports, and not the file extension types allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalItemContent.Value">
            <summary>
            Gets or sets value.
            The content for the externalItem. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalItemContent.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalItemContent.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalItemContentType">
            <summary>
            The enum ExternalItemContentType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.ExternalItemContentType.Text">
            <summary>
            Text
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.ExternalItemContentType.Html">
            <summary>
            Html
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.ExternalItemContentType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.Identity">
            <summary>
            The type Identity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Identity.Type">
            <summary>
            Gets or sets type.
            The type of identity. Possible values are: user or group for Azure AD identities and externalgroup for groups in an external system.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IdentityType">
            <summary>
            The enum IdentityType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.IdentityType.User">
            <summary>
            User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.IdentityType.Group">
            <summary>
            Group
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.IdentityType.ExternalGroup">
            <summary>
            External Group
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.IdentityType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.Label">
            <summary>
            The enum Label.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.Label.Title">
            <summary>
            Title
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.Label.Url">
            <summary>
            Url
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.Label.CreatedBy">
            <summary>
            Created By
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.Label.LastModifiedBy">
            <summary>
            Last Modified By
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.Label.Authors">
            <summary>
            Authors
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.Label.CreatedDateTime">
            <summary>
            Created Date Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.Label.LastModifiedDateTime">
            <summary>
            Last Modified Date Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.Label.FileName">
            <summary>
            File Name
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.Label.FileExtension">
            <summary>
            File Extension
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.Label.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.Properties">
            <summary>
            The type Properties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Properties.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Properties.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.Property">
            <summary>
            The type Property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Property.Aliases">
            <summary>
            Gets or sets aliases.
            A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &amp;, ?, @, #, /, ~, ', ', &amp;lt;, &amp;gt;, `, ^. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Property.IsQueryable">
            <summary>
            Gets or sets isQueryable.
            Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Property.IsRefinable">
            <summary>
            Gets or sets isRefinable.
            Specifies if the property is refinable.  Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Property.IsRetrievable">
            <summary>
            Gets or sets isRetrievable.
            Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Property.IsSearchable">
            <summary>
            Gets or sets isSearchable.
            Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Property.Labels">
            <summary>
            Gets or sets labels.
            Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Property.Name">
            <summary>
            Gets or sets name.
            The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &amp;, ?, @, #, /, ~, ', ', &amp;lt;, &amp;gt;, `, ^.  Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Property.Type">
            <summary>
            Gets or sets type.
            The data type of the property. Possible values are: string, int64, double, dateTime, boolean, stringCollection, int64Collection, doubleCollection, dateTimeCollection, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Property.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Property.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.PropertyType">
            <summary>
            The enum PropertyType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.PropertyType.String">
            <summary>
            String
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.PropertyType.Int64">
            <summary>
            Int64
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.PropertyType.Double">
            <summary>
            Double
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.PropertyType.DateTime">
            <summary>
            Date Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.PropertyType.Boolean">
            <summary>
            Boolean
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.PropertyType.StringCollection">
            <summary>
            String Collection
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.PropertyType.Int64Collection">
            <summary>
            Int64Collection
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.PropertyType.DoubleCollection">
            <summary>
            Double Collection
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.PropertyType.DateTimeCollection">
            <summary>
            Date Time Collection
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalConnectors.PropertyType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.Schema">
            <summary>
            The type Schema.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Schema.BaseType">
            <summary>
            Gets or sets base type.
            Must be set to microsoft.graph.externalConnector.externalItem. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.Schema.Properties">
            <summary>
            Gets or sets properties.
            The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest">
            <summary>
            The type ConnectionOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConnectionOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConnectionOperation using POST.
            </summary>
            <param name="connectionOperationToCreate">The ConnectionOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConnectionOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConnectionOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectionOperationToCreate">The ConnectionOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectionOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectionOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConnectionOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConnectionOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConnectionOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectionOperation using PATCH.
            </summary>
            <param name="connectionOperationToUpdate">The ConnectionOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConnectionOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectionOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectionOperationToUpdate">The ConnectionOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.PutAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectionOperation using PUT.
            </summary>
            <param name="connectionOperationToUpdate">The ConnectionOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectionOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectionOperationToUpdate">The ConnectionOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequest.InitializeCollectionProperties(Microsoft.Graph.ExternalConnectors.ConnectionOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="connectionOperationToInitialize">The <see cref="T:Microsoft.Graph.ExternalConnectors.ConnectionOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequestBuilder">
            <summary>
            The type ConnectionOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConnectionOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ConnectionOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionPage">
            <summary>
            The type ExternalConnectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest">
            <summary>
            The type ExternalConnectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ExternalConnectionGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalGroup to the collection via POST.
            </summary>
            <param name="externalGroup">The ExternalGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="externalGroup">The ExternalGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequestBuilder">
            <summary>
            The type ExternalConnectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ExternalConnectionGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalGroupRequestBuilder"/> for the specified ExternalConnectionExternalGroup.
            </summary>
            <param name="id">The ID for the ExternalConnectionExternalGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionResponse">
            <summary>
            The type ExternalConnectionGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionPage">
            <summary>
            The type ExternalConnectionItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest">
            <summary>
            The type ExternalConnectionItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ExternalConnectionItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest.AddAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalItem to the collection via POST.
            </summary>
            <param name="externalItem">The ExternalItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="externalItem">The ExternalItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequestBuilder">
            <summary>
            The type ExternalConnectionItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ExternalConnectionItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalItemRequestBuilder"/> for the specified ExternalConnectionExternalItem.
            </summary>
            <param name="id">The ID for the ExternalConnectionExternalItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionResponse">
            <summary>
            The type ExternalConnectionItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionPage">
            <summary>
            The type ExternalConnectionOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest">
            <summary>
            The type ExternalConnectionOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ExternalConnectionOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest.AddAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConnectionOperation to the collection via POST.
            </summary>
            <param name="connectionOperation">The ConnectionOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConnectionOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConnectionOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="connectionOperation">The ConnectionOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequestBuilder">
            <summary>
            The type ExternalConnectionOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ExternalConnectionOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequestBuilder"/> for the specified ExternalConnectionConnectionOperation.
            </summary>
            <param name="id">The ID for the ExternalConnectionConnectionOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionResponse">
            <summary>
            The type ExternalConnectionOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest">
            <summary>
            The type ExternalConnectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ExternalConnectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalConnection using POST.
            </summary>
            <param name="externalConnectionToCreate">The ExternalConnection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalConnection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalConnection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalConnectionToCreate">The ExternalConnection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalConnection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalConnection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalConnection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ExternalConnection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalConnection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalConnection using PATCH.
            </summary>
            <param name="externalConnectionToUpdate">The ExternalConnection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ExternalConnection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalConnection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalConnectionToUpdate">The ExternalConnection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.PutAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalConnection using PUT.
            </summary>
            <param name="externalConnectionToUpdate">The ExternalConnection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalConnection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalConnectionToUpdate">The ExternalConnection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequest.InitializeCollectionProperties(Microsoft.Graph.ExternalConnectors.ExternalConnection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="externalConnectionToInitialize">The <see cref="T:Microsoft.Graph.ExternalConnectors.ExternalConnection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequestBuilder">
            <summary>
            The type ExternalConnectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ExternalConnectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequestBuilder.Groups">
            <summary>
            Gets the request builder for Groups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionRequestBuilder.Schema">
            <summary>
            Gets the request builder for Schema.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.ISchemaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionPage">
            <summary>
            The type ExternalConnectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest">
            <summary>
            The type ExternalConnectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ExternalConnectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest.AddAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalConnection to the collection via POST.
            </summary>
            <param name="externalConnection">The ExternalConnection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalConnection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalConnection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="externalConnection">The ExternalConnection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequestBuilder">
            <summary>
            The type ExternalConnectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ExternalConnectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder"/> for the specified ExternalExternalConnection.
            </summary>
            <param name="id">The ID for the ExternalExternalConnection.</param>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionResponse">
            <summary>
            The type ExternalConnectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalConnectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionPage">
            <summary>
            The type ExternalGroupMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest">
            <summary>
            The type ExternalGroupMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ExternalGroupMembersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest.AddAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Identity to the collection via POST.
            </summary>
            <param name="identity">The Identity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Identity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Identity to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identity">The Identity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.Identity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.Identity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequestBuilder">
            <summary>
            The type ExternalGroupMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ExternalGroupMembersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ExternalConnectors.IIdentityRequestBuilder"/> for the specified ExternalGroupIdentity.
            </summary>
            <param name="id">The ID for the ExternalGroupIdentity.</param>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IIdentityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionResponse">
            <summary>
            The type ExternalGroupMembersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalGroupMembersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest">
            <summary>
            The type ExternalGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ExternalGroupRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalGroup using POST.
            </summary>
            <param name="externalGroupToCreate">The ExternalGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalGroup using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalGroupToCreate">The ExternalGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ExternalGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalGroup using PATCH.
            </summary>
            <param name="externalGroupToUpdate">The ExternalGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ExternalGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalGroup using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalGroupToUpdate">The ExternalGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.PutAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalGroup using PUT.
            </summary>
            <param name="externalGroupToUpdate">The ExternalGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalGroup using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalGroupToUpdate">The ExternalGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequest.InitializeCollectionProperties(Microsoft.Graph.ExternalConnectors.ExternalGroup)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="externalGroupToInitialize">The <see cref="T:Microsoft.Graph.ExternalConnectors.ExternalGroup"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalGroupRequestBuilder">
            <summary>
            The type ExternalGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ExternalGroupRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalGroupRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalItemRequest">
            <summary>
            The type ExternalItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ExternalItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalItem using POST.
            </summary>
            <param name="externalItemToCreate">The ExternalItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalItemToCreate">The ExternalItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ExternalItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalItem using PATCH.
            </summary>
            <param name="externalItemToUpdate">The ExternalItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ExternalItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalItemToUpdate">The ExternalItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.PutAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalItem using PUT.
            </summary>
            <param name="externalItemToUpdate">The ExternalItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalItemToUpdate">The ExternalItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequest.InitializeCollectionProperties(Microsoft.Graph.ExternalConnectors.ExternalItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="externalItemToInitialize">The <see cref="T:Microsoft.Graph.ExternalConnectors.ExternalItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalItemRequestBuilder">
            <summary>
            The type ExternalItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ExternalItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalRequest">
            <summary>
            The type ExternalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ExternalRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.External,System.Threading.CancellationToken)">
            <summary>
            Creates the specified External using POST.
            </summary>
            <param name="externalToCreate">The External to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created External.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.External,System.Threading.CancellationToken)">
            <summary>
            Creates the specified External using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalToCreate">The External to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified External.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified External and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified External.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The External.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified External and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.External,System.Threading.CancellationToken)">
            <summary>
            Updates the specified External using PATCH.
            </summary>
            <param name="externalToUpdate">The External to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated External.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.External,System.Threading.CancellationToken)">
            <summary>
            Updates the specified External using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalToUpdate">The External to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.PutAsync(Microsoft.Graph.ExternalConnectors.External,System.Threading.CancellationToken)">
            <summary>
            Updates the specified External using PUT.
            </summary>
            <param name="externalToUpdate">The External object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.External,System.Threading.CancellationToken)">
            <summary>
            Updates the specified External using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalToUpdate">The External object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.External,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.External,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequest.InitializeCollectionProperties(Microsoft.Graph.ExternalConnectors.External)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="externalToInitialize">The <see cref="T:Microsoft.Graph.ExternalConnectors.External"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ExternalRequestBuilder">
            <summary>
            The type ExternalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ExternalRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ExternalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.ExternalRequestBuilder.Connections">
            <summary>
            Gets the request builder for Connections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest">
            <summary>
            The interface IConnectionOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConnectionOperation using POST.
            </summary>
            <param name="connectionOperationToCreate">The ConnectionOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConnectionOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConnectionOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectionOperationToCreate">The ConnectionOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectionOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectionOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConnectionOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConnectionOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConnectionOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectionOperation using PATCH.
            </summary>
            <param name="connectionOperationToUpdate">The ConnectionOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConnectionOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectionOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectionOperationToUpdate">The ConnectionOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.PutAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectionOperation using PUT.
            </summary>
            <param name="connectionOperationToUpdate">The ConnectionOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectionOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectionOperationToUpdate">The ConnectionOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequestBuilder">
            <summary>
            The interface IConnectionOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IdentityRequest">
            <summary>
            The type IdentityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Identity using POST.
            </summary>
            <param name="identityToCreate">The Identity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Identity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Identity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityToCreate">The Identity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Identity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Identity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Identity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Identity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Identity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Identity using PATCH.
            </summary>
            <param name="identityToUpdate">The Identity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Identity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Identity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityToUpdate">The Identity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.PutAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Identity using PUT.
            </summary>
            <param name="identityToUpdate">The Identity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Identity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityToUpdate">The Identity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.Identity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.Identity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequest.InitializeCollectionProperties(Microsoft.Graph.ExternalConnectors.Identity)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="identityToInitialize">The <see cref="T:Microsoft.Graph.ExternalConnectors.Identity"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IdentityRequestBuilder">
            <summary>
            The type IdentityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IdentityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionPage">
            <summary>
            The interface IExternalConnectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest">
            <summary>
            The interface IExternalConnectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalGroup to the collection via POST.
            </summary>
            <param name="externalGroup">The ExternalGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="externalGroup">The ExternalGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequestBuilder">
            <summary>
            The interface IExternalConnectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalGroupRequestBuilder"/> for the specified ExternalGroup.
            </summary>
            <param name="id">The ID for the ExternalGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionPage">
            <summary>
            The interface IExternalConnectionItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest">
            <summary>
            The interface IExternalConnectionItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest.AddAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalItem to the collection via POST.
            </summary>
            <param name="externalItem">The ExternalItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="externalItem">The ExternalItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequestBuilder">
            <summary>
            The interface IExternalConnectionItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalItemRequestBuilder"/> for the specified ExternalItem.
            </summary>
            <param name="id">The ID for the ExternalItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionPage">
            <summary>
            The interface IExternalConnectionOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest">
            <summary>
            The interface IExternalConnectionOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest.AddAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConnectionOperation to the collection via POST.
            </summary>
            <param name="connectionOperation">The ConnectionOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConnectionOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConnectionOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="connectionOperation">The ConnectionOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ConnectionOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequestBuilder">
            <summary>
            The interface IExternalConnectionOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequestBuilder"/> for the specified ConnectionOperation.
            </summary>
            <param name="id">The ID for the ConnectionOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IConnectionOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest">
            <summary>
            The interface IExternalConnectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalConnection using POST.
            </summary>
            <param name="externalConnectionToCreate">The ExternalConnection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalConnection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalConnection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalConnectionToCreate">The ExternalConnection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalConnection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalConnection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalConnection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ExternalConnection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalConnection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalConnection using PATCH.
            </summary>
            <param name="externalConnectionToUpdate">The ExternalConnection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ExternalConnection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalConnection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalConnectionToUpdate">The ExternalConnection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.PutAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalConnection using PUT.
            </summary>
            <param name="externalConnectionToUpdate">The ExternalConnection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalConnection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalConnectionToUpdate">The ExternalConnection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder">
            <summary>
            The interface IExternalConnectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder.Groups">
            <summary>
            Gets the request builder for Groups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder.Schema">
            <summary>
            Gets the request builder for Schema.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.ISchemaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionPage">
            <summary>
            The interface IExternalConnectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest">
            <summary>
            The interface IExternalConnectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest.AddAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalConnection to the collection via POST.
            </summary>
            <param name="externalConnection">The ExternalConnection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalConnection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalConnection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="externalConnection">The ExternalConnection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequestBuilder">
            <summary>
            The interface IExternalConnectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder"/> for the specified ExternalConnection.
            </summary>
            <param name="id">The ID for the ExternalConnection.</param>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionPage">
            <summary>
            The interface IExternalGroupMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest">
            <summary>
            The interface IExternalGroupMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest.AddAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Identity to the collection via POST.
            </summary>
            <param name="identity">The Identity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Identity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Identity to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identity">The Identity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.Identity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.Identity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequestBuilder">
            <summary>
            The interface IExternalGroupMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ExternalConnectors.IIdentityRequestBuilder"/> for the specified Identity.
            </summary>
            <param name="id">The ID for the Identity.</param>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IIdentityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest">
            <summary>
            The interface IExternalGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalGroup using POST.
            </summary>
            <param name="externalGroupToCreate">The ExternalGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalGroup using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalGroupToCreate">The ExternalGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ExternalGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalGroup using PATCH.
            </summary>
            <param name="externalGroupToUpdate">The ExternalGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ExternalGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalGroup using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalGroupToUpdate">The ExternalGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.PutAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalGroup using PUT.
            </summary>
            <param name="externalGroupToUpdate">The ExternalGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalGroup using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalGroupToUpdate">The ExternalGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalGroupRequestBuilder">
            <summary>
            The interface IExternalGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalGroupRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalGroupMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalItemRequest">
            <summary>
            The interface IExternalItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalItem using POST.
            </summary>
            <param name="externalItemToCreate">The ExternalItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalItemToCreate">The ExternalItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ExternalItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalItem using PATCH.
            </summary>
            <param name="externalItemToUpdate">The ExternalItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ExternalItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalItemToUpdate">The ExternalItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.PutAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalItem using PUT.
            </summary>
            <param name="externalItemToUpdate">The ExternalItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalItemToUpdate">The ExternalItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalItemRequestBuilder">
            <summary>
            The interface IExternalItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalRequest">
            <summary>
            The interface IExternalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.External,System.Threading.CancellationToken)">
            <summary>
            Creates the specified External using POST.
            </summary>
            <param name="externalToCreate">The External to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created External.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.External,System.Threading.CancellationToken)">
            <summary>
            Creates the specified External using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalToCreate">The External to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified External.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified External and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified External.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The External.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified External and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.External,System.Threading.CancellationToken)">
            <summary>
            Updates the specified External using PATCH.
            </summary>
            <param name="externalToUpdate">The External to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated External.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.External,System.Threading.CancellationToken)">
            <summary>
            Updates the specified External using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalToUpdate">The External to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.PutAsync(Microsoft.Graph.ExternalConnectors.External,System.Threading.CancellationToken)">
            <summary>
            Updates the specified External using PUT.
            </summary>
            <param name="externalToUpdate">The External object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.External,System.Threading.CancellationToken)">
            <summary>
            Updates the specified External using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalToUpdate">The External object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.External,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.External,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IExternalRequestBuilder">
            <summary>
            The interface IExternalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IExternalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ExternalConnectors.IExternalRequestBuilder.Connections">
            <summary>
            Gets the request builder for Connections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IIdentityRequest">
            <summary>
            The interface IIdentityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Identity using POST.
            </summary>
            <param name="identityToCreate">The Identity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Identity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Identity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityToCreate">The Identity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Identity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Identity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Identity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Identity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Identity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Identity using PATCH.
            </summary>
            <param name="identityToUpdate">The Identity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Identity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Identity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityToUpdate">The Identity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.PutAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Identity using PUT.
            </summary>
            <param name="identityToUpdate">The Identity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.Identity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Identity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityToUpdate">The Identity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.Identity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.Identity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.IIdentityRequestBuilder">
            <summary>
            The interface IIdentityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.IIdentityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ISchemaRequest">
            <summary>
            The interface ISchemaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.Schema,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Schema using POST.
            </summary>
            <param name="schemaToCreate">The Schema to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Schema.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.Schema,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Schema using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schemaToCreate">The Schema to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Schema.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Schema and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Schema.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Schema.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Schema and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.Schema,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schema using PATCH.
            </summary>
            <param name="schemaToUpdate">The Schema to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Schema.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.Schema,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schema using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schemaToUpdate">The Schema to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.PutAsync(Microsoft.Graph.ExternalConnectors.Schema,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schema using PUT.
            </summary>
            <param name="schemaToUpdate">The Schema object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.Schema,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schema using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schemaToUpdate">The Schema object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.Schema,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.Schema,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.ISchemaRequestBuilder">
            <summary>
            The interface ISchemaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.ISchemaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.SchemaRequest">
            <summary>
            The type SchemaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SchemaRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.CreateAsync(Microsoft.Graph.ExternalConnectors.Schema,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Schema using POST.
            </summary>
            <param name="schemaToCreate">The Schema to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Schema.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.CreateResponseAsync(Microsoft.Graph.ExternalConnectors.Schema,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Schema using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schemaToCreate">The Schema to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Schema.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Schema and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Schema.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Schema.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Schema and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.UpdateAsync(Microsoft.Graph.ExternalConnectors.Schema,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schema using PATCH.
            </summary>
            <param name="schemaToUpdate">The Schema to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Schema.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.UpdateResponseAsync(Microsoft.Graph.ExternalConnectors.Schema,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schema using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schemaToUpdate">The Schema to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.PutAsync(Microsoft.Graph.ExternalConnectors.Schema,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schema using PUT.
            </summary>
            <param name="schemaToUpdate">The Schema object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.PutResponseAsync(Microsoft.Graph.ExternalConnectors.Schema,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schema using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schemaToUpdate">The Schema object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.Schema,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.Schema,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequest.InitializeCollectionProperties(Microsoft.Graph.ExternalConnectors.Schema)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="schemaToInitialize">The <see cref="T:Microsoft.Graph.ExternalConnectors.Schema"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ExternalConnectors.SchemaRequestBuilder">
            <summary>
            The type SchemaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SchemaRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalConnectors.SchemaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AadUserConversationMember">
            <summary>
            The type Aad User Conversation Member.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMember.#ctor">
            <summary>
             The AadUserConversationMember constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AadUserConversationMember.Email">
            <summary>
            Gets or sets email.
            The email address of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AadUserConversationMember.TenantId">
            <summary>
            Gets or sets tenant id.
            TenantId which the Azure AD user belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AadUserConversationMember.UserId">
            <summary>
            Gets or sets user id.
            The guid of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AadUserConversationMember.User">
            <summary>
            Gets or sets user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AadUserConversationMemberResult">
            <summary>
            The type AadUserConversationMemberResult.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberResult.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AadUserConversationMemberResult"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AadUserConversationMemberResult.UserId">
            <summary>
            Gets or sets userId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AadUserNotificationRecipient">
            <summary>
            The type AadUserNotificationRecipient.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AadUserNotificationRecipient.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AadUserNotificationRecipient"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AadUserNotificationRecipient.UserId">
            <summary>
            Gets or sets userId.
            Azure AD user identifier. Use the List users method to get this ID.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AcceptJoinResponse">
            <summary>
            The type AcceptJoinResponse.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AcceptJoinResponse.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AcceptJoinResponse"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessAction">
            <summary>
            The type AccessAction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessAction.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessAction.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackage">
            <summary>
            The type Access Package.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.Description">
            <summary>
            Gets or sets description.
            The description of the access package.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the access package. Supports $filter (eq, contains).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.IsHidden">
            <summary>
            Gets or sets is hidden.
            Whether the access package is hidden from the requestor.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.ModifiedDateTime">
            <summary>
            Gets or sets modified date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.AccessPackagesIncompatibleWith">
            <summary>
            Gets or sets access packages incompatible with.
            The access packages that are incompatible with this package. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.AccessPackagesIncompatibleWithNextLink">
            <summary>
            Gets or sets accessPackagesIncompatibleWithNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.AssignmentPolicies">
            <summary>
            Gets or sets assignment policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.AssignmentPoliciesNextLink">
            <summary>
            Gets or sets assignmentPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.Catalog">
            <summary>
            Gets or sets catalog.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.IncompatibleAccessPackages">
            <summary>
            Gets or sets incompatible access packages.
            The access packages whose assigned users are ineligible to be assigned this access package.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.IncompatibleAccessPackagesNextLink">
            <summary>
            Gets or sets incompatibleAccessPackagesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.IncompatibleGroups">
            <summary>
            Gets or sets incompatible groups.
            The groups whose members are ineligible to be assigned this access package.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackage.IncompatibleGroupsNextLink">
            <summary>
            Gets or sets incompatibleGroupsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageApprovalStage">
            <summary>
            The type AccessPackageApprovalStage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageApprovalStage.DurationBeforeAutomaticDenial">
            <summary>
            Gets or sets durationBeforeAutomaticDenial.
            The number of days that a request can be pending a response before it is automatically denied.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageApprovalStage.DurationBeforeEscalation">
            <summary>
            Gets or sets durationBeforeEscalation.
            If escalation is required, the time a request can be pending a response from a primary approver.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageApprovalStage.EscalationApprovers">
            <summary>
            Gets or sets escalationApprovers.
            If escalation is enabled and the primary approvers do not respond before the escalation time, the escalationApprovers are the users who will be asked to approve requests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageApprovalStage.FallbackEscalationApprovers">
            <summary>
            Gets or sets fallbackEscalationApprovers.
            The subjects, typically users, who are the fallback escalation approvers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageApprovalStage.FallbackPrimaryApprovers">
            <summary>
            Gets or sets fallbackPrimaryApprovers.
            The subjects, typically users, who are the fallback primary approvers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageApprovalStage.IsApproverJustificationRequired">
            <summary>
            Gets or sets isApproverJustificationRequired.
            Indicates whether the approver is required to provide a justification for approving a request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageApprovalStage.IsEscalationEnabled">
            <summary>
            Gets or sets isEscalationEnabled.
            If true, then one or more escalationApprovers are configured in this approval stage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageApprovalStage.PrimaryApprovers">
            <summary>
            Gets or sets primaryApprovers.
            The subjects, typically users, who will be asked to approve requests. A collection of singleUser, groupMembers, requestorManager, internalSponsors or externalSponsors.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageApprovalStage.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageApprovalStage.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignment">
            <summary>
            The type Access Package Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignment.ExpiredDateTime">
            <summary>
            Gets or sets expired date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignment.Schedule">
            <summary>
            Gets or sets schedule.
            When the access assignment is to be in place. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignment.State">
            <summary>
            Gets or sets state.
            The state of the access package assignment. The possible values are: delivering, partiallyDelivered, delivered, expired, deliveryFailed, unknownFutureValue. Read-only. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignment.Status">
            <summary>
            Gets or sets status.
            More information about the assignment lifecycle.  Possible values include Delivering, Delivered, NearExpiry1DayNotificationTriggered, or ExpiredNotificationTriggered.  Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignment.AccessPackage">
            <summary>
            Gets or sets access package.
            Read-only. Nullable. Supports $filter (eq) on the id property and $expand query parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignment.AssignmentPolicy">
            <summary>
            Gets or sets assignment policy.
            Read-only. Supports $filter (eq) on the id property and $expand query parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignment.Target">
            <summary>
            Gets or sets target.
            The subject of the access package assignment. Read-only. Nullable. Supports $expand. Supports $filter (eq) on objectId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentApprovalSettings">
            <summary>
            The type AccessPackageAssignmentApprovalSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentApprovalSettings.IsApprovalRequiredForAdd">
            <summary>
            Gets or sets isApprovalRequiredForAdd.
            If false, then approval is not required for new requests in this policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentApprovalSettings.IsApprovalRequiredForUpdate">
            <summary>
            Gets or sets isApprovalRequiredForUpdate.
            If false, then approval is not required for updates to requests in this policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentApprovalSettings.Stages">
            <summary>
            Gets or sets stages.
            If approval is required, the one, two or three elements of this collection define each of the stages of approval. An empty array is present if no approval is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentApprovalSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentApprovalSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserOptions">
            <summary>
            The enum AccessPackageAssignmentFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserOptions.Target">
            <summary>
            Target
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserOptions.CreatedBy">
            <summary>
            Created By
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentPolicy">
            <summary>
            The type Access Package Assignment Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicy.AllowedTargetScope">
            <summary>
            Gets or sets allowed target scope.
            Principals that can be assigned the access package through this policy. The possible values are: notSpecified, specificDirectoryUsers, specificConnectedOrganizationUsers, specificDirectoryServicePrincipals, allMemberUsers, allDirectoryUsers, allDirectoryServicePrincipals, allConfiguredConnectedOrganizationUsers, allExternalUsers, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicy.AutomaticRequestSettings">
            <summary>
            Gets or sets automatic request settings.
            This property is only present for an auto assignment policy; if absent, this is a request-based policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicy.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicy.Description">
            <summary>
            Gets or sets description.
            The description of the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicy.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicy.Expiration">
            <summary>
            Gets or sets expiration.
            The expiration date for assignments created in this policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicy.ModifiedDateTime">
            <summary>
            Gets or sets modified date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicy.RequestApprovalSettings">
            <summary>
            Gets or sets request approval settings.
            Specifies the settings for approval of requests for an access package assignment through this policy. For example, if approval is required for new requests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicy.RequestorSettings">
            <summary>
            Gets or sets requestor settings.
            Provides additional settings to select who can create a request for an access package assignment through this policy, and what they can include in their request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicy.ReviewSettings">
            <summary>
            Gets or sets review settings.
            Settings for access reviews of assignments through this policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicy.SpecificAllowedTargets">
            <summary>
            Gets or sets specific allowed targets.
            The principals that can be assigned access from an access package through this policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicy.AccessPackage">
            <summary>
            Gets or sets access package.
            Access package containing this policy. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicy.Catalog">
            <summary>
            Gets or sets catalog.
            Catalog of the access package containing this policy. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestObject">
            <summary>
            The type Access Package Assignment Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestObject.CompletedDateTime">
            <summary>
            Gets or sets completed date time.
            The date of the end of processing, either successful or failure, of a request. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestObject.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestObject.RequestType">
            <summary>
            Gets or sets request type.
            The type of the request. The possible values are: notSpecified, userAdd, UserExtend, userUpdate, userRemove, adminAdd, adminUpdate, adminRemove, systemAdd, systemUpdate, systemRemove, onBehalfAdd (not supported), unknownFutureValue. A request from the user themselves would have requestType of userAdd, userUpdate or userRemove. This property cannot be changed once set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestObject.Schedule">
            <summary>
            Gets or sets schedule.
            The range of dates that access is to be assigned to the requestor. This property cannot be changed once set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestObject.State">
            <summary>
            Gets or sets state.
            The state of the request. The possible values are: submitted, pendingApproval, delivering, delivered, deliveryFailed, denied, scheduled, canceled, partiallyDelivered, unknownFutureValue. Read-only. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestObject.Status">
            <summary>
            Gets or sets status.
            More information on the request processing status. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestObject.AccessPackage">
            <summary>
            Gets or sets access package.
            The access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable.  Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestObject.Assignment">
            <summary>
            Gets or sets assignment.
            For a requestType of userAdd or adminAdd, this is an access package assignment requested to be created.  For a requestType of userRemove, adminRemove or systemRemove, this has the id property of an existing assignment to be removed.   Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestObject.Requestor">
            <summary>
            Gets or sets requestor.
            The subject who requested or, if a direct assignment, was assigned. Read-only. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserOptions">
            <summary>
            The enum AccessPackageAssignmentRequestFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserOptions.Target">
            <summary>
            Target
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserOptions.CreatedBy">
            <summary>
            Created By
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserOptions.Approver">
            <summary>
            Approver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestorSettings">
            <summary>
            The type AccessPackageAssignmentRequestorSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestorSettings.AllowCustomAssignmentSchedule">
            <summary>
            Gets or sets allowCustomAssignmentSchedule.
            If false, the requestor is not permitted to include a schedule in their request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestorSettings.EnableOnBehalfRequestorsToAddAccess">
            <summary>
            Gets or sets enableOnBehalfRequestorsToAddAccess.
            If true, allows on-behalf-of requestors to create a request to add access for another principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestorSettings.EnableOnBehalfRequestorsToRemoveAccess">
            <summary>
            Gets or sets enableOnBehalfRequestorsToRemoveAccess.
            If true, allows on-behalf-of requestors to create a request to remove access for another principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestorSettings.EnableOnBehalfRequestorsToUpdateAccess">
            <summary>
            Gets or sets enableOnBehalfRequestorsToUpdateAccess.
            If true, allows on-behalf-of requestors to create a request to update access for another principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestorSettings.EnableTargetsToSelfAddAccess">
            <summary>
            Gets or sets enableTargetsToSelfAddAccess.
            If true, allows requestors to create a request to add access for themselves.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestorSettings.EnableTargetsToSelfRemoveAccess">
            <summary>
            Gets or sets enableTargetsToSelfRemoveAccess.
            If true, allows requestors to create a request to remove their access.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestorSettings.EnableTargetsToSelfUpdateAccess">
            <summary>
            Gets or sets enableTargetsToSelfUpdateAccess.
            If true, allows requestors to create a request to update their access.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestorSettings.OnBehalfRequestors">
            <summary>
            Gets or sets onBehalfRequestors.
            The principals who can request on-behalf-of others.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestorSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestorSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestRequirements">
            <summary>
            The type AccessPackageAssignmentRequestRequirements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestRequirements.AllowCustomAssignmentSchedule">
            <summary>
            Gets or sets allowCustomAssignmentSchedule.
            Indicates whether the requestor is allowed to set a custom schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestRequirements.IsApprovalRequiredForAdd">
            <summary>
            Gets or sets isApprovalRequiredForAdd.
            Indicates whether a request to add must be approved by an approver.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestRequirements.IsApprovalRequiredForUpdate">
            <summary>
            Gets or sets isApprovalRequiredForUpdate.
            Indicates whether a request to update must be approved by an approver.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestRequirements.PolicyDescription">
            <summary>
            Gets or sets policyDescription.
            The description of the policy that the user is trying to request access using.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestRequirements.PolicyDisplayName">
            <summary>
            Gets or sets policyDisplayName.
            The display name of the policy that the user is trying to request access using.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestRequirements.PolicyId">
            <summary>
            Gets or sets policyId.
            The identifier of the policy that these requirements are associated with. This identifier can be used when creating a new assignment request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestRequirements.Schedule">
            <summary>
            Gets or sets schedule.
            Schedule restrictions enforced, if any.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestRequirements.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestRequirements.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentReviewSettings">
            <summary>
            The type AccessPackageAssignmentReviewSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentReviewSettings.ExpirationBehavior">
            <summary>
            Gets or sets expirationBehavior.
            The default decision to apply if the access is not reviewed. The possible values are: keepAccess, removeAccess, acceptAccessRecommendation, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentReviewSettings.FallbackReviewers">
            <summary>
            Gets or sets fallbackReviewers.
            This collection specifies the users who will be the fallback reviewers when the primary reviewers don't respond.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentReviewSettings.IsEnabled">
            <summary>
            Gets or sets isEnabled.
            If true, access reviews are required for assignments through this policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentReviewSettings.IsRecommendationEnabled">
            <summary>
            Gets or sets isRecommendationEnabled.
            Specifies whether to display recommendations to the reviewer. The default value is true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentReviewSettings.IsReviewerJustificationRequired">
            <summary>
            Gets or sets isReviewerJustificationRequired.
            Specifies whether the reviewer must provide justification for the approval. The default value is true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentReviewSettings.IsSelfReview">
            <summary>
            Gets or sets isSelfReview.
            Specifies whether the principals can review their own assignments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentReviewSettings.PrimaryReviewers">
            <summary>
            Gets or sets primaryReviewers.
            This collection specifies the users or group of users who will review the access package assignments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentReviewSettings.Schedule">
            <summary>
            Gets or sets schedule.
            When the first review should start and how often it should recur.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentReviewSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentReviewSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentState">
            <summary>
            The enum AccessPackageAssignmentState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageAssignmentState.Delivering">
            <summary>
            Delivering
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageAssignmentState.PartiallyDelivered">
            <summary>
            Partially Delivered
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageAssignmentState.Delivered">
            <summary>
            Delivered
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageAssignmentState.Expired">
            <summary>
            Expired
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageAssignmentState.DeliveryFailed">
            <summary>
            Delivery Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageAssignmentState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAutomaticRequestSettings">
            <summary>
            The type AccessPackageAutomaticRequestSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAutomaticRequestSettings.GracePeriodBeforeAccessRemoval">
            <summary>
            Gets or sets gracePeriodBeforeAccessRemoval.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAutomaticRequestSettings.RemoveAccessWhenTargetLeavesAllowedTargets">
            <summary>
            Gets or sets removeAccessWhenTargetLeavesAllowedTargets.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAutomaticRequestSettings.RequestAccessForAllowedTargets">
            <summary>
            Gets or sets requestAccessForAllowedTargets.
            If set to true, automatic assignments will be created for targets in the allowed target scope.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAutomaticRequestSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAutomaticRequestSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageCatalog">
            <summary>
            The type Access Package Catalog.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalog.CatalogType">
            <summary>
            Gets or sets catalog type.
            Whether the catalog is created by a user or entitlement management. The possible values are: userManaged, serviceDefault, serviceManaged, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalog.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalog.Description">
            <summary>
            Gets or sets description.
            The description of the access package catalog.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalog.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the access package catalog.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalog.IsExternallyVisible">
            <summary>
            Gets or sets is externally visible.
            Whether the access packages in this catalog can be requested by users outside of the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalog.ModifiedDateTime">
            <summary>
            Gets or sets modified date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalog.State">
            <summary>
            Gets or sets state.
            Has the value published if the access packages are available for management. The possible values are: unpublished, published, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalog.AccessPackages">
            <summary>
            Gets or sets access packages.
            The access packages in this catalog. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalog.AccessPackagesNextLink">
            <summary>
            Gets or sets accessPackagesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageCatalogState">
            <summary>
            The enum AccessPackageCatalogState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageCatalogState.Unpublished">
            <summary>
            Unpublished
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageCatalogState.Published">
            <summary>
            Published
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageCatalogState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageCatalogType">
            <summary>
            The enum AccessPackageCatalogType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageCatalogType.UserManaged">
            <summary>
            User Managed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageCatalogType.ServiceDefault">
            <summary>
            Service Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageCatalogType.ServiceManaged">
            <summary>
            Service Managed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageCatalogType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageExternalUserLifecycleAction">
            <summary>
            The enum AccessPackageExternalUserLifecycleAction.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageExternalUserLifecycleAction.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageExternalUserLifecycleAction.BlockSignIn">
            <summary>
            Block Sign In
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageExternalUserLifecycleAction.BlockSignInAndDelete">
            <summary>
            Block Sign In And Delete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageExternalUserLifecycleAction.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageFilterByCurrentUserOptions">
            <summary>
            The enum AccessPackageFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageFilterByCurrentUserOptions.AllowedRequestor">
            <summary>
            Allowed Requestor
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageRequestState">
            <summary>
            The enum AccessPackageRequestState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestState.Submitted">
            <summary>
            Submitted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestState.PendingApproval">
            <summary>
            Pending Approval
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestState.Delivering">
            <summary>
            Delivering
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestState.Delivered">
            <summary>
            Delivered
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestState.DeliveryFailed">
            <summary>
            Delivery Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestState.Denied">
            <summary>
            Denied
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestState.Scheduled">
            <summary>
            Scheduled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestState.Canceled">
            <summary>
            Canceled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestState.PartiallyDelivered">
            <summary>
            Partially Delivered
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageRequestType">
            <summary>
            The enum AccessPackageRequestType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestType.NotSpecified">
            <summary>
            Not Specified
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestType.UserAdd">
            <summary>
            User Add
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestType.UserUpdate">
            <summary>
            User Update
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestType.UserRemove">
            <summary>
            User Remove
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestType.AdminAdd">
            <summary>
            Admin Add
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestType.AdminUpdate">
            <summary>
            Admin Update
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestType.AdminRemove">
            <summary>
            Admin Remove
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestType.SystemAdd">
            <summary>
            System Add
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestType.SystemUpdate">
            <summary>
            System Update
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestType.SystemRemove">
            <summary>
            System Remove
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestType.OnBehalfAdd">
            <summary>
            On Behalf Add
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageRequestType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageSubject">
            <summary>
            The type Access Package Subject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageSubject.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the subject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageSubject.Email">
            <summary>
            Gets or sets email.
            The email address of the subject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageSubject.ObjectId">
            <summary>
            Gets or sets object id.
            The object identifier of the subject. null if the subject is not yet a user in the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageSubject.OnPremisesSecurityIdentifier">
            <summary>
            Gets or sets on premises security identifier.
            A string representation of the principal's security identifier, if known, or null if the subject does not have a security identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageSubject.PrincipalName">
            <summary>
            Gets or sets principal name.
            The principal name, if known, of the subject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageSubject.SubjectType">
            <summary>
            Gets or sets subject type.
            The resource type of the subject. The possible values are: notSpecified, user, servicePrincipal, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageSubject.ConnectedOrganization">
            <summary>
            Gets or sets connected organization.
            The connected organization of the subject. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageSubjectType">
            <summary>
            The enum AccessPackageSubjectType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageSubjectType.NotSpecified">
            <summary>
            Not Specified
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageSubjectType.User">
            <summary>
            User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageSubjectType.ServicePrincipal">
            <summary>
            Service Principal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessPackageSubjectType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewApplyAction">
            <summary>
            The type AccessReviewApplyAction.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewApplyAction.#ctor">
            <summary>
             The internal AccessReviewApplyAction constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewApplyAction.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewApplyAction.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewExpirationBehavior">
            <summary>
            The enum AccessReviewExpirationBehavior.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewExpirationBehavior.KeepAccess">
            <summary>
            Keep Access
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewExpirationBehavior.RemoveAccess">
            <summary>
            Remove Access
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewExpirationBehavior.AcceptAccessRecommendation">
            <summary>
            Accept Access Recommendation
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewExpirationBehavior.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryDecisionFilter">
            <summary>
            The enum AccessReviewHistoryDecisionFilter.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewHistoryDecisionFilter.Approve">
            <summary>
            Approve
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewHistoryDecisionFilter.Deny">
            <summary>
            Deny
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewHistoryDecisionFilter.NotReviewed">
            <summary>
            Not Reviewed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewHistoryDecisionFilter.DontKnow">
            <summary>
            Dont Know
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewHistoryDecisionFilter.NotNotified">
            <summary>
            Not Notified
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewHistoryDecisionFilter.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryDefinition">
            <summary>
            The type Access Review History Definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinition.CreatedBy">
            <summary>
            Gets or sets created by.
            User who created this review history definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinition.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Timestamp when the access review definition was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinition.Decisions">
            <summary>
            Gets or sets decisions.
            Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions will be included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinition.DisplayName">
            <summary>
            Gets or sets display name.
            Name for the access review history data collection. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinition.ReviewHistoryPeriodEndDateTime">
            <summary>
            Gets or sets review history period end date time.
            A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinition.ReviewHistoryPeriodStartDateTime">
            <summary>
            Gets or sets review history period start date time.
            A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinition.ScheduleSettings">
            <summary>
            Gets or sets schedule settings.
            The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinition.Scopes">
            <summary>
            Gets or sets scopes.
            Used to scope what reviews are included in the fetched history data. Fetches reviews whose scope matches with this provided scope. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinition.Status">
            <summary>
            Gets or sets status.
            Represents the status of the review history data collection. The possible values are: done, inProgress, error, requested, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinition.Instances">
            <summary>
            Gets or sets instances.
            If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that does not recur will have exactly one instance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinition.InstancesNextLink">
            <summary>
            Gets or sets instancesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryInstance">
            <summary>
            The type Access Review History Instance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryInstance.DownloadUri">
            <summary>
            Gets or sets download uri.
            Uri which can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryInstance.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            Timestamp when this instance and associated data expires and the history is deleted. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryInstance.FulfilledDateTime">
            <summary>
            Gets or sets fulfilled date time.
            Timestamp when all of the available data for this instance was collected. This will be set after this instance's status is set to done. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryInstance.ReviewHistoryPeriodEndDateTime">
            <summary>
            Gets or sets review history period end date time.
            Timestamp, reviews ending on or before this date will be included in the fetched history data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryInstance.ReviewHistoryPeriodStartDateTime">
            <summary>
            Gets or sets review history period start date time.
            Timestamp, reviews starting on or after this date will be included in the fetched history data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryInstance.RunDateTime">
            <summary>
            Gets or sets run date time.
            Timestamp when the instance's history data is scheduled to be generated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryInstance.Status">
            <summary>
            Gets or sets status.
            Represents the status of the review history data collection. The possible values are: done, inProgress, error, requested, unknownFutureValue. Once the status has been marked as done, a link can be generated to retrieve the instance's data by calling generateDownloadUri method.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryScheduleSettings">
            <summary>
            The type AccessReviewHistoryScheduleSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryScheduleSettings.Recurrence">
            <summary>
            Gets or sets recurrence.
            Detailed settings for recurrence using the standard Outlook recurrence object. Note: Only dayOfMonth, interval, and type (weekly, absoluteMonthly) properties are supported. Use the property startDate on recurrenceRange to determine the day the review starts. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryScheduleSettings.ReportRange">
            <summary>
            Gets or sets reportRange.
            A duration string in ISO 8601 duration format specifying the lookback period of the generated review history data. For example, if a history definition is scheduled to run on the 1st of every month, the reportRange is P1M. In this case, on the first of every month, access review history data will be collected containing only the previous month's review data. Note: Only years, months, and days ISO 8601 properties are supported. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryScheduleSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryScheduleSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryStatus">
            <summary>
            The enum AccessReviewHistoryStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewHistoryStatus.Done">
            <summary>
            Done
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewHistoryStatus.Inprogress">
            <summary>
            Inprogress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewHistoryStatus.Error">
            <summary>
            Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewHistoryStatus.Requested">
            <summary>
            Requested
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewHistoryStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInactiveUsersQueryScope">
            <summary>
            The type AccessReviewInactiveUsersQueryScope.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInactiveUsersQueryScope.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AccessReviewInactiveUsersQueryScope"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInactiveUsersQueryScope.InactiveDuration">
            <summary>
            Gets or sets inactiveDuration.
            Defines the duration of inactivity. Inactivity is based on the last sign in date of the user compared to the access review instance's start date. If this property is not specified, it's assigned the default value PT0S.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstance">
            <summary>
            The type Access Review Instance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstance.EndDateTime">
            <summary>
            Gets or sets end date time.
            DateTime when review instance is scheduled to end.The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $select. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstance.FallbackReviewers">
            <summary>
            Gets or sets fallback reviewers.
            This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner does not exist, or manager is specified as reviewer but a user's manager does not exist. Supports $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstance.Reviewers">
            <summary>
            Gets or sets reviewers.
            This collection of access review scopes is used to define who the reviewers are. Supports $select. For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstance.Scope">
            <summary>
            Gets or sets scope.
            Created based on scope and instanceEnumerationScope at the accessReviewScheduleDefinition level. Defines the scope of users reviewed in a group. Supports $select and $filter (contains only). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstance.StartDateTime">
            <summary>
            Gets or sets start date time.
            DateTime when review instance is scheduled to start. May be in the future. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $select. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstance.Status">
            <summary>
            Gets or sets status.
            Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstance.ContactedReviewers">
            <summary>
            Gets or sets contacted reviewers.
            Returns the collection of reviewers who were contacted to complete this review. While the reviewers and fallbackReviewers properties of the accessReviewScheduleDefinition might specify group owners or managers as reviewers, contactedReviewers returns their individual identities. Supports $select. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstance.ContactedReviewersNextLink">
            <summary>
            Gets or sets contactedReviewersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstance.Decisions">
            <summary>
            Gets or sets decisions.
            Each user reviewed in an accessReviewInstance has a decision item representing if they were approved, denied, or not yet reviewed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstance.DecisionsNextLink">
            <summary>
            Gets or sets decisionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstance.Stages">
            <summary>
            Gets or sets stages.
            If the instance has multiple stages, this returns the collection of stages. A new stage will only be created when the previous stage ends. The existence, number, and settings of stages on a review instance are created based on the accessReviewStageSettings on the parent accessReviewScheduleDefinition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstance.StagesNextLink">
            <summary>
            Gets or sets stagesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequestBody">
            <summary>
            The type AccessReviewInstanceBatchRecordDecisionsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequestBody.Decision">
            <summary>
            Gets or sets Decision.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequestBody.Justification">
            <summary>
            Gets or sets Justification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequestBody.PrincipalId">
            <summary>
            Gets or sets PrincipalId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequestBody.ResourceId">
            <summary>
            Gets or sets ResourceId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionItem">
            <summary>
            The type Access Review Instance Decision Item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItem.AccessReviewId">
            <summary>
            Gets or sets access review id.
            The identifier of the accessReviewInstance parent. Supports $select. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItem.AppliedBy">
            <summary>
            Gets or sets applied by.
            The identifier of the user who applied the decision. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItem.AppliedDateTime">
            <summary>
            Gets or sets applied date time.
            The timestamp when the approval decision was applied.00000000-0000-0000-0000-000000000000 if the assigned reviewer hasn't applied the decision or it was automatically applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.  Supports $select. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItem.ApplyResult">
            <summary>
            Gets or sets apply result.
            The result of applying the decision. Possible values: New, AppliedSuccessfully, AppliedWithUnknownFailure, AppliedSuccessfullyButObjectNotFound and ApplyNotSupported. Supports $select, $orderby, and $filter (eq only). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItem.Decision">
            <summary>
            Gets or sets decision.
            Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItem.Justification">
            <summary>
            Gets or sets justification.
            Justification left by the reviewer when they made the decision.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItem.Principal">
            <summary>
            Gets or sets principal.
            Every decision item in an access review represents a principal's access to a resource. This property represents details of the principal. For example, if a decision item represents access of User 'Bob' to Group 'Sales' - The principal is 'Bob' and the resource is 'Sales'. Principals can be of two types - userIdentity and servicePrincipalIdentity. Supports $select. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItem.PrincipalLink">
            <summary>
            Gets or sets principal link.
            A link to the principal object. For example, https://graph.microsoft.com/v1.0/users/a6c7aecb-cbfd-4763-87ef-e91b4bd509d9. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItem.Recommendation">
            <summary>
            Gets or sets recommendation.
            A system-generated recommendation for the approval decision based off last interactive sign-in to tenant. Recommend approve if sign-in is within thirty days of start of review. Recommend deny if sign-in is greater than thirty days of start of review. Recommendation not available otherwise. Possible values: Approve, Deny, or NoInfoAvailable. Supports $select, $orderby, and $filter (eq only). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItem.Resource">
            <summary>
            Gets or sets resource.
            Every decision item in an access review represents a principal's access to a resource. This property represents details of the resource. For example, if a decision item represents access of User 'Bob' to Group 'Sales' - The principal is Bob and the resource is 'Sales'. Resources can be of multiple types. See accessReviewInstanceDecisionItemResource. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItem.ResourceLink">
            <summary>
            Gets or sets resource link.
            A link to the resource. For example, https://graph.microsoft.com/v1.0/servicePrincipals/c86300f3-8695-4320-9f6e-32a2555f5ff8. Supports $select. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItem.ReviewedBy">
            <summary>
            Gets or sets reviewed by.
            The identifier of the reviewer.00000000-0000-0000-0000-000000000000 if the assigned reviewer hasn't reviewed. Supports $select. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItem.ReviewedDateTime">
            <summary>
            Gets or sets reviewed date time.
            The timestamp when the review decision occurred. Supports $select. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource">
            <summary>
            The type AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource.AccessPackageDisplayName">
            <summary>
            Gets or sets accessPackageDisplayName.
            Display name of the access package to which access has been granted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource.AccessPackageId">
            <summary>
            Gets or sets accessPackageId.
            Identifier of the access package to which access has been granted.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionItemAzureRoleResource">
            <summary>
            The type AccessReviewInstanceDecisionItemAzureRoleResource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemAzureRoleResource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AccessReviewInstanceDecisionItemAzureRoleResource"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItemAzureRoleResource.Scope">
            <summary>
            Gets or sets scope.
            Details of the scope this role is associated with.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserOptions">
            <summary>
            The enum AccessReviewInstanceDecisionItemFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserOptions.Reviewer">
            <summary>
            Reviewer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionItemResource">
            <summary>
            The type AccessReviewInstanceDecisionItemResource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItemResource.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name of the resource
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItemResource.Id">
            <summary>
            Gets or sets id.
            Identifier of the resource
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItemResource.Type">
            <summary>
            Gets or sets type.
            Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItemResource.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItemResource.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionItemServicePrincipalResource">
            <summary>
            The type AccessReviewInstanceDecisionItemServicePrincipalResource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemServicePrincipalResource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AccessReviewInstanceDecisionItemServicePrincipalResource"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItemServicePrincipalResource.AppId">
            <summary>
            Gets or sets appId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserOptions">
            <summary>
            The enum AccessReviewInstanceFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserOptions.Reviewer">
            <summary>
            Reviewer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewNotificationRecipientItem">
            <summary>
            The type AccessReviewNotificationRecipientItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewNotificationRecipientItem.NotificationRecipientScope">
            <summary>
            Gets or sets notificationRecipientScope.
            Determines the recipient of the notification email.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewNotificationRecipientItem.NotificationTemplateType">
            <summary>
            Gets or sets notificationTemplateType.
            Indicates the type of access review email to be sent. Supported template type is CompletedAdditionalRecipients, which sends review completion notifications to the recipients.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewNotificationRecipientItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewNotificationRecipientItem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewNotificationRecipientQueryScope">
            <summary>
            The type AccessReviewNotificationRecipientQueryScope.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewNotificationRecipientQueryScope.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AccessReviewNotificationRecipientQueryScope"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewNotificationRecipientQueryScope.Query">
            <summary>
            Gets or sets query.
            Represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewNotificationRecipientQueryScope.QueryRoot">
            <summary>
            Gets or sets queryRoot.
            In the scenario where reviewers need to be specified dynamically, indicates the relative source of the query. This property is only required if a relative query (that is, ./manager) is specified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewNotificationRecipientQueryScope.QueryType">
            <summary>
            Gets or sets queryType.
            Indicates the type of query. Allowed value is MicrosoftGraph.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewNotificationRecipientScope">
            <summary>
            The type AccessReviewNotificationRecipientScope.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewNotificationRecipientScope.#ctor">
            <summary>
             The internal AccessReviewNotificationRecipientScope constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewNotificationRecipientScope.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewNotificationRecipientScope.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewQueryScope">
            <summary>
            The type AccessReviewQueryScope.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewQueryScope.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AccessReviewQueryScope"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewQueryScope.Query">
            <summary>
            Gets or sets query.
            The query representing what will be reviewed in an access review.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewQueryScope.QueryRoot">
            <summary>
            Gets or sets queryRoot.
            In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query is specified. For example, ./manager.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewQueryScope.QueryType">
            <summary>
            Gets or sets queryType.
            Indicates the type of query. Types include MicrosoftGraph and ARM.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewReviewer">
            <summary>
            The type Access Review Reviewer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewReviewer.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date when the reviewer was added for the access review.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewReviewer.DisplayName">
            <summary>
            Gets or sets display name.
            Name of reviewer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewReviewer.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            User principal name of the reviewer.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewReviewerScope">
            <summary>
            The type AccessReviewReviewerScope.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewReviewerScope.Query">
            <summary>
            Gets or sets query.
            The query specifying who will be the reviewer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewReviewerScope.QueryRoot">
            <summary>
            Gets or sets queryRoot.
            In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query, for example, ./manager, is specified. Possible value: decisions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewReviewerScope.QueryType">
            <summary>
            Gets or sets queryType.
            The type of query. Examples include MicrosoftGraph and ARM.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewReviewerScope.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewReviewerScope.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinition">
            <summary>
            The type Access Review Schedule Definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.AdditionalNotificationRecipients">
            <summary>
            Gets or sets additional notification recipients.
            Defines the list of additional users or group members to be notified of the access review progress.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.CreatedBy">
            <summary>
            Gets or sets created by.
            User who created this review. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Timestamp when the access review series was created. Supports $select. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.DescriptionForAdmins">
            <summary>
            Gets or sets description for admins.
            Description provided by review creators to provide more context of the review to admins. Supports $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.DescriptionForReviewers">
            <summary>
            Gets or sets description for reviewers.
            Description provided  by review creators to provide more context of the review to reviewers. Reviewers will see this description in the email sent to them requesting their review. Email notifications support up to 256 characters. Supports $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.DisplayName">
            <summary>
            Gets or sets display name.
            Name of the access review series. Supports $select and $orderBy. Required on create.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.FallbackReviewers">
            <summary>
            Gets or sets fallback reviewers.
            This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner does not exist, or manager is specified as reviewer but a user's manager does not exist. See accessReviewReviewerScope. Replaces backupReviewers. Supports $select. NOTE: The value of this property will be ignored if fallback reviewers are assigned through the stageSettings property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.InstanceEnumerationScope">
            <summary>
            Gets or sets instance enumeration scope.
            This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group will become a unique accessReviewInstance of the access review series.  For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Timestamp when the access review series was last modified. Supports $select. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.Reviewers">
            <summary>
            Gets or sets reviewers.
            This collection of access review scopes is used to define who are the reviewers. The reviewers property is only updatable if individual users are assigned as reviewers. Required on create. Supports $select. For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property will be ignored if reviewers are assigned through the stageSettings property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.Scope">
            <summary>
            Gets or sets scope.
            Defines the entities whose access is reviewed. For supported scopes, see accessReviewScope. Required on create. Supports $select and $filter (contains only). For examples of options for configuring scope, see Configure the scope of your access review definition using the Microsoft Graph API.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.Settings">
            <summary>
            Gets or sets settings.
            The settings for an access review series, see type definition below. Supports $select. Required on create.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.StageSettings">
            <summary>
            Gets or sets stage settings.
            Required only for a multi-stage access review to define the stages and their settings. You can break down each review instance into up to three sequential stages, where each stage can have a different set of reviewers, fallback reviewers, and settings. Stages will be created sequentially based on the dependsOn property. Optional.  When this property is defined, its settings are used instead of the corresponding settings in the accessReviewScheduleDefinition object and its settings, reviewers, and fallbackReviewers properties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.Status">
            <summary>
            Gets or sets status.
            This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed.  Supports $select, $orderby, and $filter (eq only). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.Instances">
            <summary>
            Gets or sets instances.
            If the accessReviewScheduleDefinition is a recurring access review, instances represent each recurrence. A review that does not recur will have exactly one instance. Instances also represent each unique resource under review in the accessReviewScheduleDefinition. If a review has multiple resources and multiple instances, each resource will have a unique instance for each recurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinition.InstancesNextLink">
            <summary>
            Gets or sets instancesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserOptions">
            <summary>
            The enum AccessReviewScheduleDefinitionFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserOptions.Reviewer">
            <summary>
            Reviewer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleSettings">
            <summary>
            The type AccessReviewScheduleSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleSettings.ApplyActions">
            <summary>
            Gets or sets applyActions.
            Optional field. Describes the  actions to take once a review is complete. There are two types that are currently supported: removeAccessApplyAction (default) and disableAndDeleteUserApplyAction. Field only needs to be specified in the case of disableAndDeleteUserApplyAction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleSettings.AutoApplyDecisionsEnabled">
            <summary>
            Gets or sets autoApplyDecisionsEnabled.
            Indicates whether decisions are automatically applied. When set to false, an admin must apply the decisions manually once the reviewer completes the access review. When set to true, decisions are applied automatically after the access review instance duration ends, whether or not the reviewers have responded. Default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleSettings.DecisionHistoriesForReviewersEnabled">
            <summary>
            Gets or sets decisionHistoriesForReviewersEnabled.
            Indicates whether decisions on previous access review stages are available for reviewers on an accessReviewInstance with multiple subsequent stages. If not provided, the default is disabled (false).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleSettings.DefaultDecision">
            <summary>
            Gets or sets defaultDecision.
            Decision chosen if defaultDecisionEnabled is enabled. Can be one of Approve, Deny, or Recommendation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleSettings.DefaultDecisionEnabled">
            <summary>
            Gets or sets defaultDecisionEnabled.
            Indicates whether the default decision is enabled or disabled when reviewers do not respond. Default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleSettings.InstanceDurationInDays">
            <summary>
            Gets or sets instanceDurationInDays.
            Duration of an access review instance in days. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its durationInDays setting will be used instead of the value of this property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleSettings.JustificationRequiredOnApproval">
            <summary>
            Gets or sets justificationRequiredOnApproval.
            Indicates whether reviewers are required to provide justification with their decision. Default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleSettings.MailNotificationsEnabled">
            <summary>
            Gets or sets mailNotificationsEnabled.
            Indicates whether emails are enabled or disabled. Default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleSettings.RecommendationsEnabled">
            <summary>
            Gets or sets recommendationsEnabled.
            Indicates whether decision recommendations are enabled or disabled. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationsEnabled setting will be used instead of the value of this property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleSettings.Recurrence">
            <summary>
            Gets or sets recurrence.
            Detailed settings for recurrence using the standard Outlook recurrence object. Note: Only dayOfMonth, interval, and type (weekly, absoluteMonthly) properties are supported. Use the property startDate on recurrenceRange to determine the day the review starts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleSettings.ReminderNotificationsEnabled">
            <summary>
            Gets or sets reminderNotificationsEnabled.
            Indicates whether reminders are enabled or disabled. Default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScope">
            <summary>
            The type AccessReviewScope.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScope.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScope.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewSet">
            <summary>
            The type Access Review Set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSet.Definitions">
            <summary>
            Gets or sets definitions.
            Represents the template and scheduling for an access review.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSet.DefinitionsNextLink">
            <summary>
            Gets or sets definitionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSet.HistoryDefinitions">
            <summary>
            Gets or sets history definitions.
            Represents a collection of access review history data and the scopes used to collect that data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSet.HistoryDefinitionsNextLink">
            <summary>
            Gets or sets historyDefinitionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStage">
            <summary>
            The type Access Review Stage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStage.EndDateTime">
            <summary>
            Gets or sets end date time.
            The date and time in ISO 8601 format and UTC time when the review stage is scheduled to end. This property is the cumulative total of the durationInDays for all stages. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStage.FallbackReviewers">
            <summary>
            Gets or sets fallback reviewers.
            This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner does not exist, or manager is specified as reviewer but a user's manager does not exist.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStage.Reviewers">
            <summary>
            Gets or sets reviewers.
            This collection of access review scopes is used to define who the reviewers are. For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStage.StartDateTime">
            <summary>
            Gets or sets start date time.
            The date and time in ISO 8601 format and UTC time when the review stage is scheduled to start. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStage.Status">
            <summary>
            Gets or sets status.
            Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStage.Decisions">
            <summary>
            Gets or sets decisions.
            Each user reviewed in an accessReviewStage has a decision item representing if they were approved, denied, or not yet reviewed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStage.DecisionsNextLink">
            <summary>
            Gets or sets decisionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageFilterByCurrentUserOptions">
            <summary>
            The enum AccessReviewStageFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewStageFilterByCurrentUserOptions.Reviewer">
            <summary>
            Reviewer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AccessReviewStageFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageSettings">
            <summary>
            The type AccessReviewStageSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageSettings.DecisionsThatWillMoveToNextStage">
            <summary>
            Gets or sets decisionsThatWillMoveToNextStage.
            Indicate which decisions will go to the next stage. Can be a sub-set of Approve, Deny, Recommendation, or NotReviewed. If not provided, all decisions will go to the next stage. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageSettings.DependsOn">
            <summary>
            Gets or sets dependsOn.
            Defines the sequential or parallel order of the stages and depends on the stageId. Only sequential stages are currently supported. For example, if stageId is 2, then dependsOn must be 1. If stageId is 1, do not specify dependsOn. Required if stageId is not 1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageSettings.DurationInDays">
            <summary>
            Gets or sets durationInDays.
            The duration of the stage. Required.  NOTE: The cumulative value of this property across all stages  1. Will override the instanceDurationInDays setting on the accessReviewScheduleDefinition object. 2. Cannot exceed the length of one recurrence. That is, if the review recurs weekly, the cumulative durationInDays cannot exceed 7.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageSettings.FallbackReviewers">
            <summary>
            Gets or sets fallbackReviewers.
            If provided, the fallback reviewers are asked to complete a review if the primary reviewers do not exist. For example, if managers are selected as reviewers and a principal under review does not have a manager in Azure AD, the fallback reviewers are asked to review that principal. NOTE: The value of this property will override the corresponding setting on the accessReviewScheduleDefinition object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageSettings.RecommendationsEnabled">
            <summary>
            Gets or sets recommendationsEnabled.
            Indicates whether showing recommendations to reviewers is enabled. Required. NOTE: The value of this property will override override the corresponding setting on the accessReviewScheduleDefinition object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageSettings.Reviewers">
            <summary>
            Gets or sets reviewers.
            Defines who the reviewers are. If none are specified, the review is a self-review (users review their own access).  For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property will override the corresponding setting on the accessReviewScheduleDefinition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageSettings.StageId">
            <summary>
            Gets or sets stageId.
            Unique identifier of the accessReviewStageSettings object. The stageId will be used by the dependsOn property to indicate the order of the stages. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ActionResultPart">
            <summary>
            The type ActionResultPart.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ActionResultPart.#ctor">
            <summary>
             The internal ActionResultPart constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActionResultPart.Error">
            <summary>
            Gets or sets error.
            The error that occurred, if any, during the course of the bulk operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActionResultPart.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActionResultPart.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ActionState">
            <summary>
            The enum ActionState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.Pending">
            <summary>
            Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.Canceled">
            <summary>
            Canceled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.Active">
            <summary>
            Active
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.Done">
            <summary>
            Done
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.NotSupported">
            <summary>
            Not Supported
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ActivityBasedTimeoutPolicy">
            <summary>
            The type Activity Based Timeout Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicy.#ctor">
            <summary>
             The ActivityBasedTimeoutPolicy constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ActivityDomain">
            <summary>
            The enum ActivityDomain.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActivityDomain.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActivityDomain.Work">
            <summary>
            Work
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActivityDomain.Personal">
            <summary>
            Personal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActivityDomain.Unrestricted">
            <summary>
            Unrestricted
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ActivityHistoryItem">
            <summary>
            The type Activity History Item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.ActiveDurationSeconds">
            <summary>
            Gets or sets active duration seconds.
            Optional. The duration of active user engagement. if not supplied, this is calculated from the startedDateTime and lastActiveDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Set by the server. DateTime in UTC when the object was created on the server.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            Optional. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.LastActiveDateTime">
            <summary>
            Gets or sets last active date time.
            Optional. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Set by the server. DateTime in UTC when the object was modified on the server.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.StartedDateTime">
            <summary>
            Gets or sets started date time.
            Required. UTC DateTime when the historyItem (activity session) was started. Required for timeline history.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.Status">
            <summary>
            Gets or sets status.
            Set by the server. A status code used to identify valid objects. Values: active, updated, deleted, ignored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.UserTimezone">
            <summary>
            Gets or sets user timezone.
            Optional. The timezone in which the user's device used to generate the activity was located at activity creation time. Values supplied as Olson IDs in order to support cross-platform representation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.Activity">
            <summary>
            Gets or sets activity.
            Optional. NavigationProperty/Containment; navigation property to the associated activity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ActivityType">
            <summary>
            The enum ActivityType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActivityType.Signin">
            <summary>
            Signin
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActivityType.User">
            <summary>
            User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActivityType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActivityType.ServicePrincipal">
            <summary>
            Service Principal
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AddIn">
            <summary>
            The type AddIn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AddIn.Id">
            <summary>
            Gets or sets id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AddIn.Properties">
            <summary>
            Gets or sets properties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AddIn.Type">
            <summary>
            Gets or sets type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AddIn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AddIn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AddLargeGalleryViewOperation">
            <summary>
            The type Add Large Gallery View Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperation.#ctor">
            <summary>
             The AddLargeGalleryViewOperation constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Admin">
            <summary>
            The type Admin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Admin.ServiceAnnouncement">
            <summary>
            Gets or sets service announcement.
            A container for service communications resources. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Admin.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Admin.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AdminConsentRequestPolicy">
            <summary>
            The type Admin Consent Request Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdminConsentRequestPolicy.IsEnabled">
            <summary>
            Gets or sets is enabled.
            Specifies whether the admin consent request feature is enabled or disabled. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdminConsentRequestPolicy.NotifyReviewers">
            <summary>
            Gets or sets notify reviewers.
            Specifies whether reviewers will receive notifications. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdminConsentRequestPolicy.RemindersEnabled">
            <summary>
            Gets or sets reminders enabled.
            Specifies whether reviewers will receive reminder emails. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdminConsentRequestPolicy.RequestDurationInDays">
            <summary>
            Gets or sets request duration in days.
            Specifies the duration the request is active before it automatically expires if no decision is applied.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdminConsentRequestPolicy.Reviewers">
            <summary>
            Gets or sets reviewers.
            The list of reviewers for the admin consent. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdminConsentRequestPolicy.Version">
            <summary>
            Gets or sets version.
            Specifies the version of this policy. When the policy is updated, this version is updated. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnit">
            <summary>
            The type Administrative Unit.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnit.#ctor">
            <summary>
             The AdministrativeUnit constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnit.Description">
            <summary>
            Gets or sets description.
            An optional description for the administrative unit. Supports $filter (eq, ne, in, startsWith), $search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnit.DisplayName">
            <summary>
            Gets or sets display name.
            Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnit.Visibility">
            <summary>
            Gets or sets visibility.
            Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership. If not set (value is null), the default behavior is public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnit.Members">
            <summary>
            Gets or sets members.
            Users and groups that are members of this administrative unit. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnit.MembersNextLink">
            <summary>
            Gets or sets membersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnit.ScopedRoleMembers">
            <summary>
            Gets or sets scoped role members.
            Scoped-role members of this administrative unit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnit.ScopedRoleMembersNextLink">
            <summary>
            Gets or sets scopedRoleMembersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnit.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for this administrative unit. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnit.ExtensionsNextLink">
            <summary>
            Gets or sets extensionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AdvancedConfigState">
            <summary>
            The enum AdvancedConfigState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AdvancedConfigState.Default">
            <summary>
            Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AdvancedConfigState.Enabled">
            <summary>
            Enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AdvancedConfigState.Disabled">
            <summary>
            Disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AdvancedConfigState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AggregationOption">
            <summary>
            The type AggregationOption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AggregationOption.BucketDefinition">
            <summary>
            Gets or sets bucketDefinition.
            Specifies the criteria to compute an aggregation. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AggregationOption.Field">
            <summary>
            Gets or sets field.
            Computes aggregation on the field while the field exists in current entity type. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AggregationOption.Size">
            <summary>
            Gets or sets size.
            The number of searchBucket resources to be returned. This is not required when the range is provided manually in the search request. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AggregationOption.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AggregationOption.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Agreement">
            <summary>
            The type Agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Agreement.DisplayName">
            <summary>
            Gets or sets display name.
            Display name of the agreement. The display name is used for internal tracking of the agreement but is not shown to end users who view the agreement. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Agreement.IsPerDeviceAcceptanceRequired">
            <summary>
            Gets or sets is per device acceptance required.
            Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven't already done so. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Agreement.IsViewingBeforeAcceptanceRequired">
            <summary>
            Gets or sets is viewing before acceptance required.
            Indicates whether the user has to expand the agreement before accepting. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Agreement.TermsExpiration">
            <summary>
            Gets or sets terms expiration.
            Expiration schedule and frequency of agreement for all users. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Agreement.UserReacceptRequiredFrequency">
            <summary>
            Gets or sets user reaccept required frequency.
            The duration after which the user must re-accept the terms of use. The value is represented in ISO 8601 format for durations. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Agreement.Acceptances">
            <summary>
            Gets or sets acceptances.
            Read-only. Information about acceptances of this agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Agreement.AcceptancesNextLink">
            <summary>
            Gets or sets acceptancesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Agreement.File">
            <summary>
            Gets or sets file.
            Default PDF linked to this agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Agreement.Files">
            <summary>
            Gets or sets files.
            PDFs linked to this agreement. This property is in the process of being deprecated. Use the  file property instead. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Agreement.FilesNextLink">
            <summary>
            Gets or sets filesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementAcceptance">
            <summary>
            The type Agreement Acceptance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptance.AgreementFileId">
            <summary>
            Gets or sets agreement file id.
            The identifier of the agreement file accepted by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptance.AgreementId">
            <summary>
            Gets or sets agreement id.
            The identifier of the agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptance.DeviceDisplayName">
            <summary>
            Gets or sets device display name.
            The display name of the device used for accepting the agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptance.DeviceId">
            <summary>
            Gets or sets device id.
            The unique identifier of the device used for accepting the agreement. Supports $filter (eq) and eq for null values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptance.DeviceOSType">
            <summary>
            Gets or sets device ostype.
            The operating system used to accept the agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptance.DeviceOSVersion">
            <summary>
            Gets or sets device osversion.
            The operating system version of the device used to accept the agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptance.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            The expiration date time of the acceptance. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ge, le) and eq for null values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptance.RecordedDateTime">
            <summary>
            Gets or sets recorded date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptance.State">
            <summary>
            Gets or sets state.
            The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptance.UserDisplayName">
            <summary>
            Gets or sets user display name.
            Display name of the user when the acceptance was recorded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptance.UserEmail">
            <summary>
            Gets or sets user email.
            Email of the user when the acceptance was recorded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptance.UserId">
            <summary>
            Gets or sets user id.
            The identifier of the user who accepted the agreement. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptance.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UPN of the user when the acceptance was recorded.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementAcceptanceState">
            <summary>
            The enum AgreementAcceptanceState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AgreementAcceptanceState.Accepted">
            <summary>
            Accepted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AgreementAcceptanceState.Declined">
            <summary>
            Declined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AgreementAcceptanceState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementFile">
            <summary>
            The type Agreement File.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFile.Localizations">
            <summary>
            Gets or sets localizations.
            The localized version of the terms of use agreement files attached to the agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFile.LocalizationsNextLink">
            <summary>
            Gets or sets localizationsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileData">
            <summary>
            The type AgreementFileData.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileData.Data">
            <summary>
            Gets or sets data.
            Data that represents the terms of use PDF document. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileData.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileData.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileLocalization">
            <summary>
            The type Agreement File Localization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileLocalization.Versions">
            <summary>
            Gets or sets versions.
            Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileLocalization.VersionsNextLink">
            <summary>
            Gets or sets versionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileProperties">
            <summary>
            The type Agreement File Properties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileProperties.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date time representing when the file was created.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileProperties.DisplayName">
            <summary>
            Gets or sets display name.
            Localized display name of the policy file of an agreement. The localized display name is shown to end users who view the agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileProperties.FileData">
            <summary>
            Gets or sets file data.
            Data that represents the terms of use PDF document. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileProperties.FileName">
            <summary>
            Gets or sets file name.
            Name of the agreement file (for example, TOU.pdf). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileProperties.IsDefault">
            <summary>
            Gets or sets is default.
            If none of the languages matches the client preference, indicates whether this is the default agreement file . If none of the files are marked as default, the first one is treated as the default. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileProperties.IsMajorVersion">
            <summary>
            Gets or sets is major version.
            Indicates whether the agreement file is a major version update. Major version updates invalidate the agreement's acceptances on the corresponding language.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileProperties.Language">
            <summary>
            Gets or sets language.
            The language of the agreement file in the format 'languagecode2-country/regioncode2'. 'languagecode2' is a lowercase two-letter code derived from ISO 639-1, while 'country/regioncode2' is derived from ISO 3166 and usually consists of two uppercase letters, or a BCP-47 language tag. For example, U.S. English is en-US. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileVersion">
            <summary>
            The type Agreement File Version.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Album">
            <summary>
            The type Album.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Album.CoverImageItemId">
            <summary>
            Gets or sets coverImageItemId.
            Unique identifier of the [driveItem][] that is the cover of the album.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Album.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Album.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Alert">
            <summary>
            The type Alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.ActivityGroupName">
            <summary>
            Gets or sets activity group name.
            Name or alias of the activity group (attacker) this alert is attributed to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.AlertDetections">
            <summary>
            Gets or sets alert detections.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.AssignedTo">
            <summary>
            Gets or sets assigned to.
            Name of the analyst the alert is assigned to for triage, investigation, or remediation (supports update).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.AzureSubscriptionId">
            <summary>
            Gets or sets azure subscription id.
            Azure subscription ID, present if this alert is related to an Azure resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.AzureTenantId">
            <summary>
            Gets or sets azure tenant id.
            Azure Active Directory tenant ID. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.Category">
            <summary>
            Gets or sets category.
            Category of the alert (for example, credentialTheft, ransomware, etc.).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.ClosedDateTime">
            <summary>
            Gets or sets closed date time.
            Time at which the alert was closed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z (supports update).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.CloudAppStates">
            <summary>
            Gets or sets cloud app states.
            Security-related stateful information generated by the provider about the cloud application/s related to this alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.Comments">
            <summary>
            Gets or sets comments.
            Customer-provided comments on alert (for customer alert management) (supports update).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.Confidence">
            <summary>
            Gets or sets confidence.
            Confidence of the detection logic (percentage between 1-100).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Time at which the alert was created by the alert provider. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.Description">
            <summary>
            Gets or sets description.
            Alert description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.DetectionIds">
            <summary>
            Gets or sets detection ids.
            Set of alerts related to this alert entity (each alert is pushed to the SIEM as a separate record).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.EventDateTime">
            <summary>
            Gets or sets event date time.
            Time at which the event(s) that served as the trigger(s) to generate the alert occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.Feedback">
            <summary>
            Gets or sets feedback.
            Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. (supports update)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.FileStates">
            <summary>
            Gets or sets file states.
            Security-related stateful information generated by the provider about the file(s) related to this alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.HistoryStates">
            <summary>
            Gets or sets history states.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.HostStates">
            <summary>
            Gets or sets host states.
            Security-related stateful information generated by the provider about the host(s) related to this alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.IncidentIds">
            <summary>
            Gets or sets incident ids.
            IDs of incidents related to current alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.InvestigationSecurityStates">
            <summary>
            Gets or sets investigation security states.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.LastEventDateTime">
            <summary>
            Gets or sets last event date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Time at which the alert entity was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.MalwareStates">
            <summary>
            Gets or sets malware states.
            Threat Intelligence pertaining to malware related to this alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.MessageSecurityStates">
            <summary>
            Gets or sets message security states.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.NetworkConnections">
            <summary>
            Gets or sets network connections.
            Security-related stateful information generated by the provider about the network connection(s) related to this alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.Processes">
            <summary>
            Gets or sets processes.
            Security-related stateful information generated by the provider about the process or processes related to this alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.RecommendedActions">
            <summary>
            Gets or sets recommended actions.
            Vendor/provider recommended action(s) to take as a result of the alert (for example, isolate machine, enforce2FA, reimage host).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.RegistryKeyStates">
            <summary>
            Gets or sets registry key states.
            Security-related stateful information generated by the provider about the registry keys related to this alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.SecurityResources">
            <summary>
            Gets or sets security resources.
            Resources related to current alert. For example, for some alerts this can have the Azure Resource value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.Severity">
            <summary>
            Gets or sets severity.
            Alert severity - set by vendor/provider. Possible values are: unknown, informational, low, medium, high. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.SourceMaterials">
            <summary>
            Gets or sets source materials.
            Hyperlinks (URIs) to the source material related to the alert, for example, provider's user interface for alerts or log search, etc.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.Status">
            <summary>
            Gets or sets status.
            Alert lifecycle status (stage). Possible values are: unknown, newAlert, inProgress, resolved. (supports update). Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.Tags">
            <summary>
            Gets or sets tags.
            User-definable labels that can be applied to an alert and can serve as filter conditions (for example 'HVA', 'SAW', etc.) (supports update).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.Title">
            <summary>
            Gets or sets title.
            Alert title. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.Triggers">
            <summary>
            Gets or sets triggers.
            Security-related information about the specific properties that triggered the alert (properties appearing in the alert). Alerts might contain information about multiple users, hosts, files, ip addresses. This field indicates which properties triggered the alert generation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.UriClickSecurityStates">
            <summary>
            Gets or sets uri click security states.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.UserStates">
            <summary>
            Gets or sets user states.
            Security-related stateful information generated by the provider about the user accounts related to this alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.VendorInformation">
            <summary>
            Gets or sets vendor information.
            Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=Windows Defender ATP; subProvider=AppLocker). Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Alert.VulnerabilityStates">
            <summary>
            Gets or sets vulnerability states.
            Threat intelligence pertaining to one or more vulnerabilities related to this alert.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AlertDetection">
            <summary>
            The type AlertDetection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertDetection.DetectionType">
            <summary>
            Gets or sets detectionType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertDetection.Method">
            <summary>
            Gets or sets method.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertDetection.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertDetection.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertDetection.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AlertFeedback">
            <summary>
            The enum AlertFeedback.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertFeedback.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertFeedback.TruePositive">
            <summary>
            True Positive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertFeedback.FalsePositive">
            <summary>
            False Positive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertFeedback.BenignPositive">
            <summary>
            Benign Positive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertFeedback.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AlertHistoryState">
            <summary>
            The type AlertHistoryState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertHistoryState.AppId">
            <summary>
            Gets or sets appId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertHistoryState.AssignedTo">
            <summary>
            Gets or sets assignedTo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertHistoryState.Comments">
            <summary>
            Gets or sets comments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertHistoryState.Feedback">
            <summary>
            Gets or sets feedback.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertHistoryState.Status">
            <summary>
            Gets or sets status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertHistoryState.UpdatedDateTime">
            <summary>
            Gets or sets updatedDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertHistoryState.User">
            <summary>
            Gets or sets user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertHistoryState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertHistoryState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AlertSeverity">
            <summary>
            The enum AlertSeverity.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertSeverity.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertSeverity.Informational">
            <summary>
            Informational
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertSeverity.Low">
            <summary>
            Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertSeverity.Medium">
            <summary>
            Medium
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertSeverity.High">
            <summary>
            High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertSeverity.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AlertStatus">
            <summary>
            The enum AlertStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertStatus.NewAlert">
            <summary>
            New Alert
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertStatus.InProgress">
            <summary>
            In Progress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertStatus.Resolved">
            <summary>
            Resolved
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertStatus.Dismissed">
            <summary>
            Dismissed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AlertStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AlertTrigger">
            <summary>
            The type AlertTrigger.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertTrigger.Name">
            <summary>
            Gets or sets name.
            Name of the property serving as a detection trigger.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertTrigger.Type">
            <summary>
            Gets or sets type.
            Type of the property in the key:value pair for interpretation. For example, String, Boolean etc.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertTrigger.Value">
            <summary>
            Gets or sets value.
            Value of the property serving as a detection trigger.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertTrigger.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlertTrigger.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AllDevicesAssignmentTarget">
            <summary>
            The type AllDevicesAssignmentTarget.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AllDevicesAssignmentTarget.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AllDevicesAssignmentTarget"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AllLicensedUsersAssignmentTarget">
            <summary>
            The type AllLicensedUsersAssignmentTarget.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AllLicensedUsersAssignmentTarget.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AllLicensedUsersAssignmentTarget"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AllowedTargetScope">
            <summary>
            The enum AllowedTargetScope.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowedTargetScope.NotSpecified">
            <summary>
            Not Specified
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowedTargetScope.SpecificDirectoryUsers">
            <summary>
            Specific Directory Users
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowedTargetScope.SpecificConnectedOrganizationUsers">
            <summary>
            Specific Connected Organization Users
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowedTargetScope.SpecificDirectoryServicePrincipals">
            <summary>
            Specific Directory Service Principals
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowedTargetScope.AllMemberUsers">
            <summary>
            All Member Users
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowedTargetScope.AllDirectoryUsers">
            <summary>
            All Directory Users
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowedTargetScope.AllDirectoryServicePrincipals">
            <summary>
            All Directory Service Principals
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowedTargetScope.AllConfiguredConnectedOrganizationUsers">
            <summary>
            All Configured Connected Organization Users
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowedTargetScope.AllExternalUsers">
            <summary>
            All External Users
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowedTargetScope.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AllowInvitesFrom">
            <summary>
            The enum AllowInvitesFrom.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowInvitesFrom.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowInvitesFrom.AdminsAndGuestInviters">
            <summary>
            Admins And Guest Inviters
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowInvitesFrom.AdminsGuestInvitersAndAllMembers">
            <summary>
            Admins Guest Inviters And All Members
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowInvitesFrom.Everyone">
            <summary>
            Everyone
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AllowInvitesFrom.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AlterationResponse">
            <summary>
            The type AlterationResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlterationResponse.OriginalQueryString">
            <summary>
            Gets or sets originalQueryString.
            Defines the original user query string.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlterationResponse.QueryAlteration">
            <summary>
            Gets or sets queryAlteration.
            Defines the details of the alteration information for the spelling correction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlterationResponse.QueryAlterationType">
            <summary>
            Gets or sets queryAlterationType.
            Defines the type of the spelling correction. Possible values are: suggestion, modification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlterationResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlterationResponse.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AlteredQueryToken">
            <summary>
            The type AlteredQueryToken.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlteredQueryToken.Length">
            <summary>
            Gets or sets length.
            Defines the length of a changed segment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlteredQueryToken.Offset">
            <summary>
            Gets or sets offset.
            Defines the offset of a changed segment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlteredQueryToken.Suggestion">
            <summary>
            Gets or sets suggestion.
            Represents the corrected segment string.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlteredQueryToken.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlteredQueryToken.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AlternativeSecurityId">
            <summary>
            The type AlternativeSecurityId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlternativeSecurityId.IdentityProvider">
            <summary>
            Gets or sets identityProvider.
            For internal use only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlternativeSecurityId.Key">
            <summary>
            Gets or sets key.
            For internal use only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlternativeSecurityId.Type">
            <summary>
            Gets or sets type.
            For internal use only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlternativeSecurityId.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlternativeSecurityId.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidCompliancePolicy">
            <summary>
            The type Android Compliance Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicy.#ctor">
            <summary>
             The AndroidCompliancePolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.DeviceThreatProtectionEnabled">
            <summary>
            Gets or sets device threat protection enabled.
            Require that devices have enabled device threat protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.DeviceThreatProtectionRequiredSecurityLevel">
            <summary>
            Gets or sets device threat protection required security level.
            Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.MinAndroidSecurityPatchLevel">
            <summary>
            Gets or sets min android security patch level.
            Minimum Android security patch level.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum Android version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum Android version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires. Valid values 1 to 365
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum password length. Valid values 4 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block. Valid values 1 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.PasswordRequired">
            <summary>
            Gets or sets password required.
            Require a password to unlock device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            Type of characters in password. Possible values are: deviceDefault, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, numeric, numericComplex, any.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityBlockJailbrokenDevices">
            <summary>
            Gets or sets security block jailbroken devices.
            Devices must not be jailbroken or rooted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityDisableUsbDebugging">
            <summary>
            Gets or sets security disable usb debugging.
            Disable USB debugging on Android devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityPreventInstallAppsFromUnknownSources">
            <summary>
            Gets or sets security prevent install apps from unknown sources.
            Require that devices disallow installation of apps from unknown sources.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityRequireCompanyPortalAppIntegrity">
            <summary>
            Gets or sets security require company portal app integrity.
            Require the device to pass the Company Portal client app runtime integrity check.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityRequireGooglePlayServices">
            <summary>
            Gets or sets security require google play services.
            Require Google Play Services to be installed and enabled on the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityRequireSafetyNetAttestationBasicIntegrity">
            <summary>
            Gets or sets security require safety net attestation basic integrity.
            Require the device to pass the SafetyNet basic integrity check.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityRequireSafetyNetAttestationCertifiedDevice">
            <summary>
            Gets or sets security require safety net attestation certified device.
            Require the device to pass the SafetyNet certified device check.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityRequireUpToDateSecurityProviders">
            <summary>
            Gets or sets security require up to date security providers.
            Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityRequireVerifyApps">
            <summary>
            Gets or sets security require verify apps.
            Require the Android Verify apps feature is turned on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Require encryption on Android devices.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidCustomConfiguration">
            <summary>
            The type Android Custom Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfiguration.#ctor">
            <summary>
             The AndroidCustomConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCustomConfiguration.OmaSettings">
            <summary>
            Gets or sets oma settings.
            OMA settings. This collection can contain a maximum of 1000 elements.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidGeneralDeviceConfiguration">
            <summary>
            The type Android General Device Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfiguration.#ctor">
            <summary>
             The AndroidGeneralDeviceConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.AppsBlockClipboardSharing">
            <summary>
            Gets or sets apps block clipboard sharing.
            Indicates whether or not to block clipboard sharing to copy and paste between applications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.AppsBlockCopyPaste">
            <summary>
            Gets or sets apps block copy paste.
            Indicates whether or not to block copy and paste within applications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.AppsBlockYouTube">
            <summary>
            Gets or sets apps block you tube.
            Indicates whether or not to block the YouTube app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.AppsHideList">
            <summary>
            Gets or sets apps hide list.
            List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.AppsInstallAllowList">
            <summary>
            Gets or sets apps install allow list.
            List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.AppsLaunchBlockList">
            <summary>
            Gets or sets apps launch block list.
            List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.BluetoothBlocked">
            <summary>
            Gets or sets bluetooth blocked.
            Indicates whether or not to block Bluetooth.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CameraBlocked">
            <summary>
            Gets or sets camera blocked.
            Indicates whether or not to block the use of the camera.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CellularBlockDataRoaming">
            <summary>
            Gets or sets cellular block data roaming.
            Indicates whether or not to block data roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CellularBlockMessaging">
            <summary>
            Gets or sets cellular block messaging.
            Indicates whether or not to block SMS/MMS messaging.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CellularBlockVoiceRoaming">
            <summary>
            Gets or sets cellular block voice roaming.
            Indicates whether or not to block voice roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CellularBlockWiFiTethering">
            <summary>
            Gets or sets cellular block wi fi tethering.
            Indicates whether or not to block syncing Wi-Fi tethering.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CompliantAppListType">
            <summary>
            Gets or sets compliant app list type.
            Type of list that is in the CompliantAppsList. Possible values are: none, appsInListCompliant, appsNotInListCompliant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CompliantAppsList">
            <summary>
            Gets or sets compliant apps list.
            List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.DeviceSharingAllowed">
            <summary>
            Gets or sets device sharing allowed.
            Indicates whether or not to allow device sharing mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.DiagnosticDataBlockSubmission">
            <summary>
            Gets or sets diagnostic data block submission.
            Indicates whether or not to block diagnostic data submission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.FactoryResetBlocked">
            <summary>
            Gets or sets factory reset blocked.
            Indicates whether or not to block user performing a factory reset.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.GoogleAccountBlockAutoSync">
            <summary>
            Gets or sets google account block auto sync.
            Indicates whether or not to block Google account auto sync.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.GooglePlayStoreBlocked">
            <summary>
            Gets or sets google play store blocked.
            Indicates whether or not to block the Google Play store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.KioskModeApps">
            <summary>
            Gets or sets kiosk mode apps.
            A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.KioskModeBlockSleepButton">
            <summary>
            Gets or sets kiosk mode block sleep button.
            Indicates whether or not to block the screen sleep button while in Kiosk Mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.KioskModeBlockVolumeButtons">
            <summary>
            Gets or sets kiosk mode block volume buttons.
            Indicates whether or not to block the volume buttons while in Kiosk Mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.LocationServicesBlocked">
            <summary>
            Gets or sets location services blocked.
            Indicates whether or not to block location services.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.NfcBlocked">
            <summary>
            Gets or sets nfc blocked.
            Indicates whether or not to block Near-Field Communication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordBlockFingerprintUnlock">
            <summary>
            Gets or sets password block fingerprint unlock.
            Indicates whether or not to block fingerprint unlock.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordBlockTrustAgents">
            <summary>
            Gets or sets password block trust agents.
            Indicates whether or not to block Smart Lock and other trust agents.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires. Valid values 1 to 365
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum length of passwords. Valid values 4 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets password minutes of inactivity before screen timeout.
            Minutes of inactivity before the screen times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordRequired">
            <summary>
            Gets or sets password required.
            Indicates whether or not to require a password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            Type of password that is required. Possible values are: deviceDefault, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, numeric, numericComplex, any.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordSignInFailureCountBeforeFactoryReset">
            <summary>
            Gets or sets password sign in failure count before factory reset.
            Number of sign in failures allowed before factory reset. Valid values 1 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PowerOffBlocked">
            <summary>
            Gets or sets power off blocked.
            Indicates whether or not to block powering off the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.ScreenCaptureBlocked">
            <summary>
            Gets or sets screen capture blocked.
            Indicates whether or not to block screenshots.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.SecurityRequireVerifyApps">
            <summary>
            Gets or sets security require verify apps.
            Require the Android Verify apps feature is turned on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.StorageBlockGoogleBackup">
            <summary>
            Gets or sets storage block google backup.
            Indicates whether or not to block Google Backup.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.StorageBlockRemovableStorage">
            <summary>
            Gets or sets storage block removable storage.
            Indicates whether or not to block removable storage usage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.StorageRequireDeviceEncryption">
            <summary>
            Gets or sets storage require device encryption.
            Indicates whether or not to require device encryption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.StorageRequireRemovableStorageEncryption">
            <summary>
            Gets or sets storage require removable storage encryption.
            Indicates whether or not to require removable storage encryption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.VoiceAssistantBlocked">
            <summary>
            Gets or sets voice assistant blocked.
            Indicates whether or not to block the use of the Voice Assistant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.VoiceDialingBlocked">
            <summary>
            Gets or sets voice dialing blocked.
            Indicates whether or not to block voice dialing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.WebBrowserBlockAutofill">
            <summary>
            Gets or sets web browser block autofill.
            Indicates whether or not to block the web browser's auto fill feature.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.WebBrowserBlocked">
            <summary>
            Gets or sets web browser blocked.
            Indicates whether or not to block the web browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.WebBrowserBlockJavaScript">
            <summary>
            Gets or sets web browser block java script.
            Indicates whether or not to block JavaScript within the web browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.WebBrowserBlockPopups">
            <summary>
            Gets or sets web browser block popups.
            Indicates whether or not to block popups within the web browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.WebBrowserCookieSettings">
            <summary>
            Gets or sets web browser cookie settings.
            Cookie settings within the web browser. Possible values are: browserDefault, blockAlways, allowCurrentWebSite, allowFromWebsitesVisited, allowAlways.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.WiFiBlocked">
            <summary>
            Gets or sets wi fi blocked.
            Indicates whether or not to block syncing Wi-Fi.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidLobApp">
            <summary>
            The type Android Lob App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobApp.#ctor">
            <summary>
             The AndroidLobApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidLobApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidLobApp.PackageId">
            <summary>
            Gets or sets package id.
            The package identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidLobApp.VersionCode">
            <summary>
            Gets or sets version code.
            The version code of Android Line of Business (LoB) app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidLobApp.VersionName">
            <summary>
            Gets or sets version name.
            The version name of Android Line of Business (LoB) app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtection">
            <summary>
            The type Android Managed App Protection.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtection.#ctor">
            <summary>
             The AndroidManagedAppProtection constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.CustomBrowserDisplayName">
            <summary>
            Gets or sets custom browser display name.
            Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.CustomBrowserPackageId">
            <summary>
            Gets or sets custom browser package id.
            Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.DeployedAppCount">
            <summary>
            Gets or sets deployed app count.
            Count of apps to which the current policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.DisableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
            Gets or sets disable app encryption if device encryption is enabled.
            When this setting is enabled, app level encryption is disabled if device level encryption is enabled
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.EncryptAppData">
            <summary>
            Gets or sets encrypt app data.
            Indicates whether application data for managed apps should be encrypted
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.MinimumRequiredPatchVersion">
            <summary>
            Gets or sets minimum required patch version.
            Define the oldest required Android security patch level a user can have to gain secure access to the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.MinimumWarningPatchVersion">
            <summary>
            Gets or sets minimum warning patch version.
            Define the oldest recommended Android security patch level a user can have for secure access to the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.ScreenCaptureBlocked">
            <summary>
            Gets or sets screen capture blocked.
            Indicates whether a managed user can take screen captures of managed apps
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.Apps">
            <summary>
            Gets or sets apps.
            List of apps to which the policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.AppsNextLink">
            <summary>
            Gets or sets appsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.DeploymentSummary">
            <summary>
            Gets or sets deployment summary.
            Navigation property to deployment summary of the configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppRegistration">
            <summary>
            The type Android Managed App Registration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistration.#ctor">
            <summary>
             The AndroidManagedAppRegistration constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidMinimumOperatingSystem">
            <summary>
            The type AndroidMinimumOperatingSystem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V10_0">
            <summary>
            Gets or sets v10_0.
            When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V11_0">
            <summary>
            Gets or sets v11_0.
            When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V4_0">
            <summary>
            Gets or sets v4_0.
            When TRUE, only Version 4.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V4_0_3">
            <summary>
            Gets or sets v4_0_3.
            When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V4_1">
            <summary>
            Gets or sets v4_1.
            When TRUE, only Version 4.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V4_2">
            <summary>
            Gets or sets v4_2.
            When TRUE, only Version 4.2 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V4_3">
            <summary>
            Gets or sets v4_3.
            When TRUE, only Version 4.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V4_4">
            <summary>
            Gets or sets v4_4.
            When TRUE, only Version 4.4 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V5_0">
            <summary>
            Gets or sets v5_0.
            When TRUE, only Version 5.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V5_1">
            <summary>
            Gets or sets v5_1.
            When TRUE, only Version 5.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V6_0">
            <summary>
            Gets or sets v6_0.
            When TRUE, only Version 6.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V7_0">
            <summary>
            Gets or sets v7_0.
            When TRUE, only Version 7.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V7_1">
            <summary>
            Gets or sets v7_1.
            When TRUE, only Version 7.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V8_0">
            <summary>
            Gets or sets v8_0.
            When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V8_1">
            <summary>
            Gets or sets v8_1.
            When TRUE, only Version 8.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V9_0">
            <summary>
            Gets or sets v9_0.
            When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidMobileAppIdentifier">
            <summary>
            The type AndroidMobileAppIdentifier.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidMobileAppIdentifier.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AndroidMobileAppIdentifier"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMobileAppIdentifier.PackageId">
            <summary>
            Gets or sets packageId.
            The identifier for an app, as specified in the play store.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidRequiredPasswordType">
            <summary>
            The enum AndroidRequiredPasswordType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.DeviceDefault">
            <summary>
            Device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.Alphabetic">
            <summary>
            Alphabetic
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.Alphanumeric">
            <summary>
            Alphanumeric
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.AlphanumericWithSymbols">
            <summary>
            Alphanumeric With Symbols
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.LowSecurityBiometric">
            <summary>
            Low Security Biometric
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.Numeric">
            <summary>
            Numeric
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.NumericComplex">
            <summary>
            Numeric Complex
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.Any">
            <summary>
            Any
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidStoreApp">
            <summary>
            The type Android Store App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreApp.#ctor">
            <summary>
             The AndroidStoreApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidStoreApp.AppStoreUrl">
            <summary>
            Gets or sets app store url.
            The Android app store URL.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidStoreApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidStoreApp.PackageId">
            <summary>
            Gets or sets package id.
            The package identifier.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidWorkProfileCompliancePolicy">
            <summary>
            The type Android Work Profile Compliance Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.#ctor">
            <summary>
             The AndroidWorkProfileCompliancePolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.DeviceThreatProtectionEnabled">
            <summary>
            Gets or sets device threat protection enabled.
            Require that devices have enabled device threat protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.DeviceThreatProtectionRequiredSecurityLevel">
            <summary>
            Gets or sets device threat protection required security level.
            Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.MinAndroidSecurityPatchLevel">
            <summary>
            Gets or sets min android security patch level.
            Minimum Android security patch level.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum Android version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum Android version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires. Valid values 1 to 365
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum password length. Valid values 4 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block. Valid values 1 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.PasswordRequired">
            <summary>
            Gets or sets password required.
            Require a password to unlock device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            Type of characters in password. Possible values are: deviceDefault, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, numeric, numericComplex, any.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.SecurityBlockJailbrokenDevices">
            <summary>
            Gets or sets security block jailbroken devices.
            Devices must not be jailbroken or rooted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.SecurityDisableUsbDebugging">
            <summary>
            Gets or sets security disable usb debugging.
            Disable USB debugging on Android devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.SecurityPreventInstallAppsFromUnknownSources">
            <summary>
            Gets or sets security prevent install apps from unknown sources.
            Require that devices disallow installation of apps from unknown sources.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.SecurityRequireCompanyPortalAppIntegrity">
            <summary>
            Gets or sets security require company portal app integrity.
            Require the device to pass the Company Portal client app runtime integrity check.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.SecurityRequireGooglePlayServices">
            <summary>
            Gets or sets security require google play services.
            Require Google Play Services to be installed and enabled on the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.SecurityRequireSafetyNetAttestationBasicIntegrity">
            <summary>
            Gets or sets security require safety net attestation basic integrity.
            Require the device to pass the SafetyNet basic integrity check.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.SecurityRequireSafetyNetAttestationCertifiedDevice">
            <summary>
            Gets or sets security require safety net attestation certified device.
            Require the device to pass the SafetyNet certified device check.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.SecurityRequireUpToDateSecurityProviders">
            <summary>
            Gets or sets security require up to date security providers.
            Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.SecurityRequireVerifyApps">
            <summary>
            Gets or sets security require verify apps.
            Require the Android Verify apps feature is turned on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCompliancePolicy.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Require encryption on Android devices.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidWorkProfileCrossProfileDataSharingType">
            <summary>
            The enum AndroidWorkProfileCrossProfileDataSharingType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileCrossProfileDataSharingType.DeviceDefault">
            <summary>
            Device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileCrossProfileDataSharingType.PreventAny">
            <summary>
            Prevent Any
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileCrossProfileDataSharingType.AllowPersonalToWork">
            <summary>
            Allow Personal To Work
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileCrossProfileDataSharingType.NoRestrictions">
            <summary>
            No Restrictions
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidWorkProfileCustomConfiguration">
            <summary>
            The type Android Work Profile Custom Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfiguration.#ctor">
            <summary>
             The AndroidWorkProfileCustomConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileCustomConfiguration.OmaSettings">
            <summary>
            Gets or sets oma settings.
            OMA settings. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidWorkProfileDefaultAppPermissionPolicyType">
            <summary>
            The enum AndroidWorkProfileDefaultAppPermissionPolicyType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileDefaultAppPermissionPolicyType.DeviceDefault">
            <summary>
            Device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileDefaultAppPermissionPolicyType.Prompt">
            <summary>
            Prompt
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileDefaultAppPermissionPolicyType.AutoGrant">
            <summary>
            Auto Grant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileDefaultAppPermissionPolicyType.AutoDeny">
            <summary>
            Auto Deny
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration">
            <summary>
            The type Android Work Profile General Device Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.#ctor">
            <summary>
             The AndroidWorkProfileGeneralDeviceConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.PasswordBlockFingerprintUnlock">
            <summary>
            Gets or sets password block fingerprint unlock.
            Indicates whether or not to block fingerprint unlock.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.PasswordBlockTrustAgents">
            <summary>
            Gets or sets password block trust agents.
            Indicates whether or not to block Smart Lock and other trust agents.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires. Valid values 1 to 365
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum length of passwords. Valid values 4 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.PasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets password minutes of inactivity before screen timeout.
            Minutes of inactivity before the screen times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            Type of password that is required. Possible values are: deviceDefault, lowSecurityBiometric, required, atLeastNumeric, numericComplex, atLeastAlphabetic, atLeastAlphanumeric, alphanumericWithSymbols.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.PasswordSignInFailureCountBeforeFactoryReset">
            <summary>
            Gets or sets password sign in failure count before factory reset.
            Number of sign in failures allowed before factory reset. Valid values 1 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.SecurityRequireVerifyApps">
            <summary>
            Gets or sets security require verify apps.
            Require the Android Verify apps feature is turned on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfileBlockAddingAccounts">
            <summary>
            Gets or sets work profile block adding accounts.
            Block users from adding/removing accounts in work profile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfileBlockCamera">
            <summary>
            Gets or sets work profile block camera.
            Block work profile camera.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfileBlockCrossProfileCallerId">
            <summary>
            Gets or sets work profile block cross profile caller id.
            Block display work profile caller ID in personal profile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfileBlockCrossProfileContactsSearch">
            <summary>
            Gets or sets work profile block cross profile contacts search.
            Block work profile contacts availability in personal profile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfileBlockCrossProfileCopyPaste">
            <summary>
            Gets or sets work profile block cross profile copy paste.
            Boolean that indicates if the setting disallow cross profile copy/paste is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfileBlockNotificationsWhileDeviceLocked">
            <summary>
            Gets or sets work profile block notifications while device locked.
            Indicates whether or not to block notifications while device locked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfileBlockScreenCapture">
            <summary>
            Gets or sets work profile block screen capture.
            Block screen capture in work profile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfileBluetoothEnableContactSharing">
            <summary>
            Gets or sets work profile bluetooth enable contact sharing.
            Allow bluetooth devices to access enterprise contacts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfileDataSharingType">
            <summary>
            Gets or sets work profile data sharing type.
            Type of data sharing that is allowed. Possible values are: deviceDefault, preventAny, allowPersonalToWork, noRestrictions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfileDefaultAppPermissionPolicy">
            <summary>
            Gets or sets work profile default app permission policy.
            Type of password that is required. Possible values are: deviceDefault, prompt, autoGrant, autoDeny.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordBlockFingerprintUnlock">
            <summary>
            Gets or sets work profile password block fingerprint unlock.
            Indicates whether or not to block fingerprint unlock for work profile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordBlockTrustAgents">
            <summary>
            Gets or sets work profile password block trust agents.
            Indicates whether or not to block Smart Lock and other trust agents for work profile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordExpirationDays">
            <summary>
            Gets or sets work profile password expiration days.
            Number of days before the work profile password expires. Valid values 1 to 365
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordMinimumLength">
            <summary>
            Gets or sets work profile password minimum length.
            Minimum length of work profile password. Valid values 4 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordMinLetterCharacters">
            <summary>
            Gets or sets work profile password min letter characters.
            Minimum # of letter characters required in work profile password. Valid values 1 to 10
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordMinLowerCaseCharacters">
            <summary>
            Gets or sets work profile password min lower case characters.
            Minimum # of lower-case characters required in work profile password. Valid values 1 to 10
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordMinNonLetterCharacters">
            <summary>
            Gets or sets work profile password min non letter characters.
            Minimum # of non-letter characters required in work profile password. Valid values 1 to 10
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordMinNumericCharacters">
            <summary>
            Gets or sets work profile password min numeric characters.
            Minimum # of numeric characters required in work profile password. Valid values 1 to 10
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordMinSymbolCharacters">
            <summary>
            Gets or sets work profile password min symbol characters.
            Minimum # of symbols required in work profile password. Valid values 1 to 10
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordMinUpperCaseCharacters">
            <summary>
            Gets or sets work profile password min upper case characters.
            Minimum # of upper-case characters required in work profile password. Valid values 1 to 10
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets work profile password minutes of inactivity before screen timeout.
            Minutes of inactivity before the screen times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets work profile password previous password block count.
            Number of previous work profile passwords to block. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordRequiredType">
            <summary>
            Gets or sets work profile password required type.
            Type of work profile password that is required. Possible values are: deviceDefault, lowSecurityBiometric, required, atLeastNumeric, numericComplex, atLeastAlphabetic, atLeastAlphanumeric, alphanumericWithSymbols.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfilePasswordSignInFailureCountBeforeFactoryReset">
            <summary>
            Gets or sets work profile password sign in failure count before factory reset.
            Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration.WorkProfileRequirePassword">
            <summary>
            Gets or sets work profile require password.
            Password is required or not for work profile
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidWorkProfileRequiredPasswordType">
            <summary>
            The enum AndroidWorkProfileRequiredPasswordType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileRequiredPasswordType.DeviceDefault">
            <summary>
            Device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileRequiredPasswordType.LowSecurityBiometric">
            <summary>
            Low Security Biometric
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileRequiredPasswordType.Required">
            <summary>
            Required
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileRequiredPasswordType.AtLeastNumeric">
            <summary>
            At Least Numeric
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileRequiredPasswordType.NumericComplex">
            <summary>
            Numeric Complex
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileRequiredPasswordType.AtLeastAlphabetic">
            <summary>
            At Least Alphabetic
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileRequiredPasswordType.AtLeastAlphanumeric">
            <summary>
            At Least Alphanumeric
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidWorkProfileRequiredPasswordType.AlphanumericWithSymbols">
            <summary>
            Alphanumeric With Symbols
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AnonymousGuestConversationMember">
            <summary>
            The type Anonymous Guest Conversation Member.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMember.#ctor">
            <summary>
             The AnonymousGuestConversationMember constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AnonymousGuestConversationMember.AnonymousGuestId">
            <summary>
            Gets or sets anonymous guest id.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AnswerInputType">
            <summary>
            The enum AnswerInputType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AnswerInputType.Text">
            <summary>
            Text
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AnswerInputType.RadioButton">
            <summary>
            Radio Button
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AnswerInputType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApiApplication">
            <summary>
            The type ApiApplication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApiApplication.AcceptMappedClaims">
            <summary>
            Gets or sets acceptMappedClaims.
            When true, allows an application to use claims mapping without specifying a custom signing key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApiApplication.KnownClientApplications">
            <summary>
            Gets or sets knownClientApplications.
            Used for bundling consent if you have a solution that contains two parts: a client app and a custom web API app. If you set the appID of the client app to this value, the user only consents once to the client app. Azure AD knows that consenting to the client means implicitly consenting to the web API and automatically provisions service principals for both APIs at the same time. Both the client and the web API app must be registered in the same tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApiApplication.Oauth2PermissionScopes">
            <summary>
            Gets or sets oauth2PermissionScopes.
            The definition of the delegated permissions exposed by the web API represented by this application registration. These delegated permissions may be requested by a client application, and may be granted by users or administrators during consent. Delegated permissions are sometimes referred to as OAuth 2.0 scopes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApiApplication.PreAuthorizedApplications">
            <summary>
            Gets or sets preAuthorizedApplications.
            Lists the client applications that are pre-authorized with the specified delegated permissions to access this application's APIs. Users are not required to consent to any pre-authorized application (for the permissions specified). However, any additional permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApiApplication.RequestedAccessTokenVersion">
            <summary>
            Gets or sets requestedAccessTokenVersion.
            Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token.  The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format.  Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint.  If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApiApplication.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApiApplication.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApiAuthenticationConfigurationBase">
            <summary>
            The type ApiAuthenticationConfigurationBase.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApiAuthenticationConfigurationBase.#ctor">
            <summary>
             The internal ApiAuthenticationConfigurationBase constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApiAuthenticationConfigurationBase.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApiAuthenticationConfigurationBase.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppCatalogs">
            <summary>
            The type App Catalogs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppCatalogs.TeamsApps">
            <summary>
            Gets or sets teams apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppCatalogs.TeamsAppsNextLink">
            <summary>
            Gets or sets teamsAppsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppConfigurationSettingItem">
            <summary>
            The type AppConfigurationSettingItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConfigurationSettingItem.AppConfigKey">
            <summary>
            Gets or sets appConfigKey.
            app configuration key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConfigurationSettingItem.AppConfigKeyType">
            <summary>
            Gets or sets appConfigKeyType.
            app configuration key type. Possible values are: stringType, integerType, realType, booleanType, tokenType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConfigurationSettingItem.AppConfigKeyValue">
            <summary>
            Gets or sets appConfigKeyValue.
            app configuration key value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConfigurationSettingItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConfigurationSettingItem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppConsentApprovalRoute">
            <summary>
            The type App Consent Approval Route.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentApprovalRoute.AppConsentRequests">
            <summary>
            Gets or sets app consent requests.
            A collection of userConsentRequest objects for a specific application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentApprovalRoute.AppConsentRequestsNextLink">
            <summary>
            Gets or sets appConsentRequestsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppConsentRequestObject">
            <summary>
            The type App Consent Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestObject.AppDisplayName">
            <summary>
            Gets or sets app display name.
            The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestObject.AppId">
            <summary>
            Gets or sets app id.
            The identifier of the application. Required. Supports $filter (eq only) and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestObject.PendingScopes">
            <summary>
            Gets or sets pending scopes.
            A list of pending scopes waiting for approval. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestObject.UserConsentRequests">
            <summary>
            Gets or sets user consent requests.
            A list of pending user consent requests. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestObject.UserConsentRequestsNextLink">
            <summary>
            Gets or sets userConsentRequestsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppConsentRequestScope">
            <summary>
            The type AppConsentRequestScope.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestScope.DisplayName">
            <summary>
            Gets or sets displayName.
            The name of the scope.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestScope.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestScope.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppHostedMediaConfig">
            <summary>
            The type AppHostedMediaConfig.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppHostedMediaConfig.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AppHostedMediaConfig"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppHostedMediaConfig.Blob">
            <summary>
            Gets or sets blob.
            The media configuration blob generated by smart media agent.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppIdentity">
            <summary>
            The type AppIdentity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppIdentity.AppId">
            <summary>
            Gets or sets appId.
            Refers to the Unique GUID representing Application Id in the Azure Active Directory.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppIdentity.DisplayName">
            <summary>
            Gets or sets displayName.
            Refers to the Application Name displayed in the Azure Portal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppIdentity.ServicePrincipalId">
            <summary>
            Gets or sets servicePrincipalId.
            Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppIdentity.ServicePrincipalName">
            <summary>
            Gets or sets servicePrincipalName.
            Refers to the Service Principal Name is the Application name in the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppIdentity.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppIdentity.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppleDeviceFeaturesConfigurationBase">
            <summary>
            The type Apple Device Features Configuration Base.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBase.#ctor">
            <summary>
             The internal AppleDeviceFeaturesConfigurationBase constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppleManagedIdentityProvider">
            <summary>
            The type Apple Managed Identity Provider.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProvider.#ctor">
            <summary>
             The AppleManagedIdentityProvider constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppleManagedIdentityProvider.CertificateData">
            <summary>
            Gets or sets certificate data.
            The certificate data, which is a long string of text from the certificate. Can be null.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppleManagedIdentityProvider.DeveloperId">
            <summary>
            Gets or sets developer id.
            The Apple developer identifier. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppleManagedIdentityProvider.KeyId">
            <summary>
            Gets or sets key id.
            The Apple key identifier. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppleManagedIdentityProvider.ServiceId">
            <summary>
            Gets or sets service id.
            The Apple service identifier. Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplePushNotificationCertificate">
            <summary>
            The type Apple Push Notification Certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplePushNotificationCertificate.AppleIdentifier">
            <summary>
            Gets or sets apple identifier.
            Apple Id of the account used to create the MDM push certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplePushNotificationCertificate.Certificate">
            <summary>
            Gets or sets certificate.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplePushNotificationCertificate.CertificateSerialNumber">
            <summary>
            Gets or sets certificate serial number.
            Certificate serial number. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplePushNotificationCertificate.CertificateUploadFailureReason">
            <summary>
            Gets or sets certificate upload failure reason.
            The reason the certificate upload failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplePushNotificationCertificate.CertificateUploadStatus">
            <summary>
            Gets or sets certificate upload status.
            The certificate upload status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplePushNotificationCertificate.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            The expiration date and time for Apple push notification certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplePushNotificationCertificate.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Last modified date and time for Apple push notification certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplePushNotificationCertificate.TopicIdentifier">
            <summary>
            Gets or sets topic identifier.
            Topic Id.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Application">
            <summary>
            The type Application.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Application.#ctor">
            <summary>
             The Application constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.AddIns">
            <summary>
            Gets or sets add ins.
            Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams may set the addIns property for its 'FileHandler' functionality. This will let services like Office 365 call the application in the context of a document the user is working on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.Api">
            <summary>
            Gets or sets api.
            Specifies settings for an application that implements a web API.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.AppId">
            <summary>
            Gets or sets app id.
            The unique identifier for the application that is assigned to an application by Azure AD. Not nullable. Read-only. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.ApplicationTemplateId">
            <summary>
            Gets or sets application template id.
            Unique identifier of the applicationTemplate. Supports $filter (eq, not, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.AppRoles">
            <summary>
            Gets or sets app roles.
            The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.Certification">
            <summary>
            Gets or sets certification.
            Specifies the certification status of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.  Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.DefaultRedirectUri">
            <summary>
            Gets or sets default redirect uri.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.Description">
            <summary>
            Gets or sets description.
            Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.DisabledByMicrosoftStatus">
            <summary>
            Gets or sets disabled by microsoft status.
            Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement).  Supports $filter (eq, ne, not).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.GroupMembershipClaims">
            <summary>
            Gets or sets group membership claims.
            Configures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following valid string values: None, SecurityGroup (for security groups and Azure AD roles), All (this gets all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.IdentifierUris">
            <summary>
            Gets or sets identifier uris.
            Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you'll reference in your API's code, and it must be globally unique. You can use the default value provided, which is in the form api://&amp;lt;application-client-id&amp;gt;, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Azure AD application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.Info">
            <summary>
            Gets or sets info.
            Basic profile information of the application such as  app's marketing, support, terms of service and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more info, see How to: Add Terms of service and privacy statement for registered Azure AD apps. Supports $filter (eq, ne, not, ge, le, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.IsDeviceOnlyAuthSupported">
            <summary>
            Gets or sets is device only auth supported.
            Specifies whether this application supports device authentication without a user. The default is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.IsFallbackPublicClient">
            <summary>
            Gets or sets is fallback public client.
            Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false which means the fallback application type is confidential client such as a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where it is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.KeyCredentials">
            <summary>
            Gets or sets key credentials.
            The collection of key credentials associated with the application. Not nullable. Supports $filter (eq, not, ge, le).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.Logo">
            <summary>
            Gets or sets logo.
            The main logo for the application. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.Notes">
            <summary>
            Gets or sets notes.
            Notes relevant for the management of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.Oauth2RequirePostResponse">
            <summary>
            Gets or sets oauth2require post response.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.OptionalClaims">
            <summary>
            Gets or sets optional claims.
            Application developers can configure optional claims in their Azure AD applications to specify the claims that are sent to their application by the Microsoft security token service. For more information, see How to: Provide optional claims to your app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.ParentalControlSettings">
            <summary>
            Gets or sets parental control settings.
            Specifies parental control settings for an application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.PasswordCredentials">
            <summary>
            Gets or sets password credentials.
            The collection of password credentials associated with the application. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.PublicClient">
            <summary>
            Gets or sets public client.
            Specifies settings for installed clients such as desktop or mobile devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.PublisherDomain">
            <summary>
            Gets or sets publisher domain.
            The verified publisher domain for the application. Read-only. For more information, see How to: Configure an application's publisher domain. Supports $filter (eq, ne, ge, le, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.RequiredResourceAccess">
            <summary>
            Gets or sets required resource access.
            Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. For more information, see Limits on requested permissions per app. Not nullable. Supports $filter (eq, not, ge, le).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.SamlMetadataUrl">
            <summary>
            Gets or sets saml metadata url.
            The URL where the service exposes SAML metadata for federation. This property is valid only for single-tenant applications. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.ServiceManagementReference">
            <summary>
            Gets or sets service management reference.
            References application or service contact information from a Service or Asset Management database. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.SignInAudience">
            <summary>
            Gets or sets sign in audience.
            Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.Spa">
            <summary>
            Gets or sets spa.
            Specifies settings for a single-page application, including sign out URLs and redirect URIs for authorization codes and access tokens.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.Tags">
            <summary>
            Gets or sets tags.
            Custom strings that can be used to categorize and identify the application. Not nullable. Supports $filter (eq, not, ge, le, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.TokenEncryptionKeyId">
            <summary>
            Gets or sets token encryption key id.
            Specifies the keyId of a public key from the keyCredentials collection. When configured, Azure AD encrypts all the tokens it emits by using the key this property points to. The application code that receives the encrypted token must use the matching private key to decrypt the token before it can be used for the signed-in user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.VerifiedPublisher">
            <summary>
            Gets or sets verified publisher.
            Specifies the verified publisher of the application. For more information about how publisher verification helps support application security, trustworthiness, and compliance, see Publisher verification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.Web">
            <summary>
            Gets or sets web.
            Specifies settings for a web application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.CreatedOnBehalfOf">
            <summary>
            Gets or sets created on behalf of.
            Supports $filter (/$count eq 0, /$count ne 0). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.ExtensionProperties">
            <summary>
            Gets or sets extension properties.
            Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.ExtensionPropertiesNextLink">
            <summary>
            Gets or sets extensionPropertiesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.FederatedIdentityCredentials">
            <summary>
            Gets or sets federated identity credentials.
            Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.FederatedIdentityCredentialsNextLink">
            <summary>
            Gets or sets federatedIdentityCredentialsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.HomeRealmDiscoveryPolicies">
            <summary>
            Gets or sets home realm discovery policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.HomeRealmDiscoveryPoliciesNextLink">
            <summary>
            Gets or sets homeRealmDiscoveryPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.Owners">
            <summary>
            Gets or sets owners.
            Directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.OwnersNextLink">
            <summary>
            Gets or sets ownersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.TokenIssuancePolicies">
            <summary>
            Gets or sets token issuance policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.TokenIssuancePoliciesNextLink">
            <summary>
            Gets or sets tokenIssuancePoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.TokenLifetimePolicies">
            <summary>
            Gets or sets token lifetime policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Application.TokenLifetimePoliciesNextLink">
            <summary>
            Gets or sets tokenLifetimePoliciesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationAddKeyRequestBody">
            <summary>
            The type ApplicationAddKeyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationAddKeyRequestBody.KeyCredential">
            <summary>
            Gets or sets KeyCredential.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationAddKeyRequestBody.PasswordCredential">
            <summary>
            Gets or sets PasswordCredential.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationAddKeyRequestBody.Proof">
            <summary>
            Gets or sets Proof.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationAddPasswordRequestBody">
            <summary>
            The type ApplicationAddPasswordRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationAddPasswordRequestBody.PasswordCredential">
            <summary>
            Gets or sets PasswordCredential.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationEnforcedRestrictionsSessionControl">
            <summary>
            The type ApplicationEnforcedRestrictionsSessionControl.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationEnforcedRestrictionsSessionControl.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ApplicationEnforcedRestrictionsSessionControl"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationGuardBlockClipboardSharingType">
            <summary>
            The enum ApplicationGuardBlockClipboardSharingType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockClipboardSharingType.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockClipboardSharingType.BlockBoth">
            <summary>
            Block Both
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockClipboardSharingType.BlockHostToContainer">
            <summary>
            Block Host To Container
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockClipboardSharingType.BlockContainerToHost">
            <summary>
            Block Container To Host
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockClipboardSharingType.BlockNone">
            <summary>
            Block None
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationGuardBlockFileTransferType">
            <summary>
            The enum ApplicationGuardBlockFileTransferType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockFileTransferType.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockFileTransferType.BlockImageAndTextFile">
            <summary>
            Block Image And Text File
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockFileTransferType.BlockImageFile">
            <summary>
            Block Image File
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockFileTransferType.BlockNone">
            <summary>
            Block None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockFileTransferType.BlockTextFile">
            <summary>
            Block Text File
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationRemoveKeyRequestBody">
            <summary>
            The type ApplicationRemoveKeyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationRemoveKeyRequestBody.KeyId">
            <summary>
            Gets or sets KeyId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationRemoveKeyRequestBody.Proof">
            <summary>
            Gets or sets Proof.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationRemovePasswordRequestBody">
            <summary>
            The type ApplicationRemovePasswordRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationRemovePasswordRequestBody.KeyId">
            <summary>
            Gets or sets KeyId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationServicePrincipal">
            <summary>
            The type ApplicationServicePrincipal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationServicePrincipal.Application">
            <summary>
            Gets or sets application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationServicePrincipal.ServicePrincipal">
            <summary>
            Gets or sets servicePrincipal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationServicePrincipal.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationServicePrincipal.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationSetVerifiedPublisherRequestBody">
            <summary>
            The type ApplicationSetVerifiedPublisherRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationSetVerifiedPublisherRequestBody.VerifiedPublisherId">
            <summary>
            Gets or sets VerifiedPublisherId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTemplate">
            <summary>
            The type Application Template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTemplate.Categories">
            <summary>
            Gets or sets categories.
            The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design &amp; hosting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTemplate.Description">
            <summary>
            Gets or sets description.
            A description of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTemplate.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTemplate.HomePageUrl">
            <summary>
            Gets or sets home page url.
            The home page URL of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTemplate.LogoUrl">
            <summary>
            Gets or sets logo url.
            The URL to get the logo for this application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTemplate.Publisher">
            <summary>
            Gets or sets publisher.
            The name of the publisher for this application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTemplate.SupportedProvisioningTypes">
            <summary>
            Gets or sets supported provisioning types.
            The list of provisioning modes supported by this application. The only valid value is sync.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTemplate.SupportedSingleSignOnModes">
            <summary>
            Gets or sets supported single sign on modes.
            The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTemplateInstantiateRequestBody">
            <summary>
            The type ApplicationTemplateInstantiateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTemplateInstantiateRequestBody.DisplayName">
            <summary>
            Gets or sets DisplayName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationType">
            <summary>
            The enum ApplicationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationType.Universal">
            <summary>
            Universal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationType.Desktop">
            <summary>
            Desktop
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppliedConditionalAccessPolicy">
            <summary>
            The type AppliedConditionalAccessPolicy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppliedConditionalAccessPolicy.DisplayName">
            <summary>
            Gets or sets displayName.
            Refers to the Name of the conditional access policy (example: 'Require MFA for Salesforce').
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppliedConditionalAccessPolicy.EnforcedGrantControls">
            <summary>
            Gets or sets enforcedGrantControls.
            Refers to the grant controls enforced by the conditional access policy (example: 'Require multi-factor authentication').
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppliedConditionalAccessPolicy.EnforcedSessionControls">
            <summary>
            Gets or sets enforcedSessionControls.
            Refers to the session controls enforced by the conditional access policy (example: 'Require app enforced controls').
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppliedConditionalAccessPolicy.Id">
            <summary>
            Gets or sets id.
            An identifier of the conditional access policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppliedConditionalAccessPolicy.Result">
            <summary>
            Gets or sets result.
            Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (Policy isn't applied because policy conditions were not met),notEnabled (This is due to the policy in disabled state), unknown, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppliedConditionalAccessPolicy.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppliedConditionalAccessPolicy.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppliedConditionalAccessPolicyResult">
            <summary>
            The enum AppliedConditionalAccessPolicyResult.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppliedConditionalAccessPolicyResult.Success">
            <summary>
            Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppliedConditionalAccessPolicyResult.Failure">
            <summary>
            Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppliedConditionalAccessPolicyResult.NotApplied">
            <summary>
            Not Applied
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppliedConditionalAccessPolicyResult.NotEnabled">
            <summary>
            Not Enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppliedConditionalAccessPolicyResult.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppliedConditionalAccessPolicyResult.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppListItem">
            <summary>
            The type AppListItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppListItem.AppId">
            <summary>
            Gets or sets appId.
            The application or bundle identifier of the application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppListItem.AppStoreUrl">
            <summary>
            Gets or sets appStoreUrl.
            The Store URL of the application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppListItem.Name">
            <summary>
            Gets or sets name.
            The application name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppListItem.Publisher">
            <summary>
            Gets or sets publisher.
            The publisher of the application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppListItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppListItem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppListType">
            <summary>
            The enum AppListType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppListType.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppListType.AppsInListCompliant">
            <summary>
            Apps In List Compliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppListType.AppsNotInListCompliant">
            <summary>
            Apps Not In List Compliant
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppLockerApplicationControlType">
            <summary>
            The enum AppLockerApplicationControlType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppLockerApplicationControlType.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppLockerApplicationControlType.EnforceComponentsAndStoreApps">
            <summary>
            Enforce Components And Store Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppLockerApplicationControlType.AuditComponentsAndStoreApps">
            <summary>
            Audit Components And Store Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppLockerApplicationControlType.EnforceComponentsStoreAppsAndSmartlocker">
            <summary>
            Enforce Components Store Apps And Smartlocker
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppLockerApplicationControlType.AuditComponentsStoreAppsAndSmartlocker">
            <summary>
            Audit Components Store Apps And Smartlocker
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppRole">
            <summary>
            The type AppRole.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRole.AllowedMemberTypes">
            <summary>
            Gets or sets allowedMemberTypes.
            Specifies whether this app role can be assigned to users and groups (by setting to ['User']), to other application's (by setting to ['Application'], or both (by setting to ['User', 'Application']). App roles supporting assignment to other applications' service principals are also known as application permissions. The 'Application' value is only supported for app roles defined on application entities.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRole.Description">
            <summary>
            Gets or sets description.
            The description for the app role. This is displayed when the app role is being assigned and, if the app role functions as an application permission, during  consent experiences.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRole.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name for the permission that appears in the app role assignment and consent experiences.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRole.Id">
            <summary>
            Gets or sets id.
            Unique role identifier inside the appRoles collection. When creating a new app role, a new GUID identifier must be provided.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRole.IsEnabled">
            <summary>
            Gets or sets isEnabled.
            When creating or updating an app role, this must be set to true (which is the default). To delete a role, this must first be set to false.  At that point, in a subsequent call, this role may be removed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRole.Origin">
            <summary>
            Gets or sets origin.
            Specifies if the app role is defined on the application object or on the servicePrincipal entity. Must not be included in any POST or PATCH requests. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRole.Value">
            <summary>
            Gets or sets value.
            Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % &amp; ' ( ) * + , - . / : ;  =  ? @ [ ] ^ + _  {  } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with ..
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRole.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRole.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppRoleAssignment">
            <summary>
            The type App Role Assignment.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignment.#ctor">
            <summary>
             The AppRoleAssignment constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRoleAssignment.AppRoleId">
            <summary>
            Gets or sets app role id.
            The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application's service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRoleAssignment.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The time when the app role assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRoleAssignment.PrincipalDisplayName">
            <summary>
            Gets or sets principal display name.
            The display name of the user, group, or service principal that was granted the app role assignment. Read-only. Supports $filter (eq and startswith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRoleAssignment.PrincipalId">
            <summary>
            Gets or sets principal id.
            The unique identifier (id) for the user, security group, or service principal being granted the app role. Security groups with dynamic memberships are supported. Required on create.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRoleAssignment.PrincipalType">
            <summary>
            Gets or sets principal type.
            The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRoleAssignment.ResourceDisplayName">
            <summary>
            Gets or sets resource display name.
            The display name of the resource app's service principal to which the assignment is made.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppRoleAssignment.ResourceId">
            <summary>
            Gets or sets resource id.
            The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only).
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Approval">
            <summary>
            The type Approval.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Approval.Stages">
            <summary>
            Gets or sets stages.
            A collection of stages in the approval decision.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Approval.StagesNextLink">
            <summary>
            Gets or sets stagesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApprovalFilterByCurrentUserOptions">
            <summary>
            The enum ApprovalFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApprovalFilterByCurrentUserOptions.Target">
            <summary>
            Target
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApprovalFilterByCurrentUserOptions.CreatedBy">
            <summary>
            Created By
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApprovalFilterByCurrentUserOptions.Approver">
            <summary>
            Approver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApprovalFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApprovalSettings">
            <summary>
            The type ApprovalSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalSettings.ApprovalMode">
            <summary>
            Gets or sets approvalMode.
            One of SingleStage, Serial, Parallel, NoApproval (default). NoApproval is used when isApprovalRequired is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalSettings.ApprovalStages">
            <summary>
            Gets or sets approvalStages.
            If approval is required, the one or two elements of this collection define each of the stages of approval. An empty array if no approval is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalSettings.IsApprovalRequired">
            <summary>
            Gets or sets isApprovalRequired.
            Indicates whether approval is required for requests in this policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalSettings.IsApprovalRequiredForExtension">
            <summary>
            Gets or sets isApprovalRequiredForExtension.
            Indicates whether approval is required for a user to extend their assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalSettings.IsRequestorJustificationRequired">
            <summary>
            Gets or sets isRequestorJustificationRequired.
            Indicates whether the requestor is required to supply a justification in their request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApprovalStage">
            <summary>
            The type Approval Stage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalStage.AssignedToMe">
            <summary>
            Gets or sets assigned to me.
            Indicates whether the stage is assigned to the calling user to review. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalStage.DisplayName">
            <summary>
            Gets or sets display name.
            The label provided by the policy creator to identify an approval stage. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalStage.Justification">
            <summary>
            Gets or sets justification.
            The justification associated with the approval stage decision.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalStage.ReviewedBy">
            <summary>
            Gets or sets reviewed by.
            The identifier of the reviewer. 00000000-0000-0000-0000-000000000000 if the assigned reviewer hasn't reviewed. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalStage.ReviewedDateTime">
            <summary>
            Gets or sets reviewed date time.
            The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalStage.ReviewResult">
            <summary>
            Gets or sets review result.
            The result of this approval record. Possible values include: NotReviewed, Approved, Denied.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalStage.Status">
            <summary>
            Gets or sets status.
            The stage status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppScope">
            <summary>
            The type App Scope.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppScope.DisplayName">
            <summary>
            Gets or sets display name.
            Provides the display name of the app-specific resource represented by the app scope. Provided for display purposes since appScopeId is often an immutable, non-human-readable id. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppScope.Type">
            <summary>
            Gets or sets type.
            Describes the type of app-specific resource represented by the app scope. Provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ArchivedPrintJob">
            <summary>
            The type ArchivedPrintJob.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ArchivedPrintJob.AcquiredByPrinter">
            <summary>
            Gets or sets acquiredByPrinter.
            True if the job was acquired by a printer; false otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ArchivedPrintJob.AcquiredDateTime">
            <summary>
            Gets or sets acquiredDateTime.
            The dateTimeOffset when the job was acquired by the printer, if any. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ArchivedPrintJob.CompletionDateTime">
            <summary>
            Gets or sets completionDateTime.
            The dateTimeOffset when the job was completed, canceled or aborted. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ArchivedPrintJob.CopiesPrinted">
            <summary>
            Gets or sets copiesPrinted.
            The number of copies that were printed. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ArchivedPrintJob.CreatedBy">
            <summary>
            Gets or sets createdBy.
            The user who created the print job. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ArchivedPrintJob.CreatedDateTime">
            <summary>
            Gets or sets createdDateTime.
            The dateTimeOffset when the job was created. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ArchivedPrintJob.Id">
            <summary>
            Gets or sets id.
            The archived print job's GUID. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ArchivedPrintJob.PrinterId">
            <summary>
            Gets or sets printerId.
            The printer ID that the job was queued for. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ArchivedPrintJob.ProcessingState">
            <summary>
            Gets or sets processingState.
            The print job's final processing state. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ArchivedPrintJob.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ArchivedPrintJob.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AssignedLabel">
            <summary>
            The type AssignedLabel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedLabel.DisplayName">
            <summary>
            Gets or sets displayName.
            The display name of the label. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedLabel.LabelId">
            <summary>
            Gets or sets labelId.
            The unique identifier of the label.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedLabel.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedLabel.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AssignedLicense">
            <summary>
            The type AssignedLicense.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedLicense.DisabledPlans">
            <summary>
            Gets or sets disabledPlans.
            A collection of the unique identifiers for plans that have been disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedLicense.SkuId">
            <summary>
            Gets or sets skuId.
            The unique identifier for the SKU.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedLicense.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedLicense.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AssignedPlan">
            <summary>
            The type AssignedPlan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedPlan.AssignedDateTime">
            <summary>
            Gets or sets assignedDateTime.
            The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedPlan.CapabilityStatus">
            <summary>
            Gets or sets capabilityStatus.
            Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedPlan.Service">
            <summary>
            Gets or sets service.
            The name of the service; for example, exchange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedPlan.ServicePlanId">
            <summary>
            Gets or sets servicePlanId.
            A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedPlan.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedPlan.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AssignedTrainingInfo">
            <summary>
            The type AssignedTrainingInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedTrainingInfo.AssignedUserCount">
            <summary>
            Gets or sets assignedUserCount.
            Number of users who were assigned the training in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedTrainingInfo.CompletedUserCount">
            <summary>
            Gets or sets completedUserCount.
            Number of users who completed the training in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedTrainingInfo.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name of the training in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedTrainingInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedTrainingInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AssignmentOrder">
            <summary>
            The type AssignmentOrder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignmentOrder.Order">
            <summary>
            Gets or sets order.
            A list of identityUserFlowAttribute object identifiers that determine the order in which attributes should be collected within a user flow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignmentOrder.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignmentOrder.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AssociatedTeamInfo">
            <summary>
            The type Associated Team Info.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Attachment">
            <summary>
            The type Attachment.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Attachment.#ctor">
            <summary>
             The internal Attachment constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Attachment.ContentType">
            <summary>
            Gets or sets content type.
            The MIME type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Attachment.IsInline">
            <summary>
            Gets or sets is inline.
            true if the attachment is an inline attachment; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Attachment.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Attachment.Name">
            <summary>
            Gets or sets name.
            The attachment's file name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Attachment.Size">
            <summary>
            Gets or sets size.
            The length of the attachment in bytes.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttachmentBase">
            <summary>
            The type Attachment Base.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBase.#ctor">
            <summary>
             The internal AttachmentBase constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentBase.ContentType">
            <summary>
            Gets or sets content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentBase.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentBase.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentBase.Size">
            <summary>
            Gets or sets size.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttachmentBaseCreateUploadSessionRequestBody">
            <summary>
            The type AttachmentBaseCreateUploadSessionRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentBaseCreateUploadSessionRequestBody.AttachmentInfo">
            <summary>
            Gets or sets AttachmentInfo.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttachmentCreateUploadSessionRequestBody">
            <summary>
            The type AttachmentCreateUploadSessionRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentCreateUploadSessionRequestBody.AttachmentItem">
            <summary>
            Gets or sets AttachmentItem.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttachmentInfo">
            <summary>
            The type AttachmentInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentInfo.AttachmentType">
            <summary>
            Gets or sets attachmentType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentInfo.ContentType">
            <summary>
            Gets or sets contentType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentInfo.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentInfo.Size">
            <summary>
            Gets or sets size.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttachmentItem">
            <summary>
            The type AttachmentItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentItem.AttachmentType">
            <summary>
            Gets or sets attachmentType.
            The type of attachment. Possible values are: file, item, reference. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentItem.ContentId">
            <summary>
            Gets or sets contentId.
            The CID or Content-Id of the attachment for referencing in case of in-line attachments using &amp;lt;img src='cid:contentId'&amp;gt; tag in HTML messages. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentItem.ContentType">
            <summary>
            Gets or sets contentType.
            The nature of the data in the attachment. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentItem.IsInline">
            <summary>
            Gets or sets isInline.
            true if the attachment is an inline attachment; otherwise, false. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentItem.Name">
            <summary>
            Gets or sets name.
            The display name of the attachment. This can be a descriptive string and does not have to be the actual file name. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentItem.Size">
            <summary>
            Gets or sets size.
            The length of the attachment in bytes. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentItem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttachmentSession">
            <summary>
            The type Attachment Session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentSession.Content">
            <summary>
            Gets or sets content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentSession.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentSession.NextExpectedRanges">
            <summary>
            Gets or sets next expected ranges.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttachmentType">
            <summary>
            The enum AttachmentType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AttachmentType.File">
            <summary>
            File
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AttachmentType.Item">
            <summary>
            Item
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AttachmentType.Reference">
            <summary>
            Reference
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationRepeatOffender">
            <summary>
            The type AttackSimulationRepeatOffender.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRepeatOffender.AttackSimulationUser">
            <summary>
            Gets or sets attackSimulationUser.
            The user in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRepeatOffender.RepeatOffenceCount">
            <summary>
            Gets or sets repeatOffenceCount.
            Number of repeat offences of the user in attack simulation and training campaigns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRepeatOffender.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRepeatOffender.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationRoot">
            <summary>
            The type Attack Simulation Root.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRoot.#ctor">
            <summary>
             The internal AttackSimulationRoot constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRoot.SimulationAutomations">
            <summary>
            Gets or sets simulation automations.
            Represents simulation automation created to run on a tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRoot.SimulationAutomationsNextLink">
            <summary>
            Gets or sets simulationAutomationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRoot.Simulations">
            <summary>
            Gets or sets simulations.
            Represents an attack simulation training campaign in a tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRoot.SimulationsNextLink">
            <summary>
            Gets or sets simulationsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationSimulationUserCoverage">
            <summary>
            The type AttackSimulationSimulationUserCoverage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationSimulationUserCoverage.AttackSimulationUser">
            <summary>
            Gets or sets attackSimulationUser.
            User in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationSimulationUserCoverage.ClickCount">
            <summary>
            Gets or sets clickCount.
            Number of link clicks in the received payloads by the user in attack simulation and training campaigns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationSimulationUserCoverage.CompromisedCount">
            <summary>
            Gets or sets compromisedCount.
            Number of compromising actions by the user in attack simulation and training campaigns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationSimulationUserCoverage.LatestSimulationDateTime">
            <summary>
            Gets or sets latestSimulationDateTime.
            Date and time of the latest attack simulation and training campaign that the user was included in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationSimulationUserCoverage.SimulationCount">
            <summary>
            Gets or sets simulationCount.
            Number of attack simulation and training campaigns that the user was included in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationSimulationUserCoverage.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationSimulationUserCoverage.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationTrainingUserCoverage">
            <summary>
            The type AttackSimulationTrainingUserCoverage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationTrainingUserCoverage.AttackSimulationUser">
            <summary>
            Gets or sets attackSimulationUser.
            User in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationTrainingUserCoverage.UserTrainings">
            <summary>
            Gets or sets userTrainings.
            List of assigned trainings and their statuses for the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationTrainingUserCoverage.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationTrainingUserCoverage.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationUser">
            <summary>
            The type AttackSimulationUser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationUser.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationUser.Email">
            <summary>
            Gets or sets email.
            Email address of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationUser.UserId">
            <summary>
            Gets or sets userId.
            This is the id property value of the user resource that represents the user in the Azure Active Directory tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationUser.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationUser.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttendanceInterval">
            <summary>
            The type AttendanceInterval.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendanceInterval.DurationInSeconds">
            <summary>
            Gets or sets durationInSeconds.
            Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendanceInterval.JoinDateTime">
            <summary>
            Gets or sets joinDateTime.
            The time the attendee joined in UTC.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendanceInterval.LeaveDateTime">
            <summary>
            Gets or sets leaveDateTime.
            The time the attendee left in UTC.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendanceInterval.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendanceInterval.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttendanceRecord">
            <summary>
            The type Attendance Record.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendanceRecord.AttendanceIntervals">
            <summary>
            Gets or sets attendance intervals.
            List of time periods between joining and leaving a meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendanceRecord.EmailAddress">
            <summary>
            Gets or sets email address.
            Email address of the user associated with this atttendance record.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendanceRecord.Identity">
            <summary>
            Gets or sets identity.
            Identity of the user associated with this atttendance record.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendanceRecord.Role">
            <summary>
            Gets or sets role.
            Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendanceRecord.TotalAttendanceInSeconds">
            <summary>
            Gets or sets total attendance in seconds.
            Total duration of the attendances in seconds.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Attendee">
            <summary>
            The type Attendee.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Attendee.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.Attendee"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Attendee.ProposedNewTime">
            <summary>
            Gets or sets proposedNewTime.
            An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property is not included in a response of a GET event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Attendee.Status">
            <summary>
            Gets or sets status.
            The attendee's response (none, accepted, declined, etc.) for the event and date-time that the response was sent.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttendeeAvailability">
            <summary>
            The type AttendeeAvailability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendeeAvailability.Attendee">
            <summary>
            Gets or sets attendee.
            The email address and type of attendee - whether it's a person or a resource, and whether required or optional if it's a person.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendeeAvailability.Availability">
            <summary>
            Gets or sets availability.
            The availability status of the attendee. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendeeAvailability.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendeeAvailability.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttendeeBase">
            <summary>
            The type AttendeeBase.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttendeeBase.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AttendeeBase"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendeeBase.Type">
            <summary>
            Gets or sets type.
            The type of attendee. The possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttendeeType">
            <summary>
            The enum AttendeeType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AttendeeType.Required">
            <summary>
            Required
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AttendeeType.Optional">
            <summary>
            Optional
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AttendeeType.Resource">
            <summary>
            Resource
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttestationLevel">
            <summary>
            The enum AttestationLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AttestationLevel.Attested">
            <summary>
            Attested
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AttestationLevel.NotAttested">
            <summary>
            Not Attested
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AttestationLevel.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttributeRuleMembers">
            <summary>
            The type AttributeRuleMembers.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttributeRuleMembers.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AttributeRuleMembers"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttributeRuleMembers.Description">
            <summary>
            Gets or sets description.
            A description of the membership rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttributeRuleMembers.MembershipRule">
            <summary>
            Gets or sets membershipRule.
            Determines the allowed target users for this policy. For more information about the syntax of the membership rule, see Membership Rules syntax.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Audio">
            <summary>
            The type Audio.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Album">
            <summary>
            Gets or sets album.
            The title of the album for this audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.AlbumArtist">
            <summary>
            Gets or sets albumArtist.
            The artist named on the album for the audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Artist">
            <summary>
            Gets or sets artist.
            The performing artist for the audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Bitrate">
            <summary>
            Gets or sets bitrate.
            Bitrate expressed in kbps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Composers">
            <summary>
            Gets or sets composers.
            The name of the composer of the audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Copyright">
            <summary>
            Gets or sets copyright.
            Copyright information for the audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Disc">
            <summary>
            Gets or sets disc.
            The number of the disc this audio file came from.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.DiscCount">
            <summary>
            Gets or sets discCount.
            The total number of discs in this album.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Duration">
            <summary>
            Gets or sets duration.
            Duration of the audio file, expressed in milliseconds
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Genre">
            <summary>
            Gets or sets genre.
            The genre of this audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.HasDrm">
            <summary>
            Gets or sets hasDrm.
            Indicates if the file is protected with digital rights management.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.IsVariableBitrate">
            <summary>
            Gets or sets isVariableBitrate.
            Indicates if the file is encoded with a variable bitrate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Title">
            <summary>
            Gets or sets title.
            The title of the audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Track">
            <summary>
            Gets or sets track.
            The number of the track on the original disc for this audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.TrackCount">
            <summary>
            Gets or sets trackCount.
            The total number of tracks on the original disc for this audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Year">
            <summary>
            Gets or sets year.
            The year the audio file was recorded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AudioConferencing">
            <summary>
            The type AudioConferencing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AudioConferencing.ConferenceId">
            <summary>
            Gets or sets conferenceId.
            The conference id of the online meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AudioConferencing.DialinUrl">
            <summary>
            Gets or sets dialinUrl.
            A URL to the externally-accessible web page that contains dial-in information.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AudioConferencing.TollFreeNumber">
            <summary>
            Gets or sets tollFreeNumber.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AudioConferencing.TollFreeNumbers">
            <summary>
            Gets or sets tollFreeNumbers.
            List of toll-free numbers that are displayed in the meeting invite.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AudioConferencing.TollNumber">
            <summary>
            Gets or sets tollNumber.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AudioConferencing.TollNumbers">
            <summary>
            Gets or sets tollNumbers.
            List of toll numbers that are displayed in the meeting invite.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AudioConferencing.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AudioConferencing.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AudioRoutingGroup">
            <summary>
            The type Audio Routing Group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AudioRoutingGroup.Receivers">
            <summary>
            Gets or sets receivers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AudioRoutingGroup.RoutingMode">
            <summary>
            Gets or sets routing mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AudioRoutingGroup.Sources">
            <summary>
            Gets or sets sources.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditActivityInitiator">
            <summary>
            The type AuditActivityInitiator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActivityInitiator.App">
            <summary>
            Gets or sets app.
            If the resource initiating the activity is an app, this property indicates all the app related information like appId, Name, servicePrincipalId, Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActivityInitiator.User">
            <summary>
            Gets or sets user.
            If the resource initiating the activity is a user, this property Indicates all the user related information like userId, Name, UserPrinicpalName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActivityInitiator.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActivityInitiator.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditActor">
            <summary>
            The type AuditActor.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActor.ApplicationDisplayName">
            <summary>
            Gets or sets applicationDisplayName.
            Name of the Application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActor.ApplicationId">
            <summary>
            Gets or sets applicationId.
            AAD Application Id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActor.AuditActorType">
            <summary>
            Gets or sets auditActorType.
            Actor Type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActor.IpAddress">
            <summary>
            Gets or sets ipAddress.
            IPAddress.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActor.ServicePrincipalName">
            <summary>
            Gets or sets servicePrincipalName.
            Service Principal Name (SPN).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActor.UserId">
            <summary>
            Gets or sets userId.
            User Id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActor.UserPermissions">
            <summary>
            Gets or sets userPermissions.
            List of user permissions when the audit was performed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActor.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            User Principal Name (UPN).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActor.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditActor.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditEvent">
            <summary>
            The type Audit Event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEvent.Activity">
            <summary>
            Gets or sets activity.
            Friendly name of the activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEvent.ActivityDateTime">
            <summary>
            Gets or sets activity date time.
            The date time in UTC when the activity was performed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEvent.ActivityOperationType">
            <summary>
            Gets or sets activity operation type.
            The HTTP operation type of the activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEvent.ActivityResult">
            <summary>
            Gets or sets activity result.
            The result of the activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEvent.ActivityType">
            <summary>
            Gets or sets activity type.
            The type of activity that was being performed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEvent.Actor">
            <summary>
            Gets or sets actor.
            AAD user and application that are associated with the audit event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEvent.Category">
            <summary>
            Gets or sets category.
            Audit category.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEvent.ComponentName">
            <summary>
            Gets or sets component name.
            Component name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEvent.CorrelationId">
            <summary>
            Gets or sets correlation id.
            The client request Id that is used to correlate activity within the system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEvent.DisplayName">
            <summary>
            Gets or sets display name.
            Event display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEvent.Resources">
            <summary>
            Gets or sets resources.
            Resources being modified.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRoot">
            <summary>
            The type Audit Log Root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRoot.DirectoryAudits">
            <summary>
            Gets or sets directory audits.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRoot.DirectoryAuditsNextLink">
            <summary>
            Gets or sets directoryAuditsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRoot.Provisioning">
            <summary>
            Gets or sets provisioning.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRoot.ProvisioningNextLink">
            <summary>
            Gets or sets provisioningNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRoot.SignIns">
            <summary>
            Gets or sets sign ins.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRoot.SignInsNextLink">
            <summary>
            Gets or sets signInsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditProperty">
            <summary>
            The type AuditProperty.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditProperty.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditProperty.NewValue">
            <summary>
            Gets or sets newValue.
            New value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditProperty.OldValue">
            <summary>
            Gets or sets oldValue.
            Old value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditProperty.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditProperty.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditResource">
            <summary>
            The type AuditResource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditResource.AuditResourceType">
            <summary>
            Gets or sets auditResourceType.
            Audit resource's type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditResource.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditResource.ModifiedProperties">
            <summary>
            Gets or sets modifiedProperties.
            List of modified properties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditResource.ResourceId">
            <summary>
            Gets or sets resourceId.
            Audit resource's Id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditResource.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditResource.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Authentication">
            <summary>
            The type Authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.EmailMethods">
            <summary>
            Gets or sets email methods.
            The email address registered to a user for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.EmailMethodsNextLink">
            <summary>
            Gets or sets emailMethodsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.Fido2Methods">
            <summary>
            Gets or sets fido2methods.
            Represents the FIDO2 security keys registered to a user for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.Fido2MethodsNextLink">
            <summary>
            Gets or sets fido2MethodsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.Methods">
            <summary>
            Gets or sets methods.
            Represents all authentication methods registered to a user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.MethodsNextLink">
            <summary>
            Gets or sets methodsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.MicrosoftAuthenticatorMethods">
            <summary>
            Gets or sets microsoft authenticator methods.
            The details of the Microsoft Authenticator app registered to a user for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.MicrosoftAuthenticatorMethodsNextLink">
            <summary>
            Gets or sets microsoftAuthenticatorMethodsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.Operations">
            <summary>
            Gets or sets operations.
            Represents the status of a long-running operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.OperationsNextLink">
            <summary>
            Gets or sets operationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.PasswordMethods">
            <summary>
            Gets or sets password methods.
            Represents the password that's registered to a user for authentication. For security, the password itself will never be returned in the object, but action can be taken to reset a password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.PasswordMethodsNextLink">
            <summary>
            Gets or sets passwordMethodsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.PhoneMethods">
            <summary>
            Gets or sets phone methods.
            The phone numbers registered to a user for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.PhoneMethodsNextLink">
            <summary>
            Gets or sets phoneMethodsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.SoftwareOathMethods">
            <summary>
            Gets or sets software oath methods.
            The software OATH TOTP applications registered to a user for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.SoftwareOathMethodsNextLink">
            <summary>
            Gets or sets softwareOathMethodsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.TemporaryAccessPassMethods">
            <summary>
            Gets or sets temporary access pass methods.
            Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.TemporaryAccessPassMethodsNextLink">
            <summary>
            Gets or sets temporaryAccessPassMethodsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.WindowsHelloForBusinessMethods">
            <summary>
            Gets or sets windows hello for business methods.
            Represents the Windows Hello for Business authentication method registered to a user for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Authentication.WindowsHelloForBusinessMethodsNextLink">
            <summary>
            Gets or sets windowsHelloForBusinessMethodsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationContextClassReference">
            <summary>
            The type Authentication Context Class Reference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationContextClassReference.Description">
            <summary>
            Gets or sets description.
            A short explanation of the policies that are enforced by authenticationContextClassReference. This value should be used to provide secondary text to describe the authentication context class reference when building user-facing admin experiences. For example, a selection UX.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationContextClassReference.DisplayName">
            <summary>
            Gets or sets display name.
            The display name is the friendly name of the authenticationContextClassReference object. This value should be used to identify the authentication context class reference when building user-facing admin experiences. For example, a selection UX.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationContextClassReference.IsAvailable">
            <summary>
            Gets or sets is available.
            Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it is set to false, it should not be shown in authentication context selection UX, or used to protect app resources. It will be shown and available for Conditional Access policy authoring. The default value is false.  Supports $filter (eq).
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationFlowsPolicy">
            <summary>
            The type Authentication Flows Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationFlowsPolicy.Description">
            <summary>
            Gets or sets description.
            Inherited property. A description of the policy. Optional. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationFlowsPolicy.DisplayName">
            <summary>
            Gets or sets display name.
            Inherited property. The human-readable name of the policy. Optional. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationFlowsPolicy.SelfServiceSignUp">
            <summary>
            Gets or sets self service sign up.
            Contains selfServiceSignUpAuthenticationFlowConfiguration settings that convey whether self-service sign-up is enabled or disabled. Optional. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethod">
            <summary>
            The type Authentication Method.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethod.#ctor">
            <summary>
             The internal AuthenticationMethod constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodConfiguration">
            <summary>
            The type Authentication Method Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfiguration.#ctor">
            <summary>
             The internal AuthenticationMethodConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodConfiguration.State">
            <summary>
            Gets or sets state.
            The state of the policy. Possible values are: enabled, disabled.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodFeatureConfiguration">
            <summary>
            The type AuthenticationMethodFeatureConfiguration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodFeatureConfiguration.ExcludeTarget">
            <summary>
            Gets or sets excludeTarget.
            A single entity that is excluded from this feature.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodFeatureConfiguration.IncludeTarget">
            <summary>
            Gets or sets includeTarget.
            A single entity that is included in this feature.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodFeatureConfiguration.State">
            <summary>
            Gets or sets state.
            Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Azure AD for the setting. The default value is disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodFeatureConfiguration.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodFeatureConfiguration.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodKeyStrength">
            <summary>
            The enum AuthenticationMethodKeyStrength.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodKeyStrength.Normal">
            <summary>
            Normal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodKeyStrength.Weak">
            <summary>
            Weak
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodKeyStrength.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodResetPasswordRequestBody">
            <summary>
            The type AuthenticationMethodResetPasswordRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodResetPasswordRequestBody.NewPassword">
            <summary>
            Gets or sets NewPassword.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodSignInState">
            <summary>
            The enum AuthenticationMethodSignInState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodSignInState.NotSupported">
            <summary>
            Not Supported
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodSignInState.NotAllowedByPolicy">
            <summary>
            Not Allowed By Policy
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodSignInState.NotEnabled">
            <summary>
            Not Enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodSignInState.PhoneNumberNotUnique">
            <summary>
            Phone Number Not Unique
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodSignInState.Ready">
            <summary>
            Ready
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodSignInState.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodSignInState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodsPolicy">
            <summary>
            The type Authentication Methods Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicy.Description">
            <summary>
            Gets or sets description.
            A description of the policy. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicy.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the policy. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicy.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The date and time of the last update to the policy. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicy.PolicyVersion">
            <summary>
            Gets or sets policy version.
            The version of the policy in use. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicy.ReconfirmationInDays">
            <summary>
            Gets or sets reconfirmation in days.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicy.RegistrationEnforcement">
            <summary>
            Gets or sets registration enforcement.
            Enforce registration at sign-in time. This property can be used to remind users to set up targeted authentication methods.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations">
            <summary>
            Gets or sets authentication method configurations.
            Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurationsNextLink">
            <summary>
            Gets or sets authenticationMethodConfigurationsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodsRegistrationCampaign">
            <summary>
            The type AuthenticationMethodsRegistrationCampaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsRegistrationCampaign.ExcludeTargets">
            <summary>
            Gets or sets excludeTargets.
            Users and groups of users that are excluded from being prompted to set up the authentication method.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsRegistrationCampaign.IncludeTargets">
            <summary>
            Gets or sets includeTargets.
            Users and groups of users that are prompted to set up the authentication method.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsRegistrationCampaign.SnoozeDurationInDays">
            <summary>
            Gets or sets snoozeDurationInDays.
            Specifies the number of days that the user sees a prompt again if they select 'Not now' and snoozes the prompt. Minimum: 0 days. Maximum: 14 days. If the value is '0', the user is prompted during every MFA attempt.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsRegistrationCampaign.State">
            <summary>
            Gets or sets state.
            Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Azure Active Directory for the setting. The default value is disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsRegistrationCampaign.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsRegistrationCampaign.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodsRegistrationCampaignIncludeTarget">
            <summary>
            The type AuthenticationMethodsRegistrationCampaignIncludeTarget.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsRegistrationCampaignIncludeTarget.Id">
            <summary>
            Gets or sets id.
            The object identifier of an Azure Active Directory user or group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsRegistrationCampaignIncludeTarget.TargetedAuthenticationMethod">
            <summary>
            Gets or sets targetedAuthenticationMethod.
            The authentication method that the user is prompted to register. The value must be microsoftAuthenticator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsRegistrationCampaignIncludeTarget.TargetType">
            <summary>
            Gets or sets targetType.
            The type of the authentication method target. Possible values are: user, group, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsRegistrationCampaignIncludeTarget.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsRegistrationCampaignIncludeTarget.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodState">
            <summary>
            The enum AuthenticationMethodState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodState.Enabled">
            <summary>
            Enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodState.Disabled">
            <summary>
            Disabled
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodTarget">
            <summary>
            The type Authentication Method Target.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodTarget.IsRegistrationRequired">
            <summary>
            Gets or sets is registration required.
            Determines if the user is enforced to register the authentication method.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodTarget.TargetType">
            <summary>
            Gets or sets target type.
            Possible values are: user, group.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodTargetType">
            <summary>
            The enum AuthenticationMethodTargetType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodTargetType.User">
            <summary>
            User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodTargetType.Group">
            <summary>
            Group
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationMethodTargetType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationPhoneType">
            <summary>
            The enum AuthenticationPhoneType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationPhoneType.Mobile">
            <summary>
            Mobile
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationPhoneType.AlternateMobile">
            <summary>
            Alternate Mobile
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationPhoneType.Office">
            <summary>
            Office
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationPhoneType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationProtocol">
            <summary>
            The enum AuthenticationProtocol.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationProtocol.WsFed">
            <summary>
            Ws Fed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationProtocol.Saml">
            <summary>
            Saml
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AuthenticationProtocol.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthoredNote">
            <summary>
            The type Authored Note.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthoredNote.Author">
            <summary>
            Gets or sets author.
            Identity information about the note's author.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthoredNote.Content">
            <summary>
            Gets or sets content.
            The content of the note.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthoredNote.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time when the entity was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthorizationInfo">
            <summary>
            The type AuthorizationInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthorizationInfo.CertificateUserIds">
            <summary>
            Gets or sets certificateUserIds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthorizationInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthorizationInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthorizationPolicy">
            <summary>
            The type Authorization Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicy.#ctor">
            <summary>
             The AuthorizationPolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthorizationPolicy.AllowedToSignUpEmailBasedSubscriptions">
            <summary>
            Gets or sets allowed to sign up email based subscriptions.
            Indicates whether users can sign up for email based subscriptions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthorizationPolicy.AllowedToUseSSPR">
            <summary>
            Gets or sets allowed to use sspr.
            Indicates whether the Self-Serve Password Reset feature can be used by users on the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthorizationPolicy.AllowEmailVerifiedUsersToJoinOrganization">
            <summary>
            Gets or sets allow email verified users to join organization.
            Indicates whether a user can join the tenant by email validation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthorizationPolicy.AllowInvitesFrom">
            <summary>
            Gets or sets allow invites from.
            Indicates who can invite external users to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone.  everyone is the default setting for all cloud environments except US Government. See more in the table below.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthorizationPolicy.BlockMsolPowerShell">
            <summary>
            Gets or sets block msol power shell.
            To disable the use of MSOL PowerShell set this property to true. This will also disable user-based access to the legacy service endpoint used by MSOL PowerShell. This does not affect Azure AD Connect or Microsoft Graph.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthorizationPolicy.DefaultUserRolePermissions">
            <summary>
            Gets or sets default user role permissions.
            Specifies certain customizable permissions for default user role.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthorizationPolicy.GuestUserRoleId">
            <summary>
            Gets or sets guest user role id.
            Represents role templateId for the role that should be granted to guest user. Currently following roles are supported:  User (a0b1b346-4d3e-4e8b-98f8-753987be4970), Guest User (10dae51f-b6af-4016-8d66-8c2a99b929b3), and Restricted Guest User (2af84b1e-32c8-42b7-82bc-daa82404023b).
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AutomaticRepliesMailTips">
            <summary>
            The type AutomaticRepliesMailTips.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesMailTips.Message">
            <summary>
            Gets or sets message.
            The automatic reply message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesMailTips.MessageLanguage">
            <summary>
            Gets or sets messageLanguage.
            The language that the automatic reply message is in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesMailTips.ScheduledEndTime">
            <summary>
            Gets or sets scheduledEndTime.
            The date and time that automatic replies are set to end.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesMailTips.ScheduledStartTime">
            <summary>
            Gets or sets scheduledStartTime.
            The date and time that automatic replies are set to begin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesMailTips.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesMailTips.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AutomaticRepliesSetting">
            <summary>
            The type AutomaticRepliesSetting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.ExternalAudience">
            <summary>
            Gets or sets externalAudience.
            The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. The possible values are: none, contactsOnly, all.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.ExternalReplyMessage">
            <summary>
            Gets or sets externalReplyMessage.
            The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.InternalReplyMessage">
            <summary>
            Gets or sets internalReplyMessage.
            The automatic reply to send to the audience internal to the signed-in user's organization, if Status is AlwaysEnabled or Scheduled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.ScheduledEndDateTime">
            <summary>
            Gets or sets scheduledEndDateTime.
            The date and time that automatic replies are set to end, if Status is set to Scheduled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.ScheduledStartDateTime">
            <summary>
            Gets or sets scheduledStartDateTime.
            The date and time that automatic replies are set to begin, if Status is set to Scheduled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.Status">
            <summary>
            Gets or sets status.
            Configurations status for automatic replies. The possible values are: disabled, alwaysEnabled, scheduled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AutomaticRepliesStatus">
            <summary>
            The enum AutomaticRepliesStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticRepliesStatus.Disabled">
            <summary>
            Disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticRepliesStatus.AlwaysEnabled">
            <summary>
            Always Enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticRepliesStatus.Scheduled">
            <summary>
            Scheduled
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AutomaticUpdateMode">
            <summary>
            The enum AutomaticUpdateMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticUpdateMode.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticUpdateMode.NotifyDownload">
            <summary>
            Notify Download
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticUpdateMode.AutoInstallAtMaintenanceTime">
            <summary>
            Auto Install At Maintenance Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticUpdateMode.AutoInstallAndRebootAtMaintenanceTime">
            <summary>
            Auto Install And Reboot At Maintenance Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticUpdateMode.AutoInstallAndRebootAtScheduledTime">
            <summary>
            Auto Install And Reboot At Scheduled Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticUpdateMode.AutoInstallAndRebootWithoutEndUserControl">
            <summary>
            Auto Install And Reboot Without End User Control
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AutoRestartNotificationDismissalMethod">
            <summary>
            The enum AutoRestartNotificationDismissalMethod.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutoRestartNotificationDismissalMethod.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutoRestartNotificationDismissalMethod.Automatic">
            <summary>
            Automatic
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutoRestartNotificationDismissalMethod.User">
            <summary>
            User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutoRestartNotificationDismissalMethod.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AvailabilityItem">
            <summary>
            The type AvailabilityItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AvailabilityItem.EndDateTime">
            <summary>
            Gets or sets endDateTime.
            The end time of the time slot.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AvailabilityItem.ServiceId">
            <summary>
            Gets or sets serviceId.
            Indicates the service ID in case of 1:n appointments. If the appointment is of type 1:n, this field will be present, otherwise, null.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AvailabilityItem.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            The start time of the time slot.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AvailabilityItem.Status">
            <summary>
            Gets or sets status.
            The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AvailabilityItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AvailabilityItem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AverageComparativeScore">
            <summary>
            The type AverageComparativeScore.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AverageComparativeScore.AverageScore">
            <summary>
            Gets or sets averageScore.
            Average score within specified basis.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AverageComparativeScore.Basis">
            <summary>
            Gets or sets basis.
            Scope type. The possible values are: AllTenants, TotalSeats, IndustryTypes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AverageComparativeScore.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AverageComparativeScore.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AzureActiveDirectoryTenant">
            <summary>
            The type AzureActiveDirectoryTenant.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AzureActiveDirectoryTenant.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.AzureActiveDirectoryTenant"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AzureActiveDirectoryTenant.DisplayName">
            <summary>
            Gets or sets displayName.
            The name of the Azure Active Directory tenant. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AzureActiveDirectoryTenant.TenantId">
            <summary>
            Gets or sets tenantId.
            The ID of the Azure Active Directory tenant. Read only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlow">
            <summary>
            The type B2x Identity User Flow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlow.ApiConnectorConfiguration">
            <summary>
            Gets or sets api connector configuration.
            Configuration for enabling an API connector for use as part of the self-service sign-up user flow. You can only obtain the value of this object using Get userFlowApiConnectorConfiguration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlow.IdentityProviders">
            <summary>
            Gets or sets identity providers.
            The identity providers included in the user flow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlow.IdentityProvidersNextLink">
            <summary>
            Gets or sets identityProvidersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlow.Languages">
            <summary>
            Gets or sets languages.
            The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You cannot create custom languages in self-service sign-up user flows.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlow.LanguagesNextLink">
            <summary>
            Gets or sets languagesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlow.UserAttributeAssignments">
            <summary>
            Gets or sets user attribute assignments.
            The user attribute assignments included in the user flow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlow.UserAttributeAssignmentsNextLink">
            <summary>
            Gets or sets userAttributeAssignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlow.UserFlowIdentityProviders">
            <summary>
            Gets or sets user flow identity providers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlow.UserFlowIdentityProvidersNextLink">
            <summary>
            Gets or sets userFlowIdentityProvidersNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BaseItem">
            <summary>
            The type Base Item.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BaseItem.#ctor">
            <summary>
             The internal BaseItem constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.CreatedBy">
            <summary>
            Gets or sets created by.
            Identity of the user, device, or application which created the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Date and time of item creation. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.Description">
            <summary>
            Gets or sets description.
            Provides a user-visible description of the item. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.ETag">
            <summary>
            Gets or sets e tag.
            ETag for the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            Identity of the user, device, and application which last modified the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Date and time the item was last modified. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.Name">
            <summary>
            Gets or sets name.
            The name of the item. Read-write.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.ParentReference">
            <summary>
            Gets or sets parent reference.
            Parent information, if the item has a parent. Read-write.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.WebUrl">
            <summary>
            Gets or sets web url.
            URL that displays the resource in the browser. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.CreatedByUser">
            <summary>
            Gets or sets created by user.
            Identity of the user who created the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.LastModifiedByUser">
            <summary>
            Gets or sets last modified by user.
            Identity of the user who last modified the item. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BaseItemVersion">
            <summary>
            The type Base Item Version.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersion.#ctor">
            <summary>
             The internal BaseItemVersion constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItemVersion.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            Identity of the user which last modified the version. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItemVersion.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Date and time the version was last modified. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItemVersion.Publication">
            <summary>
            Gets or sets publication.
            Indicates the publication status of this particular version. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BasicAuthentication">
            <summary>
            The type BasicAuthentication.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BasicAuthentication.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.BasicAuthentication"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BasicAuthentication.Password">
            <summary>
            Gets or sets password.
            The password. It is not returned in the responses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BasicAuthentication.Username">
            <summary>
            Gets or sets username.
            The username.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Bitlocker">
            <summary>
            The type Bitlocker.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Bitlocker.RecoveryKeys">
            <summary>
            Gets or sets recovery keys.
            The recovery keys associated with the bitlocker entity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Bitlocker.RecoveryKeysNextLink">
            <summary>
            Gets or sets recoveryKeysNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BitLockerEncryptionMethod">
            <summary>
            The enum BitLockerEncryptionMethod.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BitLockerEncryptionMethod.AesCbc128">
            <summary>
            Aes Cbc128
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BitLockerEncryptionMethod.AesCbc256">
            <summary>
            Aes Cbc256
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BitLockerEncryptionMethod.XtsAes128">
            <summary>
            Xts Aes128
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BitLockerEncryptionMethod.XtsAes256">
            <summary>
            Xts Aes256
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BitlockerRecoveryKey">
            <summary>
            The type Bitlocker Recovery Key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitlockerRecoveryKey.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time when the key was originally backed up to Azure Active Directory. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitlockerRecoveryKey.DeviceId">
            <summary>
            Gets or sets device id.
            Identifier of the device the BitLocker key is originally backed up from. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitlockerRecoveryKey.Key">
            <summary>
            Gets or sets key.
            The BitLocker recovery key. Returned only on $select. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitlockerRecoveryKey.VolumeType">
            <summary>
            Gets or sets volume type.
            Indicates the type of volume the BitLocker key is associated with. The possible values are: 1 (for operatingSystemVolume), 2 (for fixedDataVolume), 3 (for removableDataVolume), and 4 (for unknownFutureValue).
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BitLockerRemovableDrivePolicy">
            <summary>
            The type BitLockerRemovableDrivePolicy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitLockerRemovableDrivePolicy.BlockCrossOrganizationWriteAccess">
            <summary>
            Gets or sets blockCrossOrganizationWriteAccess.
            This policy setting determines whether BitLocker protection is required for removable data drives to be writable on a computer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitLockerRemovableDrivePolicy.EncryptionMethod">
            <summary>
            Gets or sets encryptionMethod.
            Select the encryption method for removable  drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitLockerRemovableDrivePolicy.RequireEncryptionForWriteAccess">
            <summary>
            Gets or sets requireEncryptionForWriteAccess.
            Indicates whether to block write access to devices configured in another organization.  If requireEncryptionForWriteAccess is false, this value does not affect.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitLockerRemovableDrivePolicy.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitLockerRemovableDrivePolicy.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BodyType">
            <summary>
            The enum BodyType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BodyType.Text">
            <summary>
            Text
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BodyType.Html">
            <summary>
            Html
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingAppointment">
            <summary>
            The type Booking Appointment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.AdditionalInformation">
            <summary>
            Gets or sets additional information.
            Additional information that is sent to the customer when an appointment is confirmed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.AnonymousJoinWebUrl">
            <summary>
            Gets or sets anonymous join web url.
            The URL of the meeting to join anonymously.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.Customers">
            <summary>
            Gets or sets customers.
            A collection of customer properties for an appointment. An appointment will contain a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.CustomerTimeZone">
            <summary>
            Gets or sets customer time zone.
            The time zone of the customer. For a list of possible values, see dateTimeTimeZone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.Duration">
            <summary>
            Gets or sets duration.
            The length of the appointment, denoted in ISO8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.EndDateTime">
            <summary>
            Gets or sets end date time.
            The date, time, and time zone that the appointment ends.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.FilledAttendeesCount">
            <summary>
            Gets or sets filled attendees count.
            The current number of customers in the appointment
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.IsLocationOnline">
            <summary>
            Gets or sets is location online.
            If true, indicates that the appointment will be held online. Default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.JoinWebUrl">
            <summary>
            Gets or sets join web url.
            The URL of the online meeting for the appointment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.MaximumAttendeesCount">
            <summary>
            Gets or sets maximum attendees count.
            The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.OptOutOfCustomerEmail">
            <summary>
            Gets or sets opt out of customer email.
            If true indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.PostBuffer">
            <summary>
            Gets or sets post buffer.
            The amount of time to reserve after the appointment ends, for cleaning up, as an example. The value is expressed in ISO8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.PreBuffer">
            <summary>
            Gets or sets pre buffer.
            The amount of time to reserve before the appointment begins, for preparation, as an example. The value is expressed in ISO8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.Price">
            <summary>
            Gets or sets price.
            The regular price for an appointment for the specified bookingService.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.PriceType">
            <summary>
            Gets or sets price type.
            A setting to provide flexibility for the pricing structure of services. Possible values are: undefined, fixedPrice, startingAt, hourly, free, priceVaries, callUs, notSet, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.Reminders">
            <summary>
            Gets or sets reminders.
            The value of this property is only available when reading an individual booking appointment by id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.SelfServiceAppointmentId">
            <summary>
            Gets or sets self service appointment id.
            An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer. Only supported for appointment if maxAttendeeCount is 1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.ServiceId">
            <summary>
            Gets or sets service id.
            The ID of the bookingService associated with this appointment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.ServiceLocation">
            <summary>
            Gets or sets service location.
            The location where the service is delivered.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.ServiceName">
            <summary>
            Gets or sets service name.
            This property is optional when creating a new appointment. If not specified, it is computed from the service associated with the appointment by the service id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.ServiceNotes">
            <summary>
            Gets or sets service notes.
            The value of this property is only available when reading an individual booking appointment by id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.SmsNotificationsEnabled">
            <summary>
            Gets or sets sms notifications enabled.
            If true, indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.StaffMemberIds">
            <summary>
            Gets or sets staff member ids.
            The ID of each bookingStaffMember who is scheduled in this appointment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointment.StartDateTime">
            <summary>
            Gets or sets start date time.
            The date, time, and time zone that the appointment begins.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingAppointmentCancelRequestBody">
            <summary>
            The type BookingAppointmentCancelRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointmentCancelRequestBody.CancellationMessage">
            <summary>
            Gets or sets CancellationMessage.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusiness">
            <summary>
            The type Booking Business.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.Address">
            <summary>
            Gets or sets address.
            The street address of the business. The address property, together with phone and webSiteUrl, appear in the footer of a business scheduling page. The attribute type of physicalAddress is not supported in v1.0. Internally we map the addresses to the type others.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.BusinessHours">
            <summary>
            Gets or sets business hours.
            The hours of operation for the business.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.BusinessType">
            <summary>
            Gets or sets business type.
            The type of business.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.DefaultCurrencyIso">
            <summary>
            Gets or sets default currency iso.
            The code for the currency that the business operates in on Microsoft Bookings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.DisplayName">
            <summary>
            Gets or sets display name.
            The display name is suitable for human-readable interfaces.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.Email">
            <summary>
            Gets or sets email.
            The email address for the business.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.IsPublished">
            <summary>
            Gets or sets is published.
            The scheduling page has been made available to external customers. Use the publish and unpublish actions to set this property. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.LanguageTag">
            <summary>
            Gets or sets language tag.
            The language of the self-service booking page.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.Phone">
            <summary>
            Gets or sets phone.
            The telephone number for the business. The phone property, together with address and webSiteUrl, appear in the footer of a business scheduling page.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.PublicUrl">
            <summary>
            Gets or sets public url.
            The URL for the scheduling page, which is set after you publish or unpublish the page. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.SchedulingPolicy">
            <summary>
            Gets or sets scheduling policy.
            Specifies how bookings can be created for this business.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.WebSiteUrl">
            <summary>
            Gets or sets web site url.
            Example: https://www.contoso.com
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.Appointments">
            <summary>
            Gets or sets appointments.
            All the appointments of this business. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.AppointmentsNextLink">
            <summary>
            Gets or sets appointmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.CalendarView">
            <summary>
            Gets or sets calendar view.
            The set of appointments of this business in a specified date range. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.CalendarViewNextLink">
            <summary>
            Gets or sets calendarViewNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.Customers">
            <summary>
            Gets or sets customers.
            All the customers of this business. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.CustomersNextLink">
            <summary>
            Gets or sets customersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.CustomQuestions">
            <summary>
            Gets or sets custom questions.
            All the custom questions of this business. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.CustomQuestionsNextLink">
            <summary>
            Gets or sets customQuestionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.Services">
            <summary>
            Gets or sets services.
            All the services offered by this business. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.ServicesNextLink">
            <summary>
            Gets or sets servicesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.StaffMembers">
            <summary>
            Gets or sets staff members.
            All the staff members that provide services in this business. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusiness.StaffMembersNextLink">
            <summary>
            Gets or sets staffMembersNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequestBody">
            <summary>
            The type BookingBusinessGetStaffAvailabilityRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequestBody.StaffIds">
            <summary>
            Gets or sets StaffIds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequestBody.StartDateTime">
            <summary>
            Gets or sets StartDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequestBody.EndDateTime">
            <summary>
            Gets or sets EndDateTime.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingCurrency">
            <summary>
            The type Booking Currency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCurrency.Symbol">
            <summary>
            Gets or sets symbol.
            The currency symbol. For example, the currency symbol for the US dollar and for the Australian dollar is $.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingCustomer">
            <summary>
            The type Booking Customer.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomer.#ctor">
            <summary>
             The BookingCustomer constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomer.Addresses">
            <summary>
            Gets or sets addresses.
            Addresses associated with the customer. The attribute type of physicalAddress is not supported in v1.0. Internally we map the addresses to the type others.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomer.DisplayName">
            <summary>
            Gets or sets display name.
            The display name is suitable for human-readable interfaces.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomer.EmailAddress">
            <summary>
            Gets or sets email address.
            The SMTP address of the customer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomer.Phones">
            <summary>
            Gets or sets phones.
            Phone numbers associated with the customer, including home, business and mobile numbers.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingCustomerBase">
            <summary>
            The type Booking Customer Base.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBase.#ctor">
            <summary>
             The internal BookingCustomerBase constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingCustomerInformation">
            <summary>
            The type BookingCustomerInformation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerInformation.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.BookingCustomerInformation"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomerInformation.CustomerId">
            <summary>
            Gets or sets customerId.
            The ID of the bookingCustomer for this appointment. If no ID is specified when an appointment is created, then a new bookingCustomer object is created. Once set, you should consider the customerId immutable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomerInformation.CustomQuestionAnswers">
            <summary>
            Gets or sets customQuestionAnswers.
            It consists of the list of custom questions and answers given by the customer as part of the appointment
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomerInformation.EmailAddress">
            <summary>
            Gets or sets emailAddress.
            The SMTP address of the bookingCustomer who is booking the appointment
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomerInformation.Location">
            <summary>
            Gets or sets location.
            Represents location information for the bookingCustomer who is booking the appointment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomerInformation.Name">
            <summary>
            Gets or sets name.
            The customer's name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomerInformation.Notes">
            <summary>
            Gets or sets notes.
            Notes from the customer associated with this appointment. You can get the value only when reading this bookingAppointment by its ID. You can set this property only when initially creating an appointment with a new customer. After that point, the value is computed from the customer represented by the customerId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomerInformation.Phone">
            <summary>
            Gets or sets phone.
            The customer's phone number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomerInformation.TimeZone">
            <summary>
            Gets or sets timeZone.
            The time zone of the customer. For a list of possible values, see dateTimeTimeZone.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingCustomerInformationBase">
            <summary>
            The type BookingCustomerInformationBase.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerInformationBase.#ctor">
            <summary>
             The internal BookingCustomerInformationBase constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomerInformationBase.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomerInformationBase.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingCustomQuestion">
            <summary>
            The type Booking Custom Question.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomQuestion.AnswerInputType">
            <summary>
            Gets or sets answer input type.
            The expected answer type. The possible values are: text, radioButton, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomQuestion.AnswerOptions">
            <summary>
            Gets or sets answer options.
            List of possible answer values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingCustomQuestion.DisplayName">
            <summary>
            Gets or sets display name.
            The display name is suitable for human-readable interfaces.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingPriceType">
            <summary>
            The enum BookingPriceType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingPriceType.Undefined">
            <summary>
            Undefined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingPriceType.FixedPrice">
            <summary>
            Fixed Price
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingPriceType.StartingAt">
            <summary>
            Starting At
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingPriceType.Hourly">
            <summary>
            Hourly
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingPriceType.Free">
            <summary>
            Free
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingPriceType.PriceVaries">
            <summary>
            Price Varies
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingPriceType.CallUs">
            <summary>
            Call Us
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingPriceType.NotSet">
            <summary>
            Not Set
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingPriceType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingQuestionAnswer">
            <summary>
            The type BookingQuestionAnswer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingQuestionAnswer.Answer">
            <summary>
            Gets or sets answer.
            The answer given by the user in case the answerInputType is text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingQuestionAnswer.AnswerInputType">
            <summary>
            Gets or sets answerInputType.
            The expected answer type. The possible values are: text, radioButton, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingQuestionAnswer.AnswerOptions">
            <summary>
            Gets or sets answerOptions.
            In case the answerInputType is radioButton, this will consists of a list of possible answer values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingQuestionAnswer.IsRequired">
            <summary>
            Gets or sets isRequired.
            Indicates whether it is mandatory to answer the custom question.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingQuestionAnswer.Question">
            <summary>
            Gets or sets question.
            The question.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingQuestionAnswer.QuestionId">
            <summary>
            Gets or sets questionId.
            The ID of the custom question.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingQuestionAnswer.SelectedOptions">
            <summary>
            Gets or sets selectedOptions.
            The answers selected by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingQuestionAnswer.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingQuestionAnswer.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingQuestionAssignment">
            <summary>
            The type BookingQuestionAssignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingQuestionAssignment.IsRequired">
            <summary>
            Gets or sets isRequired.
            The ID of the custom question.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingQuestionAssignment.QuestionId">
            <summary>
            Gets or sets questionId.
            Indicates whether it is mandatory to answer the custom question.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingQuestionAssignment.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingQuestionAssignment.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingReminder">
            <summary>
            The type BookingReminder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingReminder.Message">
            <summary>
            Gets or sets message.
            The message in the reminder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingReminder.Offset">
            <summary>
            Gets or sets offset.
            The amount of time before the start of an appointment that the reminder should be sent. It's denoted in ISO 8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingReminder.Recipients">
            <summary>
            Gets or sets recipients.
            The persons who should receive the reminder. Possible values are: allAttendees, staff, customer, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingReminder.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingReminder.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingReminderRecipients">
            <summary>
            The enum BookingReminderRecipients.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingReminderRecipients.AllAttendees">
            <summary>
            All Attendees
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingReminderRecipients.Staff">
            <summary>
            Staff
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingReminderRecipients.Customer">
            <summary>
            Customer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingReminderRecipients.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingsAvailabilityStatus">
            <summary>
            The enum BookingsAvailabilityStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingsAvailabilityStatus.Available">
            <summary>
            Available
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingsAvailabilityStatus.Busy">
            <summary>
            Busy
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingsAvailabilityStatus.SlotsAvailable">
            <summary>
            Slots Available
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingsAvailabilityStatus.OutOfOffice">
            <summary>
            Out Of Office
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingsAvailabilityStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingSchedulingPolicy">
            <summary>
            The type BookingSchedulingPolicy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingSchedulingPolicy.AllowStaffSelection">
            <summary>
            Gets or sets allowStaffSelection.
            True if to allow customers to choose a specific person for the booking.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingSchedulingPolicy.MaximumAdvance">
            <summary>
            Gets or sets maximumAdvance.
            Maximum number of days in advance that a booking can be made. It follows the ISO 8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingSchedulingPolicy.MinimumLeadTime">
            <summary>
            Gets or sets minimumLeadTime.
            The minimum amount of time before which bookings and cancellations must be made. It follows the ISO 8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingSchedulingPolicy.SendConfirmationsToOwner">
            <summary>
            Gets or sets sendConfirmationsToOwner.
            True to notify the business via email when a booking is created or changed. Use the email address specified in the email property of the bookingBusiness entity for the business.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingSchedulingPolicy.TimeSlotInterval">
            <summary>
            Gets or sets timeSlotInterval.
            Duration of each time slot, denoted in ISO 8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingSchedulingPolicy.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingSchedulingPolicy.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingService">
            <summary>
            The type Booking Service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.AdditionalInformation">
            <summary>
            Gets or sets additional information.
            Additional information that is sent to the customer when an appointment is confirmed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.CustomQuestions">
            <summary>
            Gets or sets custom questions.
            Contains the set of custom questions associated with a particular service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.DefaultDuration">
            <summary>
            Gets or sets default duration.
            The default length of the service, represented in numbers of days, hours, minutes, and seconds. For example, P11D23H59M59.999999999999S.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.DefaultLocation">
            <summary>
            Gets or sets default location.
            The default physical location for the service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.DefaultPrice">
            <summary>
            Gets or sets default price.
            The default monetary price for the service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.DefaultPriceType">
            <summary>
            Gets or sets default price type.
            The default way the service is charged. Possible values are: undefined, fixedPrice, startingAt, hourly, free, priceVaries, callUs, notSet, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.DefaultReminders">
            <summary>
            Gets or sets default reminders.
            The value of this property is only available when reading an individual booking service by id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.Description">
            <summary>
            Gets or sets description.
            A text description for the service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.DisplayName">
            <summary>
            Gets or sets display name.
            The display name is suitable for human-readable interfaces.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.IsAnonymousJoinEnabled">
            <summary>
            Gets or sets is anonymous join enabled.
            True if the URL to join the appointment anonymously (anonymousJoinWebUrl) will be generated for the appointment booked for this service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.IsHiddenFromCustomers">
            <summary>
            Gets or sets is hidden from customers.
            True means this service is not available to customers for booking.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.IsLocationOnline">
            <summary>
            Gets or sets is location online.
            True indicates that the appointments for the service will be held online. Default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.LanguageTag">
            <summary>
            Gets or sets language tag.
            The language of the self-service booking page.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.MaximumAttendeesCount">
            <summary>
            Gets or sets maximum attendees count.
            The maximum number of customers allowed in a service. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.Notes">
            <summary>
            Gets or sets notes.
            Additional information about this service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.PostBuffer">
            <summary>
            Gets or sets post buffer.
            The time to buffer after an appointment for this service ends, and before the next customer appointment can be booked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.PreBuffer">
            <summary>
            Gets or sets pre buffer.
            The time to buffer before an appointment for this service can start.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.SchedulingPolicy">
            <summary>
            Gets or sets scheduling policy.
            The set of policies that determine how appointments for this type of service should be created and managed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.SmsNotificationsEnabled">
            <summary>
            Gets or sets sms notifications enabled.
            True indicates SMS notifications can be sent to the customers for the appointment of the service. Default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.StaffMemberIds">
            <summary>
            Gets or sets staff member ids.
            Represents those staff members who provide this service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingService.WebUrl">
            <summary>
            Gets or sets web url.
            The URL a customer uses to access the service.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingStaffMember">
            <summary>
            The type Booking Staff Member.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMember.#ctor">
            <summary>
             The BookingStaffMember constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingStaffMember.AvailabilityIsAffectedByPersonalCalendar">
            <summary>
            Gets or sets availability is affected by personal calendar.
            True means that if the staff member is a Microsoft 365 user, the Bookings API would verify the staff member's availability in their personal calendar in Microsoft 365, before making a booking.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingStaffMember.DisplayName">
            <summary>
            Gets or sets display name.
            The display name is suitable for human-readable interfaces.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingStaffMember.EmailAddress">
            <summary>
            Gets or sets email address.
            The email address of the staff member. This can be in the same Microsoft 365 tenant as the business, or in a different email domain. This email address can be used if the sendConfirmationsToOwner property is set to true in the scheduling policy of the business. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingStaffMember.IsEmailNotificationEnabled">
            <summary>
            Gets or sets is email notification enabled.
            True indicates that a staff member will be notified via email when a booking assigned to them is created or changed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingStaffMember.Role">
            <summary>
            Gets or sets role.
            The role of the staff member in the business. Possible values are: guest, administrator, viewer, externalGuest, unknownFutureValue, scheduler, teamMember. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: scheduler, teamMember. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingStaffMember.TimeZone">
            <summary>
            Gets or sets time zone.
            The time zone of the staff member. For a list of possible values, see dateTimeTimeZone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingStaffMember.UseBusinessHours">
            <summary>
            Gets or sets use business hours.
            True means the staff member's availability is as specified in the businessHours property of the business. False means the availability is determined by the staff member's workingHours property setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingStaffMember.WorkingHours">
            <summary>
            Gets or sets working hours.
            The range of hours each day of the week that the staff member is available for booking. By default, they are initialized to be the same as the businessHours property of the business.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingStaffMemberBase">
            <summary>
            The type Booking Staff Member Base.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBase.#ctor">
            <summary>
             The internal BookingStaffMemberBase constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingStaffRole">
            <summary>
            The enum BookingStaffRole.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingStaffRole.Guest">
            <summary>
            Guest
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingStaffRole.Administrator">
            <summary>
            Administrator
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingStaffRole.Viewer">
            <summary>
            Viewer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingStaffRole.ExternalGuest">
            <summary>
            External Guest
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingStaffRole.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingStaffRole.Scheduler">
            <summary>
            Scheduler
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingStaffRole.TeamMember">
            <summary>
            Team Member
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingType">
            <summary>
            The enum BookingType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingType.Standard">
            <summary>
            Standard
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BookingType.Reserved">
            <summary>
            Reserved
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingWorkHours">
            <summary>
            The type BookingWorkHours.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingWorkHours.Day">
            <summary>
            Gets or sets day.
            The day of the week represented by this instance. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingWorkHours.TimeSlots">
            <summary>
            Gets or sets timeSlots.
            A list of start/end times during a day.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingWorkHours.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingWorkHours.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingWorkTimeSlot">
            <summary>
            The type BookingWorkTimeSlot.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingWorkTimeSlot.EndTime">
            <summary>
            Gets or sets endTime.
            The time of the day when work stops. For example, 17:00:00.0000000.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingWorkTimeSlot.StartTime">
            <summary>
            Gets or sets startTime.
            The time of the day when work starts. For example, 08:00:00.0000000.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingWorkTimeSlot.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingWorkTimeSlot.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BooleanColumn">
            <summary>
            The type BooleanColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BooleanColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BooleanColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BroadcastMeetingAudience">
            <summary>
            The enum BroadcastMeetingAudience.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BroadcastMeetingAudience.RoleIsAttendee">
            <summary>
            Role Is Attendee
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BroadcastMeetingAudience.Organization">
            <summary>
            Organization
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BroadcastMeetingAudience.Everyone">
            <summary>
            Everyone
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BroadcastMeetingAudience.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BroadcastMeetingCaptionSettings">
            <summary>
            The type BroadcastMeetingCaptionSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BroadcastMeetingCaptionSettings.IsCaptionEnabled">
            <summary>
            Gets or sets isCaptionEnabled.
            Indicates whether captions are enabled for this Teams live event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BroadcastMeetingCaptionSettings.SpokenLanguage">
            <summary>
            Gets or sets spokenLanguage.
            The spoken language.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BroadcastMeetingCaptionSettings.TranslationLanguages">
            <summary>
            Gets or sets translationLanguages.
            The translation languages (choose up to 6).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BroadcastMeetingCaptionSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BroadcastMeetingCaptionSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BroadcastMeetingSettings">
            <summary>
            The type BroadcastMeetingSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BroadcastMeetingSettings.AllowedAudience">
            <summary>
            Gets or sets allowedAudience.
            Defines who can join the Teams live event. Possible values are listed in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BroadcastMeetingSettings.Captions">
            <summary>
            Gets or sets captions.
            Caption settings of a Teams live event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BroadcastMeetingSettings.IsAttendeeReportEnabled">
            <summary>
            Gets or sets isAttendeeReportEnabled.
            Indicates whether attendee report is enabled for this Teams live event. Default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BroadcastMeetingSettings.IsQuestionAndAnswerEnabled">
            <summary>
            Gets or sets isQuestionAndAnswerEnabled.
            Indicates whether Q&amp;A is enabled for this Teams live event. Default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BroadcastMeetingSettings.IsRecordingEnabled">
            <summary>
            Gets or sets isRecordingEnabled.
            Indicates whether recording is enabled for this Teams live event. Default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BroadcastMeetingSettings.IsVideoOnDemandEnabled">
            <summary>
            Gets or sets isVideoOnDemandEnabled.
            Indicates whether video on demand is enabled for this Teams live event. Default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BroadcastMeetingSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BroadcastMeetingSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BucketAggregationDefinition">
            <summary>
            The type BucketAggregationDefinition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BucketAggregationDefinition.IsDescending">
            <summary>
            Gets or sets isDescending.
            True to specify the sort order as descending. The default is false, with the sort order as ascending. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BucketAggregationDefinition.MinimumCount">
            <summary>
            Gets or sets minimumCount.
            The minimum number of items that should be present in the aggregation to be returned in a bucket. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BucketAggregationDefinition.PrefixFilter">
            <summary>
            Gets or sets prefixFilter.
            A filter to define a matching criteria. The key should start with the specified prefix to be returned in the response. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BucketAggregationDefinition.Ranges">
            <summary>
            Gets or sets ranges.
            Specifies the manual ranges to compute the aggregations. This is only valid for non-string refiners of date or numeric type. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BucketAggregationDefinition.SortBy">
            <summary>
            Gets or sets sortBy.
            The possible values are count to sort by the number of matches in the aggregation, keyAsStringto sort alphabeticaly based on the key in the aggregation, keyAsNumber for numerical sorting based on the key in the aggregation. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BucketAggregationDefinition.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BucketAggregationDefinition.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BucketAggregationRange">
            <summary>
            The type BucketAggregationRange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BucketAggregationRange.From">
            <summary>
            Gets or sets from.
            Defines the lower bound from which to compute the aggregation. This can be a numeric value or a string representation of a date using the YYYY-MM-DDTHH:mm:ss.sssZ format. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BucketAggregationRange.To">
            <summary>
            Gets or sets to.
            Defines the upper bound up to which to compute the aggregation. This can be a numeric value or a string representation of a date using the YYYY-MM-DDTHH:mm:ss.sssZ format. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BucketAggregationRange.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BucketAggregationRange.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BucketAggregationSortProperty">
            <summary>
            The enum BucketAggregationSortProperty.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BucketAggregationSortProperty.Count">
            <summary>
            Count
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BucketAggregationSortProperty.KeyAsString">
            <summary>
            Key As String
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BucketAggregationSortProperty.KeyAsNumber">
            <summary>
            Key As Number
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BucketAggregationSortProperty.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BuiltInIdentityProvider">
            <summary>
            The type Built In Identity Provider.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProvider.#ctor">
            <summary>
             The BuiltInIdentityProvider constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BuiltInIdentityProvider.IdentityProviderType">
            <summary>
            Gets or sets identity provider type.
            The identity provider type. For a B2B scenario, possible values: AADSignup, MicrosoftAccount, EmailOTP. Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Bundle">
            <summary>
            The type Bundle.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Bundle.Album">
            <summary>
            Gets or sets album.
            If the bundle is an [album][], then the album property is included
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Bundle.ChildCount">
            <summary>
            Gets or sets childCount.
            Number of children contained immediately within this container.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Bundle.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Bundle.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalculatedColumn">
            <summary>
            The type CalculatedColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalculatedColumn.Format">
            <summary>
            Gets or sets format.
            For dateTime output types, the format of the value. Must be one of dateOnly or dateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalculatedColumn.Formula">
            <summary>
            Gets or sets formula.
            The formula used to compute the value for this column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalculatedColumn.OutputType">
            <summary>
            Gets or sets outputType.
            The output type used to format values in this column. Must be one of boolean, currency, dateTime, number, or text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalculatedColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalculatedColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Calendar">
            <summary>
            The type Calendar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.AllowedOnlineMeetingProviders">
            <summary>
            Gets or sets allowed online meeting providers.
            Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.CanEdit">
            <summary>
            Gets or sets can edit.
            true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.CanShare">
            <summary>
            Gets or sets can share.
            true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.CanViewPrivateItems">
            <summary>
            Gets or sets can view private items.
            true if the user can read calendar items that have been marked private, false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.ChangeKey">
            <summary>
            Gets or sets change key.
            Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.Color">
            <summary>
            Gets or sets color.
            Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.DefaultOnlineMeetingProvider">
            <summary>
            Gets or sets default online meeting provider.
            The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.HexColor">
            <summary>
            Gets or sets hex color.
            The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.IsDefaultCalendar">
            <summary>
            Gets or sets is default calendar.
            true if this is the default calendar where new events are created by default, false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.IsRemovable">
            <summary>
            Gets or sets is removable.
            Indicates whether this user calendar can be deleted from the user mailbox.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.IsTallyingResponses">
            <summary>
            Gets or sets is tallying responses.
            Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.Name">
            <summary>
            Gets or sets name.
            The calendar name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.Owner">
            <summary>
            Gets or sets owner.
            If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.CalendarPermissions">
            <summary>
            Gets or sets calendar permissions.
            The permissions of the users with whom the calendar is shared.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.CalendarPermissionsNextLink">
            <summary>
            Gets or sets calendarPermissionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.CalendarView">
            <summary>
            Gets or sets calendar view.
            The calendar view for the calendar. Navigation property. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.CalendarViewNextLink">
            <summary>
            Gets or sets calendarViewNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.Events">
            <summary>
            Gets or sets events.
            The events in the calendar. Navigation property. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.EventsNextLink">
            <summary>
            Gets or sets eventsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the calendar. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.MultiValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets multiValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the calendar. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.SingleValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets singleValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarColor">
            <summary>
            The enum CalendarColor.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.Auto">
            <summary>
            Auto
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightBlue">
            <summary>
            Light Blue
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightGreen">
            <summary>
            Light Green
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightOrange">
            <summary>
            Light Orange
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightGray">
            <summary>
            Light Gray
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightYellow">
            <summary>
            Light Yellow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightTeal">
            <summary>
            Light Teal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightPink">
            <summary>
            Light Pink
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightBrown">
            <summary>
            Light Brown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightRed">
            <summary>
            Light Red
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.MaxColor">
            <summary>
            Max Color
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarGetScheduleRequestBody">
            <summary>
            The type CalendarGetScheduleRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGetScheduleRequestBody.Schedules">
            <summary>
            Gets or sets Schedules.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGetScheduleRequestBody.EndTime">
            <summary>
            Gets or sets EndTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGetScheduleRequestBody.StartTime">
            <summary>
            Gets or sets StartTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGetScheduleRequestBody.AvailabilityViewInterval">
            <summary>
            Gets or sets AvailabilityViewInterval.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroup">
            <summary>
            The type Calendar Group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroup.ChangeKey">
            <summary>
            Gets or sets change key.
            Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroup.ClassId">
            <summary>
            Gets or sets class id.
            The class identifier. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroup.Name">
            <summary>
            Gets or sets name.
            The group name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroup.Calendars">
            <summary>
            Gets or sets calendars.
            The calendars in the calendar group. Navigation property. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroup.CalendarsNextLink">
            <summary>
            Gets or sets calendarsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarPermission">
            <summary>
            The type Calendar Permission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarPermission.AllowedRoles">
            <summary>
            Gets or sets allowed roles.
            List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarPermission.EmailAddress">
            <summary>
            Gets or sets email address.
            Represents a sharee or delegate who has access to the calendar. For the 'My Organization' sharee, the address property is null. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarPermission.IsInsideOrganization">
            <summary>
            Gets or sets is inside organization.
            True if the user in context (sharee or delegate) is inside the same organization as the calendar owner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarPermission.IsRemovable">
            <summary>
            Gets or sets is removable.
            True if the user can be removed from the list of sharees or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You cannot remove 'My organization' as a sharee to a calendar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarPermission.Role">
            <summary>
            Gets or sets role.
            Current permission level of the calendar sharee or delegate.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarRoleType">
            <summary>
            The enum CalendarRoleType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarRoleType.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarRoleType.FreeBusyRead">
            <summary>
            Free Busy Read
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarRoleType.LimitedRead">
            <summary>
            Limited Read
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarRoleType.Read">
            <summary>
            Read
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarRoleType.Write">
            <summary>
            Write
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarRoleType.DelegateWithoutPrivateEventAccess">
            <summary>
            Delegate Without Private Event Access
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarRoleType.DelegateWithPrivateEventAccess">
            <summary>
            Delegate With Private Event Access
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarRoleType.Custom">
            <summary>
            Custom
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarSharingAction">
            <summary>
            The enum CalendarSharingAction.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarSharingAction.Accept">
            <summary>
            Accept
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarSharingAction.AcceptAndViewCalendar">
            <summary>
            Accept And View Calendar
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarSharingAction.ViewCalendar">
            <summary>
            View Calendar
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarSharingAction.AddThisCalendar">
            <summary>
            Add This Calendar
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarSharingActionImportance">
            <summary>
            The enum CalendarSharingActionImportance.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarSharingActionImportance.Primary">
            <summary>
            Primary
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarSharingActionImportance.Secondary">
            <summary>
            Secondary
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarSharingActionType">
            <summary>
            The enum CalendarSharingActionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarSharingActionType.Accept">
            <summary>
            Accept
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarSharingMessage">
            <summary>
            The type Calendar Sharing Message.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessage.#ctor">
            <summary>
             The CalendarSharingMessage constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSharingMessage.CanAccept">
            <summary>
            Gets or sets can accept.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSharingMessage.SharingMessageAction">
            <summary>
            Gets or sets sharing message action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSharingMessage.SharingMessageActions">
            <summary>
            Gets or sets sharing message actions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSharingMessage.SuggestedCalendarName">
            <summary>
            Gets or sets suggested calendar name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarSharingMessageAction">
            <summary>
            The type CalendarSharingMessageAction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSharingMessageAction.Action">
            <summary>
            Gets or sets action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSharingMessageAction.ActionType">
            <summary>
            Gets or sets actionType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSharingMessageAction.Importance">
            <summary>
            Gets or sets importance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSharingMessageAction.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSharingMessageAction.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Call">
            <summary>
            The type Call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.CallbackUri">
            <summary>
            Gets or sets callback uri.
            The callback URL on which callbacks will be delivered. Must be https.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.CallChainId">
            <summary>
            Gets or sets call chain id.
            A unique identifier for all the participant calls in a conference or a unique identifier for two participant calls in a P2P call.  This needs to be copied over from Microsoft.Graph.Call.CallChainId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.CallOptions">
            <summary>
            Gets or sets call options.
            Contains the optional features for the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.CallRoutes">
            <summary>
            Gets or sets call routes.
            The routing information on how the call was retargeted. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.ChatInfo">
            <summary>
            Gets or sets chat info.
            The chat information. Required information for joining a meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.Direction">
            <summary>
            Gets or sets direction.
            The direction of the call. The possible value are incoming or outgoing. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.IncomingContext">
            <summary>
            Gets or sets incoming context.
            Call context associated with an incoming call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.MediaConfig">
            <summary>
            Gets or sets media config.
            The media configuration. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.MediaState">
            <summary>
            Gets or sets media state.
            Read-only. The call media state.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.MeetingInfo">
            <summary>
            Gets or sets meeting info.
            The meeting information. Required information for meeting scenarios.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.MyParticipantId">
            <summary>
            Gets or sets my participant id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.RequestedModalities">
            <summary>
            Gets or sets requested modalities.
            The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.ResultInfo">
            <summary>
            Gets or sets result info.
            The result information. For example can hold termination reason. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.Source">
            <summary>
            Gets or sets source.
            The originator of the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.State">
            <summary>
            Gets or sets state.
            The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.Subject">
            <summary>
            Gets or sets subject.
            The subject of the conversation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.Targets">
            <summary>
            Gets or sets targets.
            The targets of the call. Required information for creating peer to peer call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.TenantId">
            <summary>
            Gets or sets tenant id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.ToneInfo">
            <summary>
            Gets or sets tone info.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.Transcription">
            <summary>
            Gets or sets transcription.
            The transcription information for the call. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.AudioRoutingGroups">
            <summary>
            Gets or sets audio routing groups.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.AudioRoutingGroupsNextLink">
            <summary>
            Gets or sets audioRoutingGroupsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.ContentSharingSessions">
            <summary>
            Gets or sets content sharing sessions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.ContentSharingSessionsNextLink">
            <summary>
            Gets or sets contentSharingSessionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.Operations">
            <summary>
            Gets or sets operations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.OperationsNextLink">
            <summary>
            Gets or sets operationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.Participants">
            <summary>
            Gets or sets participants.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Call.ParticipantsNextLink">
            <summary>
            Gets or sets participantsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallAddLargeGalleryViewRequestBody">
            <summary>
            The type CallAddLargeGalleryViewRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallAddLargeGalleryViewRequestBody.ClientContext">
            <summary>
            Gets or sets ClientContext.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallAnswerRequestBody">
            <summary>
            The type CallAnswerRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallAnswerRequestBody.CallbackUri">
            <summary>
            Gets or sets CallbackUri.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallAnswerRequestBody.MediaConfig">
            <summary>
            Gets or sets MediaConfig.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallAnswerRequestBody.AcceptedModalities">
            <summary>
            Gets or sets AcceptedModalities.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallAnswerRequestBody.ParticipantCapacity">
            <summary>
            Gets or sets ParticipantCapacity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallAnswerRequestBody.CallOptions">
            <summary>
            Gets or sets CallOptions.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallCancelMediaProcessingRequestBody">
            <summary>
            The type CallCancelMediaProcessingRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallCancelMediaProcessingRequestBody.ClientContext">
            <summary>
            Gets or sets ClientContext.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallChangeScreenSharingRoleRequestBody">
            <summary>
            The type CallChangeScreenSharingRoleRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallChangeScreenSharingRoleRequestBody.Role">
            <summary>
            Gets or sets Role.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallDirection">
            <summary>
            The enum CallDirection.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallDirection.Incoming">
            <summary>
            Incoming
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallDirection.Outgoing">
            <summary>
            Outgoing
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallEndedEventMessageDetail">
            <summary>
            The type CallEndedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallEndedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.CallEndedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallEndedEventMessageDetail.CallDuration">
            <summary>
            Gets or sets callDuration.
            Duration of the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallEndedEventMessageDetail.CallEventType">
            <summary>
            Gets or sets callEventType.
            Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallEndedEventMessageDetail.CallId">
            <summary>
            Gets or sets callId.
            Unique identifier of the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallEndedEventMessageDetail.CallParticipants">
            <summary>
            Gets or sets callParticipants.
            List of call participants.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallEndedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallLogTeleconferenceDeviceQualityRequestBody">
            <summary>
            The type CallLogTeleconferenceDeviceQualityRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallLogTeleconferenceDeviceQualityRequestBody.Quality">
            <summary>
            Gets or sets Quality.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallMediaState">
            <summary>
            The type CallMediaState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallMediaState.Audio">
            <summary>
            Gets or sets audio.
            The audio media state. Possible values are: active, inactive, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallMediaState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallMediaState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallMuteRequestBody">
            <summary>
            The type CallMuteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallMuteRequestBody.ClientContext">
            <summary>
            Gets or sets ClientContext.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallOptions">
            <summary>
            The type CallOptions.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallOptions.#ctor">
            <summary>
             The internal CallOptions constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallOptions.HideBotAfterEscalation">
            <summary>
            Gets or sets hideBotAfterEscalation.
            Indicates whether to hide the app after the call is escalated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallOptions.IsContentSharingNotificationEnabled">
            <summary>
            Gets or sets isContentSharingNotificationEnabled.
            Indicates whether content sharing notifications should be enabled for the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallOptions.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallOptions.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallParticipantInfo">
            <summary>
            The type CallParticipantInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallParticipantInfo.Participant">
            <summary>
            Gets or sets participant.
            Identity of the call participant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallParticipantInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallParticipantInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallPlayPromptRequestBody">
            <summary>
            The type CallPlayPromptRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallPlayPromptRequestBody.Prompts">
            <summary>
            Gets or sets Prompts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallPlayPromptRequestBody.ClientContext">
            <summary>
            Gets or sets ClientContext.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecordingEventMessageDetail">
            <summary>
            The type CallRecordingEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecordingEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.CallRecordingEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordingEventMessageDetail.CallId">
            <summary>
            Gets or sets callId.
            Unique identifier of the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordingEventMessageDetail.CallRecordingDisplayName">
            <summary>
            Gets or sets callRecordingDisplayName.
            Display name for the call recording.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordingEventMessageDetail.CallRecordingDuration">
            <summary>
            Gets or sets callRecordingDuration.
            Duration of the call recording.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordingEventMessageDetail.CallRecordingStatus">
            <summary>
            Gets or sets callRecordingStatus.
            Status of the call recording. Possible values are: success, failure, initial, chunkFinished, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordingEventMessageDetail.CallRecordingUrl">
            <summary>
            Gets or sets callRecordingUrl.
            Call recording URL.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordingEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordingEventMessageDetail.MeetingOrganizer">
            <summary>
            Gets or sets meetingOrganizer.
            Organizer of the meeting.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecordingStatus">
            <summary>
            The enum CallRecordingStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecordingStatus.Success">
            <summary>
            Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecordingStatus.Failure">
            <summary>
            Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecordingStatus.Initial">
            <summary>
            Initial
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecordingStatus.ChunkFinished">
            <summary>
            Chunk Finished
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallRecordingStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRecordResponseRequestBody">
            <summary>
            The type CallRecordResponseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordResponseRequestBody.Prompts">
            <summary>
            Gets or sets Prompts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordResponseRequestBody.BargeInAllowed">
            <summary>
            Gets or sets BargeInAllowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordResponseRequestBody.InitialSilenceTimeoutInSeconds">
            <summary>
            Gets or sets InitialSilenceTimeoutInSeconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordResponseRequestBody.MaxSilenceTimeoutInSeconds">
            <summary>
            Gets or sets MaxSilenceTimeoutInSeconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordResponseRequestBody.MaxRecordDurationInSeconds">
            <summary>
            Gets or sets MaxRecordDurationInSeconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordResponseRequestBody.PlayBeep">
            <summary>
            Gets or sets PlayBeep.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordResponseRequestBody.StopTones">
            <summary>
            Gets or sets StopTones.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordResponseRequestBody.ClientContext">
            <summary>
            Gets or sets ClientContext.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRedirectRequestBody">
            <summary>
            The type CallRedirectRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRedirectRequestBody.Targets">
            <summary>
            Gets or sets Targets.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRedirectRequestBody.Timeout">
            <summary>
            Gets or sets Timeout.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRedirectRequestBody.CallbackUri">
            <summary>
            Gets or sets CallbackUri.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRejectRequestBody">
            <summary>
            The type CallRejectRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRejectRequestBody.Reason">
            <summary>
            Gets or sets Reason.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRejectRequestBody.CallbackUri">
            <summary>
            Gets or sets CallbackUri.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallRoute">
            <summary>
            The type CallRoute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRoute.Final">
            <summary>
            Gets or sets final.
            The identity that was resolved to in the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRoute.Original">
            <summary>
            Gets or sets original.
            The identity that was originally used in the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRoute.RoutingType">
            <summary>
            Gets or sets routingType.
            Possible values are: forwarded, lookup, selfFork.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRoute.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRoute.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallStartedEventMessageDetail">
            <summary>
            The type CallStartedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallStartedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.CallStartedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallStartedEventMessageDetail.CallEventType">
            <summary>
            Gets or sets callEventType.
            Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallStartedEventMessageDetail.CallId">
            <summary>
            Gets or sets callId.
            Unique identifier of the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallStartedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallState">
            <summary>
            The enum CallState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallState.Incoming">
            <summary>
            Incoming
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallState.Establishing">
            <summary>
            Establishing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallState.Established">
            <summary>
            Established
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallState.Hold">
            <summary>
            Hold
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallState.Transferring">
            <summary>
            Transferring
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallState.TransferAccepted">
            <summary>
            Transfer Accepted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallState.Redirecting">
            <summary>
            Redirecting
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallState.Terminating">
            <summary>
            Terminating
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallState.Terminated">
            <summary>
            Terminated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallSubscribeToToneRequestBody">
            <summary>
            The type CallSubscribeToToneRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallSubscribeToToneRequestBody.ClientContext">
            <summary>
            Gets or sets ClientContext.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallTranscriptEventMessageDetail">
            <summary>
            The type CallTranscriptEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallTranscriptEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.CallTranscriptEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallTranscriptEventMessageDetail.CallId">
            <summary>
            Gets or sets callId.
            Unique identifier of the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallTranscriptEventMessageDetail.CallTranscriptICalUid">
            <summary>
            Gets or sets callTranscriptICalUid.
            Unique identifier for a call transcript.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallTranscriptEventMessageDetail.MeetingOrganizer">
            <summary>
            Gets or sets meetingOrganizer.
            The organizer of the meeting.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallTranscriptionInfo">
            <summary>
            The type CallTranscriptionInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallTranscriptionInfo.LastModifiedDateTime">
            <summary>
            Gets or sets lastModifiedDateTime.
            The state modified time in UTC.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallTranscriptionInfo.State">
            <summary>
            Gets or sets state.
            Possible values are: notStarted, active, inactive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallTranscriptionInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallTranscriptionInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallTranscriptionState">
            <summary>
            The enum CallTranscriptionState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallTranscriptionState.NotStarted">
            <summary>
            Not Started
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallTranscriptionState.Active">
            <summary>
            Active
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallTranscriptionState.Inactive">
            <summary>
            Inactive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CallTranscriptionState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallTransferRequestBody">
            <summary>
            The type CallTransferRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallTransferRequestBody.TransferTarget">
            <summary>
            Gets or sets TransferTarget.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallTransferRequestBody.Transferee">
            <summary>
            Gets or sets Transferee.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallUnmuteRequestBody">
            <summary>
            The type CallUnmuteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallUnmuteRequestBody.ClientContext">
            <summary>
            Gets or sets ClientContext.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallUpdateRecordingStatusRequestBody">
            <summary>
            The type CallUpdateRecordingStatusRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallUpdateRecordingStatusRequestBody.Status">
            <summary>
            Gets or sets Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallUpdateRecordingStatusRequestBody.ClientContext">
            <summary>
            Gets or sets ClientContext.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CancelMediaProcessingOperation">
            <summary>
            The type Cancel Media Processing Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperation.#ctor">
            <summary>
             The CancelMediaProcessingOperation constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CategoryColor">
            <summary>
            The enum CategoryColor.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset0">
            <summary>
            Preset0
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset1">
            <summary>
            Preset1
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset2">
            <summary>
            Preset2
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset3">
            <summary>
            Preset3
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset4">
            <summary>
            Preset4
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset5">
            <summary>
            Preset5
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset6">
            <summary>
            Preset6
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset7">
            <summary>
            Preset7
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset8">
            <summary>
            Preset8
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset9">
            <summary>
            Preset9
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset10">
            <summary>
            Preset10
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset11">
            <summary>
            Preset11
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset12">
            <summary>
            Preset12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset13">
            <summary>
            Preset13
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset14">
            <summary>
            Preset14
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset15">
            <summary>
            Preset15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset16">
            <summary>
            Preset16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset17">
            <summary>
            Preset17
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset18">
            <summary>
            Preset18
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset19">
            <summary>
            Preset19
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset20">
            <summary>
            Preset20
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset21">
            <summary>
            Preset21
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset22">
            <summary>
            Preset22
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset23">
            <summary>
            Preset23
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset24">
            <summary>
            Preset24
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CertificateAuthority">
            <summary>
            The type CertificateAuthority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CertificateAuthority.Certificate">
            <summary>
            Gets or sets certificate.
            Required. The base64 encoded string representing the public certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CertificateAuthority.CertificateRevocationListUrl">
            <summary>
            Gets or sets certificateRevocationListUrl.
            The URL of the certificate revocation list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CertificateAuthority.DeltaCertificateRevocationListUrl">
            <summary>
            Gets or sets deltaCertificateRevocationListUrl.
            The URL contains the list of all revoked certificates since the last time a full certificate revocaton list was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CertificateAuthority.IsRootAuthority">
            <summary>
            Gets or sets isRootAuthority.
            Required. true if the trusted certificate is a root authority, false if the trusted certificate is an intermediate authority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CertificateAuthority.Issuer">
            <summary>
            Gets or sets issuer.
            The issuer of the certificate, calculated from the certificate value. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CertificateAuthority.IssuerSki">
            <summary>
            Gets or sets issuerSki.
            The subject key identifier of the certificate, calculated from the certificate value. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CertificateAuthority.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CertificateAuthority.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CertificateBasedAuthConfiguration">
            <summary>
            The type Certificate Based Auth Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CertificateBasedAuthConfiguration.CertificateAuthorities">
            <summary>
            Gets or sets certificate authorities.
            Collection of certificate authorities which creates a trusted certificate chain.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Certification">
            <summary>
            The type Certification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Certification.CertificationDetailsUrl">
            <summary>
            Gets or sets certificationDetailsUrl.
            URL that shows certification details for the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Certification.CertificationExpirationDateTime">
            <summary>
            Gets or sets certificationExpirationDateTime.
            The timestamp when the current certification for the application will expire.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Certification.IsCertifiedByMicrosoft">
            <summary>
            Gets or sets isCertifiedByMicrosoft.
            Indicates whether the application is certified by Microsoft.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Certification.IsPublisherAttested">
            <summary>
            Gets or sets isPublisherAttested.
            Indicates whether the application has been self-attested by the application developer or the publisher.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Certification.LastCertificationDateTime">
            <summary>
            Gets or sets lastCertificationDateTime.
            The timestamp when the certification for the application was most recently added or updated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Certification.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Certification.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CertificationControl">
            <summary>
            The type CertificationControl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CertificationControl.Name">
            <summary>
            Gets or sets name.
            Certification control name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CertificationControl.Url">
            <summary>
            Gets or sets url.
            URL for the Microsoft Service Trust Portal
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CertificationControl.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CertificationControl.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChangeNotification">
            <summary>
            The type ChangeNotification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotification.ChangeType">
            <summary>
            Gets or sets changeType.
            Indicates the type of change that will raise the change notification. The supported values are: created, updated, deleted. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotification.ClientState">
            <summary>
            Gets or sets clientState.
            Value of the clientState property sent in the subscription request (if any). The maximum length is 255 characters. The client can check whether the change notification came from the service by comparing the values of the clientState property. The value of the clientState property sent with the subscription is compared with the value of the clientState property received with each change notification. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotification.EncryptedContent">
            <summary>
            Gets or sets encryptedContent.
            (Preview) Encrypted content attached with the change notification. Only provided if encryptionCertificate and includeResourceData were defined during the subscription request and if the resource supports it. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotification.Id">
            <summary>
            Gets or sets id.
            Unique ID for the notification. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotification.LifecycleEvent">
            <summary>
            Gets or sets lifecycleEvent.
            The type of lifecycle notification if the current notification is a lifecycle notification. Optional. Supported values are missed, subscriptionRemoved, reauthorizationRequired. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotification.Resource">
            <summary>
            Gets or sets resource.
            The URI of the resource that emitted the change notification relative to https://graph.microsoft.com. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotification.ResourceData">
            <summary>
            Gets or sets resourceData.
            The content of this property depends on the type of resource being subscribed to. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotification.SubscriptionExpirationDateTime">
            <summary>
            Gets or sets subscriptionExpirationDateTime.
            The expiration time for the subscription. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotification.SubscriptionId">
            <summary>
            Gets or sets subscriptionId.
            The unique identifier of the subscription that generated the notification.Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotification.TenantId">
            <summary>
            Gets or sets tenantId.
            The unique identifier of the tenant from which the change notification originated. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotification.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotification.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChangeNotificationCollection">
            <summary>
            The type ChangeNotificationCollection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotificationCollection.ValidationTokens">
            <summary>
            Gets or sets validationTokens.
            Contains an array of JWT tokens generated by Microsoft Graph for the application to validate the origin of the notifications. Microsoft Graph generates a single token for each distinct app and tenant pair for an item if it exists in the value array. Keep in mind that notifications can contain a mix of items for various apps and tenants that subscribed using the same notification URL. Only provided for change notifications with resource data. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotificationCollection.Value">
            <summary>
            Gets or sets value.
            The set of notifications being sent to the notification URL. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotificationCollection.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotificationCollection.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChangeNotificationEncryptedContent">
            <summary>
            The type ChangeNotificationEncryptedContent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotificationEncryptedContent.Data">
            <summary>
            Gets or sets data.
            Base64-encoded encrypted data that produces a full resource respresented as JSON. The data has been encrypted with the provided dataKey using an AES/CBC/PKCS5PADDING cipher suite.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotificationEncryptedContent.DataKey">
            <summary>
            Gets or sets dataKey.
            Base64-encoded symmetric key generated by Microsoft Graph to encrypt the data value and to generate the data signature. This key is encrypted with the certificate public key that was provided during the subscription. It must be decrypted with the certificate private key before it can be used to decrypt the data or verify the signature. This key has been encrypted with the following cipher suite: RSA/ECB/OAEPWithSHA1AndMGF1Padding.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotificationEncryptedContent.DataSignature">
            <summary>
            Gets or sets dataSignature.
            Base64-encoded HMAC-SHA256 hash of the data for validation purposes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotificationEncryptedContent.EncryptionCertificateId">
            <summary>
            Gets or sets encryptionCertificateId.
            ID of the certificate used to encrypt the dataKey.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotificationEncryptedContent.EncryptionCertificateThumbprint">
            <summary>
            Gets or sets encryptionCertificateThumbprint.
            Hexadecimal representation of the thumbprint of the certificate used to encrypt the dataKey.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotificationEncryptedContent.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeNotificationEncryptedContent.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChangeTrackedEntity">
            <summary>
            The type Change Tracked Entity.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntity.#ctor">
            <summary>
             The internal ChangeTrackedEntity constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeTrackedEntity.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeTrackedEntity.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            Identity of the person who last modified the entity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChangeTrackedEntity.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChangeType">
            <summary>
            The enum ChangeType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChangeType.Created">
            <summary>
            Created
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChangeType.Updated">
            <summary>
            Updated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChangeType.Deleted">
            <summary>
            Deleted
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Channel">
            <summary>
            The type Channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Read only. Timestamp at which the channel was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.Description">
            <summary>
            Gets or sets description.
            Optional textual description for the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.DisplayName">
            <summary>
            Gets or sets display name.
            Channel name as it will appear to the user in Microsoft Teams. The maximum length is 50 characters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.Email">
            <summary>
            Gets or sets email.
            The email address for sending messages to the channel. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.IsFavoriteByDefault">
            <summary>
            Gets or sets is favorite by default.
            Indicates whether the channel should automatically be marked 'favorite' for all members of the team. Can only be set programmatically with Create team. Default: false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.MembershipType">
            <summary>
            Gets or sets membership type.
            The type of the channel. Can be set during creation and can't be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: shared.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.TenantId">
            <summary>
            Gets or sets tenant id.
            The ID of the Azure Active Directory tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.WebUrl">
            <summary>
            Gets or sets web url.
            A hyperlink that will go to the channel in Microsoft Teams. This is the URL that you get when you right-click a channel in Microsoft Teams and select Get link to channel. This URL should be treated as an opaque blob, and not parsed. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.FilesFolder">
            <summary>
            Gets or sets files folder.
            Metadata for the location where the channel's files are stored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.Members">
            <summary>
            Gets or sets members.
            A collection of membership records associated with the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.MembersNextLink">
            <summary>
            Gets or sets membersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.Messages">
            <summary>
            Gets or sets messages.
            A collection of all the messages in the channel. A navigation property. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.MessagesNextLink">
            <summary>
            Gets or sets messagesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.SharedWithTeams">
            <summary>
            Gets or sets shared with teams.
            A collection of teams with which a channel is shared.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.SharedWithTeamsNextLink">
            <summary>
            Gets or sets sharedWithTeamsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.Tabs">
            <summary>
            Gets or sets tabs.
            A collection of all the tabs in the channel. A navigation property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Channel.TabsNextLink">
            <summary>
            Gets or sets tabsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelAddedEventMessageDetail">
            <summary>
            The type ChannelAddedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelAddedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ChannelAddedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelAddedEventMessageDetail.ChannelDisplayName">
            <summary>
            Gets or sets channelDisplayName.
            Display name of the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelAddedEventMessageDetail.ChannelId">
            <summary>
            Gets or sets channelId.
            Unique identifier of the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelAddedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelDeletedEventMessageDetail">
            <summary>
            The type ChannelDeletedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelDeletedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ChannelDeletedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelDeletedEventMessageDetail.ChannelDisplayName">
            <summary>
            Gets or sets channelDisplayName.
            Display name of the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelDeletedEventMessageDetail.ChannelId">
            <summary>
            Gets or sets channelId.
            Unique identifier of the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelDeletedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelDescriptionUpdatedEventMessageDetail">
            <summary>
            The type ChannelDescriptionUpdatedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelDescriptionUpdatedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ChannelDescriptionUpdatedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelDescriptionUpdatedEventMessageDetail.ChannelDescription">
            <summary>
            Gets or sets channelDescription.
            The updated description of the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelDescriptionUpdatedEventMessageDetail.ChannelId">
            <summary>
            Gets or sets channelId.
            Unique identifier of the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelDescriptionUpdatedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelIdentity">
            <summary>
            The type ChannelIdentity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelIdentity.ChannelId">
            <summary>
            Gets or sets channelId.
            The identity of the channel in which the message was posted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelIdentity.TeamId">
            <summary>
            Gets or sets teamId.
            The identity of the team in which the message was posted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelIdentity.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelIdentity.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelMembershipType">
            <summary>
            The enum ChannelMembershipType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChannelMembershipType.Standard">
            <summary>
            Standard
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChannelMembershipType.Private">
            <summary>
            Private
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChannelMembershipType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChannelMembershipType.Shared">
            <summary>
            Shared
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelMembersNotificationRecipient">
            <summary>
            The type ChannelMembersNotificationRecipient.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersNotificationRecipient.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ChannelMembersNotificationRecipient"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelMembersNotificationRecipient.ChannelId">
            <summary>
            Gets or sets channelId.
            The unique identifier for the channel whose members should receive the notification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelMembersNotificationRecipient.TeamId">
            <summary>
            Gets or sets teamId.
            The unique identifier for the team under which the channel resides.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelRenamedEventMessageDetail">
            <summary>
            The type ChannelRenamedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelRenamedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ChannelRenamedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelRenamedEventMessageDetail.ChannelDisplayName">
            <summary>
            Gets or sets channelDisplayName.
            The updated name of the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelRenamedEventMessageDetail.ChannelId">
            <summary>
            Gets or sets channelId.
            Unique identifier of the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelRenamedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelSetAsFavoriteByDefaultEventMessageDetail">
            <summary>
            The type ChannelSetAsFavoriteByDefaultEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelSetAsFavoriteByDefaultEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ChannelSetAsFavoriteByDefaultEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelSetAsFavoriteByDefaultEventMessageDetail.ChannelId">
            <summary>
            Gets or sets channelId.
            Unique identifier of the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelSetAsFavoriteByDefaultEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelUnsetAsFavoriteByDefaultEventMessageDetail">
            <summary>
            The type ChannelUnsetAsFavoriteByDefaultEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelUnsetAsFavoriteByDefaultEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ChannelUnsetAsFavoriteByDefaultEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelUnsetAsFavoriteByDefaultEventMessageDetail.ChannelId">
            <summary>
            Gets or sets channelId.
            Unique identifier of the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelUnsetAsFavoriteByDefaultEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Chat">
            <summary>
            The type Chat.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.ChatType">
            <summary>
            Gets or sets chat type.
            Specifies the type of chat. Possible values are: group, oneOnOne, meeting, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Date and time at which the chat was created. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.LastUpdatedDateTime">
            <summary>
            Gets or sets last updated date time.
            Date and time at which the chat was renamed or list of members were last changed. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.OnlineMeetingInfo">
            <summary>
            Gets or sets online meeting info.
            Represents details about an online meeting. If the chat isn't associated with an online meeting, the property is empty. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.TenantId">
            <summary>
            Gets or sets tenant id.
            The identifier of the tenant in which the chat was created. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.Topic">
            <summary>
            Gets or sets topic.
            (Optional) Subject or topic for the chat. Only available for group chats.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.Viewpoint">
            <summary>
            Gets or sets viewpoint.
            Represents caller-specific information about the chat, such as last message read date and time. This property is populated only when the request is made in a delegated context.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.WebUrl">
            <summary>
            Gets or sets web url.
            The URL for the chat in Microsoft Teams. The URL should be treated as an opaque blob, and not parsed. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.InstalledApps">
            <summary>
            Gets or sets installed apps.
            A collection of all the apps in the chat. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.InstalledAppsNextLink">
            <summary>
            Gets or sets installedAppsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.LastMessagePreview">
            <summary>
            Gets or sets last message preview.
            Preview of the last message sent in the chat. Null if no messages have been sent in the chat. Currently, only the list chats operation supports this property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.Members">
            <summary>
            Gets or sets members.
            A collection of all the members in the chat. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.MembersNextLink">
            <summary>
            Gets or sets membersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.Messages">
            <summary>
            Gets or sets messages.
            A collection of all the messages in the chat. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.MessagesNextLink">
            <summary>
            Gets or sets messagesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.PinnedMessages">
            <summary>
            Gets or sets pinned messages.
            A collection of all the pinned messages in the chat. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.PinnedMessagesNextLink">
            <summary>
            Gets or sets pinnedMessagesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.Tabs">
            <summary>
            Gets or sets tabs.
            A collection of all the tabs in the chat. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Chat.TabsNextLink">
            <summary>
            Gets or sets tabsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatHideForUserRequestBody">
            <summary>
            The type ChatHideForUserRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatHideForUserRequestBody.User">
            <summary>
            Gets or sets User.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatInfo">
            <summary>
            The type ChatInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatInfo.MessageId">
            <summary>
            Gets or sets messageId.
            The unique identifier of a message in a Microsoft Teams channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatInfo.ReplyChainMessageId">
            <summary>
            Gets or sets replyChainMessageId.
            The ID of the reply message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatInfo.ThreadId">
            <summary>
            Gets or sets threadId.
            The unique identifier for a thread in Microsoft Teams.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMarkChatReadForUserRequestBody">
            <summary>
            The type ChatMarkChatReadForUserRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMarkChatReadForUserRequestBody.User">
            <summary>
            Gets or sets User.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMarkChatUnreadForUserRequestBody">
            <summary>
            The type ChatMarkChatUnreadForUserRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMarkChatUnreadForUserRequestBody.User">
            <summary>
            Gets or sets User.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMarkChatUnreadForUserRequestBody.LastMessageReadDateTime">
            <summary>
            Gets or sets LastMessageReadDateTime.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMembersNotificationRecipient">
            <summary>
            The type ChatMembersNotificationRecipient.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersNotificationRecipient.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ChatMembersNotificationRecipient"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMembersNotificationRecipient.ChatId">
            <summary>
            Gets or sets chatId.
            The unique identifier for the chat whose members should receive the notifications.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessage">
            <summary>
            The type Chat Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.Attachments">
            <summary>
            Gets or sets attachments.
            References to attached objects like files, tabs, meetings etc.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.Body">
            <summary>
            Gets or sets body.
            Plaintext/HTML representation of the content of the chat message. Representation is specified by the contentType inside the body. The content is always in HTML if the chat message contains a chatMessageMention.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.ChannelIdentity">
            <summary>
            Gets or sets channel identity.
            If the message was sent in a channel, represents identity of the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.ChatId">
            <summary>
            Gets or sets chat id.
            If the message was sent in a chat, represents the identity of the chat.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Timestamp of when the chat message was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.DeletedDateTime">
            <summary>
            Gets or sets deleted date time.
            Read only. Timestamp at which the chat message was deleted, or null if not deleted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.Etag">
            <summary>
            Gets or sets etag.
            Read-only. Version number of the chat message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.EventDetail">
            <summary>
            Gets or sets event detail.
            Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, adding new members. For event messages, the messageType property will be set to systemEventMessage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.From">
            <summary>
            Gets or sets from.
            Details of the sender of the chat message. Can only be set during migration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.Importance">
            <summary>
            Gets or sets importance.
            The importance of the chat message. The possible values are: normal, high, urgent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.LastEditedDateTime">
            <summary>
            Gets or sets last edited date time.
            Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.Locale">
            <summary>
            Gets or sets locale.
            Locale of the chat message set by the client. Always set to en-us.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.Mentions">
            <summary>
            Gets or sets mentions.
            List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.MessageType">
            <summary>
            Gets or sets message type.
            The type of chat message. The possible values are: message, chatEvent, typing, unknownFutureValue, systemEventMessage. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: systemEventMessage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.PolicyViolation">
            <summary>
            Gets or sets policy violation.
            Defines the properties of a policy violation set by a data loss prevention (DLP) application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.Reactions">
            <summary>
            Gets or sets reactions.
            Reactions for this chat message (for example, Like).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.ReplyToId">
            <summary>
            Gets or sets reply to id.
            Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.Subject">
            <summary>
            Gets or sets subject.
            The subject of the chat message, in plaintext.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.Summary">
            <summary>
            Gets or sets summary.
            Summary text of the chat message that could be used for push notifications and summary views or fall back views. Only applies to channel chat messages, not chat messages in a chat.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.WebUrl">
            <summary>
            Gets or sets web url.
            Read-only. Link to the message in Microsoft Teams.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.HostedContents">
            <summary>
            Gets or sets hosted contents.
            Content in a message hosted by Microsoft Teams - for example, images or code snippets.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.HostedContentsNextLink">
            <summary>
            Gets or sets hostedContentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.Replies">
            <summary>
            Gets or sets replies.
            Replies for a specified message. Supports $expand for channel messages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessage.RepliesNextLink">
            <summary>
            Gets or sets repliesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageAttachment">
            <summary>
            The type ChatMessageAttachment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageAttachment.Content">
            <summary>
            Gets or sets content.
            The content of the attachment. If the attachment is a rich card, set the property to the rich card object. This property and contentUrl are mutually exclusive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageAttachment.ContentType">
            <summary>
            Gets or sets contentType.
            The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageAttachment.ContentUrl">
            <summary>
            Gets or sets contentUrl.
            URL for the content of the attachment. Supported protocols: http, https, file and data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageAttachment.Id">
            <summary>
            Gets or sets id.
            Read-only. Unique id of the attachment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageAttachment.Name">
            <summary>
            Gets or sets name.
            Name of the attachment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageAttachment.TeamsAppId">
            <summary>
            Gets or sets teamsAppId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageAttachment.ThumbnailUrl">
            <summary>
            Gets or sets thumbnailUrl.
            URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user clicks the image, the channel would open the document.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageAttachment.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageAttachment.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageFromIdentitySet">
            <summary>
            The type ChatMessageFromIdentitySet.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageFromIdentitySet.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ChatMessageFromIdentitySet"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageHostedContent">
            <summary>
            The type Chat Message Hosted Content.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageImportance">
            <summary>
            The enum ChatMessageImportance.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessageImportance.Normal">
            <summary>
            Normal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessageImportance.High">
            <summary>
            High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessageImportance.Urgent">
            <summary>
            Urgent
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessageImportance.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageInfo">
            <summary>
            The type Chat Message Info.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageInfo.Body">
            <summary>
            Gets or sets body.
            Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object does not return @mentions and attachments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageInfo.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Date time object representing the time at which message was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageInfo.EventDetail">
            <summary>
            Gets or sets event detail.
            Read-only.  If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property will be set to systemEventMessage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageInfo.From">
            <summary>
            Gets or sets from.
            Information about the sender of the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageInfo.IsDeleted">
            <summary>
            Gets or sets is deleted.
            If set to true, the original message has been deleted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageInfo.MessageType">
            <summary>
            Gets or sets message type.
            The type of chat message. The possible values are: message, unknownFutureValue, systemEventMessage.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageMention">
            <summary>
            The type ChatMessageMention.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageMention.Id">
            <summary>
            Gets or sets id.
            Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding &amp;lt;at id='{index}'&amp;gt; tag in the message body.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageMention.Mentioned">
            <summary>
            Gets or sets mentioned.
            The entity (user, application, team, or channel) that was @mentioned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageMention.MentionText">
            <summary>
            Gets or sets mentionText.
            String used to represent the mention. For example, a user's display name, a team name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageMention.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageMention.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageMentionedIdentitySet">
            <summary>
            The type ChatMessageMentionedIdentitySet.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageMentionedIdentitySet.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ChatMessageMentionedIdentitySet"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageMentionedIdentitySet.Conversation">
            <summary>
            Gets or sets conversation.
            If present, represents a conversation (for example, team or channel) @mentioned in a message.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessagePolicyViolation">
            <summary>
            The type ChatMessagePolicyViolation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagePolicyViolation.DlpAction">
            <summary>
            Gets or sets dlpAction.
            The action taken by the DLP provider on the message with sensitive content. Supported values are: NoneNotifySender -- Inform the sender of the violation but allow readers to read the message.BlockAccess -- Block readers from reading the message.BlockAccessExternal -- Block users outside the organization from reading the message, while allowing users within the organization to read the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagePolicyViolation.JustificationText">
            <summary>
            Gets or sets justificationText.
            Justification text provided by the sender of the message when overriding a policy violation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagePolicyViolation.PolicyTip">
            <summary>
            Gets or sets policyTip.
            Information to display to the message sender about why the message was flagged as a violation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagePolicyViolation.UserAction">
            <summary>
            Gets or sets userAction.
            Indicates the action taken by the user on a message blocked by the DLP provider. Supported values are: NoneOverrideReportFalsePositiveWhen the DLP provider is updating the message for blocking sensitive content, userAction is not required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagePolicyViolation.VerdictDetails">
            <summary>
            Gets or sets verdictDetails.
            Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error in the DLP app and its rules, and allow readers to see the message again if the dlpAction had hidden it.AllowOverrideWithoutJustification -- Allows the sender to overriide the DLP violation and allow readers to see the message again if the dlpAction had hidden it, without needing to provide an explanation for doing so. AllowOverrideWithJustification -- Allows the sender to overriide the DLP violation and allow readers to see the message again if the dlpAction had hidden it, after providing an explanation for doing so.AllowOverrideWithoutJustification and AllowOverrideWithJustification are mutually exclusive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagePolicyViolation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagePolicyViolation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessagePolicyViolationDlpActionTypes">
            <summary>
            The enum ChatMessagePolicyViolationDlpActionTypes.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessagePolicyViolationDlpActionTypes.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessagePolicyViolationDlpActionTypes.NotifySender">
            <summary>
            Notify Sender
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessagePolicyViolationDlpActionTypes.BlockAccess">
            <summary>
            Block Access
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessagePolicyViolationDlpActionTypes.BlockAccessExternal">
            <summary>
            Block Access External
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessagePolicyViolationPolicyTip">
            <summary>
            The type ChatMessagePolicyViolationPolicyTip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagePolicyViolationPolicyTip.ComplianceUrl">
            <summary>
            Gets or sets complianceUrl.
            The URL a user can visit to read about the data loss prevention policies for the organization. (ie, policies about what users shouldn't say in chats)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagePolicyViolationPolicyTip.GeneralText">
            <summary>
            Gets or sets generalText.
            Explanatory text shown to the sender of the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagePolicyViolationPolicyTip.MatchedConditionDescriptions">
            <summary>
            Gets or sets matchedConditionDescriptions.
            The list of improper data in the message that was detected by the data loss prevention app. Each DLP app defines its own conditions, examples include 'Credit Card Number' and 'Social Security Number'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagePolicyViolationPolicyTip.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagePolicyViolationPolicyTip.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessagePolicyViolationUserActionTypes">
            <summary>
            The enum ChatMessagePolicyViolationUserActionTypes.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessagePolicyViolationUserActionTypes.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessagePolicyViolationUserActionTypes.Override">
            <summary>
            Override
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessagePolicyViolationUserActionTypes.ReportFalsePositive">
            <summary>
            Report False Positive
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessagePolicyViolationVerdictDetailsTypes">
            <summary>
            The enum ChatMessagePolicyViolationVerdictDetailsTypes.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessagePolicyViolationVerdictDetailsTypes.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessagePolicyViolationVerdictDetailsTypes.AllowFalsePositiveOverride">
            <summary>
            Allow False Positive Override
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessagePolicyViolationVerdictDetailsTypes.AllowOverrideWithoutJustification">
            <summary>
            Allow Override Without Justification
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessagePolicyViolationVerdictDetailsTypes.AllowOverrideWithJustification">
            <summary>
            Allow Override With Justification
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageReaction">
            <summary>
            The type ChatMessageReaction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageReaction.CreatedDateTime">
            <summary>
            Gets or sets createdDateTime.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageReaction.ReactionType">
            <summary>
            Gets or sets reactionType.
            Supported values are like, angry, sad, laugh, heart, surprised.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageReaction.User">
            <summary>
            Gets or sets user.
            The user who reacted to the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageReaction.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageReaction.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageReactionIdentitySet">
            <summary>
            The type ChatMessageReactionIdentitySet.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageReactionIdentitySet.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ChatMessageReactionIdentitySet"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageType">
            <summary>
            The enum ChatMessageType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessageType.Message">
            <summary>
            Message
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessageType.ChatEvent">
            <summary>
            Chat Event
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessageType.Typing">
            <summary>
            Typing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessageType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatMessageType.SystemEventMessage">
            <summary>
            System Event Message
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatRenamedEventMessageDetail">
            <summary>
            The type ChatRenamedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatRenamedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ChatRenamedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatRenamedEventMessageDetail.ChatDisplayName">
            <summary>
            Gets or sets chatDisplayName.
            The updated name of the chat.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatRenamedEventMessageDetail.ChatId">
            <summary>
            Gets or sets chatId.
            Unique identifier of the chat.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatRenamedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatSendActivityNotificationRequestBody">
            <summary>
            The type ChatSendActivityNotificationRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatSendActivityNotificationRequestBody.Topic">
            <summary>
            Gets or sets Topic.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatSendActivityNotificationRequestBody.ActivityType">
            <summary>
            Gets or sets ActivityType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatSendActivityNotificationRequestBody.ChainId">
            <summary>
            Gets or sets ChainId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatSendActivityNotificationRequestBody.PreviewText">
            <summary>
            Gets or sets PreviewText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatSendActivityNotificationRequestBody.TemplateParameters">
            <summary>
            Gets or sets TemplateParameters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatSendActivityNotificationRequestBody.Recipient">
            <summary>
            Gets or sets Recipient.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatType">
            <summary>
            The enum ChatType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatType.OneOnOne">
            <summary>
            One On One
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatType.Group">
            <summary>
            Group
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatType.Meeting">
            <summary>
            Meeting
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ChatType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatUnhideForUserRequestBody">
            <summary>
            The type ChatUnhideForUserRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatUnhideForUserRequestBody.User">
            <summary>
            Gets or sets User.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatViewpoint">
            <summary>
            The type ChatViewpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatViewpoint.IsHidden">
            <summary>
            Gets or sets isHidden.
            Indicates whether the chat is hidden for the current user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatViewpoint.LastMessageReadDateTime">
            <summary>
            Gets or sets lastMessageReadDateTime.
            Represents the dateTime up until which the current user has read chatMessages in a specific chat.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatViewpoint.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatViewpoint.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChecklistItem">
            <summary>
            The type Checklist Item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChecklistItem.CheckedDateTime">
            <summary>
            Gets or sets checked date time.
            The date and time when the checklistItem was finished.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChecklistItem.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time when the checklistItem was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChecklistItem.DisplayName">
            <summary>
            Gets or sets display name.
            Field indicating the title of checklistItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChecklistItem.IsChecked">
            <summary>
            Gets or sets is checked.
            State indicating whether the item is checked off or not.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChoiceColumn">
            <summary>
            The type ChoiceColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChoiceColumn.AllowTextEntry">
            <summary>
            Gets or sets allowTextEntry.
            If true, allows custom values that aren't in the configured choices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChoiceColumn.Choices">
            <summary>
            Gets or sets choices.
            The list of values available for this column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChoiceColumn.DisplayAs">
            <summary>
            Gets or sets displayAs.
            How the choices are to be presented in the UX. Must be one of checkBoxes, dropDownMenu, or radioButtons
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChoiceColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChoiceColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ClaimsMappingPolicy">
            <summary>
            The type Claims Mapping Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicy.#ctor">
            <summary>
             The ClaimsMappingPolicy constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ClientCertificateAuthentication">
            <summary>
            The type ClientCertificateAuthentication.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ClientCertificateAuthentication.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ClientCertificateAuthentication"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ClientCertificateAuthentication.CertificateList">
            <summary>
            Gets or sets certificateList.
            The list of certificates uploaded for this API connector.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ClonableTeamParts">
            <summary>
            The enum ClonableTeamParts.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ClonableTeamParts.Apps">
            <summary>
            Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ClonableTeamParts.Tabs">
            <summary>
            Tabs
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ClonableTeamParts.Settings">
            <summary>
            Settings
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ClonableTeamParts.Channels">
            <summary>
            Channels
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ClonableTeamParts.Members">
            <summary>
            Members
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudAppSecuritySessionControl">
            <summary>
            The type CloudAppSecuritySessionControl.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudAppSecuritySessionControl.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.CloudAppSecuritySessionControl"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudAppSecuritySessionControl.CloudAppSecurityType">
            <summary>
            Gets or sets cloudAppSecurityType.
            Possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudAppSecuritySessionControlType">
            <summary>
            The enum CloudAppSecuritySessionControlType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CloudAppSecuritySessionControlType.McasConfigured">
            <summary>
            Mcas Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CloudAppSecuritySessionControlType.MonitorOnly">
            <summary>
            Monitor Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CloudAppSecuritySessionControlType.BlockDownloads">
            <summary>
            Block Downloads
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CloudAppSecuritySessionControlType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudAppSecurityState">
            <summary>
            The type CloudAppSecurityState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudAppSecurityState.DestinationServiceIp">
            <summary>
            Gets or sets destinationServiceIp.
            Destination IP Address of the connection to the cloud application/service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudAppSecurityState.DestinationServiceName">
            <summary>
            Gets or sets destinationServiceName.
            Cloud application/service name (for example 'Salesforce', 'DropBox', etc.).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudAppSecurityState.RiskScore">
            <summary>
            Gets or sets riskScore.
            Provider-generated/calculated risk score of the Cloud Application/Service. Recommended value range of 0-1, which equates to a percentage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudAppSecurityState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudAppSecurityState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunications">
            <summary>
            The type Cloud Communications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunications.Calls">
            <summary>
            Gets or sets calls.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunications.CallsNextLink">
            <summary>
            Gets or sets callsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunications.CallRecords">
            <summary>
            Gets or sets call records.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunications.CallRecordsNextLink">
            <summary>
            Gets or sets callRecordsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunications.OnlineMeetings">
            <summary>
            Gets or sets online meetings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunications.OnlineMeetingsNextLink">
            <summary>
            Gets or sets onlineMeetingsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunications.Presences">
            <summary>
            Gets or sets presences.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunications.PresencesNextLink">
            <summary>
            Gets or sets presencesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequestBody">
            <summary>
            The type CloudCommunicationsGetPresencesByUserIdRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequestBody.Ids">
            <summary>
            Gets or sets Ids.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ColumnDefinition">
            <summary>
            The type Column Definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Boolean">
            <summary>
            Gets or sets boolean.
            This column stores boolean values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Calculated">
            <summary>
            Gets or sets calculated.
            This column's data is calculated based on other columns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Choice">
            <summary>
            Gets or sets choice.
            This column stores data from a list of choices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.ColumnGroup">
            <summary>
            Gets or sets column group.
            For site columns, the name of the group this column belongs to. Helps organize related columns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.ContentApprovalStatus">
            <summary>
            Gets or sets content approval status.
            This column stores content approval status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Currency">
            <summary>
            Gets or sets currency.
            This column stores currency values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.DateTime">
            <summary>
            Gets or sets date time.
            This column stores DateTime values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.DefaultValue">
            <summary>
            Gets or sets default value.
            The default value for this column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Description">
            <summary>
            Gets or sets description.
            The user-facing description of the column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.DisplayName">
            <summary>
            Gets or sets display name.
            The user-facing name of the column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.EnforceUniqueValues">
            <summary>
            Gets or sets enforce unique values.
            If true, no two list items may have the same value for this column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Geolocation">
            <summary>
            Gets or sets geolocation.
            This column stores a geolocation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Hidden">
            <summary>
            Gets or sets hidden.
            Specifies whether the column is displayed in the user interface.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.HyperlinkOrPicture">
            <summary>
            Gets or sets hyperlink or picture.
            This column stores hyperlink or picture values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Indexed">
            <summary>
            Gets or sets indexed.
            Specifies whether the column values can be used for sorting and searching.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.IsDeletable">
            <summary>
            Gets or sets is deletable.
            Indicates whether this column can be deleted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.IsReorderable">
            <summary>
            Gets or sets is reorderable.
            Indicates whether values in the column can be reordered. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.IsSealed">
            <summary>
            Gets or sets is sealed.
            Specifies whether the column can be changed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Lookup">
            <summary>
            Gets or sets lookup.
            This column's data is looked up from another source in the site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Name">
            <summary>
            Gets or sets name.
            The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Number">
            <summary>
            Gets or sets number.
            This column stores number values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.PersonOrGroup">
            <summary>
            Gets or sets person or group.
            This column stores Person or Group values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.PropagateChanges">
            <summary>
            Gets or sets propagate changes.
            If 'true', changes to this column will be propagated to lists that implement the column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.ReadOnly">
            <summary>
            Gets or sets read only.
            Specifies whether the column values can be modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Required">
            <summary>
            Gets or sets required.
            Specifies whether the column value isn't optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.SourceContentType">
            <summary>
            Gets or sets source content type.
            ContentType from which this column is inherited from. Present only in contentTypes columns response. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Term">
            <summary>
            Gets or sets term.
            This column stores taxonomy terms.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Text">
            <summary>
            Gets or sets text.
            This column stores text values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Thumbnail">
            <summary>
            Gets or sets thumbnail.
            This column stores thumbnail values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Type">
            <summary>
            Gets or sets type.
            For site columns, the type of column. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Validation">
            <summary>
            Gets or sets validation.
            This column stores validation formula and message for the column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.SourceColumn">
            <summary>
            Gets or sets source column.
            The source column for the content type column.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ColumnLink">
            <summary>
            The type Column Link.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnLink.Name">
            <summary>
            Gets or sets name.
            The name of the column  in this content type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ColumnTypes">
            <summary>
            The enum ColumnTypes.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Note">
            <summary>
            Note
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Text">
            <summary>
            Text
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Choice">
            <summary>
            Choice
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Multichoice">
            <summary>
            Multichoice
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Number">
            <summary>
            Number
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Currency">
            <summary>
            Currency
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.DateTime">
            <summary>
            Date Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Lookup">
            <summary>
            Lookup
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Boolean">
            <summary>
            Boolean
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.User">
            <summary>
            User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Url">
            <summary>
            Url
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Calculated">
            <summary>
            Calculated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Location">
            <summary>
            Location
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Geolocation">
            <summary>
            Geolocation
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Term">
            <summary>
            Term
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Multiterm">
            <summary>
            Multiterm
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.Thumbnail">
            <summary>
            Thumbnail
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.ApprovalStatus">
            <summary>
            Approval Status
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ColumnTypes.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ColumnValidation">
            <summary>
            The type ColumnValidation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnValidation.DefaultLanguage">
            <summary>
            Gets or sets defaultLanguage.
            Default BCP 47 language tag for the description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnValidation.Descriptions">
            <summary>
            Gets or sets descriptions.
            Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnValidation.Formula">
            <summary>
            Gets or sets formula.
            The formula to validate column value. For examples, see Examples of common formulas in lists.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnValidation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnValidation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CommsNotification">
            <summary>
            The type CommsNotification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CommsNotification.ChangeType">
            <summary>
            Gets or sets changeType.
            Possible values are: created, updated, deleted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CommsNotification.ResourceUrl">
            <summary>
            Gets or sets resourceUrl.
            URI of the resource that was changed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CommsNotification.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CommsNotification.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CommsNotifications">
            <summary>
            The type CommsNotifications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CommsNotifications.Value">
            <summary>
            Gets or sets value.
            The notification of a change in the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CommsNotifications.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CommsNotifications.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CommsOperation">
            <summary>
            The type Comms Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CommsOperation.ClientContext">
            <summary>
            Gets or sets client context.
            Unique Client Context string. Max limit is 256 chars.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CommsOperation.ResultInfo">
            <summary>
            Gets or sets result info.
            The result information. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CommsOperation.Status">
            <summary>
            Gets or sets status.
            Possible values are: notStarted, running, completed, failed. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ComplexExtensionValue">
            <summary>
            The type ComplexExtensionValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplexExtensionValue.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplexExtensionValue.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Compliance">
            <summary>
            The type Compliance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Compliance.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Compliance.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ComplianceInformation">
            <summary>
            The type ComplianceInformation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceInformation.CertificationControls">
            <summary>
            Gets or sets certificationControls.
            Collection of the certification controls associated with certification
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceInformation.CertificationName">
            <summary>
            Gets or sets certificationName.
            Compliance certification name (for example, ISO 27018:2014, GDPR, FedRAMP, NIST 800-171)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceInformation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceInformation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ComplianceManagementPartner">
            <summary>
            The type Compliance Management Partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceManagementPartner.AndroidEnrollmentAssignments">
            <summary>
            Gets or sets android enrollment assignments.
            User groups which enroll Android devices through partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceManagementPartner.AndroidOnboarded">
            <summary>
            Gets or sets android onboarded.
            Partner onboarded for Android devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceManagementPartner.DisplayName">
            <summary>
            Gets or sets display name.
            Partner display name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceManagementPartner.IosEnrollmentAssignments">
            <summary>
            Gets or sets ios enrollment assignments.
            User groups which enroll ios devices through partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceManagementPartner.IosOnboarded">
            <summary>
            Gets or sets ios onboarded.
            Partner onboarded for ios devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceManagementPartner.LastHeartbeatDateTime">
            <summary>
            Gets or sets last heartbeat date time.
            Timestamp of last heartbeat after admin onboarded to the compliance management partner
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceManagementPartner.MacOsEnrollmentAssignments">
            <summary>
            Gets or sets mac os enrollment assignments.
            User groups which enroll Mac devices through partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceManagementPartner.MacOsOnboarded">
            <summary>
            Gets or sets mac os onboarded.
            Partner onboarded for Mac devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceManagementPartner.PartnerState">
            <summary>
            Gets or sets partner state.
            Partner state of this tenant. Possible values are: unknown, unavailable, enabled, terminated, rejected, unresponsive.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ComplianceManagementPartnerAssignment">
            <summary>
            The type ComplianceManagementPartnerAssignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceManagementPartnerAssignment.Target">
            <summary>
            Gets or sets target.
            Group assignment target.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceManagementPartnerAssignment.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplianceManagementPartnerAssignment.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ComplianceState">
            <summary>
            The enum ComplianceState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.Compliant">
            <summary>
            Compliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.Noncompliant">
            <summary>
            Noncompliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.Conflict">
            <summary>
            Conflict
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.Error">
            <summary>
            Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.InGracePeriod">
            <summary>
            In Grace Period
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.ConfigManager">
            <summary>
            Config Manager
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ComplianceStatus">
            <summary>
            The enum ComplianceStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.NotApplicable">
            <summary>
            Not Applicable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.Compliant">
            <summary>
            Compliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.Remediated">
            <summary>
            Remediated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.NonCompliant">
            <summary>
            Non Compliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.Error">
            <summary>
            Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.Conflict">
            <summary>
            Conflict
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.NotAssigned">
            <summary>
            Not Assigned
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessApplications">
            <summary>
            The type ConditionalAccessApplications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessApplications.ExcludeApplications">
            <summary>
            Gets or sets excludeApplications.
            Can be one of the following:  The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the list of apps included in Office365, see Conditional Access target apps: Office 365
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessApplications.IncludeApplications">
            <summary>
            Gets or sets includeApplications.
            Can be one of the following:  The list of client IDs (appId) the policy applies to, unless explicitly excluded (in excludeApplications)  All  Office365 - For the list of apps included in Office365, see Conditional Access target apps: Office 365
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessApplications.IncludeAuthenticationContextClassReferences">
            <summary>
            Gets or sets includeAuthenticationContextClassReferences.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessApplications.IncludeUserActions">
            <summary>
            Gets or sets includeUserActions.
            User actions to include. Supported values are urn:user:registersecurityinfo and urn:user:registerdevice
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessApplications.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessApplications.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessClientApp">
            <summary>
            The enum ConditionalAccessClientApp.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessClientApp.All">
            <summary>
            All
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessClientApp.Browser">
            <summary>
            Browser
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessClientApp.MobileAppsAndDesktopClients">
            <summary>
            Mobile Apps And Desktop Clients
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessClientApp.ExchangeActiveSync">
            <summary>
            Exchange Active Sync
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessClientApp.EasSupported">
            <summary>
            Eas Supported
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessClientApp.Other">
            <summary>
            Other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessClientApp.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessClientApplications">
            <summary>
            The type ConditionalAccessClientApplications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessClientApplications.ExcludeServicePrincipals">
            <summary>
            Gets or sets excludeServicePrincipals.
            Service principal IDs excluded from the policy scope.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessClientApplications.IncludeServicePrincipals">
            <summary>
            Gets or sets includeServicePrincipals.
            Service principal IDs included in the policy scope, or ServicePrincipalsInMyTenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessClientApplications.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessClientApplications.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessConditionSet">
            <summary>
            The type ConditionalAccessConditionSet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessConditionSet.Applications">
            <summary>
            Gets or sets applications.
            Applications and user actions included in and excluded from the policy. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessConditionSet.ClientApplications">
            <summary>
            Gets or sets clientApplications.
            Client applications (service principals and workload identities) included in and excluded from the policy. Either users or clientApplications is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessConditionSet.ClientAppTypes">
            <summary>
            Gets or sets clientAppTypes.
            Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessConditionSet.Devices">
            <summary>
            Gets or sets devices.
            Devices in the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessConditionSet.Locations">
            <summary>
            Gets or sets locations.
            Locations included in and excluded from the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessConditionSet.Platforms">
            <summary>
            Gets or sets platforms.
            Platforms included in and excluded from the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessConditionSet.ServicePrincipalRiskLevels">
            <summary>
            Gets or sets servicePrincipalRiskLevels.
            Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessConditionSet.SignInRiskLevels">
            <summary>
            Gets or sets signInRiskLevels.
            Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessConditionSet.UserRiskLevels">
            <summary>
            Gets or sets userRiskLevels.
            User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessConditionSet.Users">
            <summary>
            Gets or sets users.
            Users, groups, and roles included in and excluded from the policy. Either users or clientApplications is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessConditionSet.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessConditionSet.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessDevicePlatform">
            <summary>
            The enum ConditionalAccessDevicePlatform.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessDevicePlatform.Android">
            <summary>
            Android
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessDevicePlatform.IOS">
            <summary>
            IOS
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessDevicePlatform.Windows">
            <summary>
            Windows
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessDevicePlatform.WindowsPhone">
            <summary>
            Windows Phone
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessDevicePlatform.MacOS">
            <summary>
            Mac OS
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessDevicePlatform.All">
            <summary>
            All
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessDevicePlatform.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessDevicePlatform.Linux">
            <summary>
            Linux
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessDevices">
            <summary>
            The type ConditionalAccessDevices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessDevices.DeviceFilter">
            <summary>
            Gets or sets deviceFilter.
            Filter that defines the dynamic-device-syntax rule to include/exclude devices. A filter can use device properties (such as extension attributes) to include/exclude them.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessDevices.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessDevices.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessFilter">
            <summary>
            The type ConditionalAccessFilter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessFilter.Mode">
            <summary>
            Gets or sets mode.
            Mode to use for the filter. Possible values are include or exclude.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessFilter.Rule">
            <summary>
            Gets or sets rule.
            Rule syntax is similar to that used for membership rules for groups in Azure Active Directory (Azure AD). For details, see rules with multiple expressions
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessFilter.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessFilter.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessGrantControl">
            <summary>
            The enum ConditionalAccessGrantControl.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessGrantControl.Block">
            <summary>
            Block
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessGrantControl.Mfa">
            <summary>
            Mfa
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessGrantControl.CompliantDevice">
            <summary>
            Compliant Device
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessGrantControl.DomainJoinedDevice">
            <summary>
            Domain Joined Device
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessGrantControl.ApprovedApplication">
            <summary>
            Approved Application
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessGrantControl.CompliantApplication">
            <summary>
            Compliant Application
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessGrantControl.PasswordChange">
            <summary>
            Password Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessGrantControl.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessGrantControls">
            <summary>
            The type ConditionalAccessGrantControls.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessGrantControls.BuiltInControls">
            <summary>
            Gets or sets builtInControls.
            List of values of built-in controls required by the policy. Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessGrantControls.CustomAuthenticationFactors">
            <summary>
            Gets or sets customAuthenticationFactors.
            List of custom controls IDs required by the policy. For more information, see Custom controls.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessGrantControls.Operator">
            <summary>
            Gets or sets operator.
            Defines the relationship of the grant controls. Possible values: AND, OR.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessGrantControls.TermsOfUse">
            <summary>
            Gets or sets termsOfUse.
            List of terms of use IDs required by the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessGrantControls.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessGrantControls.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessLocations">
            <summary>
            The type ConditionalAccessLocations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessLocations.ExcludeLocations">
            <summary>
            Gets or sets excludeLocations.
            Location IDs excluded from scope of policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessLocations.IncludeLocations">
            <summary>
            Gets or sets includeLocations.
            Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessLocations.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessLocations.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessPlatforms">
            <summary>
            The type ConditionalAccessPlatforms.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPlatforms.ExcludePlatforms">
            <summary>
            Gets or sets excludePlatforms.
            Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPlatforms.IncludePlatforms">
            <summary>
            Gets or sets includePlatforms.
            Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPlatforms.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPlatforms.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessPolicy">
            <summary>
            The type Conditional Access Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPolicy.Conditions">
            <summary>
            Gets or sets conditions.
            Specifies the rules that must be met for the policy to apply. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPolicy.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Readonly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPolicy.Description">
            <summary>
            Gets or sets description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPolicy.DisplayName">
            <summary>
            Gets or sets display name.
            Specifies a display name for the conditionalAccessPolicy object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPolicy.GrantControls">
            <summary>
            Gets or sets grant controls.
            Specifies the grant controls that must be fulfilled to pass the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPolicy.ModifiedDateTime">
            <summary>
            Gets or sets modified date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Readonly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPolicy.SessionControls">
            <summary>
            Gets or sets session controls.
            Specifies the session controls that are enforced after sign-in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPolicy.State">
            <summary>
            Gets or sets state.
            Specifies the state of the conditionalAccessPolicy object. Possible values are: enabled, disabled, enabledForReportingButNotEnforced. Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessPolicyDetail">
            <summary>
            The type ConditionalAccessPolicyDetail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPolicyDetail.Conditions">
            <summary>
            Gets or sets conditions.
            Represents the type of conditions that govern when the policy applies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPolicyDetail.GrantControls">
            <summary>
            Gets or sets grantControls.
            Represents grant controls that must be fulfilled for the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPolicyDetail.SessionControls">
            <summary>
            Gets or sets sessionControls.
            Represents a complex type of session controls that is enforced after sign-in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPolicyDetail.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessPolicyDetail.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessPolicyState">
            <summary>
            The enum ConditionalAccessPolicyState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessPolicyState.Enabled">
            <summary>
            Enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessPolicyState.Disabled">
            <summary>
            Disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessPolicyState.EnabledForReportingButNotEnforced">
            <summary>
            Enabled For Reporting But Not Enforced
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRoot">
            <summary>
            The type Conditional Access Root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRoot.AuthenticationContextClassReferences">
            <summary>
            Gets or sets authentication context class references.
            Read-only. Nullable. Returns a collection of the specified authentication context class references.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRoot.AuthenticationContextClassReferencesNextLink">
            <summary>
            Gets or sets authenticationContextClassReferencesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRoot.NamedLocations">
            <summary>
            Gets or sets named locations.
            Read-only. Nullable. Returns a collection of the specified named locations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRoot.NamedLocationsNextLink">
            <summary>
            Gets or sets namedLocationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRoot.Policies">
            <summary>
            Gets or sets policies.
            Read-only. Nullable. Returns a collection of the specified Conditional Access (CA) policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRoot.PoliciesNextLink">
            <summary>
            Gets or sets policiesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRoot.Templates">
            <summary>
            Gets or sets templates.
            Read-only. Nullable. Returns a collection of the specified Conditional Access templates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRoot.TemplatesNextLink">
            <summary>
            Gets or sets templatesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessSessionControl">
            <summary>
            The type ConditionalAccessSessionControl.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessSessionControl.#ctor">
            <summary>
             The internal ConditionalAccessSessionControl constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessSessionControl.IsEnabled">
            <summary>
            Gets or sets isEnabled.
            Specifies whether the session control is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessSessionControl.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessSessionControl.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessSessionControls">
            <summary>
            The type ConditionalAccessSessionControls.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessSessionControls.ApplicationEnforcedRestrictions">
            <summary>
            Gets or sets applicationEnforcedRestrictions.
            Session control to enforce application restrictions. Only Exchange Online and Sharepoint Online support this session control.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessSessionControls.CloudAppSecurity">
            <summary>
            Gets or sets cloudAppSecurity.
            Session control to apply cloud app security.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessSessionControls.DisableResilienceDefaults">
            <summary>
            Gets or sets disableResilienceDefaults.
            Session control that determines whether it is acceptable for Azure AD to extend existing sessions based on information collected prior to an outage or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessSessionControls.PersistentBrowser">
            <summary>
            Gets or sets persistentBrowser.
            Session control to define whether to persist cookies or not. All apps should be selected for this session control to work correctly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessSessionControls.SignInFrequency">
            <summary>
            Gets or sets signInFrequency.
            Session control to enforce signin frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessSessionControls.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessSessionControls.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessStatus">
            <summary>
            The enum ConditionalAccessStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessStatus.Success">
            <summary>
            Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessStatus.Failure">
            <summary>
            Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessStatus.NotApplied">
            <summary>
            Not Applied
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConditionalAccessStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessTemplate">
            <summary>
            The type Conditional Access Template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessTemplate.Description">
            <summary>
            Gets or sets description.
            The user-friendly name of the template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessTemplate.Details">
            <summary>
            Gets or sets details.
            Complete list of policy details specific to the template. This property contains the JSON of policy settings for configuring a Conditional Access policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessTemplate.Name">
            <summary>
            Gets or sets name.
            The user-friendly name of the template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessTemplate.Scenarios">
            <summary>
            Gets or sets scenarios.
            List of conditional access scenarios that the template is recommended for. The possible values are: new, secureFoundation, zeroTrust, remoteWork, protectAdmins, emergingThreats, unknownFutureValue. This is a multi-valued enum. Supports $filter (has).
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessUsers">
            <summary>
            The type ConditionalAccessUsers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessUsers.ExcludeGroups">
            <summary>
            Gets or sets excludeGroups.
            Group IDs excluded from scope of policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessUsers.ExcludeRoles">
            <summary>
            Gets or sets excludeRoles.
            Role IDs excluded from scope of policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessUsers.ExcludeUsers">
            <summary>
            Gets or sets excludeUsers.
            User IDs excluded from scope of policy and/or GuestsOrExternalUsers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessUsers.IncludeGroups">
            <summary>
            Gets or sets includeGroups.
            Group IDs in scope of policy unless explicitly excluded, or All.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessUsers.IncludeRoles">
            <summary>
            Gets or sets includeRoles.
            Role IDs in scope of policy unless explicitly excluded, or All.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessUsers.IncludeUsers">
            <summary>
            Gets or sets includeUsers.
            User IDs in scope of policy unless explicitly excluded, or None or All or GuestsOrExternalUsers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessUsers.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessUsers.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures">
            <summary>
            The type ConfigurationManagerClientEnabledFeatures.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.CompliancePolicy">
            <summary>
            Gets or sets compliancePolicy.
            Whether compliance policy is managed by Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.DeviceConfiguration">
            <summary>
            Gets or sets deviceConfiguration.
            Whether device configuration is managed by Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.Inventory">
            <summary>
            Gets or sets inventory.
            Whether inventory is managed by Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.ModernApps">
            <summary>
            Gets or sets modernApps.
            Whether modern application is managed by Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.ResourceAccess">
            <summary>
            Gets or sets resourceAccess.
            Whether resource access is managed by Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.WindowsUpdateForBusiness">
            <summary>
            Gets or sets windowsUpdateForBusiness.
            Whether Windows Update for Business is managed by Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConfigurationManagerCollectionAssignmentTarget">
            <summary>
            The type ConfigurationManagerCollectionAssignmentTarget.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConfigurationManagerCollectionAssignmentTarget.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ConfigurationManagerCollectionAssignmentTarget"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerCollectionAssignmentTarget.CollectionId">
            <summary>
            Gets or sets collectionId.
            The collection Id that is the target of the assignment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganization">
            <summary>
            The type Connected Organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganization.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganization.Description">
            <summary>
            Gets or sets description.
            The description of the connected organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganization.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the connected organization. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganization.IdentitySources">
            <summary>
            Gets or sets identity sources.
            The identity sources in this connected organization, one of azureActiveDirectoryTenant, domainIdentitySource, externalDomainFederation or crossCloudAzureActiveDirectoryTenant. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganization.ModifiedDateTime">
            <summary>
            Gets or sets modified date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganization.State">
            <summary>
            Gets or sets state.
            The state of a connected organization defines whether assignment policies with requestor scope type AllConfiguredConnectedOrganizationSubjects are applicable or not.  The possible values are: configured, proposed, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganization.ExternalSponsors">
            <summary>
            Gets or sets external sponsors.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganization.ExternalSponsorsNextLink">
            <summary>
            Gets or sets externalSponsorsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganization.InternalSponsors">
            <summary>
            Gets or sets internal sponsors.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganization.InternalSponsorsNextLink">
            <summary>
            Gets or sets internalSponsorsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationMembers">
            <summary>
            The type ConnectedOrganizationMembers.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationMembers.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ConnectedOrganizationMembers"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationMembers.ConnectedOrganizationId">
            <summary>
            Gets or sets connectedOrganizationId.
            The ID of the connected organization in entitlement management.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationMembers.Description">
            <summary>
            Gets or sets description.
            The name of the connected organization.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationState">
            <summary>
            The enum ConnectedOrganizationState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConnectedOrganizationState.Configured">
            <summary>
            Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConnectedOrganizationState.Proposed">
            <summary>
            Proposed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConnectedOrganizationState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConnectionDirection">
            <summary>
            The enum ConnectionDirection.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConnectionDirection.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConnectionDirection.Inbound">
            <summary>
            Inbound
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConnectionDirection.Outbound">
            <summary>
            Outbound
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConnectionDirection.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConnectionInfo">
            <summary>
            The type ConnectionInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectionInfo.Url">
            <summary>
            Gets or sets url.
            The endpoint that is used by Entitlement Management to communicate with the access package resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectionInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectionInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConnectionStatus">
            <summary>
            The enum ConnectionStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConnectionStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConnectionStatus.Attempted">
            <summary>
            Attempted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConnectionStatus.Succeeded">
            <summary>
            Succeeded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConnectionStatus.Blocked">
            <summary>
            Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConnectionStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConnectionStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConsentRequestFilterByCurrentUserOptions">
            <summary>
            The enum ConsentRequestFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConsentRequestFilterByCurrentUserOptions.Reviewer">
            <summary>
            Reviewer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ConsentRequestFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Contact">
            <summary>
            The type Contact.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Contact.#ctor">
            <summary>
             The Contact constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.AssistantName">
            <summary>
            Gets or sets assistant name.
            The name of the contact's assistant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Birthday">
            <summary>
            Gets or sets birthday.
            The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.BusinessAddress">
            <summary>
            Gets or sets business address.
            The contact's business address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.BusinessHomePage">
            <summary>
            Gets or sets business home page.
            The business home page of the contact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.BusinessPhones">
            <summary>
            Gets or sets business phones.
            The contact's business phone numbers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Children">
            <summary>
            Gets or sets children.
            The names of the contact's children.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.CompanyName">
            <summary>
            Gets or sets company name.
            The name of the contact's company.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Department">
            <summary>
            Gets or sets department.
            The contact's department.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.DisplayName">
            <summary>
            Gets or sets display name.
            The contact's display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.EmailAddresses">
            <summary>
            Gets or sets email addresses.
            The contact's email addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.FileAs">
            <summary>
            Gets or sets file as.
            The name the contact is filed under.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Generation">
            <summary>
            Gets or sets generation.
            The contact's generation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.GivenName">
            <summary>
            Gets or sets given name.
            The contact's given name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.HomeAddress">
            <summary>
            Gets or sets home address.
            The contact's home address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.HomePhones">
            <summary>
            Gets or sets home phones.
            The contact's home phone numbers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.ImAddresses">
            <summary>
            Gets or sets im addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Initials">
            <summary>
            Gets or sets initials.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.JobTitle">
            <summary>
            Gets or sets job title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Manager">
            <summary>
            Gets or sets manager.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.MiddleName">
            <summary>
            Gets or sets middle name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.MobilePhone">
            <summary>
            Gets or sets mobile phone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.NickName">
            <summary>
            Gets or sets nick name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.OfficeLocation">
            <summary>
            Gets or sets office location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.OtherAddress">
            <summary>
            Gets or sets other address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.ParentFolderId">
            <summary>
            Gets or sets parent folder id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.PersonalNotes">
            <summary>
            Gets or sets personal notes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Profession">
            <summary>
            Gets or sets profession.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.SpouseName">
            <summary>
            Gets or sets spouse name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Surname">
            <summary>
            Gets or sets surname.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Title">
            <summary>
            Gets or sets title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.YomiCompanyName">
            <summary>
            Gets or sets yomi company name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.YomiGivenName">
            <summary>
            Gets or sets yomi given name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.YomiSurname">
            <summary>
            Gets or sets yomi surname.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the contact. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.ExtensionsNextLink">
            <summary>
            Gets or sets extensionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the contact. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.MultiValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets multiValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Photo">
            <summary>
            Gets or sets photo.
            Optional contact picture. You can get or set a photo for a contact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the contact. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.SingleValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets singleValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolder">
            <summary>
            The type Contact Folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.DisplayName">
            <summary>
            Gets or sets display name.
            The folder's display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.ParentFolderId">
            <summary>
            Gets or sets parent folder id.
            The ID of the folder's parent folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.ChildFolders">
            <summary>
            Gets or sets child folders.
            The collection of child folders in the folder. Navigation property. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.ChildFoldersNextLink">
            <summary>
            Gets or sets childFoldersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.Contacts">
            <summary>
            Gets or sets contacts.
            The contacts in the folder. Navigation property. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.ContactsNextLink">
            <summary>
            Gets or sets contactsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.MultiValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets multiValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.SingleValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets singleValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactRelationship">
            <summary>
            The enum ContactRelationship.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ContactRelationship.Parent">
            <summary>
            Parent
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ContactRelationship.Relative">
            <summary>
            Relative
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ContactRelationship.Aide">
            <summary>
            Aide
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ContactRelationship.Doctor">
            <summary>
            Doctor
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ContactRelationship.Guardian">
            <summary>
            Guardian
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ContactRelationship.Child">
            <summary>
            Child
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ContactRelationship.Other">
            <summary>
            Other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ContactRelationship.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentApprovalStatusColumn">
            <summary>
            The type ContentApprovalStatusColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentApprovalStatusColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentApprovalStatusColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentSharingSession">
            <summary>
            The type Content Sharing Session.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentType">
            <summary>
            The type Content Type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.AssociatedHubsUrls">
            <summary>
            Gets or sets associated hubs urls.
            List of canonical URLs for hub sites with which this content type is associated to. This will contain all hub sites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Description">
            <summary>
            Gets or sets description.
            The descriptive text for the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.DocumentSet">
            <summary>
            Gets or sets document set.
            Document Set metadata.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.DocumentTemplate">
            <summary>
            Gets or sets document template.
            Document template metadata. To make sure that documents have consistent content across a site and its subsites, you can associate a Word, Excel, or PowerPoint template with a site content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Group">
            <summary>
            Gets or sets group.
            The name of the group this content type belongs to. Helps organize related content types.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Hidden">
            <summary>
            Gets or sets hidden.
            Indicates whether the content type is hidden in the list's 'New' menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.InheritedFrom">
            <summary>
            Gets or sets inherited from.
            If this content type is inherited from another scope (like a site), provides a reference to the item where the content type is defined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.IsBuiltIn">
            <summary>
            Gets or sets is built in.
            Specifies if a content type is a built-in content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Name">
            <summary>
            Gets or sets name.
            The name of the content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Order">
            <summary>
            Gets or sets order.
            Specifies the order in which the content type appears in the selection UI.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.ParentId">
            <summary>
            Gets or sets parent id.
            The unique identifier of the content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.PropagateChanges">
            <summary>
            Gets or sets propagate changes.
            If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.ReadOnly">
            <summary>
            Gets or sets read only.
            If true, the content type can't be modified unless this value is first set to false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Sealed">
            <summary>
            Gets or sets sealed.
            If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Base">
            <summary>
            Gets or sets base.
            Parent contentType from which this content type is derived.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.BaseTypes">
            <summary>
            Gets or sets base types.
            The collection of content types that are ancestors of this content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.BaseTypesNextLink">
            <summary>
            Gets or sets baseTypesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.ColumnLinks">
            <summary>
            Gets or sets column links.
            The collection of columns that are required by this content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.ColumnLinksNextLink">
            <summary>
            Gets or sets columnLinksNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.ColumnPositions">
            <summary>
            Gets or sets column positions.
            Column order information in a content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.ColumnPositionsNextLink">
            <summary>
            Gets or sets columnPositionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Columns">
            <summary>
            Gets or sets columns.
            The collection of column definitions for this contentType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.ColumnsNextLink">
            <summary>
            Gets or sets columnsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeAddCopyFromContentTypeHubRequestBody">
            <summary>
            The type ContentTypeAddCopyFromContentTypeHubRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeAddCopyFromContentTypeHubRequestBody.ContentTypeId">
            <summary>
            Gets or sets ContentTypeId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeAddCopyRequestBody">
            <summary>
            The type ContentTypeAddCopyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeAddCopyRequestBody.ContentType">
            <summary>
            Gets or sets ContentType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequestBody">
            <summary>
            The type ContentTypeAssociateWithHubSitesRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequestBody.HubSiteUrls">
            <summary>
            Gets or sets HubSiteUrls.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequestBody.PropagateToExistingLists">
            <summary>
            Gets or sets PropagateToExistingLists.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequestBody">
            <summary>
            The type ContentTypeCopyToDefaultContentLocationRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequestBody.SourceFile">
            <summary>
            Gets or sets SourceFile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequestBody.DestinationFileName">
            <summary>
            Gets or sets DestinationFileName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeInfo">
            <summary>
            The type ContentTypeInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeInfo.Id">
            <summary>
            Gets or sets id.
            The id of the content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeInfo.Name">
            <summary>
            Gets or sets name.
            The name of the content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeOrder">
            <summary>
            The type ContentTypeOrder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeOrder.Default">
            <summary>
            Gets or sets default.
            Whether this is the default Content Type
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeOrder.Position">
            <summary>
            Gets or sets position.
            Specifies the position in which the Content Type appears in the selection UI.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeOrder.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeOrder.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Contract">
            <summary>
            The type Contract.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Contract.#ctor">
            <summary>
             The Contract constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contract.ContractType">
            <summary>
            Gets or sets contract type.
            Type of contract. Possible values are:  SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contract.CustomerId">
            <summary>
            Gets or sets customer id.
            The unique identifier for the customer tenant referenced by this partnership. Corresponds to the id property of the customer tenant's organization resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contract.DefaultDomainName">
            <summary>
            Gets or sets default domain name.
            A copy of the customer tenant's default domain name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's default domain name changes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contract.DisplayName">
            <summary>
            Gets or sets display name.
            A copy of the customer tenant's display name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's display name changes.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ControlScore">
            <summary>
            The type ControlScore.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ControlScore.ControlCategory">
            <summary>
            Gets or sets controlCategory.
            Control action category (Identity, Data, Device, Apps, Infrastructure).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ControlScore.ControlName">
            <summary>
            Gets or sets controlName.
            Control unique name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ControlScore.Description">
            <summary>
            Gets or sets description.
            Description of the control.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ControlScore.Score">
            <summary>
            Gets or sets score.
            Tenant achieved score for the control (it varies day by day depending on tenant operations on the control).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ControlScore.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ControlScore.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Conversation">
            <summary>
            The type Conversation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Conversation.HasAttachments">
            <summary>
            Gets or sets has attachments.
            Indicates whether any of the posts within this Conversation has at least one attachment. Supports $filter (eq, ne) and $search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Conversation.LastDeliveredDateTime">
            <summary>
            Gets or sets last delivered date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Conversation.Preview">
            <summary>
            Gets or sets preview.
            A short summary from the body of the latest post in this conversation. Supports $filter (eq, ne, le, ge).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Conversation.Topic">
            <summary>
            Gets or sets topic.
            The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Conversation.UniqueSenders">
            <summary>
            Gets or sets unique senders.
            All the users that sent a message to this Conversation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Conversation.Threads">
            <summary>
            Gets or sets threads.
            A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Conversation.ThreadsNextLink">
            <summary>
            Gets or sets threadsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationMember">
            <summary>
            The type Conversation Member.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationMember.#ctor">
            <summary>
             The internal ConversationMember constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationMember.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationMember.Roles">
            <summary>
            Gets or sets roles.
            The roles for that user. This property only contains additional qualifiers when relevant - for example, if the member has owner privileges, the roles property contains owner as one of the values. Similarly, if the member is a guest, the roles property contains guest as one of the values. A basic member should not have any values specified in the roles property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationMember.VisibleHistoryStartDateTime">
            <summary>
            Gets or sets visible history start date time.
            The timestamp denoting how far back a conversation's history is shared with the conversation member. This property is settable only for members of a chat.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationMemberAddRequestBody">
            <summary>
            The type ConversationMemberAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationMemberAddRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationMemberRoleUpdatedEventMessageDetail">
            <summary>
            The type ConversationMemberRoleUpdatedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRoleUpdatedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ConversationMemberRoleUpdatedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationMemberRoleUpdatedEventMessageDetail.ConversationMemberRoles">
            <summary>
            Gets or sets conversationMemberRoles.
            Roles for the coversation member user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationMemberRoleUpdatedEventMessageDetail.ConversationMemberUser">
            <summary>
            Gets or sets conversationMemberUser.
            Identity of the conversation member user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationMemberRoleUpdatedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationThread">
            <summary>
            The type Conversation Thread.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.CcRecipients">
            <summary>
            Gets or sets cc recipients.
            The Cc: recipients for the thread. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.HasAttachments">
            <summary>
            Gets or sets has attachments.
            Indicates whether any of the posts within this thread has at least one attachment. Returned by default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.IsLocked">
            <summary>
            Gets or sets is locked.
            Indicates if the thread is locked. Returned by default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.LastDeliveredDateTime">
            <summary>
            Gets or sets last delivered date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.Returned by default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.Preview">
            <summary>
            Gets or sets preview.
            A short summary from the body of the latest post in this conversation. Returned by default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.Topic">
            <summary>
            Gets or sets topic.
            The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.ToRecipients">
            <summary>
            Gets or sets to recipients.
            The To: recipients for the thread. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.UniqueSenders">
            <summary>
            Gets or sets unique senders.
            All the users that sent a message to this thread. Returned by default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.Posts">
            <summary>
            Gets or sets posts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.PostsNextLink">
            <summary>
            Gets or sets postsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadReplyRequestBody">
            <summary>
            The type ConversationThreadReplyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadReplyRequestBody.Post">
            <summary>
            Gets or sets Post.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConvertIdResult">
            <summary>
            The type ConvertIdResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConvertIdResult.ErrorDetails">
            <summary>
            Gets or sets errorDetails.
            An error object indicating the reason for the conversion failure. This value is not present if the conversion succeeded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConvertIdResult.SourceId">
            <summary>
            Gets or sets sourceId.
            The identifier that was converted. This value is the original, un-converted identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConvertIdResult.TargetId">
            <summary>
            Gets or sets targetId.
            The converted identifier. This value is not present if the conversion failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConvertIdResult.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConvertIdResult.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CopyNotebookModel">
            <summary>
            The type CopyNotebookModel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.CreatedBy">
            <summary>
            Gets or sets createdBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.CreatedByIdentity">
            <summary>
            Gets or sets createdByIdentity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.CreatedTime">
            <summary>
            Gets or sets createdTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.Id">
            <summary>
            Gets or sets id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.IsDefault">
            <summary>
            Gets or sets isDefault.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.IsShared">
            <summary>
            Gets or sets isShared.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.LastModifiedBy">
            <summary>
            Gets or sets lastModifiedBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.LastModifiedByIdentity">
            <summary>
            Gets or sets lastModifiedByIdentity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.LastModifiedTime">
            <summary>
            Gets or sets lastModifiedTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.Links">
            <summary>
            Gets or sets links.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.SectionGroupsUrl">
            <summary>
            Gets or sets sectionGroupsUrl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.SectionsUrl">
            <summary>
            Gets or sets sectionsUrl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.Self">
            <summary>
            Gets or sets self.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.UserRole">
            <summary>
            Gets or sets userRole.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CopyNotebookModel.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CountryLookupMethodType">
            <summary>
            The enum CountryLookupMethodType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CountryLookupMethodType.ClientIpAddress">
            <summary>
            Client Ip Address
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CountryLookupMethodType.AuthenticatorAppGps">
            <summary>
            Authenticator App Gps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CountryLookupMethodType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CountryNamedLocation">
            <summary>
            The type Country Named Location.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocation.#ctor">
            <summary>
             The CountryNamedLocation constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CountryNamedLocation.CountriesAndRegions">
            <summary>
            Gets or sets countries and regions.
            List of countries and/or regions in two-letter format specified by ISO 3166-2. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CountryNamedLocation.CountryLookupMethod">
            <summary>
            Gets or sets country lookup method.
            Determines what method is used to decide which country the user is located in. Possible values are clientIpAddress(default) and authenticatorAppGps. Note: authenticatorAppGps is not yet supported in the Microsoft Cloud for US Government.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CountryNamedLocation.IncludeUnknownCountriesAndRegions">
            <summary>
            Gets or sets include unknown countries and regions.
            true if IP addresses that don't map to a country or region should be included in the named location. Optional. Default value is false.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CrossCloudAzureActiveDirectoryTenant">
            <summary>
            The type CrossCloudAzureActiveDirectoryTenant.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossCloudAzureActiveDirectoryTenant.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.CrossCloudAzureActiveDirectoryTenant"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossCloudAzureActiveDirectoryTenant.CloudInstance">
            <summary>
            Gets or sets cloudInstance.
            The ID of the cloud where the tenant is located, one of microsoftonline.com, microsoftonline.us or partner.microsoftonline.cn. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossCloudAzureActiveDirectoryTenant.DisplayName">
            <summary>
            Gets or sets displayName.
            The name of the Azure Active Directory tenant. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossCloudAzureActiveDirectoryTenant.TenantId">
            <summary>
            Gets or sets tenantId.
            The ID of the Azure Active Directory tenant. Read only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicy">
            <summary>
            The type Cross Tenant Access Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicy.#ctor">
            <summary>
             The CrossTenantAccessPolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicy.AllowedCloudEndpoints">
            <summary>
            Gets or sets allowed cloud endpoints.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicy.Default">
            <summary>
            Gets or sets default.
            Defines the default configuration for how your organization interacts with external Azure Active Directory organizations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicy.Partners">
            <summary>
            Gets or sets partners.
            Defines partner-specific configurations for external Azure Active Directory organizations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicy.PartnersNextLink">
            <summary>
            Gets or sets partnersNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyB2BSetting">
            <summary>
            The type CrossTenantAccessPolicyB2BSetting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyB2BSetting.Applications">
            <summary>
            Gets or sets applications.
            The list of applications targeted with your cross-tenant access policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyB2BSetting.UsersAndGroups">
            <summary>
            Gets or sets usersAndGroups.
            The list of users and groups targeted with your cross-tenant access policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyB2BSetting.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyB2BSetting.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault">
            <summary>
            The type Cross Tenant Access Policy Configuration Default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault.B2bCollaborationInbound">
            <summary>
            Gets or sets b2b collaboration inbound.
            Defines your default configuration for users from other organizations accessing your resources via Azure AD B2B collaboration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault.B2bCollaborationOutbound">
            <summary>
            Gets or sets b2b collaboration outbound.
            Defines your default configuration for users in your organization going outbound to access resources in another organization via Azure AD B2B collaboration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault.B2bDirectConnectInbound">
            <summary>
            Gets or sets b2b direct connect inbound.
            Defines your default configuration for users from other organizations accessing your resources via Azure AD B2B direct connect.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault.B2bDirectConnectOutbound">
            <summary>
            Gets or sets b2b direct connect outbound.
            Defines your default configuration for users in your organization going outbound to access resources in another organization via Azure AD B2B direct connect.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault.InboundTrust">
            <summary>
            Gets or sets inbound trust.
            Determines the default configuration for trusting other Conditional Access claims from external Azure AD organizations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault.IsServiceDefault">
            <summary>
            Gets or sets is service default.
            If true, the default configuration is set to the system default configuration. If false, the default settings have been customized.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner">
            <summary>
            The type Cross Tenant Access Policy Configuration Partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner.B2bCollaborationInbound">
            <summary>
            Gets or sets b2b collaboration inbound.
            Defines your partner-specific configuration for users from other organizations accessing your resources via Azure AD B2B collaboration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner.B2bCollaborationOutbound">
            <summary>
            Gets or sets b2b collaboration outbound.
            Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Azure AD B2B collaboration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner.B2bDirectConnectInbound">
            <summary>
            Gets or sets b2b direct connect inbound.
            Defines your partner-specific configuration for users from other organizations accessing your resources via Azure B2B direct connect.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner.B2bDirectConnectOutbound">
            <summary>
            Gets or sets b2b direct connect outbound.
            Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Azure AD B2B direct connect.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner.InboundTrust">
            <summary>
            Gets or sets inbound trust.
            Determines the partner-specific configuration for trusting other Conditional Access claims from external Azure AD organizations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner.IsServiceProvider">
            <summary>
            Gets or sets is service provider.
            Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner.TenantId">
            <summary>
            Gets or sets tenant id.
            The tenant identifier for the partner Azure AD organization. Read-only. Key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyInboundTrust">
            <summary>
            The type CrossTenantAccessPolicyInboundTrust.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyInboundTrust.IsCompliantDeviceAccepted">
            <summary>
            Gets or sets isCompliantDeviceAccepted.
            Specifies whether compliant devices from external Azure AD organizations are trusted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyInboundTrust.IsHybridAzureADJoinedDeviceAccepted">
            <summary>
            Gets or sets isHybridAzureADJoinedDeviceAccepted.
            Specifies whether hybrid Azure AD joined devices from external Azure AD organizations are trusted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyInboundTrust.IsMfaAccepted">
            <summary>
            Gets or sets isMfaAccepted.
            Specifies whether MFA from external Azure AD organizations is trusted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyInboundTrust.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyInboundTrust.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyTarget">
            <summary>
            The type CrossTenantAccessPolicyTarget.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyTarget.Target">
            <summary>
            Gets or sets target.
            The unique identifier of the user, group, or application; one of the following keywords: AllUsers and AllApplications; or for targets that are applications, you may use reserved values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyTarget.TargetType">
            <summary>
            Gets or sets targetType.
            The type of resource that you want to target. The possible values are: user, group, application, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyTarget.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyTarget.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyTargetConfiguration">
            <summary>
            The type CrossTenantAccessPolicyTargetConfiguration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyTargetConfiguration.AccessType">
            <summary>
            Gets or sets accessType.
            Defines whether access is allowed or blocked. The possible values are: allowed, blocked, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyTargetConfiguration.Targets">
            <summary>
            Gets or sets targets.
            Specifies whether to target users, groups, or applications with this rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyTargetConfiguration.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyTargetConfiguration.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyTargetConfigurationAccessType">
            <summary>
            The enum CrossTenantAccessPolicyTargetConfigurationAccessType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CrossTenantAccessPolicyTargetConfigurationAccessType.Allowed">
            <summary>
            Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CrossTenantAccessPolicyTargetConfigurationAccessType.Blocked">
            <summary>
            Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CrossTenantAccessPolicyTargetConfigurationAccessType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyTargetType">
            <summary>
            The enum CrossTenantAccessPolicyTargetType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CrossTenantAccessPolicyTargetType.User">
            <summary>
            User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CrossTenantAccessPolicyTargetType.Group">
            <summary>
            Group
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CrossTenantAccessPolicyTargetType.Application">
            <summary>
            Application
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CrossTenantAccessPolicyTargetType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CurrencyColumn">
            <summary>
            The type CurrencyColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CurrencyColumn.Locale">
            <summary>
            Gets or sets locale.
            Specifies the locale from which to infer the currency symbol.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CurrencyColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CurrencyColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CustomTimeZone">
            <summary>
            The type CustomTimeZone.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CustomTimeZone.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.CustomTimeZone"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CustomTimeZone.Bias">
            <summary>
            Gets or sets bias.
            The time offset of the time zone from Coordinated Universal Time (UTC). This value is in minutes. Time zones that are ahead of UTC have a positive offset; time zones that are behind UTC have a negative offset.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CustomTimeZone.DaylightOffset">
            <summary>
            Gets or sets daylightOffset.
            Specifies when the time zone switches from standard time to daylight saving time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CustomTimeZone.StandardOffset">
            <summary>
            Gets or sets standardOffset.
            Specifies when the time zone switches from daylight saving time to standard time.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DataPolicyOperation">
            <summary>
            The type Data Policy Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DataPolicyOperation.CompletedDateTime">
            <summary>
            Gets or sets completed date time.
            Represents when the request for this data policy operation was completed, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Null until the operation completes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DataPolicyOperation.Progress">
            <summary>
            Gets or sets progress.
            Specifies the progress of an operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DataPolicyOperation.Status">
            <summary>
            Gets or sets status.
            Possible values are: notStarted, running, complete, failed, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DataPolicyOperation.StorageLocation">
            <summary>
            Gets or sets storage location.
            The URL location to where data is being exported for export requests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DataPolicyOperation.SubmittedDateTime">
            <summary>
            Gets or sets submitted date time.
            Represents when the request for this data operation was submitted, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DataPolicyOperation.UserId">
            <summary>
            Gets or sets user id.
            The id for the user on whom the operation is performed.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DataPolicyOperationStatus">
            <summary>
            The enum DataPolicyOperationStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataPolicyOperationStatus.NotStarted">
            <summary>
            Not Started
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataPolicyOperationStatus.Running">
            <summary>
            Running
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataPolicyOperationStatus.Complete">
            <summary>
            Complete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataPolicyOperationStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataPolicyOperationStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DataSubject">
            <summary>
            The type DataSubject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DataSubject.Email">
            <summary>
            Gets or sets email.
            Email of the data subject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DataSubject.FirstName">
            <summary>
            Gets or sets firstName.
            First name of the data subject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DataSubject.LastName">
            <summary>
            Gets or sets lastName.
            Last Name of the data subject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DataSubject.Residency">
            <summary>
            Gets or sets residency.
            The country/region of residency. The residency information is uesed only for internal reporting but not for the content search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DataSubject.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DataSubject.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DataSubjectType">
            <summary>
            The enum DataSubjectType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataSubjectType.Customer">
            <summary>
            Customer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataSubjectType.CurrentEmployee">
            <summary>
            Current Employee
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataSubjectType.FormerEmployee">
            <summary>
            Former Employee
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataSubjectType.ProspectiveEmployee">
            <summary>
            Prospective Employee
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataSubjectType.Student">
            <summary>
            Student
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataSubjectType.Teacher">
            <summary>
            Teacher
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataSubjectType.Faculty">
            <summary>
            Faculty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataSubjectType.Other">
            <summary>
            Other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DataSubjectType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DateTimeColumn">
            <summary>
            The type DateTimeColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeColumn.DisplayAs">
            <summary>
            Gets or sets displayAs.
            How the value should be presented in the UX. Must be one of default, friendly, or standard. See below for more details. If unspecified, treated as default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeColumn.Format">
            <summary>
            Gets or sets format.
            Indicates whether the value should be presented as a date only or a date and time. Must be one of dateOnly or dateTime
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DateTimeTimeZone">
            <summary>
            The type DateTimeTimeZone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeTimeZone.DateTime">
            <summary>
            Gets or sets dateTime.
            A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeTimeZone.TimeZone">
            <summary>
            Gets or sets timeZone.
            Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeTimeZone.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeTimeZone.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DateTimeTimeZone.FromDateTime(System.DateTime)">
            <summary>
            Converts a Datetime parameter to its equivalent DateTimeTimeZone Complex Type given its TimeZone
            <para>This method assumes the value is expressed on the same timezone as the target mailbox and the local machine</para>
            </summary>
            <param name="dateTime">A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Graph.DateTimeTimeZone.FromDateTime(System.DateTime,System.String)">
            <summary>
            Converts a Datetime parameter to its equivalent DateTimeTimeZone Complex Type given its TimeZone
            </summary>
            <param name="dateTime">A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).</param>
            <param name="timeZone">The expected values for timeZone are specified here: https://docs.microsoft.com/en-us/graph/api/resources/datetimetimezone?view=graph-rest-1.0 </param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Graph.DateTimeTimeZone.FromDateTime(System.DateTime,System.TimeZoneInfo)">
            <summary>
            Converts a Datetime parameter to its equivalent DateTimeTimeZone Complex Type given its TimeZone
            </summary>
            <param name="dateTime">A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).</param>
            <param name="timeZoneInfo">The expected values for timeZone are specified here: https://docs.microsoft.com/en-us/graph/api/resources/datetimetimezone?view=graph-rest-1.0 </param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Graph.DateTimeTimeZone.FromDateTimeOffset(System.DateTimeOffset)">
            <summary>
            Converts a DatetimeOffset parameter to its equivalent DateTimeTimeZone Complex Type given its TimeZone
            <para>This method assumes the value is expressed on the same timezone as the target mailbox and the local machine</para>
            </summary>
            <param name="dateTimeOffset">Represents a point in time, typically expressed as a date and time of day, relative to Coordinated Universal Time (UTC).</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Graph.DateTimeTimeZone.FromDateTimeOffset(System.DateTimeOffset,System.String)">
            <summary>
            Converts a DatetimeOffset parameter to its equivalent DateTimeTimeZone Complex Type given its TimeZone
            </summary>
            <param name="dateTimeOffset">Represents a point in time, typically expressed as a date and time of day, relative to Coordinated Universal Time (UTC).</param>
            <param name="timeZone">The expected values for timeZone are specified here: https://docs.microsoft.com/en-us/graph/api/resources/datetimetimezone?view=graph-rest-1.0 </param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Graph.DateTimeTimeZone.FromDateTimeOffset(System.DateTimeOffset,System.TimeZoneInfo)">
            <summary>
            Converts a DatetimeOffset parameter to its equivalent DateTimeTimeZone Complex Type given its TimeZone
            </summary>
            <param name="dateTimeOffset">Represents a point in time, typically expressed as a date and time of day, relative to Coordinated Universal Time (UTC).</param>
            <param name="timeZoneInfo">The expected values for timeZone are specified here: https://docs.microsoft.com/en-us/graph/api/resources/datetimetimezone?view=graph-rest-1.0 </param>
            <returns></returns>
        </member>
        <member name="T:Microsoft.Graph.DaylightTimeZoneOffset">
            <summary>
            The type DaylightTimeZoneOffset.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DaylightTimeZoneOffset.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.DaylightTimeZoneOffset"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DaylightTimeZoneOffset.DaylightBias">
            <summary>
            Gets or sets daylightBias.
            The time offset from Coordinated Universal Time (UTC) for daylight saving time. This value is in minutes.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DayOfWeek">
            <summary>
            The enum DayOfWeek.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Sunday">
            <summary>
            Sunday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Monday">
            <summary>
            Monday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Tuesday">
            <summary>
            Tuesday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Wednesday">
            <summary>
            Wednesday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Thursday">
            <summary>
            Thursday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Friday">
            <summary>
            Friday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Saturday">
            <summary>
            Saturday
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefaultColumnValue">
            <summary>
            The type DefaultColumnValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultColumnValue.Formula">
            <summary>
            Gets or sets formula.
            The formula used to compute the default value for this column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultColumnValue.Value">
            <summary>
            Gets or sets value.
            The direct value to use as the default value for this column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultColumnValue.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultColumnValue.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtection">
            <summary>
            The type Default Managed App Protection.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtection.#ctor">
            <summary>
             The DefaultManagedAppProtection constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.AppDataEncryptionType">
            <summary>
            Gets or sets app data encryption type.
            Type of encryption which should be used for data in a managed app. (iOS Only). Possible values are: useDeviceSettings, afterDeviceRestart, whenDeviceLockedExceptOpenFiles, whenDeviceLocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.CustomSettings">
            <summary>
            Gets or sets custom settings.
            A set of string key and string value pairs to be sent to the affected users, unalterned by this service
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.DeployedAppCount">
            <summary>
            Gets or sets deployed app count.
            Count of apps to which the current policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.DisableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
            Gets or sets disable app encryption if device encryption is enabled.
            When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.EncryptAppData">
            <summary>
            Gets or sets encrypt app data.
            Indicates whether managed-app data should be encrypted. (Android only)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.FaceIdBlocked">
            <summary>
            Gets or sets face id blocked.
            Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.MinimumRequiredPatchVersion">
            <summary>
            Gets or sets minimum required patch version.
            Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.MinimumRequiredSdkVersion">
            <summary>
            Gets or sets minimum required sdk version.
            Versions less than the specified version will block the managed app from accessing company data. (iOS Only)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.MinimumWarningPatchVersion">
            <summary>
            Gets or sets minimum warning patch version.
            Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.ScreenCaptureBlocked">
            <summary>
            Gets or sets screen capture blocked.
            Indicates whether screen capture is blocked. (Android only)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.Apps">
            <summary>
            Gets or sets apps.
            List of apps to which the policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.AppsNextLink">
            <summary>
            Gets or sets appsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.DeploymentSummary">
            <summary>
            Gets or sets deployment summary.
            Navigation property to deployment summary of the configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefaultUserRolePermissions">
            <summary>
            The type DefaultUserRolePermissions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultUserRolePermissions.AllowedToCreateApps">
            <summary>
            Gets or sets allowedToCreateApps.
            Indicates whether the default user role can create applications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultUserRolePermissions.AllowedToCreateSecurityGroups">
            <summary>
            Gets or sets allowedToCreateSecurityGroups.
            Indicates whether the default user role can create security groups.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultUserRolePermissions.AllowedToReadOtherUsers">
            <summary>
            Gets or sets allowedToReadOtherUsers.
            Indicates whether the default user role can read other users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultUserRolePermissions.PermissionGrantPoliciesAssigned">
            <summary>
            Gets or sets permissionGrantPoliciesAssigned.
            Indicates if user consent to apps is allowed, and if it is, which permission to grant consent and which app consent policy (permissionGrantPolicy) govern the permission for users to grant consent. Value should be in the format managePermissionGrantsForSelf.{id}, where {id} is the id of a built-in or custom app consent policy. An empty list indicates user consent to apps is disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultUserRolePermissions.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultUserRolePermissions.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefenderCloudBlockLevelType">
            <summary>
            The enum DefenderCloudBlockLevelType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderCloudBlockLevelType.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderCloudBlockLevelType.High">
            <summary>
            High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderCloudBlockLevelType.HighPlus">
            <summary>
            High Plus
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderCloudBlockLevelType.ZeroTolerance">
            <summary>
            Zero Tolerance
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefenderDetectedMalwareActions">
            <summary>
            The type DefenderDetectedMalwareActions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefenderDetectedMalwareActions.HighSeverity">
            <summary>
            Gets or sets highSeverity.
            Indicates a Defender action to take for high severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefenderDetectedMalwareActions.LowSeverity">
            <summary>
            Gets or sets lowSeverity.
            Indicates a Defender action to take for low severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefenderDetectedMalwareActions.ModerateSeverity">
            <summary>
            Gets or sets moderateSeverity.
            Indicates a Defender action to take for moderate severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefenderDetectedMalwareActions.SevereSeverity">
            <summary>
            Gets or sets severeSeverity.
            Indicates a Defender action to take for severe severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefenderDetectedMalwareActions.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefenderDetectedMalwareActions.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefenderMonitorFileActivity">
            <summary>
            The enum DefenderMonitorFileActivity.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderMonitorFileActivity.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderMonitorFileActivity.Disable">
            <summary>
            Disable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderMonitorFileActivity.MonitorAllFiles">
            <summary>
            Monitor All Files
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderMonitorFileActivity.MonitorIncomingFilesOnly">
            <summary>
            Monitor Incoming Files Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderMonitorFileActivity.MonitorOutgoingFilesOnly">
            <summary>
            Monitor Outgoing Files Only
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefenderPromptForSampleSubmission">
            <summary>
            The enum DefenderPromptForSampleSubmission.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderPromptForSampleSubmission.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderPromptForSampleSubmission.AlwaysPrompt">
            <summary>
            Always Prompt
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderPromptForSampleSubmission.PromptBeforeSendingPersonalData">
            <summary>
            Prompt Before Sending Personal Data
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderPromptForSampleSubmission.NeverSendData">
            <summary>
            Never Send Data
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderPromptForSampleSubmission.SendAllDataWithoutPrompting">
            <summary>
            Send All Data Without Prompting
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefenderScanType">
            <summary>
            The enum DefenderScanType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderScanType.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderScanType.Disabled">
            <summary>
            Disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderScanType.Quick">
            <summary>
            Quick
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderScanType.Full">
            <summary>
            Full
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefenderThreatAction">
            <summary>
            The enum DefenderThreatAction.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.DeviceDefault">
            <summary>
            Device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.Clean">
            <summary>
            Clean
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.Quarantine">
            <summary>
            Quarantine
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.Remove">
            <summary>
            Remove
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.Allow">
            <summary>
            Allow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.Block">
            <summary>
            Block
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DelegatedPermissionClassification">
            <summary>
            The type Delegated Permission Classification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DelegatedPermissionClassification.Classification">
            <summary>
            Gets or sets classification.
            The classification value being given. Possible value: low. Does not support $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DelegatedPermissionClassification.PermissionId">
            <summary>
            Gets or sets permission id.
            The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DelegatedPermissionClassification.PermissionName">
            <summary>
            Gets or sets permission name.
            The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DelegateMeetingMessageDeliveryOptions">
            <summary>
            The enum DelegateMeetingMessageDeliveryOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DelegateMeetingMessageDeliveryOptions.SendToDelegateAndInformationToPrincipal">
            <summary>
            Send To Delegate And Information To Principal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DelegateMeetingMessageDeliveryOptions.SendToDelegateAndPrincipal">
            <summary>
            Send To Delegate And Principal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DelegateMeetingMessageDeliveryOptions.SendToDelegateOnly">
            <summary>
            Send To Delegate Only
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Deleted">
            <summary>
            The type Deleted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Deleted.State">
            <summary>
            Gets or sets state.
            Represents the state of the deleted item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Deleted.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Deleted.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeleteUserFromSharedAppleDeviceActionResult">
            <summary>
            The type DeleteUserFromSharedAppleDeviceActionResult.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeleteUserFromSharedAppleDeviceActionResult.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.DeleteUserFromSharedAppleDeviceActionResult"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeleteUserFromSharedAppleDeviceActionResult.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            User principal name of the user to be deleted
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DetailsInfo">
            <summary>
            The type DetailsInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetailsInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetailsInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DetectedApp">
            <summary>
            The type Detected App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedApp.DeviceCount">
            <summary>
            Gets or sets device count.
            The number of devices that have installed this application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedApp.DisplayName">
            <summary>
            Gets or sets display name.
            Name of the discovered application. Read-only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedApp.Platform">
            <summary>
            Gets or sets platform.
            Indicates the operating system / platform of the discovered application.  Some possible values are Windows, iOS, macOS. The default value is unknown (0). Possible values are: unknown, windows, windowsMobile, windowsHolographic, ios, macOS, chromeOS, androidOSP, androidDeviceAdministrator, androidWorkProfile, androidDedicatedAndFullyManaged, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedApp.Publisher">
            <summary>
            Gets or sets publisher.
            Indicates the publisher of the discovered application. For example: 'Microsoft'.  The default value is an empty string.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedApp.SizeInByte">
            <summary>
            Gets or sets size in byte.
            Discovered application size in bytes. Read-only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedApp.Version">
            <summary>
            Gets or sets version.
            Version of the discovered application. Read-only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedApp.ManagedDevices">
            <summary>
            Gets or sets managed devices.
            The devices that have the discovered application installed
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedApp.ManagedDevicesNextLink">
            <summary>
            Gets or sets managedDevicesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppPlatformType">
            <summary>
            The enum DetectedAppPlatformType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DetectedAppPlatformType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DetectedAppPlatformType.Windows">
            <summary>
            Windows
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DetectedAppPlatformType.WindowsMobile">
            <summary>
            Windows Mobile
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DetectedAppPlatformType.WindowsHolographic">
            <summary>
            Windows Holographic
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DetectedAppPlatformType.Ios">
            <summary>
            Ios
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DetectedAppPlatformType.MacOS">
            <summary>
            Mac OS
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DetectedAppPlatformType.ChromeOS">
            <summary>
            Chrome OS
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DetectedAppPlatformType.AndroidOSP">
            <summary>
            Android OSP
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DetectedAppPlatformType.AndroidDeviceAdministrator">
            <summary>
            Android Device Administrator
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DetectedAppPlatformType.AndroidWorkProfile">
            <summary>
            Android Work Profile
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DetectedAppPlatformType.AndroidDedicatedAndFullyManaged">
            <summary>
            Android Dedicated And Fully Managed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Device">
            <summary>
            The type Device.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Device.#ctor">
            <summary>
             The Device constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.AccountEnabled">
            <summary>
            Gets or sets account enabled.
            true if the account is enabled; otherwise, false. Required. Default is true.  Supports $filter (eq, ne, not, in). Only callers in Global Administrator and Cloud Device Administrator roles can set this property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.AlternativeSecurityIds">
            <summary>
            Gets or sets alternative security ids.
            For internal use only. Not nullable. Supports $filter (eq, not, ge, le).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.ApproximateLastSignInDateTime">
            <summary>
            Gets or sets approximate last sign in date time.
            The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.ComplianceExpirationDateTime">
            <summary>
            Gets or sets compliance expiration date time.
            The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.DeviceId">
            <summary>
            Gets or sets device id.
            Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.DeviceMetadata">
            <summary>
            Gets or sets device metadata.
            For internal use only. Set to null.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.DeviceVersion">
            <summary>
            Gets or sets device version.
            For internal use only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.IsCompliant">
            <summary>
            Gets or sets is compliant.
            true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. Supports $filter (eq, ne, not).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.IsManaged">
            <summary>
            Gets or sets is managed.
            true if the device is managed by a Mobile Device Management (MDM) app; otherwise, false. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. Supports $filter (eq, ne, not).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.MdmAppId">
            <summary>
            Gets or sets mdm app id.
            Application identifier used to register device into MDM. Read-only. Supports $filter (eq, ne, not, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.OnPremisesLastSyncDateTime">
            <summary>
            Gets or sets on premises last sync date time.
            The last time at which the object was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.OnPremisesSyncEnabled">
            <summary>
            Gets or sets on premises sync enabled.
            true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. Supports $filter (eq, ne, not, in, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.OperatingSystem">
            <summary>
            Gets or sets operating system.
            The type of operating system on the device. Required. Supports $filter (eq, ne, not, ge, le, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.OperatingSystemVersion">
            <summary>
            Gets or sets operating system version.
            The version of the operating system on the device. Required. Supports $filter (eq, ne, not, ge, le, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.PhysicalIds">
            <summary>
            Gets or sets physical ids.
            For internal use only. Not nullable. Supports $filter (eq, not, ge, le, startsWith,/$count eq 0, /$count ne 0).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.ProfileType">
            <summary>
            Gets or sets profile type.
            The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.SystemLabels">
            <summary>
            Gets or sets system labels.
            List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.TrustType">
            <summary>
            Gets or sets trust type.
            Type of trust for the joined device. Read-only. Possible values:  Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.MemberOf">
            <summary>
            Gets or sets member of.
            Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.MemberOfNextLink">
            <summary>
            Gets or sets memberOfNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.RegisteredOwners">
            <summary>
            Gets or sets registered owners.
            The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.RegisteredOwnersNextLink">
            <summary>
            Gets or sets registeredOwnersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.RegisteredUsers">
            <summary>
            Gets or sets registered users.
            Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.RegisteredUsersNextLink">
            <summary>
            Gets or sets registeredUsersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.TransitiveMemberOf">
            <summary>
            Gets or sets transitive member of.
            Groups and administrative units that the device is a member of. This operation is transitive. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.TransitiveMemberOfNextLink">
            <summary>
            Gets or sets transitiveMemberOfNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the device. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.ExtensionsNextLink">
            <summary>
            Gets or sets extensionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceActionResult">
            <summary>
            The type DeviceActionResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceActionResult.ActionName">
            <summary>
            Gets or sets actionName.
            Action name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceActionResult.ActionState">
            <summary>
            Gets or sets actionState.
            State of the action. Possible values are: none, pending, canceled, active, done, failed, notSupported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceActionResult.LastUpdatedDateTime">
            <summary>
            Gets or sets lastUpdatedDateTime.
            Time the action state was last updated
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceActionResult.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            Time the action was initiated
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceActionResult.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceActionResult.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementAssignmentTarget">
            <summary>
            The type DeviceAndAppManagementAssignmentTarget.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementAssignmentTarget.#ctor">
            <summary>
             The internal DeviceAndAppManagementAssignmentTarget constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAndAppManagementAssignmentTarget.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAndAppManagementAssignmentTarget.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementRoleAssignment">
            <summary>
            The type Device And App Management Role Assignment.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignment.#ctor">
            <summary>
             The DeviceAndAppManagementRoleAssignment constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAndAppManagementRoleAssignment.Members">
            <summary>
            Gets or sets members.
            The list of ids of role member security groups. These are IDs from Azure Active Directory.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementRoleDefinition">
            <summary>
            The type Device And App Management Role Definition.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinition.#ctor">
            <summary>
             The DeviceAndAppManagementRoleDefinition constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagement">
            <summary>
            The type Device App Management.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.IsEnabledForMicrosoftStoreForBusiness">
            <summary>
            Gets or sets is enabled for microsoft store for business.
            Whether the account is enabled for syncing applications from the Microsoft Store for Business.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MicrosoftStoreForBusinessLanguage">
            <summary>
            Gets or sets microsoft store for business language.
            The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is -&amp;lt;country/regioncode2&amp;gt;, where  is a lowercase two-letter code derived from ISO 639-1 and &amp;lt;country/regioncode2&amp;gt; is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MicrosoftStoreForBusinessLastCompletedApplicationSyncTime">
            <summary>
            Gets or sets microsoft store for business last completed application sync time.
            The last time an application sync from the Microsoft Store for Business was completed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MicrosoftStoreForBusinessLastSuccessfulSyncDateTime">
            <summary>
            Gets or sets microsoft store for business last successful sync date time.
            The last time the apps from the Microsoft Store for Business were synced successfully for the account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.ManagedEBooks">
            <summary>
            Gets or sets managed ebooks.
            The Managed eBook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.ManagedEBooksNextLink">
            <summary>
            Gets or sets managedEBooksNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MobileAppCategories">
            <summary>
            Gets or sets mobile app categories.
            The mobile app categories.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MobileAppCategoriesNextLink">
            <summary>
            Gets or sets mobileAppCategoriesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations">
            <summary>
            Gets or sets mobile app configurations.
            The Managed Device Mobile Application Configurations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MobileAppConfigurationsNextLink">
            <summary>
            Gets or sets mobileAppConfigurationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MobileApps">
            <summary>
            Gets or sets mobile apps.
            The mobile apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MobileAppsNextLink">
            <summary>
            Gets or sets mobileAppsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.VppTokens">
            <summary>
            Gets or sets vpp tokens.
            List of Vpp tokens for this organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.VppTokensNextLink">
            <summary>
            Gets or sets vppTokensNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections">
            <summary>
            Gets or sets android managed app protections.
            Android managed app policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtectionsNextLink">
            <summary>
            Gets or sets androidManagedAppProtectionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections">
            <summary>
            Gets or sets default managed app protections.
            Default managed app policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtectionsNextLink">
            <summary>
            Gets or sets defaultManagedAppProtectionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections">
            <summary>
            Gets or sets ios managed app protections.
            iOS managed app policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.IosManagedAppProtectionsNextLink">
            <summary>
            Gets or sets iosManagedAppProtectionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies">
            <summary>
            Gets or sets managed app policies.
            Managed app policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.ManagedAppPoliciesNextLink">
            <summary>
            Gets or sets managedAppPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations">
            <summary>
            Gets or sets managed app registrations.
            The managed app registrations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrationsNextLink">
            <summary>
            Gets or sets managedAppRegistrationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses">
            <summary>
            Gets or sets managed app statuses.
            The managed app statuses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.ManagedAppStatusesNextLink">
            <summary>
            Gets or sets managedAppStatusesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies">
            <summary>
            Gets or sets mdm windows information protection policies.
            Windows information protection for apps running on devices which are MDM enrolled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPoliciesNextLink">
            <summary>
            Gets or sets mdmWindowsInformationProtectionPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations">
            <summary>
            Gets or sets targeted managed app configurations.
            Targeted managed app configurations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurationsNextLink">
            <summary>
            Gets or sets targetedManagedAppConfigurationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies">
            <summary>
            Gets or sets windows information protection policies.
            Windows information protection for apps running on devices which are not MDM enrolled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPoliciesNextLink">
            <summary>
            Gets or sets windowsInformationProtectionPoliciesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCategory">
            <summary>
            The type Device Category.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCategory.Description">
            <summary>
            Gets or sets description.
            Optional description for the device category.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCategory.DisplayName">
            <summary>
            Gets or sets display name.
            Display name for the device category.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceActionItem">
            <summary>
            The type Device Compliance Action Item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceActionItem.ActionType">
            <summary>
            Gets or sets action type.
            What action to take. Possible values are: noAction, notification, block, retire, wipe, removeResourceAccessProfiles, pushNotification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceActionItem.GracePeriodHours">
            <summary>
            Gets or sets grace period hours.
            Number of hours to wait till the action will be enforced. Valid values 0 to 8760
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceActionItem.NotificationMessageCCList">
            <summary>
            Gets or sets notification message cclist.
            A list of group IDs to speicify who to CC this notification message to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceActionItem.NotificationTemplateId">
            <summary>
            Gets or sets notification template id.
            What notification Message template to use
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceActionType">
            <summary>
            The enum DeviceComplianceActionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceComplianceActionType.NoAction">
            <summary>
            No Action
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceComplianceActionType.Notification">
            <summary>
            Notification
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceComplianceActionType.Block">
            <summary>
            Block
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceComplianceActionType.Retire">
            <summary>
            Retire
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceComplianceActionType.Wipe">
            <summary>
            Wipe
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceComplianceActionType.RemoveResourceAccessProfiles">
            <summary>
            Remove Resource Access Profiles
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceComplianceActionType.PushNotification">
            <summary>
            Push Notification
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceDeviceOverview">
            <summary>
            The type Device Compliance Device Overview.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.ConfigurationVersion">
            <summary>
            Gets or sets configuration version.
            Version of the policy for that overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.ErrorCount">
            <summary>
            Gets or sets error count.
            Number of error devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.FailedCount">
            <summary>
            Gets or sets failed count.
            Number of failed devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Last update time
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.NotApplicableCount">
            <summary>
            Gets or sets not applicable count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.PendingCount">
            <summary>
            Gets or sets pending count.
            Number of pending devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.SuccessCount">
            <summary>
            Gets or sets success count.
            Number of succeeded devices
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceDeviceStatus">
            <summary>
            The type Device Compliance Device Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.ComplianceGracePeriodExpirationDateTime">
            <summary>
            Gets or sets compliance grace period expiration date time.
            The DateTime when device compliance grace period expires
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.DeviceDisplayName">
            <summary>
            Gets or sets device display name.
            Device name of the DevicePolicyStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.DeviceModel">
            <summary>
            Gets or sets device model.
            The device model that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            Last modified date time of the policy report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.Status">
            <summary>
            Gets or sets status.
            Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.UserName">
            <summary>
            Gets or sets user name.
            The User Name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicy">
            <summary>
            The type Device Compliance Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicy.#ctor">
            <summary>
             The internal DeviceCompliancePolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            DateTime the object was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.Description">
            <summary>
            Gets or sets description.
            Admin provided description of the Device Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.DisplayName">
            <summary>
            Gets or sets display name.
            Admin provided name of the device configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            DateTime the object was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.Version">
            <summary>
            Gets or sets version.
            Version of the device configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.Assignments">
            <summary>
            Gets or sets assignments.
            The collection of assignments for this compliance policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.AssignmentsNextLink">
            <summary>
            Gets or sets assignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.DeviceSettingStateSummaries">
            <summary>
            Gets or sets device setting state summaries.
            Compliance Setting State Device Summary
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.DeviceSettingStateSummariesNextLink">
            <summary>
            Gets or sets deviceSettingStateSummariesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.DeviceStatuses">
            <summary>
            Gets or sets device statuses.
            List of DeviceComplianceDeviceStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.DeviceStatusesNextLink">
            <summary>
            Gets or sets deviceStatusesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.DeviceStatusOverview">
            <summary>
            Gets or sets device status overview.
            Device compliance devices status overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.ScheduledActionsForRule">
            <summary>
            Gets or sets scheduled actions for rule.
            The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.ScheduledActionsForRuleNextLink">
            <summary>
            Gets or sets scheduledActionsForRuleNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.UserStatuses">
            <summary>
            Gets or sets user statuses.
            List of DeviceComplianceUserStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.UserStatusesNextLink">
            <summary>
            Gets or sets userStatusesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.UserStatusOverview">
            <summary>
            Gets or sets user status overview.
            Device compliance users status overview
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignment">
            <summary>
            The type Device Compliance Policy Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignment.Target">
            <summary>
            Gets or sets target.
            Target for the compliance policy assignment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignRequestBody">
            <summary>
            The type DeviceCompliancePolicyAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignRequestBody.Assignments">
            <summary>
            Gets or sets Assignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary">
            <summary>
            The type Device Compliance Policy Device State Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.CompliantDeviceCount">
            <summary>
            Gets or sets compliant device count.
            Number of compliant devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.ConfigManagerCount">
            <summary>
            Gets or sets config manager count.
            Number of devices that have compliance managed by System Center Configuration Manager
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.ConflictDeviceCount">
            <summary>
            Gets or sets conflict device count.
            Number of conflict devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.ErrorDeviceCount">
            <summary>
            Gets or sets error device count.
            Number of error devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.InGracePeriodCount">
            <summary>
            Gets or sets in grace period count.
            Number of devices that are in grace period
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.NonCompliantDeviceCount">
            <summary>
            Gets or sets non compliant device count.
            Number of NonCompliant devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.NotApplicableDeviceCount">
            <summary>
            Gets or sets not applicable device count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.RemediatedDeviceCount">
            <summary>
            Gets or sets remediated device count.
            Number of remediated devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.UnknownDeviceCount">
            <summary>
            Gets or sets unknown device count.
            Number of unknown devices
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequestBody">
            <summary>
            The type DeviceCompliancePolicyScheduleActionsForRulesRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequestBody.DeviceComplianceScheduledActionForRules">
            <summary>
            Gets or sets DeviceComplianceScheduledActionForRules.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingState">
            <summary>
            The type DeviceCompliancePolicySettingState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.CurrentValue">
            <summary>
            Gets or sets currentValue.
            Current value of setting on device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.ErrorCode">
            <summary>
            Gets or sets errorCode.
            Error code for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.ErrorDescription">
            <summary>
            Gets or sets errorDescription.
            Error description
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.InstanceDisplayName">
            <summary>
            Gets or sets instanceDisplayName.
            Name of setting instance that is being reported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.Setting">
            <summary>
            Gets or sets setting.
            The setting that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.SettingName">
            <summary>
            Gets or sets settingName.
            Localized/user friendly setting name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.Sources">
            <summary>
            Gets or sets sources.
            Contributing policies
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.State">
            <summary>
            Gets or sets state.
            The compliance state of the setting. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.UserEmail">
            <summary>
            Gets or sets userEmail.
            UserEmail
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.UserId">
            <summary>
            Gets or sets userId.
            UserId
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.UserName">
            <summary>
            Gets or sets userName.
            UserName
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            UserPrincipalName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary">
            <summary>
            The type Device Compliance Policy Setting State Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.CompliantDeviceCount">
            <summary>
            Gets or sets compliant device count.
            Number of compliant devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.ConflictDeviceCount">
            <summary>
            Gets or sets conflict device count.
            Number of conflict devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.ErrorDeviceCount">
            <summary>
            Gets or sets error device count.
            Number of error devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.NonCompliantDeviceCount">
            <summary>
            Gets or sets non compliant device count.
            Number of NonCompliant devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.NotApplicableDeviceCount">
            <summary>
            Gets or sets not applicable device count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.PlatformType">
            <summary>
            Gets or sets platform type.
            Setting platform. Possible values are: android, iOS, macOS, windowsPhone81, windows81AndLater, windows10AndLater, androidWorkProfile, all.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.RemediatedDeviceCount">
            <summary>
            Gets or sets remediated device count.
            Number of remediated devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.Setting">
            <summary>
            Gets or sets setting.
            The setting class name and property name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.SettingName">
            <summary>
            Gets or sets setting name.
            Name of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.UnknownDeviceCount">
            <summary>
            Gets or sets unknown device count.
            Number of unknown devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.DeviceComplianceSettingStates">
            <summary>
            Gets or sets device compliance setting states.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.DeviceComplianceSettingStatesNextLink">
            <summary>
            Gets or sets deviceComplianceSettingStatesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyState">
            <summary>
            The type Device Compliance Policy State.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyState.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the policy for this policyBase
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyState.PlatformType">
            <summary>
            Gets or sets platform type.
            Platform type that the policy applies to
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyState.SettingCount">
            <summary>
            Gets or sets setting count.
            Count of how many setting a policy holds
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyState.SettingStates">
            <summary>
            Gets or sets setting states.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyState.State">
            <summary>
            Gets or sets state.
            The compliance state of the policy
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyState.Version">
            <summary>
            Gets or sets version.
            The version of the policy
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRule">
            <summary>
            The type Device Compliance Scheduled Action For Rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRule.RuleName">
            <summary>
            Gets or sets rule name.
            Name of the rule which this scheduled action applies to. Currently scheduled actions are created per policy instead of per rule, thus RuleName is always set to default value PasswordRequired.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRule.ScheduledActionConfigurations">
            <summary>
            Gets or sets scheduled action configurations.
            The list of scheduled action configurations for this compliance policy. Compliance policy must have one and only one block scheduled action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRule.ScheduledActionConfigurationsNextLink">
            <summary>
            Gets or sets scheduledActionConfigurationsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceSettingState">
            <summary>
            The type Device Compliance Setting State.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.ComplianceGracePeriodExpirationDateTime">
            <summary>
            Gets or sets compliance grace period expiration date time.
            The DateTime when device compliance grace period expires
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.DeviceId">
            <summary>
            Gets or sets device id.
            The Device Id that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.DeviceModel">
            <summary>
            Gets or sets device model.
            The device model that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.DeviceName">
            <summary>
            Gets or sets device name.
            The Device Name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.Setting">
            <summary>
            Gets or sets setting.
            The setting class name and property name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.SettingName">
            <summary>
            Gets or sets setting name.
            The Setting Name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.State">
            <summary>
            Gets or sets state.
            The compliance state of the setting. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.UserEmail">
            <summary>
            Gets or sets user email.
            The User email address that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.UserId">
            <summary>
            Gets or sets user id.
            The user Id that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.UserName">
            <summary>
            Gets or sets user name.
            The User Name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            The User PrincipalName that is being reported
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceUserOverview">
            <summary>
            The type Device Compliance User Overview.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.ConfigurationVersion">
            <summary>
            Gets or sets configuration version.
            Version of the policy for that overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.ErrorCount">
            <summary>
            Gets or sets error count.
            Number of error Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.FailedCount">
            <summary>
            Gets or sets failed count.
            Number of failed Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Last update time
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.NotApplicableCount">
            <summary>
            Gets or sets not applicable count.
            Number of not applicable users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.PendingCount">
            <summary>
            Gets or sets pending count.
            Number of pending Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.SuccessCount">
            <summary>
            Gets or sets success count.
            Number of succeeded Users
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceUserStatus">
            <summary>
            The type Device Compliance User Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserStatus.DevicesCount">
            <summary>
            Gets or sets devices count.
            Devices count for that user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            Last modified date time of the policy report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserStatus.Status">
            <summary>
            Gets or sets status.
            Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserStatus.UserDisplayName">
            <summary>
            Gets or sets user display name.
            User name of the DevicePolicyStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfiguration">
            <summary>
            The type Device Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfiguration.#ctor">
            <summary>
             The internal DeviceConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            DateTime the object was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.Description">
            <summary>
            Gets or sets description.
            Admin provided description of the Device Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.DisplayName">
            <summary>
            Gets or sets display name.
            Admin provided name of the device configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            DateTime the object was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.Version">
            <summary>
            Gets or sets version.
            Version of the device configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.Assignments">
            <summary>
            Gets or sets assignments.
            The list of assignments for the device configuration profile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.AssignmentsNextLink">
            <summary>
            Gets or sets assignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.DeviceSettingStateSummaries">
            <summary>
            Gets or sets device setting state summaries.
            Device Configuration Setting State Device Summary
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.DeviceSettingStateSummariesNextLink">
            <summary>
            Gets or sets deviceSettingStateSummariesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.DeviceStatuses">
            <summary>
            Gets or sets device statuses.
            Device configuration installation status by device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.DeviceStatusesNextLink">
            <summary>
            Gets or sets deviceStatusesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.DeviceStatusOverview">
            <summary>
            Gets or sets device status overview.
            Device Configuration devices status overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.UserStatuses">
            <summary>
            Gets or sets user statuses.
            Device configuration installation status by user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.UserStatusesNextLink">
            <summary>
            Gets or sets userStatusesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.UserStatusOverview">
            <summary>
            Gets or sets user status overview.
            Device Configuration users status overview
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignment">
            <summary>
            The type Device Configuration Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignment.Target">
            <summary>
            Gets or sets target.
            The assignment target for the device configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignRequestBody">
            <summary>
            The type DeviceConfigurationAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignRequestBody.Assignments">
            <summary>
            Gets or sets Assignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceOverview">
            <summary>
            The type Device Configuration Device Overview.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.ConfigurationVersion">
            <summary>
            Gets or sets configuration version.
            Version of the policy for that overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.ErrorCount">
            <summary>
            Gets or sets error count.
            Number of error devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.FailedCount">
            <summary>
            Gets or sets failed count.
            Number of failed devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Last update time
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.NotApplicableCount">
            <summary>
            Gets or sets not applicable count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.PendingCount">
            <summary>
            Gets or sets pending count.
            Number of pending devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.SuccessCount">
            <summary>
            Gets or sets success count.
            Number of succeeded devices
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStateSummary">
            <summary>
            The type Device Configuration Device State Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.CompliantDeviceCount">
            <summary>
            Gets or sets compliant device count.
            Number of compliant devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.ConflictDeviceCount">
            <summary>
            Gets or sets conflict device count.
            Number of conflict devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.ErrorDeviceCount">
            <summary>
            Gets or sets error device count.
            Number of error devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.NonCompliantDeviceCount">
            <summary>
            Gets or sets non compliant device count.
            Number of NonCompliant devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.NotApplicableDeviceCount">
            <summary>
            Gets or sets not applicable device count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.RemediatedDeviceCount">
            <summary>
            Gets or sets remediated device count.
            Number of remediated devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.UnknownDeviceCount">
            <summary>
            Gets or sets unknown device count.
            Number of unknown devices
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatus">
            <summary>
            The type Device Configuration Device Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.ComplianceGracePeriodExpirationDateTime">
            <summary>
            Gets or sets compliance grace period expiration date time.
            The DateTime when device compliance grace period expires
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.DeviceDisplayName">
            <summary>
            Gets or sets device display name.
            Device name of the DevicePolicyStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.DeviceModel">
            <summary>
            Gets or sets device model.
            The device model that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            Last modified date time of the policy report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.Status">
            <summary>
            Gets or sets status.
            Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.UserName">
            <summary>
            Gets or sets user name.
            The User Name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationSettingState">
            <summary>
            The type DeviceConfigurationSettingState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.CurrentValue">
            <summary>
            Gets or sets currentValue.
            Current value of setting on device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.ErrorCode">
            <summary>
            Gets or sets errorCode.
            Error code for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.ErrorDescription">
            <summary>
            Gets or sets errorDescription.
            Error description
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.InstanceDisplayName">
            <summary>
            Gets or sets instanceDisplayName.
            Name of setting instance that is being reported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.Setting">
            <summary>
            Gets or sets setting.
            The setting that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.SettingName">
            <summary>
            Gets or sets settingName.
            Localized/user friendly setting name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.Sources">
            <summary>
            Gets or sets sources.
            Contributing policies
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.State">
            <summary>
            Gets or sets state.
            The compliance state of the setting. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.UserEmail">
            <summary>
            Gets or sets userEmail.
            UserEmail
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.UserId">
            <summary>
            Gets or sets userId.
            UserId
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.UserName">
            <summary>
            Gets or sets userName.
            UserName
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            UserPrincipalName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationState">
            <summary>
            The type Device Configuration State.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationState.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the policy for this policyBase
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationState.PlatformType">
            <summary>
            Gets or sets platform type.
            Platform type that the policy applies to
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationState.SettingCount">
            <summary>
            Gets or sets setting count.
            Count of how many setting a policy holds
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationState.SettingStates">
            <summary>
            Gets or sets setting states.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationState.State">
            <summary>
            Gets or sets state.
            The compliance state of the policy
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationState.Version">
            <summary>
            Gets or sets version.
            The version of the policy
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserOverview">
            <summary>
            The type Device Configuration User Overview.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.ConfigurationVersion">
            <summary>
            Gets or sets configuration version.
            Version of the policy for that overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.ErrorCount">
            <summary>
            Gets or sets error count.
            Number of error Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.FailedCount">
            <summary>
            Gets or sets failed count.
            Number of failed Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Last update time
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.NotApplicableCount">
            <summary>
            Gets or sets not applicable count.
            Number of not applicable users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.PendingCount">
            <summary>
            Gets or sets pending count.
            Number of pending Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.SuccessCount">
            <summary>
            Gets or sets success count.
            Number of succeeded Users
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatus">
            <summary>
            The type Device Configuration User Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatus.DevicesCount">
            <summary>
            Gets or sets devices count.
            Devices count for that user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            Last modified date time of the policy report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatus.Status">
            <summary>
            Gets or sets status.
            Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatus.UserDisplayName">
            <summary>
            Gets or sets user display name.
            User name of the DevicePolicyStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceDetail">
            <summary>
            The type DeviceDetail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceDetail.Browser">
            <summary>
            Gets or sets browser.
            Indicates the browser information of the used for signing in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceDetail.DeviceId">
            <summary>
            Gets or sets deviceId.
            Refers to the UniqueID of the device used for signing in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceDetail.DisplayName">
            <summary>
            Gets or sets displayName.
            Refers to the name of the device used for signing in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceDetail.IsCompliant">
            <summary>
            Gets or sets isCompliant.
            Indicates whether the device is compliant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceDetail.IsManaged">
            <summary>
            Gets or sets isManaged.
            Indicates whether the device is managed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceDetail.OperatingSystem">
            <summary>
            Gets or sets operatingSystem.
            Indicates the operating system name and version used for signing in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceDetail.TrustType">
            <summary>
            Gets or sets trustType.
            Provides information about whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceDetail.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceDetail.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfiguration">
            <summary>
            The type Device Enrollment Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfiguration.#ctor">
            <summary>
             The internal DeviceEnrollmentConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Created date time in UTC of the device enrollment configuration
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.Description">
            <summary>
            Gets or sets description.
            The description of the device enrollment configuration
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the device enrollment configuration
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Last modified date time in UTC of the device enrollment configuration
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.Priority">
            <summary>
            Gets or sets priority.
            Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.Version">
            <summary>
            Gets or sets version.
            The version of the device enrollment configuration
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.Assignments">
            <summary>
            Gets or sets assignments.
            The list of group assignments for the device configuration profile
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.AssignmentsNextLink">
            <summary>
            Gets or sets assignmentsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequestBody">
            <summary>
            The type DeviceEnrollmentConfigurationAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequestBody.EnrollmentConfigurationAssignments">
            <summary>
            Gets or sets EnrollmentConfigurationAssignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequestBody">
            <summary>
            The type DeviceEnrollmentConfigurationSetPriorityRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequestBody.Priority">
            <summary>
            Gets or sets Priority.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentFailureReason">
            <summary>
            The enum DeviceEnrollmentFailureReason.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.Authentication">
            <summary>
            Authentication
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.Authorization">
            <summary>
            Authorization
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.AccountValidation">
            <summary>
            Account Validation
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.UserValidation">
            <summary>
            User Validation
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.DeviceNotSupported">
            <summary>
            Device Not Supported
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.InMaintenance">
            <summary>
            In Maintenance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.BadRequest">
            <summary>
            Bad Request
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.FeatureNotSupported">
            <summary>
            Feature Not Supported
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.EnrollmentRestrictionsEnforced">
            <summary>
            Enrollment Restrictions Enforced
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.ClientDisconnected">
            <summary>
            Client Disconnected
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.UserAbandonment">
            <summary>
            User Abandonment
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentLimitConfiguration">
            <summary>
            The type Device Enrollment Limit Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfiguration.#ctor">
            <summary>
             The DeviceEnrollmentLimitConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentLimitConfiguration.Limit">
            <summary>
            Gets or sets limit.
            The maximum number of devices that a user can enroll
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentPlatformRestriction">
            <summary>
            The type DeviceEnrollmentPlatformRestriction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestriction.OsMaximumVersion">
            <summary>
            Gets or sets osMaximumVersion.
            Max OS version supported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestriction.OsMinimumVersion">
            <summary>
            Gets or sets osMinimumVersion.
            Min OS version supported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestriction.PersonalDeviceEnrollmentBlocked">
            <summary>
            Gets or sets personalDeviceEnrollmentBlocked.
            Block personally owned devices from enrolling
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestriction.PlatformBlocked">
            <summary>
            Gets or sets platformBlocked.
            Block the platform from enrolling
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestriction.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestriction.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration">
            <summary>
            The type Device Enrollment Platform Restrictions Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration.#ctor">
            <summary>
             The DeviceEnrollmentPlatformRestrictionsConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration.AndroidRestriction">
            <summary>
            Gets or sets android restriction.
            Android restrictions based on platform, platform operating system version, and device ownership
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration.IosRestriction">
            <summary>
            Gets or sets ios restriction.
            Ios restrictions based on platform, platform operating system version, and device ownership
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration.MacOSRestriction">
            <summary>
            Gets or sets mac osrestriction.
            Mac restrictions based on platform, platform operating system version, and device ownership
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration.WindowsMobileRestriction">
            <summary>
            Gets or sets windows mobile restriction.
            Windows mobile restrictions based on platform, platform operating system version, and device ownership
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration.WindowsRestriction">
            <summary>
            Gets or sets windows restriction.
            Windows restrictions based on platform, platform operating system version, and device ownership
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentType">
            <summary>
            The enum DeviceEnrollmentType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.UserEnrollment">
            <summary>
            User Enrollment
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.DeviceEnrollmentManager">
            <summary>
            Device Enrollment Manager
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.AppleBulkWithUser">
            <summary>
            Apple Bulk With User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.AppleBulkWithoutUser">
            <summary>
            Apple Bulk Without User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.WindowsAzureADJoin">
            <summary>
            Windows Azure ADJoin
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.WindowsBulkUserless">
            <summary>
            Windows Bulk Userless
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.WindowsAutoEnrollment">
            <summary>
            Windows Auto Enrollment
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.WindowsBulkAzureDomainJoin">
            <summary>
            Windows Bulk Azure Domain Join
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.WindowsCoManagement">
            <summary>
            Windows Co Management
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.WindowsAzureADJoinUsingDeviceAuth">
            <summary>
            Windows Azure ADJoin Using Device Auth
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.AppleUserEnrollment">
            <summary>
            Apple User Enrollment
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.AppleUserEnrollmentWithServiceAccount">
            <summary>
            Apple User Enrollment With Service Account
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration">
            <summary>
            The type Device Enrollment Windows Hello For Business Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.#ctor">
            <summary>
             The DeviceEnrollmentWindowsHelloForBusinessConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.EnhancedBiometricsState">
            <summary>
            Gets or sets enhanced biometrics state.
            Controls the ability to use the anti-spoofing features for facial recognition on devices which support it. If set to disabled, anti-spoofing features are not allowed. If set to Not Configured, the user can choose whether they want to use anti-spoofing. Possible values are: notConfigured, enabled, disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinExpirationInDays">
            <summary>
            Gets or sets pin expiration in days.
            Controls the period of time (in days) that a PIN can be used before the system requires the user to change it. This must be set between 0 and 730, inclusive. If set to 0, the user's PIN will never expire
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinLowercaseCharactersUsage">
            <summary>
            Gets or sets pin lowercase characters usage.
            Controls the ability to use lowercase letters in the Windows Hello for Business PIN.  Allowed permits the use of lowercase letter(s), whereas Required ensures they are present. If set to Not Allowed, lowercase letters will not be permitted. Possible values are: allowed, required, disallowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinMaximumLength">
            <summary>
            Gets or sets pin maximum length.
            Controls the maximum number of characters allowed for the Windows Hello for Business PIN. This value must be between 4 and 127, inclusive. This value must be greater than or equal to the value set for the minimum PIN.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinMinimumLength">
            <summary>
            Gets or sets pin minimum length.
            Controls the minimum number of characters required for the Windows Hello for Business PIN.  This value must be between 4 and 127, inclusive, and less than or equal to the value set for the maximum PIN.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinPreviousBlockCount">
            <summary>
            Gets or sets pin previous block count.
            Controls the ability to prevent users from using past PINs. This must be set between 0 and 50, inclusive, and the current PIN of the user is included in that count. If set to 0, previous PINs are not stored. PIN history is not preserved through a PIN reset.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinSpecialCharactersUsage">
            <summary>
            Gets or sets pin special characters usage.
            Controls the ability to use special characters in the Windows Hello for Business PIN.  Allowed permits the use of special character(s), whereas Required ensures they are present. If set to Not Allowed, special character(s) will not be permitted. Possible values are: allowed, required, disallowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinUppercaseCharactersUsage">
            <summary>
            Gets or sets pin uppercase characters usage.
            Controls the ability to use uppercase letters in the Windows Hello for Business PIN.  Allowed permits the use of uppercase letter(s), whereas Required ensures they are present. If set to Not Allowed, uppercase letters will not be permitted. Possible values are: allowed, required, disallowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.RemotePassportEnabled">
            <summary>
            Gets or sets remote passport enabled.
            Controls the use of Remote Windows Hello for Business. Remote Windows Hello for Business provides the ability for a portable, registered device to be usable as a companion for desktop authentication. The desktop must be Azure AD joined and the companion device must have a Windows Hello for Business PIN.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.SecurityDeviceRequired">
            <summary>
            Gets or sets security device required.
            Controls whether to require a Trusted Platform Module (TPM) for provisioning Windows Hello for Business. A TPM provides an additional security benefit in that data stored on it cannot be used on other devices. If set to False, all devices can provision Windows Hello for Business even if there is not a usable TPM.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.State">
            <summary>
            Gets or sets state.
            Controls whether to allow the device to be configured for Windows Hello for Business. If set to disabled, the user cannot provision Windows Hello for Business except on Azure Active Directory joined mobile phones if otherwise required. If set to Not Configured, Intune will not override client defaults. Possible values are: notConfigured, enabled, disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.UnlockWithBiometricsEnabled">
            <summary>
            Gets or sets unlock with biometrics enabled.
            Controls the use of biometric gestures, such as face and fingerprint, as an alternative to the Windows Hello for Business PIN.  If set to False, biometric gestures are not allowed. Users must still configure a PIN as a backup in case of failures.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceExchangeAccessStateSummary">
            <summary>
            The type DeviceExchangeAccessStateSummary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExchangeAccessStateSummary.AllowedDeviceCount">
            <summary>
            Gets or sets allowedDeviceCount.
            Total count of devices with Exchange Access State: Allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExchangeAccessStateSummary.BlockedDeviceCount">
            <summary>
            Gets or sets blockedDeviceCount.
            Total count of devices with Exchange Access State: Blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExchangeAccessStateSummary.QuarantinedDeviceCount">
            <summary>
            Gets or sets quarantinedDeviceCount.
            Total count of devices with Exchange Access State: Quarantined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExchangeAccessStateSummary.UnavailableDeviceCount">
            <summary>
            Gets or sets unavailableDeviceCount.
            Total count of devices for which no Exchange Access State could be found.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExchangeAccessStateSummary.UnknownDeviceCount">
            <summary>
            Gets or sets unknownDeviceCount.
            Total count of devices with Exchange Access State: Unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExchangeAccessStateSummary.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExchangeAccessStateSummary.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceGeoLocation">
            <summary>
            The type DeviceGeoLocation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.Altitude">
            <summary>
            Gets or sets altitude.
            Altitude, given in meters above sea level
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.Heading">
            <summary>
            Gets or sets heading.
            Heading in degrees from true north
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.HorizontalAccuracy">
            <summary>
            Gets or sets horizontalAccuracy.
            Accuracy of longitude and latitude in meters
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.LastCollectedDateTime">
            <summary>
            Gets or sets lastCollectedDateTime.
            Time at which location was recorded, relative to UTC
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.Latitude">
            <summary>
            Gets or sets latitude.
            Latitude coordinate of the device's location
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.Longitude">
            <summary>
            Gets or sets longitude.
            Longitude coordinate of the device's location
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.Speed">
            <summary>
            Gets or sets speed.
            Speed the device is traveling in meters per second
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.VerticalAccuracy">
            <summary>
            Gets or sets verticalAccuracy.
            Accuracy of altitude in meters
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceHealthAttestationState">
            <summary>
            The type DeviceHealthAttestationState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.AttestationIdentityKey">
            <summary>
            Gets or sets attestationIdentityKey.
            TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.BitLockerStatus">
            <summary>
            Gets or sets bitLockerStatus.
            On or Off of BitLocker Drive Encryption
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.BootAppSecurityVersion">
            <summary>
            Gets or sets bootAppSecurityVersion.
            The security version number of the Boot Application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.BootDebugging">
            <summary>
            Gets or sets bootDebugging.
            When bootDebugging is enabled, the device is used in development and testing
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.BootManagerSecurityVersion">
            <summary>
            Gets or sets bootManagerSecurityVersion.
            The security version number of the Boot Application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.BootManagerVersion">
            <summary>
            Gets or sets bootManagerVersion.
            The version of the Boot Manager
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.BootRevisionListInfo">
            <summary>
            Gets or sets bootRevisionListInfo.
            The Boot Revision List that was loaded during initial boot on the attested device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.CodeIntegrity">
            <summary>
            Gets or sets codeIntegrity.
            When code integrity is enabled, code execution is restricted to integrity verified code
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.CodeIntegrityCheckVersion">
            <summary>
            Gets or sets codeIntegrityCheckVersion.
            The version of the Boot Manager
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.CodeIntegrityPolicy">
            <summary>
            Gets or sets codeIntegrityPolicy.
            The Code Integrity policy that is controlling the security of the boot environment
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.ContentNamespaceUrl">
            <summary>
            Gets or sets contentNamespaceUrl.
            The DHA report version. (Namespace version)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.ContentVersion">
            <summary>
            Gets or sets contentVersion.
            The HealthAttestation state schema version
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.DataExcutionPolicy">
            <summary>
            Gets or sets dataExcutionPolicy.
            DEP Policy defines a set of hardware and software technologies that perform additional checks on memory
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.DeviceHealthAttestationStatus">
            <summary>
            Gets or sets deviceHealthAttestationStatus.
            The DHA report version. (Namespace version)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.EarlyLaunchAntiMalwareDriverProtection">
            <summary>
            Gets or sets earlyLaunchAntiMalwareDriverProtection.
            ELAM provides protection for the computers in your network when they start up
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.HealthAttestationSupportedStatus">
            <summary>
            Gets or sets healthAttestationSupportedStatus.
            This attribute indicates if DHA is supported for the device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.HealthStatusMismatchInfo">
            <summary>
            Gets or sets healthStatusMismatchInfo.
            This attribute appears if DHA-Service detects an integrity issue
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.IssuedDateTime">
            <summary>
            Gets or sets issuedDateTime.
            The DateTime when device was evaluated or issued to MDM
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.LastUpdateDateTime">
            <summary>
            Gets or sets lastUpdateDateTime.
            The Timestamp of the last update.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.OperatingSystemKernelDebugging">
            <summary>
            Gets or sets operatingSystemKernelDebugging.
            When operatingSystemKernelDebugging is enabled, the device is used in development and testing
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.OperatingSystemRevListInfo">
            <summary>
            Gets or sets operatingSystemRevListInfo.
            The Operating System Revision List that was loaded during initial boot on the attested device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.Pcr0">
            <summary>
            Gets or sets pcr0.
            The measurement that is captured in PCR[0]
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.PcrHashAlgorithm">
            <summary>
            Gets or sets pcrHashAlgorithm.
            Informational attribute that identifies the HASH algorithm that was used by TPM
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.ResetCount">
            <summary>
            Gets or sets resetCount.
            The number of times a PC device has hibernated or resumed
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.RestartCount">
            <summary>
            Gets or sets restartCount.
            The number of times a PC device has rebooted
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.SafeMode">
            <summary>
            Gets or sets safeMode.
            Safe mode is a troubleshooting option for Windows that starts your computer in a limited state
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.SecureBoot">
            <summary>
            Gets or sets secureBoot.
            When Secure Boot is enabled, the core components must have the correct cryptographic signatures
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.SecureBootConfigurationPolicyFingerPrint">
            <summary>
            Gets or sets secureBootConfigurationPolicyFingerPrint.
            Fingerprint of the Custom Secure Boot Configuration Policy
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.TestSigning">
            <summary>
            Gets or sets testSigning.
            When test signing is allowed, the device does not enforce signature validation during boot
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.TpmVersion">
            <summary>
            Gets or sets tpmVersion.
            The security version number of the Boot Application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.VirtualSecureMode">
            <summary>
            Gets or sets virtualSecureMode.
            VSM is a container that protects high value assets from a compromised kernel
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.WindowsPE">
            <summary>
            Gets or sets windowsPE.
            Operating system running with limited services that is used to prepare a computer for Windows
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceInstallState">
            <summary>
            The type Device Install State.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.DeviceId">
            <summary>
            Gets or sets device id.
            Device Id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.DeviceName">
            <summary>
            Gets or sets device name.
            Device name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.ErrorCode">
            <summary>
            Gets or sets error code.
            The error code for install failures.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.InstallState">
            <summary>
            Gets or sets install state.
            The install state of the eBook. Possible values are: notApplicable, installed, failed, notInstalled, uninstallFailed, unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.LastSyncDateTime">
            <summary>
            Gets or sets last sync date time.
            Last sync date and time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.OsDescription">
            <summary>
            Gets or sets os description.
            OS Description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.OsVersion">
            <summary>
            Gets or sets os version.
            OS Version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.UserName">
            <summary>
            Gets or sets user name.
            Device User Name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagement">
            <summary>
            The type Device Management.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.IntuneAccountId">
            <summary>
            Gets or sets intune account id.
            Intune Account Id for given tenant
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.Settings">
            <summary>
            Gets or sets settings.
            Account level settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.IntuneBrand">
            <summary>
            Gets or sets intune brand.
            intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.SubscriptionState">
            <summary>
            Gets or sets subscription state.
            Tenant mobile device management subscription state. Possible values are: pending, active, warning, disabled, deleted, blocked, lockedOut.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.TermsAndConditions">
            <summary>
            Gets or sets terms and conditions.
            The terms and conditions associated with device management of the company.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.TermsAndConditionsNextLink">
            <summary>
            Gets or sets termsAndConditionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.AuditEvents">
            <summary>
            Gets or sets audit events.
            The Audit Events
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.AuditEventsNextLink">
            <summary>
            Gets or sets auditEventsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies">
            <summary>
            Gets or sets device compliance policies.
            The device compliance policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceCompliancePoliciesNextLink">
            <summary>
            Gets or sets deviceCompliancePoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceCompliancePolicyDeviceStateSummary">
            <summary>
            Gets or sets device compliance policy device state summary.
            The device compliance state summary for this account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries">
            <summary>
            Gets or sets device compliance policy setting state summaries.
            The summary states of compliance policy settings for this account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummariesNextLink">
            <summary>
            Gets or sets deviceCompliancePolicySettingStateSummariesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceConfigurationDeviceStateSummaries">
            <summary>
            Gets or sets device configuration device state summaries.
            The device configuration device state summary for this account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceConfigurations">
            <summary>
            Gets or sets device configurations.
            The device configurations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceConfigurationsNextLink">
            <summary>
            Gets or sets deviceConfigurationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.IosUpdateStatuses">
            <summary>
            Gets or sets ios update statuses.
            The IOS software update installation statuses for this account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.IosUpdateStatusesNextLink">
            <summary>
            Gets or sets iosUpdateStatusesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.SoftwareUpdateStatusSummary">
            <summary>
            Gets or sets software update status summary.
            The software update status summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ComplianceManagementPartners">
            <summary>
            Gets or sets compliance management partners.
            The list of Compliance Management Partners configured by the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ComplianceManagementPartnersNextLink">
            <summary>
            Gets or sets complianceManagementPartnersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ConditionalAccessSettings">
            <summary>
            Gets or sets conditional access settings.
            The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceCategories">
            <summary>
            Gets or sets device categories.
            The list of device categories with the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceCategoriesNextLink">
            <summary>
            Gets or sets deviceCategoriesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations">
            <summary>
            Gets or sets device enrollment configurations.
            The list of device enrollment configurations
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurationsNextLink">
            <summary>
            Gets or sets deviceEnrollmentConfigurationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceManagementPartners">
            <summary>
            Gets or sets device management partners.
            The list of Device Management Partners configured by the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceManagementPartnersNextLink">
            <summary>
            Gets or sets deviceManagementPartnersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ExchangeConnectors">
            <summary>
            Gets or sets exchange connectors.
            The list of Exchange Connectors configured by the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ExchangeConnectorsNextLink">
            <summary>
            Gets or sets exchangeConnectorsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors">
            <summary>
            Gets or sets mobile threat defense connectors.
            The list of Mobile threat Defense connectors configured by the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectorsNextLink">
            <summary>
            Gets or sets mobileThreatDefenseConnectorsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ApplePushNotificationCertificate">
            <summary>
            Gets or sets apple push notification certificate.
            Apple push notification certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DetectedApps">
            <summary>
            Gets or sets detected apps.
            The list of detected apps associated with a device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DetectedAppsNextLink">
            <summary>
            Gets or sets detectedAppsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ManagedDeviceOverview">
            <summary>
            Gets or sets managed device overview.
            Device overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ManagedDevices">
            <summary>
            Gets or sets managed devices.
            The list of managed devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ManagedDevicesNextLink">
            <summary>
            Gets or sets managedDevicesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities">
            <summary>
            Gets or sets imported windows autopilot device identities.
            Collection of imported Windows autopilot devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentitiesNextLink">
            <summary>
            Gets or sets importedWindowsAutopilotDeviceIdentitiesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities">
            <summary>
            Gets or sets windows autopilot device identities.
            The Windows autopilot device identities contained collection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentitiesNextLink">
            <summary>
            Gets or sets windowsAutopilotDeviceIdentitiesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.NotificationMessageTemplates">
            <summary>
            Gets or sets notification message templates.
            The Notification Message Templates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.NotificationMessageTemplatesNextLink">
            <summary>
            Gets or sets notificationMessageTemplatesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ResourceOperations">
            <summary>
            Gets or sets resource operations.
            The Resource Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ResourceOperationsNextLink">
            <summary>
            Gets or sets resourceOperationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.RoleAssignments">
            <summary>
            Gets or sets role assignments.
            The Role Assignments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.RoleAssignmentsNextLink">
            <summary>
            Gets or sets roleAssignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.RoleDefinitions">
            <summary>
            Gets or sets role definitions.
            The Role Definitions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.RoleDefinitionsNextLink">
            <summary>
            Gets or sets roleDefinitionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.RemoteAssistancePartners">
            <summary>
            Gets or sets remote assistance partners.
            The remote assist partners.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.RemoteAssistancePartnersNextLink">
            <summary>
            Gets or sets remoteAssistancePartnersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.Reports">
            <summary>
            Gets or sets reports.
            Reports singleton
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners">
            <summary>
            Gets or sets telecom expense management partners.
            The telecom expense management partners.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartnersNextLink">
            <summary>
            Gets or sets telecomExpenseManagementPartnersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.TroubleshootingEvents">
            <summary>
            Gets or sets troubleshooting events.
            The list of troubleshooting events for the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.TroubleshootingEventsNextLink">
            <summary>
            Gets or sets troubleshootingEventsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries">
            <summary>
            Gets or sets windows information protection app learning summaries.
            The windows information protection app learning summaries.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummariesNextLink">
            <summary>
            Gets or sets windowsInformationProtectionAppLearningSummariesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries">
            <summary>
            Gets or sets windows information protection network learning summaries.
            The windows information protection network learning summaries.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummariesNextLink">
            <summary>
            Gets or sets windowsInformationProtectionNetworkLearningSummariesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeAccessState">
            <summary>
            The enum DeviceManagementExchangeAccessState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessState.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessState.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessState.Allowed">
            <summary>
            Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessState.Blocked">
            <summary>
            Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessState.Quarantined">
            <summary>
            Quarantined
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeAccessStateReason">
            <summary>
            The enum DeviceManagementExchangeAccessStateReason.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.ExchangeGlobalRule">
            <summary>
            Exchange Global Rule
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.ExchangeIndividualRule">
            <summary>
            Exchange Individual Rule
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.ExchangeDeviceRule">
            <summary>
            Exchange Device Rule
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.ExchangeUpgrade">
            <summary>
            Exchange Upgrade
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.ExchangeMailboxPolicy">
            <summary>
            Exchange Mailbox Policy
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.Other">
            <summary>
            Other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.Compliant">
            <summary>
            Compliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.NotCompliant">
            <summary>
            Not Compliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.NotEnrolled">
            <summary>
            Not Enrolled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.UnknownLocation">
            <summary>
            Unknown Location
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.MfaRequired">
            <summary>
            Mfa Required
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.AzureADBlockDueToAccessPolicy">
            <summary>
            Azure ADBlock Due To Access Policy
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.CompromisedPassword">
            <summary>
            Compromised Password
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.DeviceNotKnownWithManagedApp">
            <summary>
            Device Not Known With Managed App
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnector">
            <summary>
            The type Device Management Exchange Connector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.ConnectorServerName">
            <summary>
            Gets or sets connector server name.
            The name of the server hosting the Exchange Connector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.ExchangeAlias">
            <summary>
            Gets or sets exchange alias.
            An alias assigned to the Exchange server
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.ExchangeConnectorType">
            <summary>
            Gets or sets exchange connector type.
            The type of Exchange Connector Configured. Possible values are: onPremises, hosted, serviceToService, dedicated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.ExchangeOrganization">
            <summary>
            Gets or sets exchange organization.
            Exchange Organization to the Exchange server
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.LastSyncDateTime">
            <summary>
            Gets or sets last sync date time.
            Last sync time for the Exchange Connector
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.PrimarySmtpAddress">
            <summary>
            Gets or sets primary smtp address.
            Email address used to configure the Service To Service Exchange Connector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.ServerName">
            <summary>
            Gets or sets server name.
            The name of the Exchange server.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.Status">
            <summary>
            Gets or sets status.
            Exchange Connector Status. Possible values are: none, connectionPending, connected, disconnected.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.Version">
            <summary>
            Gets or sets version.
            The version of the ExchangeConnectorAgent
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorStatus">
            <summary>
            The enum DeviceManagementExchangeConnectorStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorStatus.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorStatus.ConnectionPending">
            <summary>
            Connection Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorStatus.Connected">
            <summary>
            Connected
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorStatus.Disconnected">
            <summary>
            Disconnected
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequestBody">
            <summary>
            The type DeviceManagementExchangeConnectorSyncRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequestBody.SyncType">
            <summary>
            Gets or sets SyncType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorSyncType">
            <summary>
            The enum DeviceManagementExchangeConnectorSyncType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorSyncType.FullSync">
            <summary>
            Full Sync
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorSyncType.DeltaSync">
            <summary>
            Delta Sync
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorType">
            <summary>
            The enum DeviceManagementExchangeConnectorType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorType.OnPremises">
            <summary>
            On Premises
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorType.Hosted">
            <summary>
            Hosted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorType.ServiceToService">
            <summary>
            Service To Service
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorType.Dedicated">
            <summary>
            Dedicated
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExportJob">
            <summary>
            The type Device Management Export Job.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExportJob.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            Time that the exported report expires
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExportJob.Filter">
            <summary>
            Gets or sets filter.
            Filters applied on the report
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExportJob.Format">
            <summary>
            Gets or sets format.
            Format of the exported report. Possible values are: csv, pdf, json, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExportJob.LocalizationType">
            <summary>
            Gets or sets localization type.
            Configures how the requested export job is localized. Possible values are: localizedValuesAsAdditionalColumn, replaceLocalizableValues.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExportJob.ReportName">
            <summary>
            Gets or sets report name.
            Name of the report
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExportJob.RequestDateTime">
            <summary>
            Gets or sets request date time.
            Time that the exported report was requested
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExportJob.Select">
            <summary>
            Gets or sets select.
            Columns selected from the report
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExportJob.SnapshotId">
            <summary>
            Gets or sets snapshot id.
            A snapshot is an identifiable subset of the dataset represented by the ReportName. A sessionId or CachedReportConfiguration id can be used here. If a sessionId is specified, Filter, Select, and OrderBy are applied to the data represented by the sessionId. Filter, Select, and OrderBy cannot be specified together with a CachedReportConfiguration id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExportJob.Status">
            <summary>
            Gets or sets status.
            Status of the export job. Possible values are: unknown, notStarted, inProgress, completed, failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExportJob.Url">
            <summary>
            Gets or sets url.
            Temporary location of the exported report
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExportJobLocalizationType">
            <summary>
            The enum DeviceManagementExportJobLocalizationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExportJobLocalizationType.LocalizedValuesAsAdditionalColumn">
            <summary>
            Localized Values As Additional Column
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExportJobLocalizationType.ReplaceLocalizableValues">
            <summary>
            Replace Localizable Values
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementPartner">
            <summary>
            The type Device Management Partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.DisplayName">
            <summary>
            Gets or sets display name.
            Partner display name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.IsConfigured">
            <summary>
            Gets or sets is configured.
            Whether device management partner is configured or not
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.LastHeartbeatDateTime">
            <summary>
            Gets or sets last heartbeat date time.
            Timestamp of last heartbeat after admin enabled option Connect to Device management Partner
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.PartnerAppType">
            <summary>
            Gets or sets partner app type.
            Partner App type. Possible values are: unknown, singleTenantApp, multiTenantApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.PartnerState">
            <summary>
            Gets or sets partner state.
            Partner state of this tenant. Possible values are: unknown, unavailable, enabled, terminated, rejected, unresponsive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.SingleTenantAppId">
            <summary>
            Gets or sets single tenant app id.
            Partner Single tenant App id
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.WhenPartnerDevicesWillBeMarkedAsNonCompliantDateTime">
            <summary>
            Gets or sets when partner devices will be marked as non compliant date time.
            DateTime in UTC when PartnerDevices will be marked as NonCompliant
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.WhenPartnerDevicesWillBeRemovedDateTime">
            <summary>
            Gets or sets when partner devices will be removed date time.
            DateTime in UTC when PartnerDevices will be removed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementPartnerAppType">
            <summary>
            The enum DeviceManagementPartnerAppType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerAppType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerAppType.SingleTenantApp">
            <summary>
            Single Tenant App
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerAppType.MultiTenantApp">
            <summary>
            Multi Tenant App
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementPartnerTenantState">
            <summary>
            The enum DeviceManagementPartnerTenantState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerTenantState.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerTenantState.Unavailable">
            <summary>
            Unavailable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerTenantState.Enabled">
            <summary>
            Enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerTenantState.Terminated">
            <summary>
            Terminated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerTenantState.Rejected">
            <summary>
            Rejected
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerTenantState.Unresponsive">
            <summary>
            Unresponsive
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportFileFormat">
            <summary>
            The enum DeviceManagementReportFileFormat.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementReportFileFormat.Csv">
            <summary>
            Csv
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementReportFileFormat.Pdf">
            <summary>
            Pdf
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementReportFileFormat.Json">
            <summary>
            Json
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementReportFileFormat.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReports">
            <summary>
            The type Device Management Reports.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReports.ExportJobs">
            <summary>
            Gets or sets export jobs.
            Entity representing a job to export a report
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReports.ExportJobsNextLink">
            <summary>
            Gets or sets exportJobsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetCachedReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequestBody.Id">
            <summary>
            Gets or sets Id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBody">
            <summary>
            The type DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetDeviceNonComplianceReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetHistoricalReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBody">
            <summary>
            The type DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetPolicyNonComplianceReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBody">
            <summary>
            The type DeviceManagementReportsGetReportFiltersRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBody">
            <summary>
            The type DeviceManagementReportsGetSettingNonComplianceReportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBody.Select">
            <summary>
            Gets or sets Select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBody.GroupBy">
            <summary>
            Gets or sets GroupBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBody.OrderBy">
            <summary>
            Gets or sets OrderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBody.Skip">
            <summary>
            Gets or sets Skip.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBody.Filter">
            <summary>
            Gets or sets Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportStatus">
            <summary>
            The enum DeviceManagementReportStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementReportStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementReportStatus.NotStarted">
            <summary>
            Not Started
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementReportStatus.InProgress">
            <summary>
            In Progress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementReportStatus.Completed">
            <summary>
            Completed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementReportStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementSettings">
            <summary>
            The type DeviceManagementSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementSettings.DeviceComplianceCheckinThresholdDays">
            <summary>
            Gets or sets deviceComplianceCheckinThresholdDays.
            The number of days a device is allowed to go without checking in to remain compliant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementSettings.IsScheduledActionEnabled">
            <summary>
            Gets or sets isScheduledActionEnabled.
            Is feature enabled or not for scheduled action for rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementSettings.SecureByDefault">
            <summary>
            Gets or sets secureByDefault.
            Device should be noncompliant when there is no compliance policy targeted when this is true
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementSubscriptionState">
            <summary>
            The enum DeviceManagementSubscriptionState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.Pending">
            <summary>
            Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.Active">
            <summary>
            Active
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.Warning">
            <summary>
            Warning
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.Disabled">
            <summary>
            Disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.Deleted">
            <summary>
            Deleted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.Blocked">
            <summary>
            Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.LockedOut">
            <summary>
            Locked Out
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEvent">
            <summary>
            The type Device Management Troubleshooting Event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTroubleshootingEvent.CorrelationId">
            <summary>
            Gets or sets correlation id.
            Id used for tracing the failure in the service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTroubleshootingEvent.EventDateTime">
            <summary>
            Gets or sets event date time.
            Time when the event occurred .
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceOperatingSystemSummary">
            <summary>
            The type DeviceOperatingSystemSummary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.AndroidCorporateWorkProfileCount">
            <summary>
            Gets or sets androidCorporateWorkProfileCount.
            The count of Corporate work profile Android devices. Also known as Corporate Owned Personally Enabled (COPE). Valid values -1 to 2147483647
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.AndroidCount">
            <summary>
            Gets or sets androidCount.
            Number of android device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.AndroidDedicatedCount">
            <summary>
            Gets or sets androidDedicatedCount.
            Number of dedicated Android devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.AndroidDeviceAdminCount">
            <summary>
            Gets or sets androidDeviceAdminCount.
            Number of device admin Android devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.AndroidFullyManagedCount">
            <summary>
            Gets or sets androidFullyManagedCount.
            Number of fully managed Android devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.AndroidWorkProfileCount">
            <summary>
            Gets or sets androidWorkProfileCount.
            Number of work profile Android devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.ConfigMgrDeviceCount">
            <summary>
            Gets or sets configMgrDeviceCount.
            Number of ConfigMgr managed devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.IosCount">
            <summary>
            Gets or sets iosCount.
            Number of iOS device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.MacOSCount">
            <summary>
            Gets or sets macOSCount.
            Number of Mac OS X device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.UnknownCount">
            <summary>
            Gets or sets unknownCount.
            Number of unknown device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.WindowsCount">
            <summary>
            Gets or sets windowsCount.
            Number of Windows device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.WindowsMobileCount">
            <summary>
            Gets or sets windowsMobileCount.
            Number of Windows mobile device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegistrationState">
            <summary>
            The enum DeviceRegistrationState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.NotRegistered">
            <summary>
            Not Registered
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.Registered">
            <summary>
            Registered
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.Revoked">
            <summary>
            Revoked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.KeyConflict">
            <summary>
            Key Conflict
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.ApprovalPending">
            <summary>
            Approval Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.CertificateReset">
            <summary>
            Certificate Reset
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.NotRegisteredPendingEnrollment">
            <summary>
            Not Registered Pending Enrollment
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceThreatProtectionLevel">
            <summary>
            The enum DeviceThreatProtectionLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceThreatProtectionLevel.Unavailable">
            <summary>
            Unavailable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceThreatProtectionLevel.Secured">
            <summary>
            Secured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceThreatProtectionLevel.Low">
            <summary>
            Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceThreatProtectionLevel.Medium">
            <summary>
            Medium
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceThreatProtectionLevel.High">
            <summary>
            High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceThreatProtectionLevel.NotSet">
            <summary>
            Not Set
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Diagnostic">
            <summary>
            The type Diagnostic.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Diagnostic.Message">
            <summary>
            Gets or sets message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Diagnostic.Url">
            <summary>
            Gets or sets url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Diagnostic.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Diagnostic.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DiagnosticDataSubmissionMode">
            <summary>
            The enum DiagnosticDataSubmissionMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiagnosticDataSubmissionMode.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiagnosticDataSubmissionMode.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiagnosticDataSubmissionMode.Basic">
            <summary>
            Basic
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiagnosticDataSubmissionMode.Enhanced">
            <summary>
            Enhanced
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiagnosticDataSubmissionMode.Full">
            <summary>
            Full
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Dictionary">
            <summary>
            The type Dictionary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Dictionary.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Dictionary.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Directory">
            <summary>
            The type Directory.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Directory.AdministrativeUnits">
            <summary>
            Gets or sets administrative units.
            Conceptual container for user and group directory objects.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Directory.AdministrativeUnitsNextLink">
            <summary>
            Gets or sets administrativeUnitsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Directory.DeletedItems">
            <summary>
            Gets or sets deleted items.
            Recently deleted items. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Directory.DeletedItemsNextLink">
            <summary>
            Gets or sets deletedItemsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Directory.FederationConfigurations">
            <summary>
            Gets or sets federation configurations.
            Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Directory.FederationConfigurationsNextLink">
            <summary>
            Gets or sets federationConfigurationsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryAudit">
            <summary>
            The type Directory Audit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAudit.ActivityDateTime">
            <summary>
            Gets or sets activity date time.
            Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAudit.ActivityDisplayName">
            <summary>
            Gets or sets activity display name.
            Indicates the activity name or the operation name (examples: 'Create User' and 'Add member to group'). For full list, see Azure AD activity list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAudit.AdditionalDetails">
            <summary>
            Gets or sets additional details.
            Indicates additional details on the activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAudit.Category">
            <summary>
            Gets or sets category.
            Indicates which resource category that's targeted by the activity. For example: UserManagement, GroupManagement, ApplicationManagement, RoleManagement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAudit.CorrelationId">
            <summary>
            Gets or sets correlation id.
            Indicates a unique ID that helps correlate activities that span across various services. Can be used to trace logs across services.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAudit.InitiatedBy">
            <summary>
            Gets or sets initiated by.
            Indicates information about the user or app initiated the activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAudit.LoggedByService">
            <summary>
            Gets or sets logged by service.
            Indicates information on which service initiated the activity (For example: Self-service Password Management, Core Directory, B2C, Invited Users, Microsoft Identity Manager, Privileged Identity Management.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAudit.OperationType">
            <summary>
            Gets or sets operation type.
            Indicates the type of operation that was performed. The possible values include but are not limited to the following: Add, Assign, Update, Unassign, and Delete.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAudit.Result">
            <summary>
            Gets or sets result.
            Indicates the result of the activity. Possible values are: success, failure, timeout, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAudit.ResultReason">
            <summary>
            Gets or sets result reason.
            Indicates the reason for failure if the result is failure or timeout.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAudit.TargetResources">
            <summary>
            Gets or sets target resources.
            Indicates information on which resource was changed due to the activity. Target Resource Type can be User, Device, Directory, App, Role, Group, Policy or Other.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObject">
            <summary>
            The type Directory Object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObject.DeletedDateTime">
            <summary>
            Gets or sets deleted date time.
            Date and time when this object was deleted. Always null when the object hasn't been deleted.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequestBody">
            <summary>
            The type DirectoryObjectCheckMemberGroupsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequestBody.GroupIds">
            <summary>
            Gets or sets GroupIds.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequestBody">
            <summary>
            The type DirectoryObjectCheckMemberObjectsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequestBody.Ids">
            <summary>
            Gets or sets Ids.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequestBody">
            <summary>
            The type DirectoryObjectGetAvailableExtensionPropertiesRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequestBody.IsSyncedFromOnPremises">
            <summary>
            Gets or sets IsSyncedFromOnPremises.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetByIdsRequestBody">
            <summary>
            The type DirectoryObjectGetByIdsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetByIdsRequestBody.Ids">
            <summary>
            Gets or sets Ids.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetByIdsRequestBody.Types">
            <summary>
            Gets or sets Types.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequestBody">
            <summary>
            The type DirectoryObjectGetMemberGroupsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequestBody.SecurityEnabledOnly">
            <summary>
            Gets or sets SecurityEnabledOnly.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequestBody">
            <summary>
            The type DirectoryObjectGetMemberObjectsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequestBody.SecurityEnabledOnly">
            <summary>
            Gets or sets SecurityEnabledOnly.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectPartnerReference">
            <summary>
            The type Directory Object Partner Reference.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReference.#ctor">
            <summary>
             The DirectoryObjectPartnerReference constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectPartnerReference.Description">
            <summary>
            Gets or sets description.
            Description of the object returned. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectPartnerReference.DisplayName">
            <summary>
            Gets or sets display name.
            Name of directory object being returned, like group or application. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectPartnerReference.ExternalPartnerTenantId">
            <summary>
            Gets or sets external partner tenant id.
            The tenant identifier for the partner tenant. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectPartnerReference.ObjectType">
            <summary>
            Gets or sets object type.
            The type of the referenced object in the partner tenant. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectValidatePropertiesRequestBody">
            <summary>
            The type DirectoryObjectValidatePropertiesRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectValidatePropertiesRequestBody.EntityType">
            <summary>
            Gets or sets EntityType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectValidatePropertiesRequestBody.DisplayName">
            <summary>
            Gets or sets DisplayName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectValidatePropertiesRequestBody.MailNickname">
            <summary>
            Gets or sets MailNickname.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectValidatePropertiesRequestBody.OnBehalfOfUserId">
            <summary>
            Gets or sets OnBehalfOfUserId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRole">
            <summary>
            The type Directory Role.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRole.#ctor">
            <summary>
             The DirectoryRole constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRole.Description">
            <summary>
            Gets or sets description.
            The description for the directory role. Read-only. Supports $filter (eq), $search, $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRole.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for the directory role. Read-only. Supports $filter (eq), $search, $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRole.RoleTemplateId">
            <summary>
            Gets or sets role template id.
            The id of the directoryRoleTemplate that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read only. Supports $filter (eq), $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRole.Members">
            <summary>
            Gets or sets members.
            Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRole.MembersNextLink">
            <summary>
            Gets or sets membersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRole.ScopedMembers">
            <summary>
            Gets or sets scoped members.
            Members of this directory role that are scoped to administrative units. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRole.ScopedMembersNextLink">
            <summary>
            Gets or sets scopedMembersNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleTemplate">
            <summary>
            The type Directory Role Template.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplate.#ctor">
            <summary>
             The DirectoryRoleTemplate constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleTemplate.Description">
            <summary>
            Gets or sets description.
            The description to set for the directory role. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleTemplate.DisplayName">
            <summary>
            Gets or sets display name.
            The display name to set for the directory role. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DisableAndDeleteUserApplyAction">
            <summary>
            The type DisableAndDeleteUserApplyAction.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DisableAndDeleteUserApplyAction.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.DisableAndDeleteUserApplyAction"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DiskType">
            <summary>
            The enum DiskType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiskType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiskType.Hdd">
            <summary>
            Hdd
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiskType.Ssd">
            <summary>
            Ssd
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiskType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DisplayNameLocalization">
            <summary>
            The type DisplayNameLocalization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DisplayNameLocalization.DisplayName">
            <summary>
            Gets or sets displayName.
            If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DisplayNameLocalization.LanguageTag">
            <summary>
            Gets or sets languageTag.
            Provides the language culture-code and friendly name of the language that the displayName field has been provided in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DisplayNameLocalization.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DisplayNameLocalization.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DocumentSet">
            <summary>
            The type DocumentSet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSet.AllowedContentTypes">
            <summary>
            Gets or sets allowedContentTypes.
            Content types allowed in document set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSet.DefaultContents">
            <summary>
            Gets or sets defaultContents.
            Default contents of document set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSet.PropagateWelcomePageChanges">
            <summary>
            Gets or sets propagateWelcomePageChanges.
            Specifies whether to push welcome page changes to inherited content types.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSet.ShouldPrefixNameToFile">
            <summary>
            Gets or sets shouldPrefixNameToFile.
            Indicates whether to add the name of the document set to each file name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSet.WelcomePageUrl">
            <summary>
            Gets or sets welcomePageUrl.
            Welcome page absolute URL.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSet.SharedColumns">
            <summary>
            Gets or sets sharedColumns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSet.WelcomePageColumns">
            <summary>
            Gets or sets welcomePageColumns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSet.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSet.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetContent">
            <summary>
            The type DocumentSetContent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetContent.ContentType">
            <summary>
            Gets or sets contentType.
            Content type information of the file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetContent.FileName">
            <summary>
            Gets or sets fileName.
            Name of the file in resource folder that should be added as a default content or a template in the document set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetContent.FolderName">
            <summary>
            Gets or sets folderName.
            Folder name in which the file will be placed when a new document set is created in the library.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetContent.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetContent.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetVersion">
            <summary>
            The type Document Set Version.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersion.#ctor">
            <summary>
             The DocumentSetVersion constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetVersion.Comment">
            <summary>
            Gets or sets comment.
            Comment about the captured version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetVersion.CreatedBy">
            <summary>
            Gets or sets created by.
            User who captured the version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetVersion.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Date and time when this version was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetVersion.Items">
            <summary>
            Gets or sets items.
            Items within the document set that are captured as part of this version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetVersion.ShouldCaptureMinorVersion">
            <summary>
            Gets or sets should capture minor version.
            If true, minor versions of items are also captured; otherwise, only major versions will be captured. Default value is false.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetVersionItem">
            <summary>
            The type DocumentSetVersionItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetVersionItem.ItemId">
            <summary>
            Gets or sets itemId.
            The unique identifier for the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetVersionItem.Title">
            <summary>
            Gets or sets title.
            The title of the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetVersionItem.VersionId">
            <summary>
            Gets or sets versionId.
            The version ID of the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetVersionItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetVersionItem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Domain">
            <summary>
            The type Domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.AuthenticationType">
            <summary>
            Gets or sets authentication type.
            Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Azure AD performs user authentication. Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. This property is read-only and is not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.AvailabilityStatus">
            <summary>
            Gets or sets availability status.
            This property is always null except when the verify action is used. When the verify action is used, a domain entity is returned in the response. The availabilityStatus property of the domain entity in the response is either AvailableImmediately or EmailVerifiedDomainTakeoverScheduled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.IsAdminManaged">
            <summary>
            Gets or sets is admin managed.
            The value of the property is false if the DNS record management of the domain has been delegated to Microsoft 365. Otherwise, the value is true. Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.IsDefault">
            <summary>
            Gets or sets is default.
            true if this is the default domain that is used for user creation. There is only one default domain per company. Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.IsInitial">
            <summary>
            Gets or sets is initial.
            true if this is the initial domain created by Microsoft Online Services (companyname.onmicrosoft.com). There is only one initial domain per company. Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.IsRoot">
            <summary>
            Gets or sets is root.
            true if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.IsVerified">
            <summary>
            Gets or sets is verified.
            true if the domain has completed domain ownership verification. Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.Manufacturer">
            <summary>
            Gets or sets manufacturer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.Model">
            <summary>
            Gets or sets model.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.PasswordNotificationWindowInDays">
            <summary>
            Gets or sets password notification window in days.
            Specifies the number of days before a user receives notification that their password will expire. If the property is not set, a default value of 14 days will be used.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.PasswordValidityPeriodInDays">
            <summary>
            Gets or sets password validity period in days.
            Specifies the length of time that a password is valid before it must be changed. If the property is not set, a default value of 90 days will be used.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.State">
            <summary>
            Gets or sets state.
            Status of asynchronous operations scheduled for the domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.SupportedServices">
            <summary>
            Gets or sets supported services.
            The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.DomainNameReferences">
            <summary>
            Gets or sets domain name references.
            The objects such as users and groups that reference the domain ID. Read-only, Nullable. Supports $expand and $filter by the OData type of objects returned. For example /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.DomainNameReferencesNextLink">
            <summary>
            Gets or sets domainNameReferencesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.FederationConfiguration">
            <summary>
            Gets or sets federation configuration.
            Domain settings configured by a customer when federated with Azure AD. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.FederationConfigurationNextLink">
            <summary>
            Gets or sets federationConfigurationNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.ServiceConfigurationRecords">
            <summary>
            Gets or sets service configuration records.
            DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.ServiceConfigurationRecordsNextLink">
            <summary>
            Gets or sets serviceConfigurationRecordsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.VerificationDnsRecords">
            <summary>
            Gets or sets verification dns records.
            DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Azure AD. Read-only, Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.VerificationDnsRecordsNextLink">
            <summary>
            Gets or sets verificationDnsRecordsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsCnameRecord">
            <summary>
            The type Domain Dns Cname Record.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecord.#ctor">
            <summary>
             The DomainDnsCnameRecord constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsCnameRecord.CanonicalName">
            <summary>
            Gets or sets canonical name.
            The canonical name of the CNAME record. Used to configure the CNAME record at the DNS host.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsMxRecord">
            <summary>
            The type Domain Dns Mx Record.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecord.#ctor">
            <summary>
             The DomainDnsMxRecord constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsMxRecord.MailExchange">
            <summary>
            Gets or sets mail exchange.
            Value used when configuring the answer/destination/value of the MX record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsMxRecord.Preference">
            <summary>
            Gets or sets preference.
            Value used when configuring the Preference/Priority property of the MX record at the DNS host.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsRecord">
            <summary>
            The type Domain Dns Record.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsRecord.IsOptional">
            <summary>
            Gets or sets is optional.
            If false, this record must be configured by the customer at the DNS host for Microsoft Online Services to operate correctly with the domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsRecord.Label">
            <summary>
            Gets or sets label.
            Value used when configuring the name of the DNS record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsRecord.RecordType">
            <summary>
            Gets or sets record type.
            Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, Txt.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsRecord.SupportedService">
            <summary>
            Gets or sets supported service.
            Microsoft Online Service or feature that has a dependency on this DNS record.Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsRecord.Ttl">
            <summary>
            Gets or sets ttl.
            Value to use when configuring the time-to-live (ttl) property of the DNS record at the DNS host. Not nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsSrvRecord">
            <summary>
            The type Domain Dns Srv Record.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecord.#ctor">
            <summary>
             The DomainDnsSrvRecord constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsSrvRecord.NameTarget">
            <summary>
            Gets or sets name target.
            Value to use when configuring the Target property of the SRV record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsSrvRecord.Port">
            <summary>
            Gets or sets port.
            Value to use when configuring the port property of the SRV record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsSrvRecord.Priority">
            <summary>
            Gets or sets priority.
            Value to use when configuring the priority property of the SRV record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsSrvRecord.Protocol">
            <summary>
            Gets or sets protocol.
            Value to use when configuring the protocol property of the SRV record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsSrvRecord.Service">
            <summary>
            Gets or sets service.
            Value to use when configuring the service property of the SRV record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsSrvRecord.Weight">
            <summary>
            Gets or sets weight.
            Value to use when configuring the weight property of the SRV record at the DNS host.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsTxtRecord">
            <summary>
            The type Domain Dns Txt Record.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecord.#ctor">
            <summary>
             The DomainDnsTxtRecord constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsTxtRecord.Text">
            <summary>
            Gets or sets text.
            Value used when configuring the text property at the DNS host.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsUnavailableRecord">
            <summary>
            The type Domain Dns Unavailable Record.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecord.#ctor">
            <summary>
             The DomainDnsUnavailableRecord constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsUnavailableRecord.Description">
            <summary>
            Gets or sets description.
            Provides the reason why the DomainDnsUnavailableRecord entity is returned.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainForceDeleteRequestBody">
            <summary>
            The type DomainForceDeleteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainForceDeleteRequestBody.DisableUserAccounts">
            <summary>
            Gets or sets DisableUserAccounts.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainIdentitySource">
            <summary>
            The type DomainIdentitySource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainIdentitySource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.DomainIdentitySource"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainIdentitySource.DisplayName">
            <summary>
            Gets or sets displayName.
            The name of the identity source, typically also the domain name. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainIdentitySource.DomainName">
            <summary>
            Gets or sets domainName.
            The domain name. Read only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainState">
            <summary>
            The type DomainState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainState.LastActionDateTime">
            <summary>
            Gets or sets lastActionDateTime.
            Timestamp for when the last activity occurred. The value is updated when an operation is scheduled, the asynchronous task starts, and when the operation completes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainState.Operation">
            <summary>
            Gets or sets operation.
            Type of asynchronous operation. The values can be ForceDelete or Verification
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainState.Status">
            <summary>
            Gets or sets status.
            Current status of the operation.  Scheduled - Operation has been scheduled but has not started.  InProgress - Task has started and is in progress.  Failed - Operation has failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Drive">
            <summary>
            The type Drive.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Drive.#ctor">
            <summary>
             The Drive constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.DriveType">
            <summary>
            Gets or sets drive type.
            Describes the type of drive represented by this resource. OneDrive personal drives will return personal. OneDrive for Business will return business. SharePoint document libraries will return documentLibrary. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.Owner">
            <summary>
            Gets or sets owner.
            Optional. The user account that owns the drive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.Quota">
            <summary>
            Gets or sets quota.
            Optional. Information about the drive's storage space quota. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.SharePointIds">
            <summary>
            Gets or sets share point ids.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.System">
            <summary>
            Gets or sets system.
            If present, indicates that this is a system-managed drive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.Bundles">
            <summary>
            Gets or sets bundles.
            Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.BundlesNextLink">
            <summary>
            Gets or sets bundlesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.Following">
            <summary>
            Gets or sets following.
            The list of items the user is following. Only in OneDrive for Business.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.FollowingNextLink">
            <summary>
            Gets or sets followingNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.Items">
            <summary>
            Gets or sets items.
            All items contained in the drive. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.ItemsNextLink">
            <summary>
            Gets or sets itemsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.List">
            <summary>
            Gets or sets list.
            For drives in SharePoint, the underlying document library list. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.Root">
            <summary>
            Gets or sets root.
            The root folder of the drive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.Special">
            <summary>
            Gets or sets special.
            Collection of common folders available in OneDrive. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.SpecialNextLink">
            <summary>
            Gets or sets specialNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItem">
            <summary>
            The type Drive Item.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItem.#ctor">
            <summary>
             The DriveItem constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Audio">
            <summary>
            Gets or sets audio.
            Audio metadata, if the item is an audio file. Read-only. Read-only. Only on OneDrive Personal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Bundle">
            <summary>
            Gets or sets bundle.
            Bundle metadata, if the item is a bundle. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Content">
            <summary>
            Gets or sets content.
            The content stream, if the item represents a file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.CTag">
            <summary>
            Gets or sets c tag.
            An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Deleted">
            <summary>
            Gets or sets deleted.
            Information about the deleted state of the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.File">
            <summary>
            Gets or sets file.
            File metadata, if the item is a file. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.FileSystemInfo">
            <summary>
            Gets or sets file system info.
            File system information on client. Read-write.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Folder">
            <summary>
            Gets or sets folder.
            Folder metadata, if the item is a folder. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Image">
            <summary>
            Gets or sets image.
            Image metadata, if the item is an image. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Location">
            <summary>
            Gets or sets location.
            Location metadata, if the item has location data. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Malware">
            <summary>
            Gets or sets malware.
            Malware metadata, if the item was detected to contain malware. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Package">
            <summary>
            Gets or sets package.
            If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.PendingOperations">
            <summary>
            Gets or sets pending operations.
            If present, indicates that one or more operations that might affect the state of the driveItem are pending completion. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Photo">
            <summary>
            Gets or sets photo.
            Photo metadata, if the item is a photo. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Publication">
            <summary>
            Gets or sets publication.
            Provides information about the published or checked-out state of an item, in locations that support such actions. This property is not returned by default. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.RemoteItem">
            <summary>
            Gets or sets remote item.
            Remote item data, if the item is shared from a drive other than the one being accessed. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Root">
            <summary>
            Gets or sets root.
            If this property is non-null, it indicates that the driveItem is the top-most driveItem in the drive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.SearchResult">
            <summary>
            Gets or sets search result.
            Search metadata, if the item is from a search result. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Shared">
            <summary>
            Gets or sets shared.
            Indicates that the item has been shared with others and provides information about the shared state of the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.SharepointIds">
            <summary>
            Gets or sets sharepoint ids.
            Returns identifiers useful for SharePoint REST compatibility. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Size">
            <summary>
            Gets or sets size.
            Size of the item in bytes. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.SpecialFolder">
            <summary>
            Gets or sets special folder.
            If the current item is also available as a special folder, this facet is returned. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Video">
            <summary>
            Gets or sets video.
            Video metadata, if the item is a video. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.WebDavUrl">
            <summary>
            Gets or sets web dav url.
            WebDAV compatible URL for the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Workbook">
            <summary>
            Gets or sets workbook.
            For files that are Excel spreadsheets, accesses the workbook API to work with the spreadsheet's contents. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Analytics">
            <summary>
            Gets or sets analytics.
            Analytics about the view activities that took place on this item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Children">
            <summary>
            Gets or sets children.
            Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.ChildrenNextLink">
            <summary>
            Gets or sets childrenNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.ListItem">
            <summary>
            Gets or sets list item.
            For drives in SharePoint, the associated document library list item. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Permissions">
            <summary>
            Gets or sets permissions.
            The set of permissions for the item. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.PermissionsNextLink">
            <summary>
            Gets or sets permissionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Subscriptions">
            <summary>
            Gets or sets subscriptions.
            The set of subscriptions on the item. Only supported on the root of a drive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.SubscriptionsNextLink">
            <summary>
            Gets or sets subscriptionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Thumbnails">
            <summary>
            Gets or sets thumbnails.
            Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.ThumbnailsNextLink">
            <summary>
            Gets or sets thumbnailsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Versions">
            <summary>
            Gets or sets versions.
            The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.VersionsNextLink">
            <summary>
            Gets or sets versionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCheckinRequestBody">
            <summary>
            The type DriveItemCheckinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCheckinRequestBody.CheckInAs">
            <summary>
            Gets or sets CheckInAs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCheckinRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCopyRequestBody">
            <summary>
            The type DriveItemCopyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCopyRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCopyRequestBody.ParentReference">
            <summary>
            Gets or sets ParentReference.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCreateLinkRequestBody">
            <summary>
            The type DriveItemCreateLinkRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateLinkRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateLinkRequestBody.Scope">
            <summary>
            Gets or sets Scope.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateLinkRequestBody.ExpirationDateTime">
            <summary>
            Gets or sets ExpirationDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateLinkRequestBody.Password">
            <summary>
            Gets or sets Password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateLinkRequestBody.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateLinkRequestBody.RetainInheritedPermissions">
            <summary>
            Gets or sets RetainInheritedPermissions.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCreateUploadSessionRequestBody">
            <summary>
            The type DriveItemCreateUploadSessionRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateUploadSessionRequestBody.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemInviteRequestBody">
            <summary>
            The type DriveItemInviteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequestBody.RequireSignIn">
            <summary>
            Gets or sets RequireSignIn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequestBody.Roles">
            <summary>
            Gets or sets Roles.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequestBody.SendInvitation">
            <summary>
            Gets or sets SendInvitation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequestBody.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequestBody.Recipients">
            <summary>
            Gets or sets Recipients.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequestBody.RetainInheritedPermissions">
            <summary>
            Gets or sets RetainInheritedPermissions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequestBody.ExpirationDateTime">
            <summary>
            Gets or sets ExpirationDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequestBody.Password">
            <summary>
            Gets or sets Password.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemPreviewRequestBody">
            <summary>
            The type DriveItemPreviewRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemPreviewRequestBody.Page">
            <summary>
            Gets or sets Page.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemPreviewRequestBody.Zoom">
            <summary>
            Gets or sets Zoom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemRestoreRequestBody">
            <summary>
            The type DriveItemRestoreRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRestoreRequestBody.ParentReference">
            <summary>
            Gets or sets ParentReference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRestoreRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemUploadableProperties">
            <summary>
            The type DriveItemUploadableProperties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemUploadableProperties.Description">
            <summary>
            Gets or sets description.
            Provides a user-visible description of the item. Read-write. Only on OneDrive Personal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemUploadableProperties.FileSize">
            <summary>
            Gets or sets fileSize.
            Provides an expected file size to perform a quota check prior to upload. Only on OneDrive Personal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemUploadableProperties.FileSystemInfo">
            <summary>
            Gets or sets fileSystemInfo.
            File system information on client. Read-write.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemUploadableProperties.Name">
            <summary>
            Gets or sets name.
            The name of the item (filename and extension). Read-write.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemUploadableProperties.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemUploadableProperties.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemValidatePermissionRequestBody">
            <summary>
            The type DriveItemValidatePermissionRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemValidatePermissionRequestBody.ChallengeToken">
            <summary>
            Gets or sets ChallengeToken.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemValidatePermissionRequestBody.Password">
            <summary>
            Gets or sets Password.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersion">
            <summary>
            The type Drive Item Version.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersion.#ctor">
            <summary>
             The DriveItemVersion constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersion.Content">
            <summary>
            Gets or sets content.
            The content stream for this version of the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersion.Size">
            <summary>
            Gets or sets size.
            Indicates the size of the content stream for this version of the item.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveRecipient">
            <summary>
            The type DriveRecipient.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecipient.Alias">
            <summary>
            Gets or sets alias.
            The alias of the domain object, for cases where an email address is unavailable (e.g. security groups).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecipient.Email">
            <summary>
            Gets or sets email.
            The email address for the recipient, if the recipient has an associated email address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecipient.ObjectId">
            <summary>
            Gets or sets objectId.
            The unique identifier for the recipient in the directory.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecipient.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecipient.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EBookInstallSummary">
            <summary>
            The type EBook Install Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EBookInstallSummary.FailedDeviceCount">
            <summary>
            Gets or sets failed device count.
            Number of Devices that have failed to install this book.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EBookInstallSummary.FailedUserCount">
            <summary>
            Gets or sets failed user count.
            Number of Users that have 1 or more device that failed to install this book.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EBookInstallSummary.InstalledDeviceCount">
            <summary>
            Gets or sets installed device count.
            Number of Devices that have successfully installed this book.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EBookInstallSummary.InstalledUserCount">
            <summary>
            Gets or sets installed user count.
            Number of Users whose devices have all succeeded to install this book.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EBookInstallSummary.NotInstalledDeviceCount">
            <summary>
            Gets or sets not installed device count.
            Number of Devices that does not have this book installed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EBookInstallSummary.NotInstalledUserCount">
            <summary>
            Gets or sets not installed user count.
            Number of Users that did not install this book.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EdgeCookiePolicy">
            <summary>
            The enum EdgeCookiePolicy.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EdgeCookiePolicy.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EdgeCookiePolicy.Allow">
            <summary>
            Allow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EdgeCookiePolicy.BlockThirdParty">
            <summary>
            Block Third Party
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EdgeCookiePolicy.BlockAll">
            <summary>
            Block All
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EdgeSearchEngine">
            <summary>
            The type EdgeSearchEngine.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EdgeSearchEngine.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EdgeSearchEngine"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EdgeSearchEngine.EdgeSearchEngineType">
            <summary>
            Gets or sets edgeSearchEngineType.
            Allows IT admins to set a predefined default search engine for MDM-Controlled devices. Possible values are: default, bing.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EdgeSearchEngineBase">
            <summary>
            The type EdgeSearchEngineBase.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EdgeSearchEngineBase.#ctor">
            <summary>
             The internal EdgeSearchEngineBase constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EdgeSearchEngineBase.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EdgeSearchEngineBase.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EdgeSearchEngineCustom">
            <summary>
            The type EdgeSearchEngineCustom.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EdgeSearchEngineCustom.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EdgeSearchEngineCustom"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EdgeSearchEngineCustom.EdgeSearchEngineOpenSearchXmlUrl">
            <summary>
            Gets or sets edgeSearchEngineOpenSearchXmlUrl.
            Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EdgeSearchEngineType">
            <summary>
            The enum EdgeSearchEngineType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EdgeSearchEngineType.Default">
            <summary>
            Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EdgeSearchEngineType.Bing">
            <summary>
            Bing
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EditionUpgradeConfiguration">
            <summary>
            The type Edition Upgrade Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfiguration.#ctor">
            <summary>
             The EditionUpgradeConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EditionUpgradeConfiguration.License">
            <summary>
            Gets or sets license.
            Edition Upgrade License File Content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EditionUpgradeConfiguration.LicenseType">
            <summary>
            Gets or sets license type.
            Edition Upgrade License Type. Possible values are: productKey, licenseFile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EditionUpgradeConfiguration.ProductKey">
            <summary>
            Gets or sets product key.
            Edition Upgrade Product Key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EditionUpgradeConfiguration.TargetEdition">
            <summary>
            Gets or sets target edition.
            Edition Upgrade Target Edition. Possible values are: windows10Enterprise, windows10EnterpriseN, windows10Education, windows10EducationN, windows10MobileEnterprise, windows10HolographicEnterprise, windows10Professional, windows10ProfessionalN, windows10ProfessionalEducation, windows10ProfessionalEducationN, windows10ProfessionalWorkstation, windows10ProfessionalWorkstationN.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EditionUpgradeLicenseType">
            <summary>
            The enum EditionUpgradeLicenseType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EditionUpgradeLicenseType.ProductKey">
            <summary>
            Product Key
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EditionUpgradeLicenseType.LicenseFile">
            <summary>
            License File
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAddedStudentAction">
            <summary>
            The enum EducationAddedStudentAction.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationAddedStudentAction.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationAddedStudentAction.AssignIfOpen">
            <summary>
            Assign If Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationAddedStudentAction.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAddToCalendarOptions">
            <summary>
            The enum EducationAddToCalendarOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationAddToCalendarOptions.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationAddToCalendarOptions.StudentsAndPublisher">
            <summary>
            Students And Publisher
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationAddToCalendarOptions.StudentsAndTeamOwners">
            <summary>
            Students And Team Owners
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationAddToCalendarOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationAddToCalendarOptions.StudentsOnly">
            <summary>
            Students Only
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignment">
            <summary>
            The type Education Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.AddedStudentAction">
            <summary>
            Gets or sets added student action.
            Optional field to control the assignment behavior for students who are added after the assignment is published. If not specified, defaults to none. Supported values are: none, assignIfOpen. For example, a teacher can use assignIfOpen to indicate that an assignment should be assigned to any new student who joins the class while the assignment is still open, and none to indicate that an assignment should not be assigned to new students.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.AddToCalendarAction">
            <summary>
            Gets or sets add to calendar action.
            Optional field to control the assignment behavior  for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.AllowLateSubmissions">
            <summary>
            Gets or sets allow late submissions.
            Identifies whether students can submit after the due date. If this property isn't specified during create, it defaults to true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.AllowStudentsToAddResourcesToSubmission">
            <summary>
            Gets or sets allow students to add resources to submission.
            Identifies whether students can add their own resources to a submission or if they can only modify resources added by the teacher.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.AssignDateTime">
            <summary>
            Gets or sets assign date time.
            The date when the assignment should become active.  If in the future, the assignment isn't shown to the student until this date.  The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.AssignedDateTime">
            <summary>
            Gets or sets assigned date time.
            The moment that the assignment was published to students and the assignment shows up on the students timeline.  The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.AssignTo">
            <summary>
            Gets or sets assign to.
            Which users, or whole class should receive a submission object once the assignment is published.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.ClassId">
            <summary>
            Gets or sets class id.
            Class which this assignment belongs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.CloseDateTime">
            <summary>
            Gets or sets close date time.
            Date when the assignment will be closed for submissions. This is an optional field that can be null if the assignment does not allowLateSubmissions or when the closeDateTime is the same as the dueDateTime. But if specified, then the closeDateTime must be greater than or equal to the dueDateTime. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.CreatedBy">
            <summary>
            Gets or sets created by.
            Who created the assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Moment when the assignment was created.  The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.DisplayName">
            <summary>
            Gets or sets display name.
            Name of the assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.DueDateTime">
            <summary>
            Gets or sets due date time.
            Date when the students assignment is due.  The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.FeedbackResourcesFolderUrl">
            <summary>
            Gets or sets feedback resources folder url.
            Folder URL where all the feedback file resources for this assignment are stored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.Grading">
            <summary>
            Gets or sets grading.
            How the assignment will be graded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.Instructions">
            <summary>
            Gets or sets instructions.
            Instructions for the assignment.  This along with the display name tell the student what to do.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            Who last modified the assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Moment when the assignment was last modified.  The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.NotificationChannelUrl">
            <summary>
            Gets or sets notification channel url.
            Optional field to specify the URL of the channel to post the assignment publish notification. If not specified or null, defaults to the General channel. This field only applies to assignments where the assignTo value is educationAssignmentClassRecipient. Updating the notificationChannelUrl isn't allowed after the assignment has been published.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.ResourcesFolderUrl">
            <summary>
            Gets or sets resources folder url.
            Folder URL where all the file resources for this assignment are stored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.Status">
            <summary>
            Gets or sets status.
            Status of the Assignment.  You can't PATCH this value.  Possible values are: draft, scheduled, published, assigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.WebUrl">
            <summary>
            Gets or sets web url.
            The deep link URL for the given assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.Categories">
            <summary>
            Gets or sets categories.
            When set, enables users to easily find assignments of a given type.  Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.CategoriesNextLink">
            <summary>
            Gets or sets categoriesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.Resources">
            <summary>
            Gets or sets resources.
            Learning objects that are associated with this assignment.  Only teachers can modify this list. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.ResourcesNextLink">
            <summary>
            Gets or sets resourcesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.Rubric">
            <summary>
            Gets or sets rubric.
            When set, the grading rubric attached to this assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.Submissions">
            <summary>
            Gets or sets submissions.
            Once published, there is a submission object for each student representing their work and grade.  Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignment.SubmissionsNextLink">
            <summary>
            Gets or sets submissionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentClassRecipient">
            <summary>
            The type EducationAssignmentClassRecipient.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentClassRecipient.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationAssignmentClassRecipient"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentDefaults">
            <summary>
            The type Education Assignment Defaults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentDefaults.AddedStudentAction">
            <summary>
            Gets or sets added student action.
            Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentDefaults.AddToCalendarAction">
            <summary>
            Gets or sets add to calendar action.
            Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentDefaults.DueTime">
            <summary>
            Gets or sets due time.
            Class-level default value for due time field. Default value is 23:59:00.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentDefaults.NotificationChannelUrl">
            <summary>
            Gets or sets notification channel url.
            Default Teams channel to which notifications will be sent. Default value is null.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentGrade">
            <summary>
            The type EducationAssignmentGrade.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentGrade.#ctor">
            <summary>
             The internal EducationAssignmentGrade constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentGrade.GradedBy">
            <summary>
            Gets or sets gradedBy.
            User who did the grading.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentGrade.GradedDateTime">
            <summary>
            Gets or sets gradedDateTime.
            Moment in time when the grade was applied to this submission object. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentGrade.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentGrade.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentGradeType">
            <summary>
            The type EducationAssignmentGradeType.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentGradeType.#ctor">
            <summary>
             The internal EducationAssignmentGradeType constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentGradeType.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentGradeType.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentGroupRecipient">
            <summary>
            The type EducationAssignmentGroupRecipient.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentGroupRecipient.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationAssignmentGroupRecipient"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentIndividualRecipient">
            <summary>
            The type EducationAssignmentIndividualRecipient.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentIndividualRecipient.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationAssignmentIndividualRecipient"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentIndividualRecipient.Recipients">
            <summary>
            Gets or sets recipients.
            A collection of IDs of the recipients.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentPointsGrade">
            <summary>
            The type EducationAssignmentPointsGrade.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentPointsGrade.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationAssignmentPointsGrade"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentPointsGrade.Points">
            <summary>
            Gets or sets points.
            Number of points a teacher is giving this submission object.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentPointsGradeType">
            <summary>
            The type EducationAssignmentPointsGradeType.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentPointsGradeType.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationAssignmentPointsGradeType"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentPointsGradeType.MaxPoints">
            <summary>
            Gets or sets maxPoints.
            Max points possible for this assignment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentRecipient">
            <summary>
            The type EducationAssignmentRecipient.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRecipient.#ctor">
            <summary>
             The internal EducationAssignmentRecipient constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentRecipient.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentRecipient.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentResource">
            <summary>
            The type Education Assignment Resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentResource.DistributeForStudentWork">
            <summary>
            Gets or sets distribute for student work.
            Indicates whether this resource should be copied to each student submission for modification and submission. Required
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentResource.Resource">
            <summary>
            Gets or sets resource.
            Resource object that has been associated with this assignment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentSettings">
            <summary>
            The type Education Assignment Settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentSettings.SubmissionAnimationDisabled">
            <summary>
            Gets or sets submission animation disabled.
            Indicates whether turn-in celebration animation will be shown. A value of true indicates that the animation will not be shown. Default value is false.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentStatus">
            <summary>
            The enum EducationAssignmentStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationAssignmentStatus.Draft">
            <summary>
            Draft
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationAssignmentStatus.Published">
            <summary>
            Published
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationAssignmentStatus.Assigned">
            <summary>
            Assigned
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationAssignmentStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationCategory">
            <summary>
            The type Education Category.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationCategory.DisplayName">
            <summary>
            Gets or sets display name.
            Unique identifier for the category.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClass">
            <summary>
            The type Education Class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.ClassCode">
            <summary>
            Gets or sets class code.
            Class code used by the school to identify the class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Course">
            <summary>
            Gets or sets course.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.CreatedBy">
            <summary>
            Gets or sets created by.
            Entity who created the class
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Description">
            <summary>
            Gets or sets description.
            Description of the class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.DisplayName">
            <summary>
            Gets or sets display name.
            Name of the class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.ExternalId">
            <summary>
            Gets or sets external id.
            ID of the class from the syncing system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.ExternalName">
            <summary>
            Gets or sets external name.
            Name of the class in the syncing system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.ExternalSource">
            <summary>
            Gets or sets external source.
            How this class was created. Possible values are: sis, manual.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.ExternalSourceDetail">
            <summary>
            Gets or sets external source detail.
            The name of the external source this resources was generated from.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Grade">
            <summary>
            Gets or sets grade.
            Grade level of the class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.MailNickname">
            <summary>
            Gets or sets mail nickname.
            Mail name for sending email to all members, if this is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Term">
            <summary>
            Gets or sets term.
            Term for this class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.AssignmentCategories">
            <summary>
            Gets or sets assignment categories.
            All categories associated with this class. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.AssignmentCategoriesNextLink">
            <summary>
            Gets or sets assignmentCategoriesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.AssignmentDefaults">
            <summary>
            Gets or sets assignment defaults.
            Specifies class-level defaults respected by new assignments created in the class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Assignments">
            <summary>
            Gets or sets assignments.
            All assignments associated with this class. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.AssignmentsNextLink">
            <summary>
            Gets or sets assignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.AssignmentSettings">
            <summary>
            Gets or sets assignment settings.
            Specifies class-level assignments settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Group">
            <summary>
            Gets or sets group.
            The underlying Microsoft 365 group object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Members">
            <summary>
            Gets or sets members.
            All users in the class. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.MembersNextLink">
            <summary>
            Gets or sets membersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Schools">
            <summary>
            Gets or sets schools.
            All schools that this class is associated with. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.SchoolsNextLink">
            <summary>
            Gets or sets schoolsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Teachers">
            <summary>
            Gets or sets teachers.
            All teachers in the class. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.TeachersNextLink">
            <summary>
            Gets or sets teachersNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationCourse">
            <summary>
            The type EducationCourse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationCourse.CourseNumber">
            <summary>
            Gets or sets courseNumber.
            Unique identifier for the course.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationCourse.Description">
            <summary>
            Gets or sets description.
            Description of the course.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationCourse.DisplayName">
            <summary>
            Gets or sets displayName.
            Name of the course.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationCourse.ExternalId">
            <summary>
            Gets or sets externalId.
            ID of the course from the syncing system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationCourse.Subject">
            <summary>
            Gets or sets subject.
            Subject of the course.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationCourse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationCourse.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationExcelResource">
            <summary>
            The type EducationExcelResource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationExcelResource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationExcelResource"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationExcelResource.FileUrl">
            <summary>
            Gets or sets fileUrl.
            Pointer to the Excel file object.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationExternalResource">
            <summary>
            The type EducationExternalResource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationExternalResource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationExternalResource"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationExternalResource.WebUrl">
            <summary>
            Gets or sets webUrl.
            Location of the resource. Required
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationExternalSource">
            <summary>
            The enum EducationExternalSource.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationExternalSource.Sis">
            <summary>
            Sis
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationExternalSource.Manual">
            <summary>
            Manual
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationExternalSource.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationFeedback">
            <summary>
            The type EducationFeedback.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationFeedback.FeedbackBy">
            <summary>
            Gets or sets feedbackBy.
            User who created the feedback.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationFeedback.FeedbackDateTime">
            <summary>
            Gets or sets feedbackDateTime.
            Moment in time when the feedback was given. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationFeedback.Text">
            <summary>
            Gets or sets text.
            Feedback.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationFeedback.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationFeedback.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationFeedbackOutcome">
            <summary>
            The type Education Feedback Outcome.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcome.#ctor">
            <summary>
             The EducationFeedbackOutcome constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationFeedbackOutcome.Feedback">
            <summary>
            Gets or sets feedback.
            Teacher's written feedback to the student.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationFeedbackOutcome.PublishedFeedback">
            <summary>
            Gets or sets published feedback.
            A copy of the feedback property that is made when the grade is released to the student.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationFeedbackResourceOutcome">
            <summary>
            The type Education Feedback Resource Outcome.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcome.#ctor">
            <summary>
             The EducationFeedbackResourceOutcome constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationFeedbackResourceOutcome.FeedbackResource">
            <summary>
            Gets or sets feedback resource.
            The actual feedback resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationFeedbackResourceOutcome.ResourceStatus">
            <summary>
            Gets or sets resource status.
            The status of the feedback resource. The possible values are: notPublished, pendingPublish, published, failedPublish, unknownFutureValue.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationFeedbackResourceOutcomeStatus">
            <summary>
            The enum EducationFeedbackResourceOutcomeStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationFeedbackResourceOutcomeStatus.NotPublished">
            <summary>
            Not Published
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationFeedbackResourceOutcomeStatus.PendingPublish">
            <summary>
            Pending Publish
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationFeedbackResourceOutcomeStatus.Published">
            <summary>
            Published
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationFeedbackResourceOutcomeStatus.FailedPublish">
            <summary>
            Failed Publish
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationFeedbackResourceOutcomeStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationFileResource">
            <summary>
            The type EducationFileResource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationFileResource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationFileResource"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationFileResource.FileUrl">
            <summary>
            Gets or sets fileUrl.
            Location on disk of the file resource.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationGender">
            <summary>
            The enum EducationGender.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationGender.Female">
            <summary>
            Female
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationGender.Male">
            <summary>
            Male
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationGender.Other">
            <summary>
            Other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationGender.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationItemBody">
            <summary>
            The type EducationItemBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationItemBody.Content">
            <summary>
            Gets or sets content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationItemBody.ContentType">
            <summary>
            Gets or sets contentType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationItemBody.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationItemBody.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationLinkResource">
            <summary>
            The type EducationLinkResource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationLinkResource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationLinkResource"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationLinkResource.Link">
            <summary>
            Gets or sets link.
            URL to the resource.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationMediaResource">
            <summary>
            The type EducationMediaResource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationMediaResource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationMediaResource"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationMediaResource.FileUrl">
            <summary>
            Gets or sets fileUrl.
            Location of the file on shared point folder. Required
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationOnPremisesInfo">
            <summary>
            The type EducationOnPremisesInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationOnPremisesInfo.ImmutableId">
            <summary>
            Gets or sets immutableId.
            Unique identifier for the user object in Active Directory.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationOnPremisesInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationOnPremisesInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationOrganization">
            <summary>
            The type Education Organization.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganization.#ctor">
            <summary>
             The internal EducationOrganization constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationOrganization.Description">
            <summary>
            Gets or sets description.
            Organization description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationOrganization.DisplayName">
            <summary>
            Gets or sets display name.
            Organization display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationOrganization.ExternalSource">
            <summary>
            Gets or sets external source.
            Source where this organization was created from. Possible values are: sis, manual.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationOrganization.ExternalSourceDetail">
            <summary>
            Gets or sets external source detail.
            The name of the external source this resources was generated from.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationOutcome">
            <summary>
            The type Education Outcome.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcome.#ctor">
            <summary>
             The internal EducationOutcome constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationOutcome.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            The individual who updated the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationOutcome.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The moment in time when the resource was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2021 is 2021-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationPointsOutcome">
            <summary>
            The type Education Points Outcome.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcome.#ctor">
            <summary>
             The EducationPointsOutcome constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationPointsOutcome.Points">
            <summary>
            Gets or sets points.
            The numeric grade the teacher has given the student for this assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationPointsOutcome.PublishedPoints">
            <summary>
            Gets or sets published points.
            A copy of the points property that is made when the grade is released to the student.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationPowerPointResource">
            <summary>
            The type EducationPowerPointResource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationPowerPointResource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationPowerPointResource"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationPowerPointResource.FileUrl">
            <summary>
            Gets or sets fileUrl.
            Location of the file on disk.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationResource">
            <summary>
            The type EducationResource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationResource.#ctor">
            <summary>
             The internal EducationResource constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationResource.CreatedBy">
            <summary>
            Gets or sets createdBy.
            The individual who created the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationResource.CreatedDateTime">
            <summary>
            Gets or sets createdDateTime.
            Moment in time when the resource was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationResource.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name of resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationResource.LastModifiedBy">
            <summary>
            Gets or sets lastModifiedBy.
            The last user to modify the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationResource.LastModifiedDateTime">
            <summary>
            Gets or sets lastModifiedDateTime.
            Moment in time when the resource was last modified.  The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationResource.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationResource.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRoot">
            <summary>
            The type Education Root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRoot.Classes">
            <summary>
            Gets or sets classes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRoot.ClassesNextLink">
            <summary>
            Gets or sets classesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRoot.Me">
            <summary>
            Gets or sets me.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRoot.Schools">
            <summary>
            Gets or sets schools.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRoot.SchoolsNextLink">
            <summary>
            Gets or sets schoolsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRoot.Users">
            <summary>
            Gets or sets users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRoot.UsersNextLink">
            <summary>
            Gets or sets usersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRoot.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRoot.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRubric">
            <summary>
            The type Education Rubric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRubric.CreatedBy">
            <summary>
            Gets or sets created by.
            The user who created this resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRubric.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRubric.Description">
            <summary>
            Gets or sets description.
            The description of this rubric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRubric.DisplayName">
            <summary>
            Gets or sets display name.
            The name of this rubric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRubric.Grading">
            <summary>
            Gets or sets grading.
            The grading type of this rubric -- null for a no-points rubric, or educationAssignmentPointsGradeType for a points rubric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRubric.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            The last user to modify the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRubric.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Moment in time when the resource was last modified.  The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRubric.Levels">
            <summary>
            Gets or sets levels.
            The collection of levels making up this rubric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRubric.Qualities">
            <summary>
            Gets or sets qualities.
            The collection of qualities making up this rubric.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRubricOutcome">
            <summary>
            The type Education Rubric Outcome.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcome.#ctor">
            <summary>
             The EducationRubricOutcome constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRubricOutcome.PublishedRubricQualityFeedback">
            <summary>
            Gets or sets published rubric quality feedback.
            A copy of the rubricQualityFeedback property that is made when the grade is released to the student.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRubricOutcome.PublishedRubricQualitySelectedLevels">
            <summary>
            Gets or sets published rubric quality selected levels.
            A copy of the rubricQualitySelectedLevels property that is made when the grade is released to the student.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRubricOutcome.RubricQualityFeedback">
            <summary>
            Gets or sets rubric quality feedback.
            A collection of specific feedback for each quality of this rubric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRubricOutcome.RubricQualitySelectedLevels">
            <summary>
            Gets or sets rubric quality selected levels.
            The level that the teacher has selected for each quality while grading this assignment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSchool">
            <summary>
            The type Education School.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchool.#ctor">
            <summary>
             The EducationSchool constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.Address">
            <summary>
            Gets or sets address.
            Address of the school.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.CreatedBy">
            <summary>
            Gets or sets created by.
            Entity who created the school.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.ExternalId">
            <summary>
            Gets or sets external id.
            ID of school in syncing system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.ExternalPrincipalId">
            <summary>
            Gets or sets external principal id.
            ID of principal in syncing system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.Fax">
            <summary>
            Gets or sets fax.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.HighestGrade">
            <summary>
            Gets or sets highest grade.
            Highest grade taught.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.LowestGrade">
            <summary>
            Gets or sets lowest grade.
            Lowest grade taught.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.Phone">
            <summary>
            Gets or sets phone.
            Phone number of school.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.PrincipalEmail">
            <summary>
            Gets or sets principal email.
            Email address of the principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.PrincipalName">
            <summary>
            Gets or sets principal name.
            Name of the principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.SchoolNumber">
            <summary>
            Gets or sets school number.
            School Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.AdministrativeUnit">
            <summary>
            Gets or sets administrative unit.
            The underlying administrativeUnit for this school.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.Classes">
            <summary>
            Gets or sets classes.
            Classes taught at the school. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.ClassesNextLink">
            <summary>
            Gets or sets classesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.Users">
            <summary>
            Gets or sets users.
            Users in the school. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.UsersNextLink">
            <summary>
            Gets or sets usersNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationStudent">
            <summary>
            The type EducationStudent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.BirthDate">
            <summary>
            Gets or sets birthDate.
            Birth date of the student.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.ExternalId">
            <summary>
            Gets or sets externalId.
            ID of the student in the source system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.Gender">
            <summary>
            Gets or sets gender.
            The possible values are: female, male, other, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.Grade">
            <summary>
            Gets or sets grade.
            Current grade level of the student.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.GraduationYear">
            <summary>
            Gets or sets graduationYear.
            Year the student is graduating from the school.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.StudentNumber">
            <summary>
            Gets or sets studentNumber.
            Student Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmission">
            <summary>
            The type Education Submission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.ReassignedBy">
            <summary>
            Gets or sets reassigned by.
            User who moved the status of this submission to reassigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.ReassignedDateTime">
            <summary>
            Gets or sets reassigned date time.
            Moment in time when the submission was reassigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.Recipient">
            <summary>
            Gets or sets recipient.
            Who this submission is assigned to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.ResourcesFolderUrl">
            <summary>
            Gets or sets resources folder url.
            Folder where all file resources for this submission need to be stored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.ReturnedBy">
            <summary>
            Gets or sets returned by.
            User who moved the status of this submission to returned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.ReturnedDateTime">
            <summary>
            Gets or sets returned date time.
            Moment in time when the submission was returned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.Status">
            <summary>
            Gets or sets status.
            Read-only. Possible values are: working, submitted, released, returned, and reassigned. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: reassigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.SubmittedBy">
            <summary>
            Gets or sets submitted by.
            User who moved the resource into the submitted state.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.SubmittedDateTime">
            <summary>
            Gets or sets submitted date time.
            Moment in time when the submission was moved into the submitted state. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.UnsubmittedBy">
            <summary>
            Gets or sets unsubmitted by.
            User who moved the resource from submitted into the working state.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.UnsubmittedDateTime">
            <summary>
            Gets or sets unsubmitted date time.
            Moment in time when the submission was moved from submitted into the working state. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.Outcomes">
            <summary>
            Gets or sets outcomes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.OutcomesNextLink">
            <summary>
            Gets or sets outcomesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.Resources">
            <summary>
            Gets or sets resources.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.ResourcesNextLink">
            <summary>
            Gets or sets resourcesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.SubmittedResources">
            <summary>
            Gets or sets submitted resources.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmission.SubmittedResourcesNextLink">
            <summary>
            Gets or sets submittedResourcesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionIndividualRecipient">
            <summary>
            The type EducationSubmissionIndividualRecipient.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionIndividualRecipient.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationSubmissionIndividualRecipient"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionIndividualRecipient.UserId">
            <summary>
            Gets or sets userId.
            User ID of the user to whom the submission is assigned.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionRecipient">
            <summary>
            The type EducationSubmissionRecipient.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRecipient.#ctor">
            <summary>
             The internal EducationSubmissionRecipient constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionRecipient.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionRecipient.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionResource">
            <summary>
            The type Education Submission Resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionResource.AssignmentResourceUrl">
            <summary>
            Gets or sets assignment resource url.
            Pointer to the assignment from which this resource was copied. If this is null, the student uploaded the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionResource.Resource">
            <summary>
            Gets or sets resource.
            Resource object.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionStatus">
            <summary>
            The enum EducationSubmissionStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationSubmissionStatus.Working">
            <summary>
            Working
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationSubmissionStatus.Submitted">
            <summary>
            Submitted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationSubmissionStatus.Released">
            <summary>
            Released
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationSubmissionStatus.Returned">
            <summary>
            Returned
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationSubmissionStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationSubmissionStatus.Reassigned">
            <summary>
            Reassigned
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationTeacher">
            <summary>
            The type EducationTeacher.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTeacher.ExternalId">
            <summary>
            Gets or sets externalId.
            ID of the teacher in the source system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTeacher.TeacherNumber">
            <summary>
            Gets or sets teacherNumber.
            Teacher number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTeacher.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTeacher.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationTeamsAppResource">
            <summary>
            The type EducationTeamsAppResource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationTeamsAppResource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationTeamsAppResource"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTeamsAppResource.AppIconWebUrl">
            <summary>
            Gets or sets appIconWebUrl.
            URL that points to the icon of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTeamsAppResource.AppId">
            <summary>
            Gets or sets appId.
            Teams app ID of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTeamsAppResource.TeamsEmbeddedContentUrl">
            <summary>
            Gets or sets teamsEmbeddedContentUrl.
            URL for the app resource that will be opened by Teams.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTeamsAppResource.WebUrl">
            <summary>
            Gets or sets webUrl.
            URL for the app resource that can be opened in the browser.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationTerm">
            <summary>
            The type EducationTerm.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTerm.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name of the term.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTerm.EndDate">
            <summary>
            Gets or sets endDate.
            End of the term.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTerm.ExternalId">
            <summary>
            Gets or sets externalId.
            ID of term in the syncing system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTerm.StartDate">
            <summary>
            Gets or sets startDate.
            Start of the term.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTerm.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTerm.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUser">
            <summary>
            The type Education User.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.RelatedContacts">
            <summary>
            Gets or sets related contacts.
            Related records associated with the user. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.AccountEnabled">
            <summary>
            Gets or sets account enabled.
            True if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.AssignedLicenses">
            <summary>
            Gets or sets assigned licenses.
            The licenses that are assigned to the user. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.AssignedPlans">
            <summary>
            Gets or sets assigned plans.
            The plans that are assigned to the user. Read-only. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.BusinessPhones">
            <summary>
            Gets or sets business phones.
            The telephone numbers for the user. Note: Although this is a string collection, only one number can be set for this property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.CreatedBy">
            <summary>
            Gets or sets created by.
            The entity who created the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Department">
            <summary>
            Gets or sets department.
            The name for the department in which the user works. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.DisplayName">
            <summary>
            Gets or sets display name.
            The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.ExternalSource">
            <summary>
            Gets or sets external source.
            Where this user was created from. Possible values are: sis, manual.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.ExternalSourceDetail">
            <summary>
            Gets or sets external source detail.
            The name of the external source this resource was generated from.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.GivenName">
            <summary>
            Gets or sets given name.
            The given name (first name) of the user. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Mail">
            <summary>
            Gets or sets mail.
            The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.MailingAddress">
            <summary>
            Gets or sets mailing address.
            The mail address of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.MailNickname">
            <summary>
            Gets or sets mail nickname.
            The mail alias for the user. This property must be specified when a user is created. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.MiddleName">
            <summary>
            Gets or sets middle name.
            The middle name of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.MobilePhone">
            <summary>
            Gets or sets mobile phone.
            The primary cellular telephone number for the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.OfficeLocation">
            <summary>
            Gets or sets office location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.OnPremisesInfo">
            <summary>
            Gets or sets on premises info.
            Additional information used to associate the Azure Active Directory user with its Active Directory counterpart.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.PasswordPolicies">
            <summary>
            Gets or sets password policies.
            Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two can be specified together; for example: DisablePasswordExpiration, DisableStrongPassword.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.PasswordProfile">
            <summary>
            Gets or sets password profile.
            Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.PreferredLanguage">
            <summary>
            Gets or sets preferred language.
            The preferred language for the user that should follow the ISO 639-1 code, for example, en-US.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.PrimaryRole">
            <summary>
            Gets or sets primary role.
            Default role for a user. The user's role might be different in an individual class. Possible values are: student, teacher, none, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.ProvisionedPlans">
            <summary>
            Gets or sets provisioned plans.
            The plans that are provisioned for the user. Read-only. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.RefreshTokensValidFromDateTime">
            <summary>
            Gets or sets refresh tokens valid from date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.ResidenceAddress">
            <summary>
            Gets or sets residence address.
            The address where the user lives.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.ShowInAddressList">
            <summary>
            Gets or sets show in address list.
            True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Student">
            <summary>
            Gets or sets student.
            If the primary role is student, this block will contain student specific data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Surname">
            <summary>
            Gets or sets surname.
            The user's surname (family name or last name). Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Teacher">
            <summary>
            Gets or sets teacher.
            If the primary role is teacher, this block will contain teacher specific data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.UsageLocation">
            <summary>
            Gets or sets usage location.
            A two-letter country code (ISO standard 3166). Required for users who will be assigned licenses due to a legal requirement to check for availability of services in countries or regions. Examples include: US, JP, and GB. Not nullable. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            The user principal name (UPN) of the user. The UPN is an internet-style login name for the user based on the internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of the organization. Supports $filter and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.UserType">
            <summary>
            Gets or sets user type.
            A string value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Assignments">
            <summary>
            Gets or sets assignments.
            Assignments belonging to the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.AssignmentsNextLink">
            <summary>
            Gets or sets assignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Rubrics">
            <summary>
            Gets or sets rubrics.
            When set, the grading rubric attached to the assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.RubricsNextLink">
            <summary>
            Gets or sets rubricsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Classes">
            <summary>
            Gets or sets classes.
            Classes to which the user belongs. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.ClassesNextLink">
            <summary>
            Gets or sets classesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Schools">
            <summary>
            Gets or sets schools.
            Schools to which the user belongs. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.SchoolsNextLink">
            <summary>
            Gets or sets schoolsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.TaughtClasses">
            <summary>
            Gets or sets taught classes.
            Classes for which the user is a teacher.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.TaughtClassesNextLink">
            <summary>
            Gets or sets taughtClassesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.User">
            <summary>
            Gets or sets user.
            The directory user that corresponds to this user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserRole">
            <summary>
            The enum EducationUserRole.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationUserRole.Student">
            <summary>
            Student
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationUserRole.Teacher">
            <summary>
            Teacher
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationUserRole.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationUserRole.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationWordResource">
            <summary>
            The type EducationWordResource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationWordResource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EducationWordResource"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationWordResource.FileUrl">
            <summary>
            Gets or sets fileUrl.
            Location of the file on disk.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EmailAddress">
            <summary>
            The type EmailAddress.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAddress.Address">
            <summary>
            Gets or sets address.
            The email address of the person or entity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAddress.Name">
            <summary>
            Gets or sets name.
            The display name of the person or entity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAddress.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAddress.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EmailAuthenticationMethod">
            <summary>
            The type Email Authentication Method.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethod.#ctor">
            <summary>
             The EmailAuthenticationMethod constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAuthenticationMethod.EmailAddress">
            <summary>
            Gets or sets email address.
            The email address registered to this user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EmailAuthenticationMethodConfiguration">
            <summary>
            The type Email Authentication Method Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfiguration.#ctor">
            <summary>
             The EmailAuthenticationMethodConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAuthenticationMethodConfiguration.AllowExternalIdToUseEmailOtp">
            <summary>
            Gets or sets allow external id to use email otp.
            Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who did not use public preview will automatically have email OTP enabled beginning in October 2021.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAuthenticationMethodConfiguration.IncludeTargets">
            <summary>
            Gets or sets include targets.
            A collection of groups that are enabled to use the authentication method.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAuthenticationMethodConfiguration.IncludeTargetsNextLink">
            <summary>
            Gets or sets includeTargetsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EmailFileAssessmentRequestObject">
            <summary>
            The type Email File Assessment Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestObject.#ctor">
            <summary>
             The EmailFileAssessmentRequest constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailFileAssessmentRequestObject.ContentData">
            <summary>
            Gets or sets content data.
            Base64 encoded .eml email file content. The file content cannot fetch back because it isn't stored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailFileAssessmentRequestObject.DestinationRoutingReason">
            <summary>
            Gets or sets destination routing reason.
            The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailFileAssessmentRequestObject.RecipientEmail">
            <summary>
            Gets or sets recipient email.
            The mail recipient whose policies are used to assess the mail.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EmailIdentity">
            <summary>
            The type EmailIdentity.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EmailIdentity.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.EmailIdentity"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailIdentity.Email">
            <summary>
            Gets or sets email.
            Email address of the user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EmailRole">
            <summary>
            The enum EmailRole.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EmailRole.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EmailRole.Sender">
            <summary>
            Sender
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EmailRole.Recipient">
            <summary>
            Recipient
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EmailRole.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EmployeeOrgData">
            <summary>
            The type EmployeeOrgData.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmployeeOrgData.CostCenter">
            <summary>
            Gets or sets costCenter.
            The cost center associated with the user. Returned only on $select. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmployeeOrgData.Division">
            <summary>
            Gets or sets division.
            The name of the division in which the user works. Returned only on $select. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmployeeOrgData.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmployeeOrgData.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Enablement">
            <summary>
            The enum Enablement.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Enablement.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Enablement.Enabled">
            <summary>
            Enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Enablement.Disabled">
            <summary>
            Disabled
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Endpoint">
            <summary>
            The type Endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Endpoint.#ctor">
            <summary>
             The Endpoint constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Endpoint.Capability">
            <summary>
            Gets or sets capability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Endpoint.ProviderId">
            <summary>
            Gets or sets provider id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Endpoint.ProviderName">
            <summary>
            Gets or sets provider name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Endpoint.ProviderResourceId">
            <summary>
            Gets or sets provider resource id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Endpoint.Uri">
            <summary>
            Gets or sets uri.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EndpointType">
            <summary>
            The enum EndpointType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EndpointType.Default">
            <summary>
            Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EndpointType.Voicemail">
            <summary>
            Voicemail
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EndpointType.SkypeForBusiness">
            <summary>
            Skype For Business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EndpointType.SkypeForBusinessVoipPhone">
            <summary>
            Skype For Business Voip Phone
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EndpointType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EnrollmentConfigurationAssignment">
            <summary>
            The type Enrollment Configuration Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentConfigurationAssignment.Target">
            <summary>
            Gets or sets target.
            Represents an assignment to managed devices in the tenant
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EnrollmentState">
            <summary>
            The enum EnrollmentState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EnrollmentState.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EnrollmentState.Enrolled">
            <summary>
            Enrolled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EnrollmentState.PendingReset">
            <summary>
            Pending Reset
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EnrollmentState.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EnrollmentState.NotContacted">
            <summary>
            Not Contacted
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EnrollmentTroubleshootingEvent">
            <summary>
            The type Enrollment Troubleshooting Event.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEvent.#ctor">
            <summary>
             The EnrollmentTroubleshootingEvent constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.DeviceId">
            <summary>
            Gets or sets device id.
            Azure AD device identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.EnrollmentType">
            <summary>
            Gets or sets enrollment type.
            Type of the enrollment. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth, appleUserEnrollment, appleUserEnrollmentWithServiceAccount.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.FailureCategory">
            <summary>
            Gets or sets failure category.
            Highlevel failure category. Possible values are: unknown, authentication, authorization, accountValidation, userValidation, deviceNotSupported, inMaintenance, badRequest, featureNotSupported, enrollmentRestrictionsEnforced, clientDisconnected, userAbandonment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.FailureReason">
            <summary>
            Gets or sets failure reason.
            Detailed failure reason.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.ManagedDeviceIdentifier">
            <summary>
            Gets or sets managed device identifier.
            Device identifier created or collected by Intune.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.OperatingSystem">
            <summary>
            Gets or sets operating system.
            Operating System.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.OsVersion">
            <summary>
            Gets or sets os version.
            OS Version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.UserId">
            <summary>
            Gets or sets user id.
            Identifier for the user that tried to enroll the device.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagement">
            <summary>
            The type Entitlement Management.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.AccessPackageAssignmentApprovals">
            <summary>
            Gets or sets access package assignment approvals.
            Approval stages for decisions associated with access package assignment requests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.AccessPackageAssignmentApprovalsNextLink">
            <summary>
            Gets or sets accessPackageAssignmentApprovalsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.AccessPackages">
            <summary>
            Gets or sets access packages.
            Access packages define the collection of resource roles and the policies for which subjects can request or be assigned access to those resources.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.AccessPackagesNextLink">
            <summary>
            Gets or sets accessPackagesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.AssignmentPolicies">
            <summary>
            Gets or sets assignment policies.
            Access package assignment policies govern which subjects can request or be assigned an access package via an access package assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.AssignmentPoliciesNextLink">
            <summary>
            Gets or sets assignmentPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.AssignmentRequests">
            <summary>
            Gets or sets assignment requests.
            Access package assignment requests created by or on behalf of a subject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.AssignmentRequestsNextLink">
            <summary>
            Gets or sets assignmentRequestsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.Assignments">
            <summary>
            Gets or sets assignments.
            The assignment of an access package to a subject for a period of time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.AssignmentsNextLink">
            <summary>
            Gets or sets assignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.Catalogs">
            <summary>
            Gets or sets catalogs.
            A container for access packages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.CatalogsNextLink">
            <summary>
            Gets or sets catalogsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.ConnectedOrganizations">
            <summary>
            Gets or sets connected organizations.
            References to a directory or domain of another organization whose users can request access.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.ConnectedOrganizationsNextLink">
            <summary>
            Gets or sets connectedOrganizationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagement.Settings">
            <summary>
            Gets or sets settings.
            The settings that control the behavior of Azure AD entitlement management.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementSchedule">
            <summary>
            The type EntitlementManagementSchedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementSchedule.Expiration">
            <summary>
            Gets or sets expiration.
            When the access should expire.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementSchedule.Recurrence">
            <summary>
            Gets or sets recurrence.
            For recurring access reviews.  Not used in access requests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementSchedule.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementSchedule.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementSchedule.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementSettings">
            <summary>
            The type Entitlement Management Settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementSettings.DurationUntilExternalUserDeletedAfterBlocked">
            <summary>
            Gets or sets duration until external user deleted after blocked.
            If externalUserLifecycleAction is blockSignInAndDelete, the duration, typically a number of days, after an external user is blocked from sign in before their account is deleted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementSettings.ExternalUserLifecycleAction">
            <summary>
            Gets or sets external user lifecycle action.
            Automatic action that the service should take when an external user's last access package assignment is removed. The possible values are: none, blockSignIn, blockSignInAndDelete, unknownFutureValue.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Entity">
            <summary>
            The type Entity.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Entity.#ctor">
            <summary>
             The internal Entity constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Entity.Id">
            <summary>
            Gets or sets id.
            The unique idenfier for an entity. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Entity.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Entity.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntityType">
            <summary>
            The enum EntityType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EntityType.Event">
            <summary>
            Event
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EntityType.Message">
            <summary>
            Message
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EntityType.DriveItem">
            <summary>
            Drive Item
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EntityType.ExternalItem">
            <summary>
            External Item
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EntityType.Site">
            <summary>
            Site
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EntityType.List">
            <summary>
            List
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EntityType.ListItem">
            <summary>
            List Item
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EntityType.Drive">
            <summary>
            Drive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EntityType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Event">
            <summary>
            The type Event.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Event.#ctor">
            <summary>
             The Event constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.AllowNewTimeProposals">
            <summary>
            Gets or sets allow new time proposals.
            true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false. Optional. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Attendees">
            <summary>
            Gets or sets attendees.
            The collection of attendees for the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Body">
            <summary>
            Gets or sets body.
            The body of the message associated with the event. It can be in HTML or text format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.BodyPreview">
            <summary>
            Gets or sets body preview.
            The preview of the message associated with the event. It is in text format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.End">
            <summary>
            Gets or sets end.
            The date, time, and time zone that the event ends. By default, the end time is in UTC.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.HasAttachments">
            <summary>
            Gets or sets has attachments.
            Set to true if the event has attachments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.HideAttendees">
            <summary>
            Gets or sets hide attendees.
            When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. Default is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.ICalUId">
            <summary>
            Gets or sets i cal uid.
            A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Importance">
            <summary>
            Gets or sets importance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.IsAllDay">
            <summary>
            Gets or sets is all day.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.IsCancelled">
            <summary>
            Gets or sets is cancelled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.IsDraft">
            <summary>
            Gets or sets is draft.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.IsOnlineMeeting">
            <summary>
            Gets or sets is online meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.IsOrganizer">
            <summary>
            Gets or sets is organizer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.IsReminderOn">
            <summary>
            Gets or sets is reminder on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Location">
            <summary>
            Gets or sets location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Locations">
            <summary>
            Gets or sets locations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.OnlineMeeting">
            <summary>
            Gets or sets online meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.OnlineMeetingProvider">
            <summary>
            Gets or sets online meeting provider.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.OnlineMeetingUrl">
            <summary>
            Gets or sets online meeting url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Organizer">
            <summary>
            Gets or sets organizer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.OriginalEndTimeZone">
            <summary>
            Gets or sets original end time zone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.OriginalStart">
            <summary>
            Gets or sets original start.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.OriginalStartTimeZone">
            <summary>
            Gets or sets original start time zone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Recurrence">
            <summary>
            Gets or sets recurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.ReminderMinutesBeforeStart">
            <summary>
            Gets or sets reminder minutes before start.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.ResponseRequested">
            <summary>
            Gets or sets response requested.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.ResponseStatus">
            <summary>
            Gets or sets response status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Sensitivity">
            <summary>
            Gets or sets sensitivity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.SeriesMasterId">
            <summary>
            Gets or sets series master id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.ShowAs">
            <summary>
            Gets or sets show as.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Start">
            <summary>
            Gets or sets start.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Subject">
            <summary>
            Gets or sets subject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.TransactionId">
            <summary>
            Gets or sets transaction id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Type">
            <summary>
            Gets or sets type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.WebLink">
            <summary>
            Gets or sets web link.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Attachments">
            <summary>
            Gets or sets attachments.
            The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.AttachmentsNextLink">
            <summary>
            Gets or sets attachmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Calendar">
            <summary>
            Gets or sets calendar.
            The calendar that contains the event. Navigation property. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the event. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.ExtensionsNextLink">
            <summary>
            Gets or sets extensionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Instances">
            <summary>
            Gets or sets instances.
            The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.InstancesNextLink">
            <summary>
            Gets or sets instancesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the event. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.MultiValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets multiValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the event. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.SingleValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets singleValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventAcceptRequestBody">
            <summary>
            The type EventAcceptRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventAcceptRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventAcceptRequestBody.SendResponse">
            <summary>
            Gets or sets SendResponse.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventCancelRequestBody">
            <summary>
            The type EventCancelRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventCancelRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventDeclineRequestBody">
            <summary>
            The type EventDeclineRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeclineRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeclineRequestBody.SendResponse">
            <summary>
            Gets or sets SendResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeclineRequestBody.ProposedNewTime">
            <summary>
            Gets or sets ProposedNewTime.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventForwardRequestBody">
            <summary>
            The type EventForwardRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventForwardRequestBody.ToRecipients">
            <summary>
            Gets or sets ToRecipients.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventForwardRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventMessage">
            <summary>
            The type Event Message.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessage.#ctor">
            <summary>
             The EventMessage constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessage.EndDateTime">
            <summary>
            Gets or sets end date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessage.IsAllDay">
            <summary>
            Gets or sets is all day.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessage.IsDelegated">
            <summary>
            Gets or sets is delegated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessage.IsOutOfDate">
            <summary>
            Gets or sets is out of date.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessage.Location">
            <summary>
            Gets or sets location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessage.MeetingMessageType">
            <summary>
            Gets or sets meeting message type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessage.Recurrence">
            <summary>
            Gets or sets recurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessage.StartDateTime">
            <summary>
            Gets or sets start date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessage.Type">
            <summary>
            Gets or sets type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessage.Event">
            <summary>
            Gets or sets event.
            The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property.  Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventMessageDetail">
            <summary>
            The type EventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageDetail.#ctor">
            <summary>
             The internal EventMessageDetail constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessageDetail.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessageDetail.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventMessageRequestObject">
            <summary>
            The type Event Message Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestObject.#ctor">
            <summary>
             The EventMessageRequest constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessageRequestObject.AllowNewTimeProposals">
            <summary>
            Gets or sets allow new time proposals.
            True if the meeting organizer allows invitees to propose a new time when responding, false otherwise. Optional. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessageRequestObject.MeetingRequestType">
            <summary>
            Gets or sets meeting request type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessageRequestObject.PreviousEndDateTime">
            <summary>
            Gets or sets previous end date time.
            If the meeting update changes the meeting end time, this property specifies the previous meeting end time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessageRequestObject.PreviousLocation">
            <summary>
            Gets or sets previous location.
            If the meeting update changes the meeting location, this property specifies the previous meeting location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessageRequestObject.PreviousStartDateTime">
            <summary>
            Gets or sets previous start date time.
            If the meeting update changes the meeting start time, this property specifies the previous meeting start time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessageRequestObject.ResponseRequested">
            <summary>
            Gets or sets response requested.
            Set to true if the sender would like the invitee to send a response to the requested meeting.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventMessageResponse">
            <summary>
            The type Event Message Response.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponse.#ctor">
            <summary>
             The EventMessageResponse constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessageResponse.ProposedNewTime">
            <summary>
            Gets or sets proposed new time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessageResponse.ResponseType">
            <summary>
            Gets or sets response type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventSnoozeReminderRequestBody">
            <summary>
            The type EventSnoozeReminderRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventSnoozeReminderRequestBody.NewReminderTime">
            <summary>
            Gets or sets NewReminderTime.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventTentativelyAcceptRequestBody">
            <summary>
            The type EventTentativelyAcceptRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventTentativelyAcceptRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventTentativelyAcceptRequestBody.SendResponse">
            <summary>
            Gets or sets SendResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventTentativelyAcceptRequestBody.ProposedNewTime">
            <summary>
            Gets or sets ProposedNewTime.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventType">
            <summary>
            The enum EventType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EventType.SingleInstance">
            <summary>
            Single Instance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EventType.Occurrence">
            <summary>
            Occurrence
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EventType.Exception">
            <summary>
            Exception
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EventType.SeriesMaster">
            <summary>
            Series Master
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExchangeIdFormat">
            <summary>
            The enum ExchangeIdFormat.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExchangeIdFormat.EntryId">
            <summary>
            Entry Id
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExchangeIdFormat.EwsId">
            <summary>
            Ews Id
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExchangeIdFormat.ImmutableEntryId">
            <summary>
            Immutable Entry Id
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExchangeIdFormat.RestId">
            <summary>
            Rest Id
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExchangeIdFormat.RestImmutableEntryId">
            <summary>
            Rest Immutable Entry Id
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExcludeTarget">
            <summary>
            The type ExcludeTarget.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExcludeTarget.Id">
            <summary>
            Gets or sets id.
            The object identifier of an Azure Active Directory user or group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExcludeTarget.TargetType">
            <summary>
            Gets or sets targetType.
            The type of the authentication method target. Possible values are: user, group, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExcludeTarget.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExcludeTarget.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExclusionGroupAssignmentTarget">
            <summary>
            The type ExclusionGroupAssignmentTarget.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExclusionGroupAssignmentTarget.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ExclusionGroupAssignmentTarget"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExpirationPattern">
            <summary>
            The type ExpirationPattern.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExpirationPattern.Duration">
            <summary>
            Gets or sets duration.
            The requestor's desired duration of access represented in ISO 8601 format for durations. For example, PT3H refers to three hours.  If specified in a request, endDateTime should not be present and the type property should be set to afterDuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExpirationPattern.EndDateTime">
            <summary>
            Gets or sets endDateTime.
            Timestamp of date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExpirationPattern.Type">
            <summary>
            Gets or sets type.
            The requestor's desired expiration pattern type. The possible values are: notSpecified, noExpiration, afterDateTime, afterDuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExpirationPattern.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExpirationPattern.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExpirationPatternType">
            <summary>
            The enum ExpirationPatternType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExpirationPatternType.NotSpecified">
            <summary>
            Not Specified
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExpirationPatternType.NoExpiration">
            <summary>
            No Expiration
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExpirationPatternType.AfterDateTime">
            <summary>
            After Date Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExpirationPatternType.AfterDuration">
            <summary>
            After Duration
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Extension">
            <summary>
            The type Extension.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Extension.#ctor">
            <summary>
             The internal Extension constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExtensionProperty">
            <summary>
            The type Extension Property.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExtensionProperty.#ctor">
            <summary>
             The ExtensionProperty constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExtensionProperty.AppDisplayName">
            <summary>
            Gets or sets app display name.
            Display name of the application object on which this extension property is defined. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExtensionProperty.DataType">
            <summary>
            Gets or sets data type.
            Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExtensionProperty.IsSyncedFromOnPremises">
            <summary>
            Gets or sets is synced from on premises.
            Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExtensionProperty.Name">
            <summary>
            Gets or sets name.
            Name of the extension property. Not nullable. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExtensionProperty.TargetObjects">
            <summary>
            Gets or sets target objects.
            Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExtensionSchemaProperty">
            <summary>
            The type ExtensionSchemaProperty.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExtensionSchemaProperty.Name">
            <summary>
            Gets or sets name.
            The name of the strongly-typed property defined as part of a schema extension.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExtensionSchemaProperty.Type">
            <summary>
            Gets or sets type.
            The type of the property that is defined as part of a schema extension.  Allowed values are Binary, Boolean, DateTime, Integer or String. See the table below for more details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExtensionSchemaProperty.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExtensionSchemaProperty.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalAudienceScope">
            <summary>
            The enum ExternalAudienceScope.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalAudienceScope.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalAudienceScope.ContactsOnly">
            <summary>
            Contacts Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalAudienceScope.All">
            <summary>
            All
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalDomainFederation">
            <summary>
            The type ExternalDomainFederation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainFederation.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ExternalDomainFederation"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalDomainFederation.DisplayName">
            <summary>
            Gets or sets displayName.
            The name of the identity source, typically also the domain name. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalDomainFederation.DomainName">
            <summary>
            Gets or sets domainName.
            The domain name. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalDomainFederation.IssuerUri">
            <summary>
            Gets or sets issuerUri.
            The issuerURI of the incoming federation. Read only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalDomainName">
            <summary>
            The type External Domain Name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalEmailOtpState">
            <summary>
            The enum ExternalEmailOtpState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalEmailOtpState.Default">
            <summary>
            Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalEmailOtpState.Enabled">
            <summary>
            Enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalEmailOtpState.Disabled">
            <summary>
            Disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalEmailOtpState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalLink">
            <summary>
            The type ExternalLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalLink.Href">
            <summary>
            Gets or sets href.
            The URL of the link.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalLink.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalLink.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalSponsors">
            <summary>
            The type ExternalSponsors.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalSponsors.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ExternalSponsors"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FeatureRolloutPolicy">
            <summary>
            The type Feature Rollout Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureRolloutPolicy.Description">
            <summary>
            Gets or sets description.
            A description for this feature rollout policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureRolloutPolicy.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for this  feature rollout policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureRolloutPolicy.Feature">
            <summary>
            Gets or sets feature.
            Possible values are: passthroughAuthentication, seamlessSso, passwordHashSync, emailAsAlternateId, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureRolloutPolicy.IsAppliedToOrganization">
            <summary>
            Gets or sets is applied to organization.
            Indicates whether this feature rollout policy should be applied to the entire organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureRolloutPolicy.IsEnabled">
            <summary>
            Gets or sets is enabled.
            Indicates whether the feature rollout is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureRolloutPolicy.AppliesTo">
            <summary>
            Gets or sets applies to.
            Nullable. Specifies a list of directoryObjects that feature is enabled for.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureRolloutPolicy.AppliesToNextLink">
            <summary>
            Gets or sets appliesToNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FeatureTarget">
            <summary>
            The type FeatureTarget.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureTarget.Id">
            <summary>
            Gets or sets id.
            The ID of the entity that's targeted in the include or exclude rule, or all_users to target all users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureTarget.TargetType">
            <summary>
            Gets or sets targetType.
            The kind of entity that's targeted. The possible values are: group, administrativeUnit, role, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureTarget.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureTarget.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FeatureTargetType">
            <summary>
            The enum FeatureTargetType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FeatureTargetType.Group">
            <summary>
            Group
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FeatureTargetType.AdministrativeUnit">
            <summary>
            Administrative Unit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FeatureTargetType.Role">
            <summary>
            Role
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FeatureTargetType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FederatedIdentityCredential">
            <summary>
            The type Federated Identity Credential.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FederatedIdentityCredential.Audiences">
            <summary>
            Gets or sets audiences.
            The audience that can appear in the external token. This field is mandatory and should be set to api://AzureADTokenExchange for Azure AD. It says what Microsoft identity platform should accept in the aud claim in the incoming token. This value represents Azure AD in your external identity provider and has no fixed value across identity providers - you may need to create a new application registration in your identity provider to serve as the audience of this token. This field can only accept a single value and has a limit of 600 characters. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FederatedIdentityCredential.Description">
            <summary>
            Gets or sets description.
            The un-validated, user-provided description of the federated identity credential. It has a limit of 600 characters. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FederatedIdentityCredential.Issuer">
            <summary>
            Gets or sets issuer.
            The URL of the external identity provider and must match the issuer claim of the external token being exchanged. The combination of the values of issuer and subject must be unique on the app. It has a limit of 600 characters. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FederatedIdentityCredential.Name">
            <summary>
            Gets or sets name.
            is the unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. It is immutable once created. Required. Not nullable. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FederatedIdentityCredential.Subject">
            <summary>
            Gets or sets subject.
            Required. The identifier of the external software workload within the external identity provider. Like the audience value, it has no fixed format, as each identity provider uses their own - sometimes a GUID, sometimes a colon delimited identifier, sometimes arbitrary strings. The value here must match the sub claim within the token presented to Azure AD. The combination of issuer and subject must be unique on the app. It has a limit of 600 characters. Supports $filter (eq).
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FederatedIdpMfaBehavior">
            <summary>
            The enum FederatedIdpMfaBehavior.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FederatedIdpMfaBehavior.AcceptIfMfaDoneByFederatedIdp">
            <summary>
            Accept If Mfa Done By Federated Idp
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FederatedIdpMfaBehavior.EnforceMfaByFederatedIdp">
            <summary>
            Enforce Mfa By Federated Idp
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FederatedIdpMfaBehavior.RejectMfaByFederatedIdp">
            <summary>
            Reject Mfa By Federated Idp
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FederatedIdpMfaBehavior.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Fido2AuthenticationMethod">
            <summary>
            The type Fido2Authentication Method.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethod.#ctor">
            <summary>
             The Fido2AuthenticationMethod constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethod.AaGuid">
            <summary>
            Gets or sets aa guid.
            Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethod.AttestationCertificates">
            <summary>
            Gets or sets attestation certificates.
            The attestation certificate(s) attached to this security key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethod.AttestationLevel">
            <summary>
            Gets or sets attestation level.
            The attestation level of this FIDO2 security key. Possible values are: attested, or notAttested.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethod.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The timestamp when this key was registered to the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethod.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the key as given by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethod.Model">
            <summary>
            Gets or sets model.
            The manufacturer-assigned model of the FIDO2 security key.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Fido2AuthenticationMethodConfiguration">
            <summary>
            The type Fido2Authentication Method Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfiguration.#ctor">
            <summary>
             The Fido2AuthenticationMethodConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethodConfiguration.IsAttestationEnforced">
            <summary>
            Gets or sets is attestation enforced.
            Determines whether attestation must be enforced for FIDO2 security key registration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethodConfiguration.IsSelfServiceRegistrationAllowed">
            <summary>
            Gets or sets is self service registration allowed.
            Determines if users can register new FIDO2 security keys.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethodConfiguration.KeyRestrictions">
            <summary>
            Gets or sets key restrictions.
            Controls whether key restrictions are enforced on FIDO2 security keys, either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (e.g. make and model) of the authenticator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethodConfiguration.IncludeTargets">
            <summary>
            Gets or sets include targets.
            A collection of groups that are enabled to use the authentication method.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethodConfiguration.IncludeTargetsNextLink">
            <summary>
            Gets or sets includeTargetsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Fido2KeyRestrictions">
            <summary>
            The type Fido2KeyRestrictions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2KeyRestrictions.AaGuids">
            <summary>
            Gets or sets aaGuids.
            A collection of Authenticator Attestation GUIDs. AADGUIDs define key types and manufacturers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2KeyRestrictions.EnforcementType">
            <summary>
            Gets or sets enforcementType.
            Enforcement type. Possible values are: allow, block.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2KeyRestrictions.IsEnforced">
            <summary>
            Gets or sets isEnforced.
            Determines if the configured key enforcement is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2KeyRestrictions.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2KeyRestrictions.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Fido2RestrictionEnforcementType">
            <summary>
            The enum Fido2RestrictionEnforcementType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Fido2RestrictionEnforcementType.Allow">
            <summary>
            Allow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Fido2RestrictionEnforcementType.Block">
            <summary>
            Block
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Fido2RestrictionEnforcementType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FieldValueSet">
            <summary>
            The type Field Value Set.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.File">
            <summary>
            The type File.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.File.Hashes">
            <summary>
            Gets or sets hashes.
            Hashes of the file's binary content, if available. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.File.MimeType">
            <summary>
            Gets or sets mimeType.
            The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.File.ProcessingMetadata">
            <summary>
            Gets or sets processingMetadata.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.File.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.File.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FileAssessmentRequestObject">
            <summary>
            The type File Assessment Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestObject.#ctor">
            <summary>
             The FileAssessmentRequest constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileAssessmentRequestObject.ContentData">
            <summary>
            Gets or sets content data.
            Base64 encoded file content. The file content cannot fetch back because it isn't stored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileAssessmentRequestObject.FileName">
            <summary>
            Gets or sets file name.
            The file name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FileAttachment">
            <summary>
            The type File Attachment.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FileAttachment.#ctor">
            <summary>
             The FileAttachment constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileAttachment.ContentBytes">
            <summary>
            Gets or sets content bytes.
            The base64-encoded contents of the file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileAttachment.ContentId">
            <summary>
            Gets or sets content id.
            The ID of the attachment in the Exchange store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileAttachment.ContentLocation">
            <summary>
            Gets or sets content location.
            Do not use this property as it is not supported.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FileEncryptionInfo">
            <summary>
            The type FileEncryptionInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.EncryptionKey">
            <summary>
            Gets or sets encryptionKey.
            The key used to encrypt the file content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.FileDigest">
            <summary>
            Gets or sets fileDigest.
            The file digest prior to encryption. ProfileVersion1 requires a non-null FileDigest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.FileDigestAlgorithm">
            <summary>
            Gets or sets fileDigestAlgorithm.
            The file digest algorithm. ProfileVersion1 currently only supports SHA256 for the FileDigestAlgorithm.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.InitializationVector">
            <summary>
            Gets or sets initializationVector.
            The initialization vector (IV) used for the encryption algorithm. Must be 16 bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.Mac">
            <summary>
            Gets or sets mac.
            The hash of the concatenation of the IV and encrypted file content. Must be 32 bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.MacKey">
            <summary>
            Gets or sets macKey.
            The key used to compute the message authentication code of the concatenation of the IV and encrypted file content. Must be 32 bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.ProfileIdentifier">
            <summary>
            Gets or sets profileIdentifier.
            The profile identifier. Maps to the strategy used to encrypt the file. Currently, only ProfileVersion1 is supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FileHash">
            <summary>
            The type FileHash.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileHash.HashType">
            <summary>
            Gets or sets hashType.
            File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileHash.HashValue">
            <summary>
            Gets or sets hashValue.
            Value of the file hash.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileHash.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileHash.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FileHashType">
            <summary>
            The enum FileHashType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FileHashType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FileHashType.Sha1">
            <summary>
            Sha1
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FileHashType.Sha256">
            <summary>
            Sha256
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FileHashType.Md5">
            <summary>
            Md5
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FileHashType.AuthenticodeHash256">
            <summary>
            Authenticode Hash256
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FileHashType.LsHash">
            <summary>
            Ls Hash
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FileHashType.Ctph">
            <summary>
            Ctph
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FileHashType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FileSecurityState">
            <summary>
            The type FileSecurityState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSecurityState.FileHash">
            <summary>
            Gets or sets fileHash.
            Complex type containing file hashes (cryptographic and location-sensitive).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSecurityState.Name">
            <summary>
            Gets or sets name.
            File name (without path).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSecurityState.Path">
            <summary>
            Gets or sets path.
            Full file path of the file/imageFile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSecurityState.RiskScore">
            <summary>
            Gets or sets riskScore.
            Provider generated/calculated risk score of the alert file. Recommended value range of 0-1, which equates to a percentage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSecurityState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSecurityState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FileSystemInfo">
            <summary>
            The type FileSystemInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSystemInfo.CreatedDateTime">
            <summary>
            Gets or sets createdDateTime.
            The UTC date and time the file was created on a client.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSystemInfo.LastAccessedDateTime">
            <summary>
            Gets or sets lastAccessedDateTime.
            The UTC date and time the file was last accessed. Available for the recent file list only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSystemInfo.LastModifiedDateTime">
            <summary>
            Gets or sets lastModifiedDateTime.
            The UTC date and time the file was last modified on a client.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSystemInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSystemInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FilterMode">
            <summary>
            The enum FilterMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FilterMode.Include">
            <summary>
            Include
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FilterMode.Exclude">
            <summary>
            Exclude
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FirewallCertificateRevocationListCheckMethodType">
            <summary>
            The enum FirewallCertificateRevocationListCheckMethodType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallCertificateRevocationListCheckMethodType.DeviceDefault">
            <summary>
            Device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallCertificateRevocationListCheckMethodType.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallCertificateRevocationListCheckMethodType.Attempt">
            <summary>
            Attempt
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallCertificateRevocationListCheckMethodType.Require">
            <summary>
            Require
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FirewallPacketQueueingMethodType">
            <summary>
            The enum FirewallPacketQueueingMethodType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPacketQueueingMethodType.DeviceDefault">
            <summary>
            Device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPacketQueueingMethodType.Disabled">
            <summary>
            Disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPacketQueueingMethodType.QueueInbound">
            <summary>
            Queue Inbound
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPacketQueueingMethodType.QueueOutbound">
            <summary>
            Queue Outbound
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPacketQueueingMethodType.QueueBoth">
            <summary>
            Queue Both
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FirewallPreSharedKeyEncodingMethodType">
            <summary>
            The enum FirewallPreSharedKeyEncodingMethodType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPreSharedKeyEncodingMethodType.DeviceDefault">
            <summary>
            Device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPreSharedKeyEncodingMethodType.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPreSharedKeyEncodingMethodType.UtF8">
            <summary>
            Ut F8
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Folder">
            <summary>
            The type Folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Folder.ChildCount">
            <summary>
            Gets or sets childCount.
            Number of children contained immediately within this container.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Folder.View">
            <summary>
            Gets or sets view.
            A collection of properties defining the recommended view for the folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Folder.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Folder.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FolderView">
            <summary>
            The type FolderView.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FolderView.SortBy">
            <summary>
            Gets or sets sortBy.
            The method by which the folder should be sorted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FolderView.SortOrder">
            <summary>
            Gets or sets sortOrder.
            If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FolderView.ViewType">
            <summary>
            Gets or sets viewType.
            The type of view that should be used to represent the folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FolderView.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FolderView.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FollowupFlag">
            <summary>
            The type FollowupFlag.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FollowupFlag.CompletedDateTime">
            <summary>
            Gets or sets completedDateTime.
            The date and time that the follow-up was finished.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FollowupFlag.DueDateTime">
            <summary>
            Gets or sets dueDateTime.
            The date and time that the follow up is to be finished. Note: To set the due date, you must also specify the startDateTime; otherwise, you will get a 400 Bad Request response.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FollowupFlag.FlagStatus">
            <summary>
            Gets or sets flagStatus.
            The status for follow-up for an item. Possible values are notFlagged, complete, and flagged.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FollowupFlag.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            The date and time that the follow-up is to begin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FollowupFlag.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FollowupFlag.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FollowupFlagStatus">
            <summary>
            The enum FollowupFlagStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FollowupFlagStatus.NotFlagged">
            <summary>
            Not Flagged
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FollowupFlagStatus.Complete">
            <summary>
            Complete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FollowupFlagStatus.Flagged">
            <summary>
            Flagged
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FreeBusyError">
            <summary>
            The type FreeBusyError.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FreeBusyError.Message">
            <summary>
            Gets or sets message.
            Describes the error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FreeBusyError.ResponseCode">
            <summary>
            Gets or sets responseCode.
            The response code from querying for the availability of the user, distribution list, or resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FreeBusyError.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FreeBusyError.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FreeBusyStatus">
            <summary>
            The enum FreeBusyStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FreeBusyStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FreeBusyStatus.Free">
            <summary>
            Free
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FreeBusyStatus.Tentative">
            <summary>
            Tentative
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FreeBusyStatus.Busy">
            <summary>
            Busy
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FreeBusyStatus.Oof">
            <summary>
            Oof
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FreeBusyStatus.WorkingElsewhere">
            <summary>
            Working Elsewhere
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GenericError">
            <summary>
            The type GenericError.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GenericError.Code">
            <summary>
            Gets or sets code.
            The error code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GenericError.Message">
            <summary>
            Gets or sets message.
            The error message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GenericError.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GenericError.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GeoCoordinates">
            <summary>
            The type GeoCoordinates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GeoCoordinates.Altitude">
            <summary>
            Gets or sets altitude.
            Optional. The altitude (height), in feet,  above sea level for the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GeoCoordinates.Latitude">
            <summary>
            Gets or sets latitude.
            Optional. The latitude, in decimal, for the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GeoCoordinates.Longitude">
            <summary>
            Gets or sets longitude.
            Optional. The longitude, in decimal, for the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GeoCoordinates.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GeoCoordinates.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GeolocationColumn">
            <summary>
            The type GeolocationColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GeolocationColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GeolocationColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GiphyRatingType">
            <summary>
            The enum GiphyRatingType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.GiphyRatingType.Strict">
            <summary>
            Strict
            </summary>
        </member>
        <member name="F:Microsoft.Graph.GiphyRatingType.Moderate">
            <summary>
            Moderate
            </summary>
        </member>
        <member name="F:Microsoft.Graph.GiphyRatingType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Group">
            <summary>
            The type Group.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Group.#ctor">
            <summary>
             The Group constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.AssignedLabels">
            <summary>
            Gets or sets assigned labels.
            The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.AssignedLicenses">
            <summary>
            Gets or sets assigned licenses.
            The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Classification">
            <summary>
            Gets or sets classification.
            Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Description">
            <summary>
            Gets or sets description.
            An optional description for the group. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for the group. This property is required when a group is created and cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            Timestamp of when the group is set to expire. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.GroupTypes">
            <summary>
            Gets or sets group types.
            Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it's either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter (eq, not).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.HasMembersWithLicenseErrors">
            <summary>
            Gets or sets has members with license errors.
            Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.IsAssignableToRole">
            <summary>
            Gets or sets is assignable to role.
            Indicates whether this group can be assigned to an Azure Active Directory role or not. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Azure AD role assignmentsUsing this feature requires a Azure AD Premium P1 license. Returned by default. Supports $filter (eq, ne, not).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.LicenseProcessingState">
            <summary>
            Gets or sets license processing state.
            Indicates status of the group license assignment to all members of the group. Default value is false. Read-only. Possible values: QueuedForProcessing, ProcessingInProgress, and ProcessingComplete.Returned only on $select. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Mail">
            <summary>
            Gets or sets mail.
            The SMTP address for the group, for example, 'serviceadmins@contoso.onmicrosoft.com'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.MailEnabled">
            <summary>
            Gets or sets mail enabled.
            Specifies whether the group is mail-enabled. Required. Returned by default. Supports $filter (eq, ne, not).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.MailNickname">
            <summary>
            Gets or sets mail nickname.
            The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following: @ () / [] ' ; : &amp;lt;&amp;gt; , SPACE. Required. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.MembershipRule">
            <summary>
            Gets or sets membership rule.
            The rule that determines members for this group if the group is a dynamic group (groupTypes contains DynamicMembership). For more information about the syntax of the membership rule, see Membership Rules syntax. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.MembershipRuleProcessingState">
            <summary>
            Gets or sets membership rule processing state.
            Indicates whether the dynamic membership processing is on or paused. Possible values are On or Paused. Returned by default. Supports $filter (eq, ne, not, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.OnPremisesDomainName">
            <summary>
            Gets or sets on premises domain name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.OnPremisesLastSyncDateTime">
            <summary>
            Gets or sets on premises last sync date time.
            Indicates the last time at which the group was synced with the on-premises directory.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.OnPremisesNetBiosName">
            <summary>
            Gets or sets on premises net bios name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.OnPremisesProvisioningErrors">
            <summary>
            Gets or sets on premises provisioning errors.
            Errors when using Microsoft synchronization product during provisioning. Returned by default. Supports $filter (eq, not).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.OnPremisesSamAccountName">
            <summary>
            Gets or sets on premises sam account name.
            Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.OnPremisesSecurityIdentifier">
            <summary>
            Gets or sets on premises security identifier.
            Contains the on-premises security identifier (SID) for the group that was synchronized from on-premises to the cloud. Returned by default. Supports $filter (eq including on null values). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.OnPremisesSyncEnabled">
            <summary>
            Gets or sets on premises sync enabled.
            true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter (eq, ne, not, in, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.PreferredDataLocation">
            <summary>
            Gets or sets preferred data location.
            The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator's preferred data location. To set this property, the calling user must be assigned one of the following Azure AD roles:  Global Administrator  User Account Administrator Directory Writer  Exchange Administrator  SharePoint Administrator  For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.PreferredLanguage">
            <summary>
            Gets or sets preferred language.
            The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.ProxyAddresses">
            <summary>
            Gets or sets proxy addresses.
            Email addresses for the group that direct to the same group mailbox. For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.RenewedDateTime">
            <summary>
            Gets or sets renewed date time.
            Timestamp of when the group was last renewed. This cannot be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.SecurityEnabled">
            <summary>
            Gets or sets security enabled.
            Specifies whether the group is a security group. Required. Returned by default. Supports $filter (eq, ne, not, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.SecurityIdentifier">
            <summary>
            Gets or sets security identifier.
            Security identifier of the group, used in Windows scenarios. Returned by default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Theme">
            <summary>
            Gets or sets theme.
            Specifies a Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Visibility">
            <summary>
            Gets or sets visibility.
            Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups, when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value is not specified during group creation on Microsoft Graph, a security group is created as Private by default and Microsoft 365 group is Public. Groups assignable to roles are always Private. See group visibility options to learn more. Returned by default. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.AllowExternalSenders">
            <summary>
            Gets or sets allow external senders.
            Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.AutoSubscribeNewMembers">
            <summary>
            Gets or sets auto subscribe new members.
            Indicates if new members added to the group will be auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; do not set it in the initial POST request that creates the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.HideFromAddressLists">
            <summary>
            Gets or sets hide from address lists.
            True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.HideFromOutlookClients">
            <summary>
            Gets or sets hide from outlook clients.
            True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.IsSubscribedByMail">
            <summary>
            Gets or sets is subscribed by mail.
            Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.UnseenCount">
            <summary>
            Gets or sets unseen count.
            Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.IsArchived">
            <summary>
            Gets or sets is archived.
            When a group is associated with a team this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.AppRoleAssignments">
            <summary>
            Gets or sets app role assignments.
            Represents the app roles a group has been granted for an application. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.AppRoleAssignmentsNextLink">
            <summary>
            Gets or sets appRoleAssignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.CreatedOnBehalfOf">
            <summary>
            Gets or sets created on behalf of.
            The user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.MemberOf">
            <summary>
            Gets or sets member of.
            Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.MemberOfNextLink">
            <summary>
            Gets or sets memberOfNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Members">
            <summary>
            Gets or sets members.
            The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&amp;$select=id,displayName&amp;$expand=members($select=id,userPrincipalName,displayName).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.MembersNextLink">
            <summary>
            Gets or sets membersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.MembersWithLicenseErrors">
            <summary>
            Gets or sets members with license errors.
            A list of group members with license errors from this group-based license assignment. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.MembersWithLicenseErrorsNextLink">
            <summary>
            Gets or sets membersWithLicenseErrorsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Owners">
            <summary>
            Gets or sets owners.
            The owners of the group. Limited to 100 owners. Nullable. If this property is not specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner.  Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&amp;$select=id,displayName&amp;$expand=owners($select=id,userPrincipalName,displayName).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.OwnersNextLink">
            <summary>
            Gets or sets ownersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.PermissionGrants">
            <summary>
            Gets or sets permission grants.
            The permission that has been granted for a group to a specific application. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.PermissionGrantsNextLink">
            <summary>
            Gets or sets permissionGrantsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Settings">
            <summary>
            Gets or sets settings.
            Settings that can govern this group's behavior, like whether members can invite guest users to the group. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.SettingsNextLink">
            <summary>
            Gets or sets settingsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.TransitiveMemberOf">
            <summary>
            Gets or sets transitive member of.
            The groups that a group is a member of, either directly and through nested membership. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.TransitiveMemberOfNextLink">
            <summary>
            Gets or sets transitiveMemberOfNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.TransitiveMembers">
            <summary>
            Gets or sets transitive members.
            The direct and transitive members of a group. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.TransitiveMembersNextLink">
            <summary>
            Gets or sets transitiveMembersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.AcceptedSenders">
            <summary>
            Gets or sets accepted senders.
            The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.AcceptedSendersNextLink">
            <summary>
            Gets or sets acceptedSendersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Calendar">
            <summary>
            Gets or sets calendar.
            The group's calendar. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.CalendarView">
            <summary>
            Gets or sets calendar view.
            The calendar view for the calendar. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.CalendarViewNextLink">
            <summary>
            Gets or sets calendarViewNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Conversations">
            <summary>
            Gets or sets conversations.
            The group's conversations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.ConversationsNextLink">
            <summary>
            Gets or sets conversationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Events">
            <summary>
            Gets or sets events.
            The group's calendar events.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.EventsNextLink">
            <summary>
            Gets or sets eventsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.RejectedSenders">
            <summary>
            Gets or sets rejected senders.
            The list of users or groups that are not allowed to create posts or calendar events in this group. Nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.RejectedSendersNextLink">
            <summary>
            Gets or sets rejectedSendersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Threads">
            <summary>
            Gets or sets threads.
            The group's conversation threads. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.ThreadsNextLink">
            <summary>
            Gets or sets threadsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Drive">
            <summary>
            Gets or sets drive.
            The group's default drive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Drives">
            <summary>
            Gets or sets drives.
            The group's drives. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.DrivesNextLink">
            <summary>
            Gets or sets drivesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Sites">
            <summary>
            Gets or sets sites.
            The list of SharePoint sites in this group. Access the default site with /sites/root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.SitesNextLink">
            <summary>
            Gets or sets sitesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the group. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.ExtensionsNextLink">
            <summary>
            Gets or sets extensionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.GroupLifecyclePolicies">
            <summary>
            Gets or sets group lifecycle policies.
            The collection of lifecycle policies for this group. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.GroupLifecyclePoliciesNextLink">
            <summary>
            Gets or sets groupLifecyclePoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Planner">
            <summary>
            Gets or sets planner.
            Entry-point to Planner resource that might exist for a Unified Group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Onenote">
            <summary>
            Gets or sets onenote.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Photo">
            <summary>
            Gets or sets photo.
            The group's profile photo
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Photos">
            <summary>
            Gets or sets photos.
            The profile photos owned by the group. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.PhotosNextLink">
            <summary>
            Gets or sets photosNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Team">
            <summary>
            Gets or sets team.
            The team associated with this group.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupAssignLicenseRequestBody">
            <summary>
            The type GroupAssignLicenseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAssignLicenseRequestBody.AddLicenses">
            <summary>
            Gets or sets AddLicenses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAssignLicenseRequestBody.RemoveLicenses">
            <summary>
            Gets or sets RemoveLicenses.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupAssignmentTarget">
            <summary>
            The type GroupAssignmentTarget.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAssignmentTarget.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.GroupAssignmentTarget"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAssignmentTarget.GroupId">
            <summary>
            Gets or sets groupId.
            The group Id that is the target of the assignment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicy">
            <summary>
            The type Group Lifecycle Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicy.AlternateNotificationEmails">
            <summary>
            Gets or sets alternate notification emails.
            List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicy.GroupLifetimeInDays">
            <summary>
            Gets or sets group lifetime in days.
            Number of days before a group expires and needs to be renewed. Once renewed, the group expiration is extended by the number of days defined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicy.ManagedGroupTypes">
            <summary>
            Gets or sets managed group types.
            The group type for which the expiration policy applies. Possible values are All, Selected or None.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequestBody">
            <summary>
            The type GroupLifecyclePolicyAddGroupRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequestBody.GroupId">
            <summary>
            Gets or sets GroupId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequestBody">
            <summary>
            The type GroupLifecyclePolicyRemoveGroupRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequestBody.GroupId">
            <summary>
            Gets or sets GroupId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupMembers">
            <summary>
            The type GroupMembers.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembers.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.GroupMembers"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMembers.Description">
            <summary>
            Gets or sets description.
            The name of the group in Azure AD. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMembers.GroupId">
            <summary>
            Gets or sets groupId.
            The ID of the group in Azure AD.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupSetting">
            <summary>
            The type Group Setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSetting.DisplayName">
            <summary>
            Gets or sets display name.
            Display name of this group of settings, which comes from the associated template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSetting.TemplateId">
            <summary>
            Gets or sets template id.
            Unique identifier for the tenant-level groupSettingTemplates object that's been customized for this group-level settings object. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSetting.Values">
            <summary>
            Gets or sets values.
            Collection of name-value pairs corresponding to the name and defaultValue properties in the referenced groupSettingTemplates object.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingTemplate">
            <summary>
            The type Group Setting Template.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplate.#ctor">
            <summary>
             The GroupSettingTemplate constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingTemplate.Description">
            <summary>
            Gets or sets description.
            Description of the template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingTemplate.DisplayName">
            <summary>
            Gets or sets display name.
            Display name of the template. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingTemplate.Values">
            <summary>
            Gets or sets values.
            Collection of settingTemplateValues that list the set of available settings, defaults and types that make up this template.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupType">
            <summary>
            The enum GroupType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.GroupType.UnifiedGroups">
            <summary>
            Unified Groups
            </summary>
        </member>
        <member name="F:Microsoft.Graph.GroupType.AzureAD">
            <summary>
            Azure AD
            </summary>
        </member>
        <member name="F:Microsoft.Graph.GroupType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupValidatePropertiesRequestBody">
            <summary>
            The type GroupValidatePropertiesRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupValidatePropertiesRequestBody.DisplayName">
            <summary>
            Gets or sets DisplayName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupValidatePropertiesRequestBody.MailNickname">
            <summary>
            Gets or sets MailNickname.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupValidatePropertiesRequestBody.OnBehalfOfUserId">
            <summary>
            Gets or sets OnBehalfOfUserId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Hashes">
            <summary>
            The type Hashes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Hashes.Crc32Hash">
            <summary>
            Gets or sets crc32Hash.
            The CRC32 value of the file in little endian (if available). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Hashes.QuickXorHash">
            <summary>
            Gets or sets quickXorHash.
            A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Hashes.Sha1Hash">
            <summary>
            Gets or sets sha1Hash.
            SHA1 hash for the contents of the file (if available). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Hashes.Sha256Hash">
            <summary>
            Gets or sets sha256Hash.
            SHA256 hash for the contents of the file (if available). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Hashes.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Hashes.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.HomeRealmDiscoveryPolicy">
            <summary>
            The type Home Realm Discovery Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicy.#ctor">
            <summary>
             The HomeRealmDiscoveryPolicy constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.HostSecurityState">
            <summary>
            The type HostSecurityState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HostSecurityState.Fqdn">
            <summary>
            Gets or sets fqdn.
            Host FQDN (Fully Qualified Domain Name) (for example, machine.company.com).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HostSecurityState.IsAzureAdJoined">
            <summary>
            Gets or sets isAzureAdJoined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HostSecurityState.IsAzureAdRegistered">
            <summary>
            Gets or sets isAzureAdRegistered.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HostSecurityState.IsHybridAzureDomainJoined">
            <summary>
            Gets or sets isHybridAzureDomainJoined.
            True if the host is domain joined to an on-premises Active Directory domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HostSecurityState.NetBiosName">
            <summary>
            Gets or sets netBiosName.
            The local host name, without the DNS domain name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HostSecurityState.Os">
            <summary>
            Gets or sets os.
            Host Operating System. (For example, Windows10, MacOS, RHEL, etc.).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HostSecurityState.PrivateIpAddress">
            <summary>
            Gets or sets privateIpAddress.
            Private (not routable) IPv4 or IPv6 address (see RFC 1918) at the time of the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HostSecurityState.PublicIpAddress">
            <summary>
            Gets or sets publicIpAddress.
            Publicly routable IPv4 or IPv6 address (see RFC 1918) at time of the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HostSecurityState.RiskScore">
            <summary>
            Gets or sets riskScore.
            Provider-generated/calculated risk score of the host.  Recommended value range of 0-1, which equates to a percentage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HostSecurityState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HostSecurityState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.HyperlinkOrPictureColumn">
            <summary>
            The type HyperlinkOrPictureColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HyperlinkOrPictureColumn.IsPicture">
            <summary>
            Gets or sets isPicture.
            Specifies whether the display format used for URL columns is an image or a hyperlink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HyperlinkOrPictureColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.HyperlinkOrPictureColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Identity">
            <summary>
            The type Identity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Identity.DisplayName">
            <summary>
            Gets or sets displayName.
            The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Identity.Id">
            <summary>
            Gets or sets id.
            Unique identifier for the identity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Identity.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Identity.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityApiConnector">
            <summary>
            The type Identity Api Connector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityApiConnector.AuthenticationConfiguration">
            <summary>
            Gets or sets authentication configuration.
            The object which describes the authentication configuration details for calling the API. Basic and PKCS 12 client certificate are supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityApiConnector.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the API connector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityApiConnector.TargetUrl">
            <summary>
            Gets or sets target url.
            The URL of the API endpoint to call.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequestBody">
            <summary>
            The type IdentityApiConnectorUploadClientCertificateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequestBody.Pkcs12Value">
            <summary>
            Gets or sets Pkcs12Value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequestBody.Password">
            <summary>
            Gets or sets Password.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityBuiltInUserFlowAttribute">
            <summary>
            The type Identity Built In User Flow Attribute.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttribute.#ctor">
            <summary>
             The IdentityBuiltInUserFlowAttribute constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainer">
            <summary>
            The type Identity Container.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainer.ApiConnectors">
            <summary>
            Gets or sets api connectors.
            Represents entry point for API connectors.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainer.ApiConnectorsNextLink">
            <summary>
            Gets or sets apiConnectorsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainer.B2xUserFlows">
            <summary>
            Gets or sets b2x user flows.
            Represents entry point for B2X/self-service sign-up identity userflows.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainer.B2xUserFlowsNextLink">
            <summary>
            Gets or sets b2xUserFlowsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainer.IdentityProviders">
            <summary>
            Gets or sets identity providers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainer.IdentityProvidersNextLink">
            <summary>
            Gets or sets identityProvidersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainer.UserFlowAttributes">
            <summary>
            Gets or sets user flow attributes.
            Represents entry point for identity userflow attributes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainer.UserFlowAttributesNextLink">
            <summary>
            Gets or sets userFlowAttributesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainer.ConditionalAccess">
            <summary>
            Gets or sets conditional access.
            the entry point for the Conditional Access (CA) object model.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityCustomUserFlowAttribute">
            <summary>
            The type Identity Custom User Flow Attribute.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttribute.#ctor">
            <summary>
             The IdentityCustomUserFlowAttribute constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityGovernance">
            <summary>
            The type Identity Governance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityGovernance.AccessReviews">
            <summary>
            Gets or sets access reviews.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityGovernance.AppConsent">
            <summary>
            Gets or sets app consent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityGovernance.TermsOfUse">
            <summary>
            Gets or sets terms of use.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityGovernance.EntitlementManagement">
            <summary>
            Gets or sets entitlement management.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityGovernance.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityGovernance.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRoot">
            <summary>
            The type Identity Protection Root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRoot.RiskDetections">
            <summary>
            Gets or sets risk detections.
            Risk detection in Azure AD Identity Protection and the associated information about the detection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRoot.RiskDetectionsNextLink">
            <summary>
            Gets or sets riskDetectionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRoot.RiskyServicePrincipals">
            <summary>
            Gets or sets risky service principals.
            Azure AD service principals that are at risk.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRoot.RiskyServicePrincipalsNextLink">
            <summary>
            Gets or sets riskyServicePrincipalsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRoot.RiskyUsers">
            <summary>
            Gets or sets risky users.
            Users that are flagged as at-risk by Azure AD Identity Protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRoot.RiskyUsersNextLink">
            <summary>
            Gets or sets riskyUsersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRoot.ServicePrincipalRiskDetections">
            <summary>
            Gets or sets service principal risk detections.
            Represents information about detected at-risk service principals in an Azure AD tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRoot.ServicePrincipalRiskDetectionsNextLink">
            <summary>
            Gets or sets servicePrincipalRiskDetectionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRoot.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRoot.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProvider">
            <summary>
            The type Identity Provider.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProvider.ClientId">
            <summary>
            Gets or sets client id.
            The client ID for the application. This is the client ID obtained when registering the application with the identity provider. Required. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProvider.ClientSecret">
            <summary>
            Gets or sets client secret.
            The client secret for the application. This is the client secret obtained when registering the application with the identity provider. This is write-only. A read operation will return ****.  Required. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProvider.Name">
            <summary>
            Gets or sets name.
            The display name of the identity provider. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProvider.Type">
            <summary>
            Gets or sets type.
            The identity provider type is a required field. For B2B scenario: Google, Facebook. For B2C scenario: Microsoft, Google, Amazon, LinkedIn, Facebook, GitHub, Twitter, Weibo, QQ, WeChat, OpenIDConnect. Not nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderBase">
            <summary>
            The type Identity Provider Base.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBase.#ctor">
            <summary>
             The internal IdentityProviderBase constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProviderBase.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the identity provider.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy">
            <summary>
            The type Identity Security Defaults Enforcement Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy.#ctor">
            <summary>
             The IdentitySecurityDefaultsEnforcementPolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy.IsEnabled">
            <summary>
            Gets or sets is enabled.
            If set to true, Azure Active Directory security defaults is enabled for the tenant.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentitySet">
            <summary>
            The type IdentitySet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentitySet.Application">
            <summary>
            Gets or sets application.
            Optional. The application associated with this action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentitySet.Device">
            <summary>
            Gets or sets device.
            Optional. The device associated with this action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentitySet.User">
            <summary>
            Gets or sets user.
            Optional. The user associated with this action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentitySet.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentitySet.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentitySource">
            <summary>
            The type IdentitySource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentitySource.#ctor">
            <summary>
             The internal IdentitySource constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentitySource.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentitySource.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlow">
            <summary>
            The type Identity User Flow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlow.UserFlowType">
            <summary>
            Gets or sets user flow type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlow.UserFlowTypeVersion">
            <summary>
            Gets or sets user flow type version.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttribute">
            <summary>
            The type Identity User Flow Attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttribute.DataType">
            <summary>
            Gets or sets data type.
            The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttribute.Description">
            <summary>
            Gets or sets description.
            The description of the user flow attribute that's shown to the user at the time of sign-up.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttribute.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the user flow attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttribute.UserFlowAttributeType">
            <summary>
            Gets or sets user flow attribute type.
            The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, or required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeAssignment">
            <summary>
            The type Identity User Flow Attribute Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttributeAssignment.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the identityUserFlowAttribute within a user flow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttributeAssignment.IsOptional">
            <summary>
            Gets or sets is optional.
            Determines whether the identityUserFlowAttribute is optional. true means the user doesn't have to provide a value. false means the user cannot complete sign-up without providing a value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttributeAssignment.RequiresVerification">
            <summary>
            Gets or sets requires verification.
            Determines whether the identityUserFlowAttribute requires verification. This is only used for verifying the user's phone number or email address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttributeAssignment.UserAttributeValues">
            <summary>
            Gets or sets user attribute values.
            The input options for the user flow attribute. Only applicable when the userInputType is radioSingleSelect, dropdownSingleSelect, or checkboxMultiSelect.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttributeAssignment.UserInputType">
            <summary>
            Gets or sets user input type.
            The input type of the user flow attribute. Possible values are: textBox, dateTimeDropdown, radioSingleSelect, dropdownSingleSelect, emailBox, checkboxMultiSelect.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttributeAssignment.UserAttribute">
            <summary>
            Gets or sets user attribute.
            The user attribute that you want to add to your user flow.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeAssignmentSetOrderRequestBody">
            <summary>
            The type IdentityUserFlowAttributeAssignmentSetOrderRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttributeAssignmentSetOrderRequestBody.NewAssignmentOrder">
            <summary>
            Gets or sets NewAssignmentOrder.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeDataType">
            <summary>
            The enum IdentityUserFlowAttributeDataType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeDataType.String">
            <summary>
            String
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeDataType.Boolean">
            <summary>
            Boolean
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeDataType.Int64">
            <summary>
            Int64
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeDataType.StringCollection">
            <summary>
            String Collection
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeDataType.DateTime">
            <summary>
            Date Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeDataType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeInputType">
            <summary>
            The enum IdentityUserFlowAttributeInputType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeInputType.TextBox">
            <summary>
            Text Box
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeInputType.DateTimeDropdown">
            <summary>
            Date Time Dropdown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeInputType.RadioSingleSelect">
            <summary>
            Radio Single Select
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeInputType.DropdownSingleSelect">
            <summary>
            Dropdown Single Select
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeInputType.EmailBox">
            <summary>
            Email Box
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeInputType.CheckboxMultiSelect">
            <summary>
            Checkbox Multi Select
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeType">
            <summary>
            The enum IdentityUserFlowAttributeType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeType.BuiltIn">
            <summary>
            Built In
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeType.Custom">
            <summary>
            Custom
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeType.Required">
            <summary>
            Required
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IdentityUserFlowAttributeType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Image">
            <summary>
            The type Image.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Image.Height">
            <summary>
            Gets or sets height.
            Optional. Height of the image, in pixels. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Image.Width">
            <summary>
            Gets or sets width.
            Optional. Width of the image, in pixels. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Image.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Image.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ImageInfo">
            <summary>
            The type ImageInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImageInfo.AddImageQuery">
            <summary>
            Gets or sets addImageQuery.
            Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImageInfo.AlternateText">
            <summary>
            Gets or sets alternateText.
            Optional; alt-text accessible content for the image
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImageInfo.AlternativeText">
            <summary>
            Gets or sets alternativeText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImageInfo.IconUrl">
            <summary>
            Gets or sets iconUrl.
            Optional; URI that points to an icon which represents the application used to generate the activity
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImageInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImageInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ImplicitGrantSettings">
            <summary>
            The type ImplicitGrantSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImplicitGrantSettings.EnableAccessTokenIssuance">
            <summary>
            Gets or sets enableAccessTokenIssuance.
            Specifies whether this web application can request an access token using the OAuth 2.0 implicit flow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImplicitGrantSettings.EnableIdTokenIssuance">
            <summary>
            Gets or sets enableIdTokenIssuance.
            Specifies whether this web application can request an ID token using the OAuth 2.0 implicit flow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImplicitGrantSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImplicitGrantSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Importance">
            <summary>
            The enum Importance.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Importance.Low">
            <summary>
            Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Importance.Normal">
            <summary>
            Normal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Importance.High">
            <summary>
            High
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity">
            <summary>
            The type Imported Windows Autopilot Device Identity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity.AssignedUserPrincipalName">
            <summary>
            Gets or sets assigned user principal name.
            UPN of the user the device will be assigned
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity.GroupTag">
            <summary>
            Gets or sets group tag.
            Group Tag of the Windows autopilot device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity.HardwareIdentifier">
            <summary>
            Gets or sets hardware identifier.
            Hardware Blob of the Windows autopilot device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity.ImportId">
            <summary>
            Gets or sets import id.
            The Import Id of the Windows autopilot device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity.ProductKey">
            <summary>
            Gets or sets product key.
            Product Key of the Windows autopilot device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity.SerialNumber">
            <summary>
            Gets or sets serial number.
            Serial number of the Windows autopilot device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity.State">
            <summary>
            Gets or sets state.
            Current state of the imported device.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequestBody">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityImportRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequestBody.ImportedWindowsAutopilotDeviceIdentities">
            <summary>
            Gets or sets ImportedWindowsAutopilotDeviceIdentities.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportStatus">
            <summary>
            The enum ImportedWindowsAutopilotDeviceIdentityImportStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportStatus.Pending">
            <summary>
            Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportStatus.Partial">
            <summary>
            Partial
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportStatus.Complete">
            <summary>
            Complete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportStatus.Error">
            <summary>
            Error
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityState">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityState.DeviceErrorCode">
            <summary>
            Gets or sets deviceErrorCode.
            Device error code reported by Device Directory Service(DDS).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityState.DeviceErrorName">
            <summary>
            Gets or sets deviceErrorName.
            Device error name reported by Device Directory Service(DDS).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityState.DeviceImportStatus">
            <summary>
            Gets or sets deviceImportStatus.
            Device status reported by Device Directory Service(DDS). Possible values are: unknown, pending, partial, complete, error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityState.DeviceRegistrationId">
            <summary>
            Gets or sets deviceRegistrationId.
            Device Registration ID for successfully added device reported by Device Directory Service(DDS).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload">
            <summary>
            The type Imported Windows Autopilot Device Identity Upload.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload.CreatedDateTimeUtc">
            <summary>
            Gets or sets created date time utc.
            DateTime when the entity is created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload.Status">
            <summary>
            Gets or sets status.
            Upload status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload.DeviceIdentities">
            <summary>
            Gets or sets device identities.
            Collection of all Autopilot devices as a part of this upload.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload.DeviceIdentitiesNextLink">
            <summary>
            Gets or sets deviceIdentitiesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadStatus">
            <summary>
            The enum ImportedWindowsAutopilotDeviceIdentityUploadStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadStatus.NoUpload">
            <summary>
            No Upload
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadStatus.Pending">
            <summary>
            Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadStatus.Complete">
            <summary>
            Complete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadStatus.Error">
            <summary>
            Error
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IncomingCallOptions">
            <summary>
            The type IncomingCallOptions.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IncomingCallOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.IncomingCallOptions"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IncomingContext">
            <summary>
            The type IncomingContext.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IncomingContext.ObservedParticipantId">
            <summary>
            Gets or sets observedParticipantId.
            The ID of the participant that is under observation. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IncomingContext.OnBehalfOf">
            <summary>
            Gets or sets onBehalfOf.
            The identity that the call is happening on behalf of.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IncomingContext.SourceParticipantId">
            <summary>
            Gets or sets sourceParticipantId.
            The ID of the participant that triggered the incoming call. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IncomingContext.Transferor">
            <summary>
            Gets or sets transferor.
            The identity that transferred the call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IncomingContext.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IncomingContext.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IncompleteData">
            <summary>
            The type IncompleteData.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IncompleteData.MissingDataBeforeDateTime">
            <summary>
            Gets or sets missingDataBeforeDateTime.
            The service does not have source data before the specified time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IncompleteData.WasThrottled">
            <summary>
            Gets or sets wasThrottled.
            Some data was not recorded due to excessive activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IncompleteData.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IncompleteData.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassification">
            <summary>
            The type Inference Classification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassification.Overrides">
            <summary>
            Gets or sets overrides.
            A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassification.OverridesNextLink">
            <summary>
            Gets or sets overridesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverride">
            <summary>
            The type Inference Classification Override.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationOverride.ClassifyAs">
            <summary>
            Gets or sets classify as.
            Specifies how incoming messages from a specific sender should always be classified as. The possible values are: focused, other.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationOverride.SenderEmailAddress">
            <summary>
            Gets or sets sender email address.
            The email address information of the sender for whom the override is created.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationType">
            <summary>
            The enum InferenceClassificationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InferenceClassificationType.Focused">
            <summary>
            Focused
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InferenceClassificationType.Other">
            <summary>
            Other
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InformationalUrl">
            <summary>
            The type InformationalUrl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationalUrl.LogoUrl">
            <summary>
            Gets or sets logoUrl.
            CDN URL to the application's logo, Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationalUrl.MarketingUrl">
            <summary>
            Gets or sets marketingUrl.
            Link to the application's marketing page. For example, https://www.contoso.com/app/marketing
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationalUrl.PrivacyStatementUrl">
            <summary>
            Gets or sets privacyStatementUrl.
            Link to the application's privacy statement. For example, https://www.contoso.com/app/privacy
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationalUrl.SupportUrl">
            <summary>
            Gets or sets supportUrl.
            Link to the application's support page. For example, https://www.contoso.com/app/support
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationalUrl.TermsOfServiceUrl">
            <summary>
            Gets or sets termsOfServiceUrl.
            Link to the application's terms of service statement. For example, https://www.contoso.com/app/termsofservice
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationalUrl.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationalUrl.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InformationProtection">
            <summary>
            The type Information Protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationProtection.Bitlocker">
            <summary>
            Gets or sets bitlocker.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationProtection.ThreatAssessmentRequests">
            <summary>
            Gets or sets threat assessment requests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationProtection.ThreatAssessmentRequestsNextLink">
            <summary>
            Gets or sets threatAssessmentRequestsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationProtection.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationProtection.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Initiator">
            <summary>
            The type Initiator.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Initiator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.Initiator"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Initiator.InitiatorType">
            <summary>
            Gets or sets initiatorType.
            Type of initiator. Possible values are: user, application, system, unknownFutureValue.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InitiatorType">
            <summary>
            The enum InitiatorType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InitiatorType.User">
            <summary>
            User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InitiatorType.Application">
            <summary>
            Application
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InitiatorType.System">
            <summary>
            System
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InitiatorType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InsightIdentity">
            <summary>
            The type InsightIdentity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InsightIdentity.Address">
            <summary>
            Gets or sets address.
            The email address of the user who shared the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InsightIdentity.DisplayName">
            <summary>
            Gets or sets displayName.
            The display name of the user who shared the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InsightIdentity.Id">
            <summary>
            Gets or sets id.
            The id of the user who shared the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InsightIdentity.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InsightIdentity.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InstallIntent">
            <summary>
            The enum InstallIntent.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallIntent.Available">
            <summary>
            Available
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallIntent.Required">
            <summary>
            Required
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallIntent.Uninstall">
            <summary>
            Uninstall
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallIntent.AvailableWithoutEnrollment">
            <summary>
            Available Without Enrollment
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InstallState">
            <summary>
            The enum InstallState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallState.NotApplicable">
            <summary>
            Not Applicable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallState.Installed">
            <summary>
            Installed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallState.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallState.NotInstalled">
            <summary>
            Not Installed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallState.UninstallFailed">
            <summary>
            Uninstall Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallState.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InstanceResourceAccess">
            <summary>
            The type InstanceResourceAccess.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InstanceResourceAccess.Permissions">
            <summary>
            Gets or sets permissions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InstanceResourceAccess.ResourceAppId">
            <summary>
            Gets or sets resourceAppId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InstanceResourceAccess.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InstanceResourceAccess.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IntegerRange">
            <summary>
            The type IntegerRange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntegerRange.End">
            <summary>
            Gets or sets end.
            The inclusive upper bound of the integer range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntegerRange.Start">
            <summary>
            Gets or sets start.
            The inclusive lower bound of the integer range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntegerRange.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntegerRange.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InternalDomainFederation">
            <summary>
            The type Internal Domain Federation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederation.#ctor">
            <summary>
             The InternalDomainFederation constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternalDomainFederation.ActiveSignInUri">
            <summary>
            Gets or sets active sign in uri.
            URL of the endpoint used by active clients when authenticating with federated domains set up for single sign-on in Azure Active Directory (Azure AD). Corresponds to the ActiveLogOnUri property of the Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternalDomainFederation.FederatedIdpMfaBehavior">
            <summary>
            Gets or sets federated idp mfa behavior.
            Determines whether Azure AD accepts the MFA performed by the federated IdP when a federated user accesses an application that is governed by a conditional access policy that requires MFA. The possible values are: acceptIfMfaDoneByFederatedIdp, enforceMfaByFederatedIdp, rejectMfaByFederatedIdp, unknownFutureValue. For more information, see federatedIdpMfaBehavior values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternalDomainFederation.IsSignedAuthenticationRequestRequired">
            <summary>
            Gets or sets is signed authentication request required.
            If true, when SAML authentication requests are sent to the federated SAML IdP, Azure AD will sign those requests using the OrgID signing key. If false (default), the SAML authentication requests sent to the federated IdP are not signed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternalDomainFederation.NextSigningCertificate">
            <summary>
            Gets or sets next signing certificate.
            Fallback token signing certificate that is used to sign tokens when the primary signing certificate expires. Formatted as Base64 encoded strings of the public portion of the federated IdP's token signing certificate. Needs to be compatible with the X509Certificate2 class. Much like the signingCertificate, the nextSigningCertificate property is used if a rollover is required outside of the auto-rollover update, a new federation service is being set up, or if the new token signing certificate is not present in the federation properties after the federation service certificate has been updated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternalDomainFederation.PromptLoginBehavior">
            <summary>
            Gets or sets prompt login behavior.
            Sets the preferred behavior for the sign-in prompt. The possible values are: translateToFreshPasswordAuthentication, nativeSupport, disabled, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternalDomainFederation.SigningCertificateUpdateStatus">
            <summary>
            Gets or sets signing certificate update status.
            Provides status and timestamp of the last update of the signing certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternalDomainFederation.SignOutUri">
            <summary>
            Gets or sets sign out uri.
            URI that clients are redirected to when they sign out of Azure AD services. Corresponds to the LogOffUri property of the Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InternalSponsors">
            <summary>
            The type InternalSponsors.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InternalSponsors.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.InternalSponsors"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InternetMessageHeader">
            <summary>
            The type InternetMessageHeader.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternetMessageHeader.Name">
            <summary>
            Gets or sets name.
            Represents the key in a key-value pair.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternetMessageHeader.Value">
            <summary>
            Gets or sets value.
            The value in a key-value pair.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternetMessageHeader.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternetMessageHeader.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InternetSiteSecurityLevel">
            <summary>
            The enum InternetSiteSecurityLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InternetSiteSecurityLevel.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InternetSiteSecurityLevel.Medium">
            <summary>
            Medium
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InternetSiteSecurityLevel.MediumHigh">
            <summary>
            Medium High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InternetSiteSecurityLevel.High">
            <summary>
            High
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IntuneBrand">
            <summary>
            The type IntuneBrand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ContactITEmailAddress">
            <summary>
            Gets or sets contactITEmailAddress.
            Email address of the person/organization responsible for IT support.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ContactITName">
            <summary>
            Gets or sets contactITName.
            Name of the person/organization responsible for IT support.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ContactITNotes">
            <summary>
            Gets or sets contactITNotes.
            Text comments regarding the person/organization responsible for IT support.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ContactITPhoneNumber">
            <summary>
            Gets or sets contactITPhoneNumber.
            Phone number of the person/organization responsible for IT support.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.DarkBackgroundLogo">
            <summary>
            Gets or sets darkBackgroundLogo.
            Logo image displayed in Company Portal apps which have a dark background behind the logo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.DisplayName">
            <summary>
            Gets or sets displayName.
            Company/organization name that is displayed to end users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.LightBackgroundLogo">
            <summary>
            Gets or sets lightBackgroundLogo.
            Logo image displayed in Company Portal apps which have a light background behind the logo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.OnlineSupportSiteName">
            <summary>
            Gets or sets onlineSupportSiteName.
            Display name of the company/organization’s IT helpdesk site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.OnlineSupportSiteUrl">
            <summary>
            Gets or sets onlineSupportSiteUrl.
            URL to the company/organization’s IT helpdesk site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.PrivacyUrl">
            <summary>
            Gets or sets privacyUrl.
            URL to the company/organization’s privacy policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ShowDisplayNameNextToLogo">
            <summary>
            Gets or sets showDisplayNameNextToLogo.
            Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ShowLogo">
            <summary>
            Gets or sets showLogo.
            Boolean that represents whether the administrator-supplied logo images are shown or not shown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ShowNameNextToLogo">
            <summary>
            Gets or sets showNameNextToLogo.
            Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ThemeColor">
            <summary>
            Gets or sets themeColor.
            Primary theme color used in the Company Portal applications and web portal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InvestigationSecurityState">
            <summary>
            The type InvestigationSecurityState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvestigationSecurityState.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvestigationSecurityState.Status">
            <summary>
            Gets or sets status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvestigationSecurityState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvestigationSecurityState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Invitation">
            <summary>
            The type Invitation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InvitedUserDisplayName">
            <summary>
            Gets or sets invited user display name.
            The display name of the user being invited.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InvitedUserEmailAddress">
            <summary>
            Gets or sets invited user email address.
            The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&amp;)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks (')Angle brackets (&amp;lt; &amp;gt;)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name. This includes at the beginning or end of the name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InvitedUserMessageInfo">
            <summary>
            Gets or sets invited user message info.
            Additional configuration for the message being sent to the invited user, including customizing message text, language and cc recipient list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InvitedUserType">
            <summary>
            Gets or sets invited user type.
            The userType of the user being invited. By default, this is Guest. You can invite as Member if you are a company administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InviteRedeemUrl">
            <summary>
            Gets or sets invite redeem url.
            The URL the user can use to redeem their invitation. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InviteRedirectUrl">
            <summary>
            Gets or sets invite redirect url.
            The URL the user should be redirected to once the invitation is redeemed. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.ResetRedemption">
            <summary>
            Gets or sets reset redemption.
            Reset the user's redemption status and reinvite a user while retaining their user identifier, group memberships, and app assignments. This property allows you to enable a user to sign-in using a different email address from the one in the previous invitation. For more information about using this property, see Reset redemption status for a guest user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.SendInvitationMessage">
            <summary>
            Gets or sets send invitation message.
            Indicates whether an email should be sent to the user being invited. The default is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.Status">
            <summary>
            Gets or sets status.
            The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InvitedUser">
            <summary>
            Gets or sets invited user.
            The user created as part of the invitation creation. Read-Only
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InvitationParticipantInfo">
            <summary>
            The type InvitationParticipantInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitationParticipantInfo.Hidden">
            <summary>
            Gets or sets hidden.
            Optional. Whether to hide the participant from the roster.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitationParticipantInfo.Identity">
            <summary>
            Gets or sets identity.
            The identitySet associated with this invitation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitationParticipantInfo.ParticipantId">
            <summary>
            Gets or sets participantId.
            Optional. The ID of the target participant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitationParticipantInfo.RemoveFromDefaultAudioRoutingGroup">
            <summary>
            Gets or sets removeFromDefaultAudioRoutingGroup.
            Optional. Whether to remove them from the main mixer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitationParticipantInfo.ReplacesCallId">
            <summary>
            Gets or sets replacesCallId.
            Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitationParticipantInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitationParticipantInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InvitedUserMessageInfo">
            <summary>
            The type InvitedUserMessageInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitedUserMessageInfo.CcRecipients">
            <summary>
            Gets or sets ccRecipients.
            Additional recipients the invitation message should be sent to. Currently only 1 additional recipient is supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitedUserMessageInfo.CustomizedMessageBody">
            <summary>
            Gets or sets customizedMessageBody.
            Customized message body you want to send if you don't want the default message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitedUserMessageInfo.MessageLanguage">
            <summary>
            Gets or sets messageLanguage.
            The language you want to send the default message in. If the customizedMessageBody is specified, this property is ignored, and the message is sent using the customizedMessageBody. The language format should be in ISO 639. The default is en-US.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitedUserMessageInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitedUserMessageInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InviteNewBotResponse">
            <summary>
            The type InviteNewBotResponse.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InviteNewBotResponse.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.InviteNewBotResponse"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InviteNewBotResponse.InviteUri">
            <summary>
            Gets or sets inviteUri.
            URI to receive new incoming call notification.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InviteParticipantsOperation">
            <summary>
            The type Invite Participants Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperation.#ctor">
            <summary>
             The InviteParticipantsOperation constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InviteParticipantsOperation.Participants">
            <summary>
            Gets or sets participants.
            The participants to invite.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosCertificateProfile">
            <summary>
            The type Ios Certificate Profile.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfile.#ctor">
            <summary>
             The internal IosCertificateProfile constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosCompliancePolicy">
            <summary>
            The type Ios Compliance Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicy.#ctor">
            <summary>
             The IosCompliancePolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.DeviceThreatProtectionEnabled">
            <summary>
            Gets or sets device threat protection enabled.
            Require that devices have enabled device threat protection .
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.DeviceThreatProtectionRequiredSecurityLevel">
            <summary>
            Gets or sets device threat protection required security level.
            Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.ManagedEmailProfileRequired">
            <summary>
            Gets or sets managed email profile required.
            Indicates whether or not to require a managed email profile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum IOS version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum IOS version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeBlockSimple">
            <summary>
            Gets or sets passcode block simple.
            Indicates whether or not to block simple passcodes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeExpirationDays">
            <summary>
            Gets or sets passcode expiration days.
            Number of days before the passcode expires. Valid values 1 to 65535
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeMinimumCharacterSetCount">
            <summary>
            Gets or sets passcode minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeMinimumLength">
            <summary>
            Gets or sets passcode minimum length.
            Minimum length of passcode. Valid values 4 to 14
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets passcode minutes of inactivity before lock.
            Minutes of inactivity before a passcode is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodePreviousPasscodeBlockCount">
            <summary>
            Gets or sets passcode previous passcode block count.
            Number of previous passcodes to block. Valid values 1 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeRequired">
            <summary>
            Gets or sets passcode required.
            Indicates whether or not to require a passcode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeRequiredType">
            <summary>
            Gets or sets passcode required type.
            The required passcode type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.SecurityBlockJailbrokenDevices">
            <summary>
            Gets or sets security block jailbroken devices.
            Devices must not be jailbroken or rooted.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosCustomConfiguration">
            <summary>
            The type Ios Custom Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfiguration.#ctor">
            <summary>
             The IosCustomConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCustomConfiguration.Payload">
            <summary>
            Gets or sets payload.
            Payload. (UTF8 encoded byte array)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCustomConfiguration.PayloadFileName">
            <summary>
            Gets or sets payload file name.
            Payload file name (.mobileconfig
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCustomConfiguration.PayloadName">
            <summary>
            Gets or sets payload name.
            Name that is displayed to the user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosDeviceFeaturesConfiguration">
            <summary>
            The type Ios Device Features Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfiguration.#ctor">
            <summary>
             The IosDeviceFeaturesConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceFeaturesConfiguration.AssetTagTemplate">
            <summary>
            Gets or sets asset tag template.
            Asset tag information for the device, displayed on the login window and lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceFeaturesConfiguration.HomeScreenDockIcons">
            <summary>
            Gets or sets home screen dock icons.
            A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceFeaturesConfiguration.HomeScreenPages">
            <summary>
            Gets or sets home screen pages.
            A list of pages on the Home Screen. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceFeaturesConfiguration.LockScreenFootnote">
            <summary>
            Gets or sets lock screen footnote.
            A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceFeaturesConfiguration.NotificationSettings">
            <summary>
            Gets or sets notification settings.
            Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosDeviceType">
            <summary>
            The type IosDeviceType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceType.IPad">
            <summary>
            Gets or sets iPad.
            Whether the app should run on iPads.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceType.IPhoneAndIPod">
            <summary>
            Gets or sets iPhoneAndIPod.
            Whether the app should run on iPhones and iPods.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceType.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceType.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosGeneralDeviceConfiguration">
            <summary>
            The type Ios General Device Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfiguration.#ctor">
            <summary>
             The IosGeneralDeviceConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AccountBlockModification">
            <summary>
            Gets or sets account block modification.
            Indicates whether or not to allow account modification when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ActivationLockAllowWhenSupervised">
            <summary>
            Gets or sets activation lock allow when supervised.
            Indicates whether or not to allow activation lock when the device is in the supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AirDropBlocked">
            <summary>
            Gets or sets air drop blocked.
            Indicates whether or not to allow AirDrop when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AirDropForceUnmanagedDropTarget">
            <summary>
            Gets or sets air drop force unmanaged drop target.
            Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AirPlayForcePairingPasswordForOutgoingRequests">
            <summary>
            Gets or sets air play force pairing password for outgoing requests.
            Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppleNewsBlocked">
            <summary>
            Gets or sets apple news blocked.
            Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppleWatchBlockPairing">
            <summary>
            Gets or sets apple watch block pairing.
            Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppleWatchForceWristDetection">
            <summary>
            Gets or sets apple watch force wrist detection.
            Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppsSingleAppModeList">
            <summary>
            Gets or sets apps single app mode list.
            Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppStoreBlockAutomaticDownloads">
            <summary>
            Gets or sets app store block automatic downloads.
            Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppStoreBlocked">
            <summary>
            Gets or sets app store blocked.
            Indicates whether or not to block the user from using the App Store. Requires a supervised device for iOS 13 and later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppStoreBlockInAppPurchases">
            <summary>
            Gets or sets app store block in app purchases.
            Indicates whether or not to block the user from making in app purchases.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppStoreBlockUIAppInstallation">
            <summary>
            Gets or sets app store block uiapp installation.
            Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppStoreRequirePassword">
            <summary>
            Gets or sets app store require password.
            Indicates whether or not to require a password when using the app store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppsVisibilityList">
            <summary>
            Gets or sets apps visibility list.
            List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppsVisibilityListType">
            <summary>
            Gets or sets apps visibility list type.
            Type of list that is in the AppsVisibilityList. Possible values are: none, appsInListCompliant, appsNotInListCompliant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.BluetoothBlockModification">
            <summary>
            Gets or sets bluetooth block modification.
            Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CameraBlocked">
            <summary>
            Gets or sets camera blocked.
            Indicates whether or not to block the user from accessing the camera of the device. Requires a supervised device for iOS 13 and later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CellularBlockDataRoaming">
            <summary>
            Gets or sets cellular block data roaming.
            Indicates whether or not to block data roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CellularBlockGlobalBackgroundFetchWhileRoaming">
            <summary>
            Gets or sets cellular block global background fetch while roaming.
            Indicates whether or not to block global background fetch while roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CellularBlockPerAppDataModification">
            <summary>
            Gets or sets cellular block per app data modification.
            Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CellularBlockPersonalHotspot">
            <summary>
            Gets or sets cellular block personal hotspot.
            Indicates whether or not to block Personal Hotspot.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CellularBlockVoiceRoaming">
            <summary>
            Gets or sets cellular block voice roaming.
            Indicates whether or not to block voice roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CertificatesBlockUntrustedTlsCertificates">
            <summary>
            Gets or sets certificates block untrusted tls certificates.
            Indicates whether or not to block untrusted TLS certificates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ClassroomAppBlockRemoteScreenObservation">
            <summary>
            Gets or sets classroom app block remote screen observation.
            Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ClassroomAppForceUnpromptedScreenObservation">
            <summary>
            Gets or sets classroom app force unprompted screen observation.
            Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CompliantAppListType">
            <summary>
            Gets or sets compliant app list type.
            List that is in the AppComplianceList. Possible values are: none, appsInListCompliant, appsNotInListCompliant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CompliantAppsList">
            <summary>
            Gets or sets compliant apps list.
            List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ConfigurationProfileBlockChanges">
            <summary>
            Gets or sets configuration profile block changes.
            Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DefinitionLookupBlocked">
            <summary>
            Gets or sets definition lookup blocked.
            Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DeviceBlockEnableRestrictions">
            <summary>
            Gets or sets device block enable restrictions.
            Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DeviceBlockEraseContentAndSettings">
            <summary>
            Gets or sets device block erase content and settings.
            Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DeviceBlockNameModification">
            <summary>
            Gets or sets device block name modification.
            Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DiagnosticDataBlockSubmission">
            <summary>
            Gets or sets diagnostic data block submission.
            Indicates whether or not to block diagnostic data submission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DiagnosticDataBlockSubmissionModification">
            <summary>
            Gets or sets diagnostic data block submission modification.
            Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DocumentsBlockManagedDocumentsInUnmanagedApps">
            <summary>
            Gets or sets documents block managed documents in unmanaged apps.
            Indicates whether or not to block the user from viewing managed documents in unmanaged apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DocumentsBlockUnmanagedDocumentsInManagedApps">
            <summary>
            Gets or sets documents block unmanaged documents in managed apps.
            Indicates whether or not to block the user from viewing unmanaged documents in managed apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.EmailInDomainSuffixes">
            <summary>
            Gets or sets email in domain suffixes.
            An email address lacking a suffix that matches any of these strings will be considered out-of-domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.EnterpriseAppBlockTrust">
            <summary>
            Gets or sets enterprise app block trust.
            Indicates whether or not to block the user from trusting an enterprise app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.EnterpriseAppBlockTrustModification">
            <summary>
            Gets or sets enterprise app block trust modification.
            [Deprecated] Configuring this setting and setting the value to 'true' has no effect on the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.FaceTimeBlocked">
            <summary>
            Gets or sets face time blocked.
            Indicates whether or not to block the user from using FaceTime. Requires a supervised device for iOS 13 and later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.FindMyFriendsBlocked">
            <summary>
            Gets or sets find my friends blocked.
            Indicates whether or not to block changes to Find My Friends when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.GameCenterBlocked">
            <summary>
            Gets or sets game center blocked.
            Indicates whether or not to block the user from using Game Center when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.GamingBlockGameCenterFriends">
            <summary>
            Gets or sets gaming block game center friends.
            Indicates whether or not to block the user from having friends in Game Center. Requires a supervised device for iOS 13 and later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.GamingBlockMultiplayer">
            <summary>
            Gets or sets gaming block multiplayer.
            Indicates whether or not to block the user from using multiplayer gaming. Requires a supervised device for iOS 13 and later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.HostPairingBlocked">
            <summary>
            Gets or sets host pairing blocked.
            indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.IBooksStoreBlocked">
            <summary>
            Gets or sets i books store blocked.
            Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.IBooksStoreBlockErotica">
            <summary>
            Gets or sets i books store block erotica.
            Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockActivityContinuation">
            <summary>
            Gets or sets i cloud block activity continuation.
            Indicates whether or not to block the user from continuing work they started on iOS device to another iOS or macOS device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockBackup">
            <summary>
            Gets or sets i cloud block backup.
            Indicates whether or not to block iCloud backup. Requires a supervised device for iOS 13 and later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockDocumentSync">
            <summary>
            Gets or sets i cloud block document sync.
            Indicates whether or not to block iCloud document sync. Requires a supervised device for iOS 13 and later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockManagedAppsSync">
            <summary>
            Gets or sets i cloud block managed apps sync.
            Indicates whether or not to block Managed Apps Cloud Sync.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockPhotoLibrary">
            <summary>
            Gets or sets i cloud block photo library.
            Indicates whether or not to block iCloud Photo Library.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockPhotoStreamSync">
            <summary>
            Gets or sets i cloud block photo stream sync.
            Indicates whether or not to block iCloud Photo Stream Sync.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockSharedPhotoStream">
            <summary>
            Gets or sets i cloud block shared photo stream.
            Indicates whether or not to block Shared Photo Stream.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudRequireEncryptedBackup">
            <summary>
            Gets or sets i cloud require encrypted backup.
            Indicates whether or not to require backups to iCloud be encrypted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ITunesBlockExplicitContent">
            <summary>
            Gets or sets i tunes block explicit content.
            Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store. Requires a supervised device for iOS 13 and later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ITunesBlockMusicService">
            <summary>
            Gets or sets i tunes block music service.
            Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ITunesBlockRadio">
            <summary>
            Gets or sets i tunes block radio.
            Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KeyboardBlockAutoCorrect">
            <summary>
            Gets or sets keyboard block auto correct.
            Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KeyboardBlockDictation">
            <summary>
            Gets or sets keyboard block dictation.
            Indicates whether or not to block the user from using dictation input when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KeyboardBlockPredictive">
            <summary>
            Gets or sets keyboard block predictive.
            Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KeyboardBlockShortcuts">
            <summary>
            Gets or sets keyboard block shortcuts.
            Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KeyboardBlockSpellCheck">
            <summary>
            Gets or sets keyboard block spell check.
            Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowAssistiveSpeak">
            <summary>
            Gets or sets kiosk mode allow assistive speak.
            Indicates whether or not to allow assistive speak while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowAssistiveTouchSettings">
            <summary>
            Gets or sets kiosk mode allow assistive touch settings.
            Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowAutoLock">
            <summary>
            Gets or sets kiosk mode allow auto lock.
            Indicates whether or not to allow device auto lock while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockAutoLock instead.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowColorInversionSettings">
            <summary>
            Gets or sets kiosk mode allow color inversion settings.
            Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowRingerSwitch">
            <summary>
            Gets or sets kiosk mode allow ringer switch.
            Indicates whether or not to allow use of the ringer switch while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockRingerSwitch instead.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowScreenRotation">
            <summary>
            Gets or sets kiosk mode allow screen rotation.
            Indicates whether or not to allow screen rotation while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockScreenRotation instead.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowSleepButton">
            <summary>
            Gets or sets kiosk mode allow sleep button.
            Indicates whether or not to allow use of the sleep button while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockSleepButton instead.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowTouchscreen">
            <summary>
            Gets or sets kiosk mode allow touchscreen.
            Indicates whether or not to allow use of the touchscreen while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockTouchscreen instead.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowVoiceOverSettings">
            <summary>
            Gets or sets kiosk mode allow voice over settings.
            Indicates whether or not to allow access to the voice over settings while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowVolumeButtons">
            <summary>
            Gets or sets kiosk mode allow volume buttons.
            Indicates whether or not to allow use of the volume buttons while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockVolumeButtons instead.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowZoomSettings">
            <summary>
            Gets or sets kiosk mode allow zoom settings.
            Indicates whether or not to allow access to the zoom settings while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAppStoreUrl">
            <summary>
            Gets or sets kiosk mode app store url.
            URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeBuiltInAppId">
            <summary>
            Gets or sets kiosk mode built in app id.
            ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeManagedAppId">
            <summary>
            Gets or sets kiosk mode managed app id.
            Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeRequireAssistiveTouch">
            <summary>
            Gets or sets kiosk mode require assistive touch.
            Indicates whether or not to require assistive touch while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeRequireColorInversion">
            <summary>
            Gets or sets kiosk mode require color inversion.
            Indicates whether or not to require color inversion while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeRequireMonoAudio">
            <summary>
            Gets or sets kiosk mode require mono audio.
            Indicates whether or not to require mono audio while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeRequireVoiceOver">
            <summary>
            Gets or sets kiosk mode require voice over.
            Indicates whether or not to require voice over while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeRequireZoom">
            <summary>
            Gets or sets kiosk mode require zoom.
            Indicates whether or not to require zoom while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.LockScreenBlockControlCenter">
            <summary>
            Gets or sets lock screen block control center.
            Indicates whether or not to block the user from using control center on the lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.LockScreenBlockNotificationView">
            <summary>
            Gets or sets lock screen block notification view.
            Indicates whether or not to block the user from using the notification view on the lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.LockScreenBlockPassbook">
            <summary>
            Gets or sets lock screen block passbook.
            Indicates whether or not to block the user from using passbook when the device is locked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.LockScreenBlockTodayView">
            <summary>
            Gets or sets lock screen block today view.
            Indicates whether or not to block the user from using the Today View on the lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingApps">
            <summary>
            Gets or sets media content rating apps.
            Media content rating settings for Apps. Possible values are: allAllowed, allBlocked, agesAbove4, agesAbove9, agesAbove12, agesAbove17.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingAustralia">
            <summary>
            Gets or sets media content rating australia.
            Media content rating settings for Australia
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingCanada">
            <summary>
            Gets or sets media content rating canada.
            Media content rating settings for Canada
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingFrance">
            <summary>
            Gets or sets media content rating france.
            Media content rating settings for France
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingGermany">
            <summary>
            Gets or sets media content rating germany.
            Media content rating settings for Germany
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingIreland">
            <summary>
            Gets or sets media content rating ireland.
            Media content rating settings for Ireland
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingJapan">
            <summary>
            Gets or sets media content rating japan.
            Media content rating settings for Japan
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingNewZealand">
            <summary>
            Gets or sets media content rating new zealand.
            Media content rating settings for New Zealand
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingUnitedKingdom">
            <summary>
            Gets or sets media content rating united kingdom.
            Media content rating settings for United Kingdom
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingUnitedStates">
            <summary>
            Gets or sets media content rating united states.
            Media content rating settings for United States
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MessagesBlocked">
            <summary>
            Gets or sets messages blocked.
            Indicates whether or not to block the user from using the Messages app on the supervised device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.NetworkUsageRules">
            <summary>
            Gets or sets network usage rules.
            List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.NotificationsBlockSettingsModification">
            <summary>
            Gets or sets notifications block settings modification.
            Indicates whether or not to allow notifications settings modification (iOS 9.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeBlockFingerprintModification">
            <summary>
            Gets or sets passcode block fingerprint modification.
            Block modification of registered Touch ID fingerprints when in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeBlockFingerprintUnlock">
            <summary>
            Gets or sets passcode block fingerprint unlock.
            Indicates whether or not to block fingerprint unlock.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeBlockModification">
            <summary>
            Gets or sets passcode block modification.
            Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeBlockSimple">
            <summary>
            Gets or sets passcode block simple.
            Indicates whether or not to block simple passcodes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeExpirationDays">
            <summary>
            Gets or sets passcode expiration days.
            Number of days before the passcode expires. Valid values 1 to 65535
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeMinimumCharacterSetCount">
            <summary>
            Gets or sets passcode minimum character set count.
            Number of character sets a passcode must contain. Valid values 0 to 4
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeMinimumLength">
            <summary>
            Gets or sets passcode minimum length.
            Minimum length of passcode. Valid values 4 to 14
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets passcode minutes of inactivity before lock.
            Minutes of inactivity before a passcode is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets passcode minutes of inactivity before screen timeout.
            Minutes of inactivity before the screen times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodePreviousPasscodeBlockCount">
            <summary>
            Gets or sets passcode previous passcode block count.
            Number of previous passcodes to block. Valid values 1 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeRequired">
            <summary>
            Gets or sets passcode required.
            Indicates whether or not to require a passcode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeRequiredType">
            <summary>
            Gets or sets passcode required type.
            Type of passcode that is required. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeSignInFailureCountBeforeWipe">
            <summary>
            Gets or sets passcode sign in failure count before wipe.
            Number of sign in failures allowed before wiping the device. Valid values 2 to 11
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PodcastsBlocked">
            <summary>
            Gets or sets podcasts blocked.
            Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariBlockAutofill">
            <summary>
            Gets or sets safari block autofill.
            Indicates whether or not to block the user from using Auto fill in Safari. Requires a supervised device for iOS 13 and later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariBlocked">
            <summary>
            Gets or sets safari blocked.
            Indicates whether or not to block the user from using Safari. Requires a supervised device for iOS 13 and later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariBlockJavaScript">
            <summary>
            Gets or sets safari block java script.
            Indicates whether or not to block JavaScript in Safari.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariBlockPopups">
            <summary>
            Gets or sets safari block popups.
            Indicates whether or not to block popups in Safari.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariCookieSettings">
            <summary>
            Gets or sets safari cookie settings.
            Cookie settings for Safari. Possible values are: browserDefault, blockAlways, allowCurrentWebSite, allowFromWebsitesVisited, allowAlways.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariManagedDomains">
            <summary>
            Gets or sets safari managed domains.
            URLs matching the patterns listed here will be considered managed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariPasswordAutoFillDomains">
            <summary>
            Gets or sets safari password auto fill domains.
            Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariRequireFraudWarning">
            <summary>
            Gets or sets safari require fraud warning.
            Indicates whether or not to require fraud warning in Safari.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ScreenCaptureBlocked">
            <summary>
            Gets or sets screen capture blocked.
            Indicates whether or not to block the user from taking Screenshots.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SiriBlocked">
            <summary>
            Gets or sets siri blocked.
            Indicates whether or not to block the user from using Siri.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SiriBlockedWhenLocked">
            <summary>
            Gets or sets siri blocked when locked.
            Indicates whether or not to block the user from using Siri when locked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SiriBlockUserGeneratedContent">
            <summary>
            Gets or sets siri block user generated content.
            Indicates whether or not to block Siri from querying user-generated content when used on a supervised device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SiriRequireProfanityFilter">
            <summary>
            Gets or sets siri require profanity filter.
            Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SpotlightBlockInternetResults">
            <summary>
            Gets or sets spotlight block internet results.
            Indicates whether or not to block Spotlight search from returning internet results on supervised device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.VoiceDialingBlocked">
            <summary>
            Gets or sets voice dialing blocked.
            Indicates whether or not to block voice dialing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.WallpaperBlockModification">
            <summary>
            Gets or sets wallpaper block modification.
            Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) .
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.WiFiConnectOnlyToConfiguredNetworks">
            <summary>
            Gets or sets wi fi connect only to configured networks.
            Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode. Available for devices running iOS and iPadOS versions 14.4 and earlier. Devices running 14.5+ should use the setting, 'WiFiConnectToAllowedNetworksOnlyForced.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosHomeScreenApp">
            <summary>
            The type IosHomeScreenApp.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosHomeScreenApp.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.IosHomeScreenApp"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenApp.BundleID">
            <summary>
            Gets or sets bundleID.
            BundleID of the app if isWebClip is false or the URL of a web clip if isWebClip is true.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosHomeScreenFolder">
            <summary>
            The type IosHomeScreenFolder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosHomeScreenFolder.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.IosHomeScreenFolder"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenFolder.Pages">
            <summary>
            Gets or sets pages.
            Pages of Home Screen Layout Icons which must be applications or web clips. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosHomeScreenFolderPage">
            <summary>
            The type IosHomeScreenFolderPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenFolderPage.Apps">
            <summary>
            Gets or sets apps.
            A list of apps and web clips to appear on a page within a folder. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenFolderPage.DisplayName">
            <summary>
            Gets or sets displayName.
            Name of the folder page
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenFolderPage.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenFolderPage.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosHomeScreenItem">
            <summary>
            The type IosHomeScreenItem.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosHomeScreenItem.#ctor">
            <summary>
             The internal IosHomeScreenItem constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenItem.DisplayName">
            <summary>
            Gets or sets displayName.
            Name of the app
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenItem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosHomeScreenPage">
            <summary>
            The type IosHomeScreenPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenPage.DisplayName">
            <summary>
            Gets or sets displayName.
            Name of the page
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenPage.Icons">
            <summary>
            Gets or sets icons.
            A list of apps, folders, and web clips to appear on a page. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenPage.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenPage.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosLobApp">
            <summary>
            The type Ios Lob App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosLobApp.#ctor">
            <summary>
             The IosLobApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobApp.ApplicableDeviceType">
            <summary>
            Gets or sets applicable device type.
            The iOS architecture for which this app can run on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobApp.BuildNumber">
            <summary>
            Gets or sets build number.
            The build number of iOS Line of Business (LoB) app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobApp.BundleId">
            <summary>
            Gets or sets bundle id.
            The Identity Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobApp.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            The expiration time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobApp.VersionNumber">
            <summary>
            Gets or sets version number.
            The version number of iOS Line of Business (LoB) app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosLobAppAssignmentSettings">
            <summary>
            The type IosLobAppAssignmentSettings.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppAssignmentSettings.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.IosLobAppAssignmentSettings"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobAppAssignmentSettings.IsRemovable">
            <summary>
            Gets or sets isRemovable.
            When TRUE, indicates that the app can be uninstalled by the user. When FALSE, indicates that the app cannot be uninstalled by the user. By default, this property is set to null which internally is treated as TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobAppAssignmentSettings.UninstallOnDeviceRemoval">
            <summary>
            Gets or sets uninstallOnDeviceRemoval.
            When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. By default, property is set to null which internally is treated as TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobAppAssignmentSettings.VpnConfigurationId">
            <summary>
            Gets or sets vpnConfigurationId.
            This is the unique identifier (Id) of the VPN Configuration to apply to the app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtection">
            <summary>
            The type Ios Managed App Protection.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtection.#ctor">
            <summary>
             The IosManagedAppProtection constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.AppDataEncryptionType">
            <summary>
            Gets or sets app data encryption type.
            Type of encryption which should be used for data in a managed app. Possible values are: useDeviceSettings, afterDeviceRestart, whenDeviceLockedExceptOpenFiles, whenDeviceLocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.CustomBrowserProtocol">
            <summary>
            Gets or sets custom browser protocol.
            A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.DeployedAppCount">
            <summary>
            Gets or sets deployed app count.
            Count of apps to which the current policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.FaceIdBlocked">
            <summary>
            Gets or sets face id blocked.
            Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.MinimumRequiredSdkVersion">
            <summary>
            Gets or sets minimum required sdk version.
            Versions less than the specified version will block the managed app from accessing company data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.Apps">
            <summary>
            Gets or sets apps.
            List of apps to which the policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.AppsNextLink">
            <summary>
            Gets or sets appsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.DeploymentSummary">
            <summary>
            Gets or sets deployment summary.
            Navigation property to deployment summary of the configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppRegistration">
            <summary>
            The type Ios Managed App Registration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistration.#ctor">
            <summary>
             The IosManagedAppRegistration constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosMinimumOperatingSystem">
            <summary>
            The type IosMinimumOperatingSystem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.V10_0">
            <summary>
            Gets or sets v10_0.
            When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.V11_0">
            <summary>
            Gets or sets v11_0.
            When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.V12_0">
            <summary>
            Gets or sets v12_0.
            When TRUE, only Version 12.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.V13_0">
            <summary>
            Gets or sets v13_0.
            When TRUE, only Version 13.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.V14_0">
            <summary>
            Gets or sets v14_0.
            When TRUE, only Version 14.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.V15_0">
            <summary>
            Gets or sets v15_0.
            When TRUE, only Version 15.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.V8_0">
            <summary>
            Gets or sets v8_0.
            When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.V9_0">
            <summary>
            Gets or sets v9_0.
            When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosMobileAppConfiguration">
            <summary>
            The type Ios Mobile App Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfiguration.#ctor">
            <summary>
             The IosMobileAppConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMobileAppConfiguration.EncodedSettingXml">
            <summary>
            Gets or sets encoded setting xml.
            mdm app configuration Base64 binary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMobileAppConfiguration.Settings">
            <summary>
            Gets or sets settings.
            app configuration setting items.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosMobileAppIdentifier">
            <summary>
            The type IosMobileAppIdentifier.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppIdentifier.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.IosMobileAppIdentifier"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMobileAppIdentifier.BundleId">
            <summary>
            Gets or sets bundleId.
            The identifier for an app, as specified in the app store.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosNetworkUsageRule">
            <summary>
            The type IosNetworkUsageRule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNetworkUsageRule.CellularDataBlocked">
            <summary>
            Gets or sets cellularDataBlocked.
            If set to true, corresponding managed apps will not be allowed to use cellular data at any time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNetworkUsageRule.CellularDataBlockWhenRoaming">
            <summary>
            Gets or sets cellularDataBlockWhenRoaming.
            If set to true, corresponding managed apps will not be allowed to use cellular data when roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNetworkUsageRule.ManagedApps">
            <summary>
            Gets or sets managedApps.
            Information about the managed apps that this rule is going to apply to. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNetworkUsageRule.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNetworkUsageRule.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosNotificationAlertType">
            <summary>
            The enum IosNotificationAlertType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosNotificationAlertType.DeviceDefault">
            <summary>
            Device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosNotificationAlertType.Banner">
            <summary>
            Banner
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosNotificationAlertType.Modal">
            <summary>
            Modal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosNotificationAlertType.None">
            <summary>
            None
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosNotificationSettings">
            <summary>
            The type IosNotificationSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.AlertType">
            <summary>
            Gets or sets alertType.
            Indicates the type of alert for notifications for this app. Possible values are: deviceDefault, banner, modal, none.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.AppName">
            <summary>
            Gets or sets appName.
            Application name to be associated with the bundleID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.BadgesEnabled">
            <summary>
            Gets or sets badgesEnabled.
            Indicates whether badges are allowed for this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.BundleID">
            <summary>
            Gets or sets bundleID.
            Bundle id of app to which to apply these notification settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.Enabled">
            <summary>
            Gets or sets enabled.
            Indicates whether notifications are allowed for this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.Publisher">
            <summary>
            Gets or sets publisher.
            Publisher to be associated with the bundleID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.ShowInNotificationCenter">
            <summary>
            Gets or sets showInNotificationCenter.
            Indicates whether notifications can be shown in notification center.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.ShowOnLockScreen">
            <summary>
            Gets or sets showOnLockScreen.
            Indicates whether notifications can be shown on the lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.SoundsEnabled">
            <summary>
            Gets or sets soundsEnabled.
            Indicates whether sounds are allowed for this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosStoreApp">
            <summary>
            The type Ios Store App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosStoreApp.#ctor">
            <summary>
             The IosStoreApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosStoreApp.ApplicableDeviceType">
            <summary>
            Gets or sets applicable device type.
            The iOS architecture for which this app can run on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosStoreApp.AppStoreUrl">
            <summary>
            Gets or sets app store url.
            The Apple App Store URL
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosStoreApp.BundleId">
            <summary>
            Gets or sets bundle id.
            The Identity Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosStoreApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosStoreAppAssignmentSettings">
            <summary>
            The type IosStoreAppAssignmentSettings.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppAssignmentSettings.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.IosStoreAppAssignmentSettings"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosStoreAppAssignmentSettings.VpnConfigurationId">
            <summary>
            Gets or sets vpnConfigurationId.
            The VPN Configuration Id to apply for this app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosUpdateConfiguration">
            <summary>
            The type Ios Update Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfiguration.#ctor">
            <summary>
             The IosUpdateConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateConfiguration.ActiveHoursEnd">
            <summary>
            Gets or sets active hours end.
            Active Hours End (active hours mean the time window when updates install should not happen)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateConfiguration.ActiveHoursStart">
            <summary>
            Gets or sets active hours start.
            Active Hours Start (active hours mean the time window when updates install should not happen)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateConfiguration.ScheduledInstallDays">
            <summary>
            Gets or sets scheduled install days.
            Days in week for which active hours are configured. This collection can contain a maximum of 7 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateConfiguration.UtcTimeOffsetInMinutes">
            <summary>
            Gets or sets utc time offset in minutes.
            UTC Time Offset indicated in minutes
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosUpdateDeviceStatus">
            <summary>
            The type Ios Update Device Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.ComplianceGracePeriodExpirationDateTime">
            <summary>
            Gets or sets compliance grace period expiration date time.
            The DateTime when device compliance grace period expires
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.DeviceDisplayName">
            <summary>
            Gets or sets device display name.
            Device name of the DevicePolicyStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.DeviceId">
            <summary>
            Gets or sets device id.
            The device id that is being reported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.DeviceModel">
            <summary>
            Gets or sets device model.
            The device model that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.InstallStatus">
            <summary>
            Gets or sets install status.
            The installation status of the policy report. Possible values are: success, available, idle, unknown, downloading, downloadFailed, downloadRequiresComputer, downloadInsufficientSpace, downloadInsufficientPower, downloadInsufficientNetwork, installing, installInsufficientSpace, installInsufficientPower, installPhoneCallInProgress, installFailed, notSupportedOperation, sharedDeviceUserLoggedInError, deviceOsHigherThanDesiredOsVersion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            Last modified date time of the policy report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.OsVersion">
            <summary>
            Gets or sets os version.
            The device version that is being reported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.Status">
            <summary>
            Gets or sets status.
            Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.UserId">
            <summary>
            Gets or sets user id.
            The User id that is being reported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.UserName">
            <summary>
            Gets or sets user name.
            The User Name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosUpdatesInstallStatus">
            <summary>
            The enum IosUpdatesInstallStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.DeviceOsHigherThanDesiredOsVersion">
            <summary>
            Device Os Higher Than Desired Os Version
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.SharedDeviceUserLoggedInError">
            <summary>
            Shared Device User Logged In Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.NotSupportedOperation">
            <summary>
            Not Supported Operation
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.InstallFailed">
            <summary>
            Install Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.InstallPhoneCallInProgress">
            <summary>
            Install Phone Call In Progress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.InstallInsufficientPower">
            <summary>
            Install Insufficient Power
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.InstallInsufficientSpace">
            <summary>
            Install Insufficient Space
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.Installing">
            <summary>
            Installing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.DownloadInsufficientNetwork">
            <summary>
            Download Insufficient Network
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.DownloadInsufficientPower">
            <summary>
            Download Insufficient Power
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.DownloadInsufficientSpace">
            <summary>
            Download Insufficient Space
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.DownloadRequiresComputer">
            <summary>
            Download Requires Computer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.DownloadFailed">
            <summary>
            Download Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.Downloading">
            <summary>
            Downloading
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.Success">
            <summary>
            Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.Available">
            <summary>
            Available
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.Idle">
            <summary>
            Idle
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosVppApp">
            <summary>
            The type Ios Vpp App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppApp.#ctor">
            <summary>
             The IosVppApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.ApplicableDeviceType">
            <summary>
            Gets or sets applicable device type.
            The applicable iOS Device Type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.AppStoreUrl">
            <summary>
            Gets or sets app store url.
            The store URL.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.BundleId">
            <summary>
            Gets or sets bundle id.
            The Identity Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.LicensingType">
            <summary>
            Gets or sets licensing type.
            The supported License Type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.ReleaseDateTime">
            <summary>
            Gets or sets release date time.
            The VPP application release date and time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.TotalLicenseCount">
            <summary>
            Gets or sets total license count.
            The total number of VPP licenses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.UsedLicenseCount">
            <summary>
            Gets or sets used license count.
            The number of VPP licenses in use.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.VppTokenAccountType">
            <summary>
            Gets or sets vpp token account type.
            The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: business, education. Possible values are: business, education.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.VppTokenAppleId">
            <summary>
            Gets or sets vpp token apple id.
            The Apple Id associated with the given Apple Volume Purchase Program Token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.VppTokenOrganizationName">
            <summary>
            Gets or sets vpp token organization name.
            The organization associated with the Apple Volume Purchase Program Token
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosVppAppAssignmentSettings">
            <summary>
            The type IosVppAppAssignmentSettings.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppAssignmentSettings.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.IosVppAppAssignmentSettings"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppAppAssignmentSettings.UseDeviceLicensing">
            <summary>
            Gets or sets useDeviceLicensing.
            Whether or not to use device licensing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppAppAssignmentSettings.VpnConfigurationId">
            <summary>
            Gets or sets vpnConfigurationId.
            The VPN Configuration Id to apply for this app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosVppEBook">
            <summary>
            The type Ios Vpp EBook.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBook.#ctor">
            <summary>
             The IosVppEBook constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.AppleId">
            <summary>
            Gets or sets apple id.
            The Apple ID associated with Vpp token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.Genres">
            <summary>
            Gets or sets genres.
            Genres.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.Language">
            <summary>
            Gets or sets language.
            Language.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.Seller">
            <summary>
            Gets or sets seller.
            Seller.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.TotalLicenseCount">
            <summary>
            Gets or sets total license count.
            Total license count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.UsedLicenseCount">
            <summary>
            Gets or sets used license count.
            Used license count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.VppOrganizationName">
            <summary>
            Gets or sets vpp organization name.
            The Vpp token's organization name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.VppTokenId">
            <summary>
            Gets or sets vpp token id.
            The Vpp token ID.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosVppEBookAssignment">
            <summary>
            The type Ios Vpp EBook Assignment.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignment.#ctor">
            <summary>
             The IosVppEBookAssignment constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IpNamedLocation">
            <summary>
            The type Ip Named Location.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocation.#ctor">
            <summary>
             The IpNamedLocation constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IpNamedLocation.IpRanges">
            <summary>
            Gets or sets ip ranges.
            List of IP address ranges in IPv4 CIDR format (e.g. 1.2.3.4/32) or any allowable IPv6 format from IETF RFC596. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IpNamedLocation.IsTrusted">
            <summary>
            Gets or sets is trusted.
            true if this location is explicitly trusted. Optional. Default value is false.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IpRange">
            <summary>
            The type IpRange.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IpRange.#ctor">
            <summary>
             The internal IpRange constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IpRange.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IpRange.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPv4CidrRange">
            <summary>
            The type IPv4CidrRange.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPv4CidrRange.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.IPv4CidrRange"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPv4CidrRange.CidrAddress">
            <summary>
            Gets or sets cidrAddress.
            IPv4 address in CIDR notation. Not nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPv4Range">
            <summary>
            The type IPv4Range.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPv4Range.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.IPv4Range"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPv4Range.LowerAddress">
            <summary>
            Gets or sets lowerAddress.
            Lower address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPv4Range.UpperAddress">
            <summary>
            Gets or sets upperAddress.
            Upper address.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPv6CidrRange">
            <summary>
            The type IPv6CidrRange.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPv6CidrRange.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.IPv6CidrRange"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPv6CidrRange.CidrAddress">
            <summary>
            Gets or sets cidrAddress.
            IPv6 address in CIDR notation. Not nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPv6Range">
            <summary>
            The type IPv6Range.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPv6Range.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.IPv6Range"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPv6Range.LowerAddress">
            <summary>
            Gets or sets lowerAddress.
            Lower address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPv6Range.UpperAddress">
            <summary>
            Gets or sets upperAddress.
            Upper address.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemActionStat">
            <summary>
            The type ItemActionStat.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActionStat.ActionCount">
            <summary>
            Gets or sets actionCount.
            The number of times the action took place. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActionStat.ActorCount">
            <summary>
            Gets or sets actorCount.
            The number of distinct actors that performed the action. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActionStat.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActionStat.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemActivity">
            <summary>
            The type Item Activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivity.Access">
            <summary>
            Gets or sets access.
            An item was accessed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivity.ActivityDateTime">
            <summary>
            Gets or sets activity date time.
            Details about when the activity took place. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivity.Actor">
            <summary>
            Gets or sets actor.
            Identity of who performed the action. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivity.DriveItem">
            <summary>
            Gets or sets drive item.
            Exposes the driveItem that was the target of this activity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemActivityStat">
            <summary>
            The type Item Activity Stat.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStat.Access">
            <summary>
            Gets or sets access.
            Statistics about the access actions in this interval. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStat.Create">
            <summary>
            Gets or sets create.
            Statistics about the create actions in this interval. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStat.Delete">
            <summary>
            Gets or sets delete.
            Statistics about the delete actions in this interval. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStat.Edit">
            <summary>
            Gets or sets edit.
            Statistics about the edit actions in this interval. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStat.EndDateTime">
            <summary>
            Gets or sets end date time.
            When the interval ends. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStat.IncompleteData">
            <summary>
            Gets or sets incomplete data.
            Indicates that the statistics in this interval are based on incomplete data. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStat.IsTrending">
            <summary>
            Gets or sets is trending.
            Indicates whether the item is 'trending.' Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStat.Move">
            <summary>
            Gets or sets move.
            Statistics about the move actions in this interval. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStat.StartDateTime">
            <summary>
            Gets or sets start date time.
            When the interval starts. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStat.Activities">
            <summary>
            Gets or sets activities.
            Exposes the itemActivities represented in this itemActivityStat resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStat.ActivitiesNextLink">
            <summary>
            Gets or sets activitiesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemAnalytics">
            <summary>
            The type Item Analytics.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemAnalytics.AllTime">
            <summary>
            Gets or sets all time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemAnalytics.ItemActivityStats">
            <summary>
            Gets or sets item activity stats.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemAnalytics.ItemActivityStatsNextLink">
            <summary>
            Gets or sets itemActivityStatsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemAnalytics.LastSevenDays">
            <summary>
            Gets or sets last seven days.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemAttachment">
            <summary>
            The type Item Attachment.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachment.#ctor">
            <summary>
             The ItemAttachment constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemAttachment.Item">
            <summary>
            Gets or sets item.
            The attached message or event. Navigation property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemBody">
            <summary>
            The type ItemBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemBody.Content">
            <summary>
            Gets or sets content.
            The content of the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemBody.ContentType">
            <summary>
            Gets or sets contentType.
            The type of the content. Possible values are text and html.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemBody.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemBody.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemPreviewInfo">
            <summary>
            The type ItemPreviewInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemPreviewInfo.GetUrl">
            <summary>
            Gets or sets getUrl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemPreviewInfo.PostParameters">
            <summary>
            Gets or sets postParameters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemPreviewInfo.PostUrl">
            <summary>
            Gets or sets postUrl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemPreviewInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemPreviewInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemReference">
            <summary>
            The type ItemReference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.DriveId">
            <summary>
            Gets or sets driveId.
            Unique identifier of the drive instance that contains the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.DriveType">
            <summary>
            Gets or sets driveType.
            Identifies the type of drive. See [drive][] resource for values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.Id">
            <summary>
            Gets or sets id.
            Unique identifier of the item in the drive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.Name">
            <summary>
            Gets or sets name.
            The name of the item being referenced. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.Path">
            <summary>
            Gets or sets path.
            Path that can be used to navigate to the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.ShareId">
            <summary>
            Gets or sets shareId.
            A unique identifier for a shared resource that can be accessed via the [Shares][] API.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.SharepointIds">
            <summary>
            Gets or sets sharepointIds.
            Returns identifiers useful for SharePoint REST compatibility. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.SiteId">
            <summary>
            Gets or sets siteId.
            For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.JoinMeetingIdMeetingInfo">
            <summary>
            The type JoinMeetingIdMeetingInfo.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.JoinMeetingIdMeetingInfo.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.JoinMeetingIdMeetingInfo"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.JoinMeetingIdMeetingInfo.JoinMeetingId">
            <summary>
            Gets or sets joinMeetingId.
            The ID used to join the meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.JoinMeetingIdMeetingInfo.Passcode">
            <summary>
            Gets or sets passcode.
            The passcode used to join the meeting. Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.JoinMeetingIdSettings">
            <summary>
            The type JoinMeetingIdSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.JoinMeetingIdSettings.IsPasscodeRequired">
            <summary>
            Gets or sets isPasscodeRequired.
            Indicates whether a passcode is required to join a meeting when using joinMeetingId. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.JoinMeetingIdSettings.JoinMeetingId">
            <summary>
            Gets or sets joinMeetingId.
            The meeting ID to be used to join a meeting. Optional. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.JoinMeetingIdSettings.Passcode">
            <summary>
            Gets or sets passcode.
            The passcode to join a meeting.  Optional. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.JoinMeetingIdSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.JoinMeetingIdSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.KeyCredential">
            <summary>
            The type KeyCredential.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyCredential.CustomKeyIdentifier">
            <summary>
            Gets or sets customKeyIdentifier.
            A 40-character binary type that can be used to identify the credential. Optional. When not provided in the payload, defaults to the thumbprint of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyCredential.DisplayName">
            <summary>
            Gets or sets displayName.
            Friendly name for the key. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyCredential.EndDateTime">
            <summary>
            Gets or sets endDateTime.
            The date and time at which the credential expires. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyCredential.Key">
            <summary>
            Gets or sets key.
            The certificate's raw data in byte array converted to Base64 string. Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it is always null.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyCredential.KeyId">
            <summary>
            Gets or sets keyId.
            The unique identifier (GUID) for the key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyCredential.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            The date and time at which the credential becomes valid.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyCredential.Type">
            <summary>
            Gets or sets type.
            The type of key credential; for example, Symmetric, AsymmetricX509Cert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyCredential.Usage">
            <summary>
            Gets or sets usage.
            A string that describes the purpose for which the key can be used; for example, Verify.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyCredential.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyCredential.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.KeyValue">
            <summary>
            The type KeyValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyValue.Key">
            <summary>
            Gets or sets key.
            Key for the key-value pair.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyValue.Value">
            <summary>
            Gets or sets value.
            Value for the key-value pair.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyValue.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyValue.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.KeyValuePair">
            <summary>
            The type KeyValuePair.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyValuePair.Name">
            <summary>
            Gets or sets name.
            Name for this key-value pair
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyValuePair.Value">
            <summary>
            Gets or sets value.
            Value for this key-value pair
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyValuePair.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyValuePair.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LicenseAssignmentState">
            <summary>
            The type LicenseAssignmentState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseAssignmentState.AssignedByGroup">
            <summary>
            Gets or sets assignedByGroup.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseAssignmentState.DisabledPlans">
            <summary>
            Gets or sets disabledPlans.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseAssignmentState.Error">
            <summary>
            Gets or sets error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseAssignmentState.LastUpdatedDateTime">
            <summary>
            Gets or sets lastUpdatedDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseAssignmentState.SkuId">
            <summary>
            Gets or sets skuId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseAssignmentState.State">
            <summary>
            Gets or sets state.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseAssignmentState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseAssignmentState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LicenseDetails">
            <summary>
            The type License Details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseDetails.ServicePlans">
            <summary>
            Gets or sets service plans.
            Information about the service plans assigned with the license. Read-only, Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseDetails.SkuId">
            <summary>
            Gets or sets sku id.
            Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related SubscribedSku object. Read-only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseDetails.SkuPartNumber">
            <summary>
            Gets or sets sku part number.
            Unique SKU display name. Equal to the skuPartNumber on the related SubscribedSku object; for example: 'AAD_Premium'. Read-only
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LicenseProcessingState">
            <summary>
            The type LicenseProcessingState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseProcessingState.State">
            <summary>
            Gets or sets state.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseProcessingState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseProcessingState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LicenseUnitsDetail">
            <summary>
            The type LicenseUnitsDetail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseUnitsDetail.Enabled">
            <summary>
            Gets or sets enabled.
            The number of units that are enabled for the active subscription of the service SKU.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseUnitsDetail.Suspended">
            <summary>
            Gets or sets suspended.
            The number of units that are suspended because the subscription of the service SKU has been cancelled. The units cannot be assigned but can still be reactivated before they are deleted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseUnitsDetail.Warning">
            <summary>
            Gets or sets warning.
            The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it is cancelled (moved to a suspended state).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseUnitsDetail.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseUnitsDetail.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LifecycleEventType">
            <summary>
            The enum LifecycleEventType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LifecycleEventType.Missed">
            <summary>
            Missed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LifecycleEventType.SubscriptionRemoved">
            <summary>
            Subscription Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LifecycleEventType.ReauthorizationRequired">
            <summary>
            Reauthorization Required
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LinkedResource">
            <summary>
            The type Linked Resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LinkedResource.ApplicationName">
            <summary>
            Gets or sets application name.
            Field indicating the app name of the source that is sending the linkedResource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LinkedResource.DisplayName">
            <summary>
            Gets or sets display name.
            Field indicating the title of the linkedResource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LinkedResource.ExternalId">
            <summary>
            Gets or sets external id.
            Id of the object that is associated with this task on the third-party/partner system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LinkedResource.WebUrl">
            <summary>
            Gets or sets web url.
            Deep link to the linkedResource.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.List">
            <summary>
            The type List.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.List.#ctor">
            <summary>
             The List constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.DisplayName">
            <summary>
            Gets or sets display name.
            The displayable title of the list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.ListInfo">
            <summary>
            Gets or sets list.
            Provides additional details about the list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.SharepointIds">
            <summary>
            Gets or sets sharepoint ids.
            Returns identifiers useful for SharePoint REST compatibility. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.System">
            <summary>
            Gets or sets system.
            If present, indicates that this is a system-managed list. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.Columns">
            <summary>
            Gets or sets columns.
            The collection of field definitions for this list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.ColumnsNextLink">
            <summary>
            Gets or sets columnsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.ContentTypes">
            <summary>
            Gets or sets content types.
            The collection of content types present in this list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.ContentTypesNextLink">
            <summary>
            Gets or sets contentTypesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.Drive">
            <summary>
            Gets or sets drive.
            Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.Items">
            <summary>
            Gets or sets items.
            All items contained in the list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.ItemsNextLink">
            <summary>
            Gets or sets itemsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.Operations">
            <summary>
            Gets or sets operations.
            The collection of long-running operations on the list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.OperationsNextLink">
            <summary>
            Gets or sets operationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.Subscriptions">
            <summary>
            Gets or sets subscriptions.
            The set of subscriptions on the list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.SubscriptionsNextLink">
            <summary>
            Gets or sets subscriptionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListInfo">
            <summary>
            The type ListInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListInfo.ContentTypesEnabled">
            <summary>
            Gets or sets contentTypesEnabled.
            If true, indicates that content types are enabled for this list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListInfo.Hidden">
            <summary>
            Gets or sets hidden.
            If true, indicates that the list is not normally visible in the SharePoint user experience.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListInfo.Template">
            <summary>
            Gets or sets template.
            An enumerated value that represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItem">
            <summary>
            The type List Item.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItem.#ctor">
            <summary>
             The ListItem constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.ContentType">
            <summary>
            Gets or sets content type.
            The content type of this list item
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.SharepointIds">
            <summary>
            Gets or sets sharepoint ids.
            Returns identifiers useful for SharePoint REST compatibility. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.Analytics">
            <summary>
            Gets or sets analytics.
            Analytics about the view activities that took place on this item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.DocumentSetVersions">
            <summary>
            Gets or sets document set versions.
            Version information for a document set version created by a user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.DocumentSetVersionsNextLink">
            <summary>
            Gets or sets documentSetVersionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.DriveItem">
            <summary>
            Gets or sets drive item.
            For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.Fields">
            <summary>
            Gets or sets fields.
            The values of the columns set on this list item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.Versions">
            <summary>
            Gets or sets versions.
            The list of previous versions of the list item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.VersionsNextLink">
            <summary>
            Gets or sets versionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersion">
            <summary>
            The type List Item Version.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersion.#ctor">
            <summary>
             The ListItemVersion constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemVersion.Fields">
            <summary>
            Gets or sets fields.
            A collection of the fields and values for this version of the list item.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LobbyBypassScope">
            <summary>
            The enum LobbyBypassScope.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LobbyBypassScope.Organizer">
            <summary>
            Organizer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LobbyBypassScope.Organization">
            <summary>
            Organization
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LobbyBypassScope.OrganizationAndFederated">
            <summary>
            Organization And Federated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LobbyBypassScope.Everyone">
            <summary>
            Everyone
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LobbyBypassScope.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LobbyBypassScope.Invited">
            <summary>
            Invited
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LobbyBypassScope.OrganizationExcludingGuests">
            <summary>
            Organization Excluding Guests
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LobbyBypassSettings">
            <summary>
            The type LobbyBypassSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LobbyBypassSettings.IsDialInBypassEnabled">
            <summary>
            Gets or sets isDialInBypassEnabled.
            Specifies whether or not to always let dial-in callers bypass the lobby. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LobbyBypassSettings.Scope">
            <summary>
            Gets or sets scope.
            Specifies the type of participants that are automatically admitted into a meeting, bypassing the lobby. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LobbyBypassSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LobbyBypassSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocaleInfo">
            <summary>
            The type LocaleInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocaleInfo.DisplayName">
            <summary>
            Gets or sets displayName.
            A name representing the user's locale in natural language, for example, 'English (United States)'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocaleInfo.Locale">
            <summary>
            Gets or sets locale.
            A locale representation for the user, which includes the user's preferred language and country/region. For example, 'en-us'. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocaleInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocaleInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocalizedNotificationMessage">
            <summary>
            The type Localized Notification Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocalizedNotificationMessage.IsDefault">
            <summary>
            Gets or sets is default.
            Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocalizedNotificationMessage.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            DateTime the object was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocalizedNotificationMessage.Locale">
            <summary>
            Gets or sets locale.
            The Locale for which this message is destined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocalizedNotificationMessage.MessageTemplate">
            <summary>
            Gets or sets message template.
            The Message Template content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocalizedNotificationMessage.Subject">
            <summary>
            Gets or sets subject.
            The Message Template Subject.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocateDeviceActionResult">
            <summary>
            The type LocateDeviceActionResult.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LocateDeviceActionResult.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.LocateDeviceActionResult"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocateDeviceActionResult.DeviceLocation">
            <summary>
            Gets or sets deviceLocation.
            device location
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Location">
            <summary>
            The type Location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.Address">
            <summary>
            Gets or sets address.
            The street address of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.Coordinates">
            <summary>
            Gets or sets coordinates.
            The geographic coordinates and elevation of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.DisplayName">
            <summary>
            Gets or sets displayName.
            The name associated with the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.LocationEmailAddress">
            <summary>
            Gets or sets locationEmailAddress.
            Optional email address of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.LocationType">
            <summary>
            Gets or sets locationType.
            The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.LocationUri">
            <summary>
            Gets or sets locationUri.
            Optional URI representing the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.UniqueId">
            <summary>
            Gets or sets uniqueId.
            For internal use only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.UniqueIdType">
            <summary>
            Gets or sets uniqueIdType.
            For internal use only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocationConstraint">
            <summary>
            The type LocationConstraint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocationConstraint.IsRequired">
            <summary>
            Gets or sets isRequired.
            The client requests the service to include in the response a meeting location for the meeting. If this is true and all the resources are busy, findMeetingTimes will not return any meeting time suggestions. If this is false and all the resources are busy, findMeetingTimes would still look for meeting times without locations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocationConstraint.Locations">
            <summary>
            Gets or sets locations.
            Constraint information for one or more locations that the client requests for the meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocationConstraint.SuggestLocation">
            <summary>
            Gets or sets suggestLocation.
            The client requests the service to suggest one or more meeting locations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocationConstraint.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocationConstraint.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocationConstraintItem">
            <summary>
            The type LocationConstraintItem.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LocationConstraintItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.LocationConstraintItem"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocationConstraintItem.ResolveAvailability">
            <summary>
            Gets or sets resolveAvailability.
            If set to true and the specified resource is busy, findMeetingTimes looks for another resource that is free. If set to false and the specified resource is busy, findMeetingTimes returns the resource best ranked in the user's cache without checking if it's free. Default is true.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocationType">
            <summary>
            The enum LocationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.Default">
            <summary>
            Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.ConferenceRoom">
            <summary>
            Conference Room
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.HomeAddress">
            <summary>
            Home Address
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.BusinessAddress">
            <summary>
            Business Address
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.GeoCoordinates">
            <summary>
            Geo Coordinates
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.StreetAddress">
            <summary>
            Street Address
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.Hotel">
            <summary>
            Hotel
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.Restaurant">
            <summary>
            Restaurant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.LocalBusiness">
            <summary>
            Local Business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.PostalAddress">
            <summary>
            Postal Address
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocationUniqueIdType">
            <summary>
            The enum LocationUniqueIdType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationUniqueIdType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationUniqueIdType.LocationStore">
            <summary>
            Location Store
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationUniqueIdType.Directory">
            <summary>
            Directory
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationUniqueIdType.Private">
            <summary>
            Private
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationUniqueIdType.Bing">
            <summary>
            Bing
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LogonType">
            <summary>
            The enum LogonType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LogonType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LogonType.Interactive">
            <summary>
            Interactive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LogonType.RemoteInteractive">
            <summary>
            Remote Interactive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LogonType.Network">
            <summary>
            Network
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LogonType.Batch">
            <summary>
            Batch
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LogonType.Service">
            <summary>
            Service
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LogonType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LongRunningOperation">
            <summary>
            The type Long Running Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LongRunningOperation.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LongRunningOperation.LastActionDateTime">
            <summary>
            Gets or sets last action date time.
            The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LongRunningOperation.ResourceLocation">
            <summary>
            Gets or sets resource location.
            URI of the resource that the operation is performed on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LongRunningOperation.Status">
            <summary>
            Gets or sets status.
            The status of the operation. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LongRunningOperation.StatusDetail">
            <summary>
            Gets or sets status detail.
            Details about the status of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LongRunningOperationStatus">
            <summary>
            The enum LongRunningOperationStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LongRunningOperationStatus.NotStarted">
            <summary>
            Not Started
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LongRunningOperationStatus.Running">
            <summary>
            Running
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LongRunningOperationStatus.Succeeded">
            <summary>
            Succeeded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LongRunningOperationStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LongRunningOperationStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LookupColumn">
            <summary>
            The type LookupColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LookupColumn.AllowMultipleValues">
            <summary>
            Gets or sets allowMultipleValues.
            Indicates whether multiple values can be selected from the source.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LookupColumn.AllowUnlimitedLength">
            <summary>
            Gets or sets allowUnlimitedLength.
            Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LookupColumn.ColumnName">
            <summary>
            Gets or sets columnName.
            The name of the lookup source column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LookupColumn.ListId">
            <summary>
            Gets or sets listId.
            The unique identifier of the lookup source list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LookupColumn.PrimaryLookupColumnId">
            <summary>
            Gets or sets primaryLookupColumnId.
            If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LookupColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LookupColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSCompliancePolicy">
            <summary>
            The type Mac OSCompliance Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicy.#ctor">
            <summary>
             The MacOSCompliancePolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.DeviceThreatProtectionEnabled">
            <summary>
            Gets or sets device threat protection enabled.
            Require that devices have enabled device threat protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.DeviceThreatProtectionRequiredSecurityLevel">
            <summary>
            Gets or sets device threat protection required security level.
            Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.FirewallBlockAllIncoming">
            <summary>
            Gets or sets firewall block all incoming.
            Corresponds to the 'Block all incoming connections' option.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.FirewallEnabled">
            <summary>
            Gets or sets firewall enabled.
            Whether the firewall should be enabled or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.FirewallEnableStealthMode">
            <summary>
            Gets or sets firewall enable stealth mode.
            Corresponds to 'Enable stealth mode.'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum MacOS version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum MacOS version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Indicates whether or not to block simple passwords.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires. Valid values 1 to 65535
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum length of password. Valid values 4 to 14
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block. Valid values 1 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordRequired">
            <summary>
            Gets or sets password required.
            Whether or not to require a password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Require encryption on Mac OS devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.SystemIntegrityProtectionEnabled">
            <summary>
            Gets or sets system integrity protection enabled.
            Require that devices have enabled system integrity protection.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSCustomConfiguration">
            <summary>
            The type Mac OSCustom Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfiguration.#ctor">
            <summary>
             The MacOSCustomConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCustomConfiguration.Payload">
            <summary>
            Gets or sets payload.
            Payload. (UTF8 encoded byte array)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCustomConfiguration.PayloadFileName">
            <summary>
            Gets or sets payload file name.
            Payload file name (.mobileconfig
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCustomConfiguration.PayloadName">
            <summary>
            Gets or sets payload name.
            Name that is displayed to the user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSDeviceFeaturesConfiguration">
            <summary>
            The type Mac OSDevice Features Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfiguration.#ctor">
            <summary>
             The MacOSDeviceFeaturesConfiguration constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSGeneralDeviceConfiguration">
            <summary>
            The type Mac OSGeneral Device Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfiguration.#ctor">
            <summary>
             The MacOSGeneralDeviceConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.CompliantAppListType">
            <summary>
            Gets or sets compliant app list type.
            List that is in the CompliantAppsList. Possible values are: none, appsInListCompliant, appsNotInListCompliant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.CompliantAppsList">
            <summary>
            Gets or sets compliant apps list.
            List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.EmailInDomainSuffixes">
            <summary>
            Gets or sets email in domain suffixes.
            An email address lacking a suffix that matches any of these strings will be considered out-of-domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Block simple passwords.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            Number of character sets a password must contain. Valid values 0 to 4
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum length of passwords.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity required before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets password minutes of inactivity before screen timeout.
            Minutes of inactivity required before the screen times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordRequired">
            <summary>
            Gets or sets password required.
            Whether or not to require a password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            Type of password that is required. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSLobApp">
            <summary>
            The type Mac OSLob App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobApp.#ctor">
            <summary>
             The MacOSLobApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobApp.BuildNumber">
            <summary>
            Gets or sets build number.
            The build number of the package. This should match the package CFBundleShortVersionString of the .pkg file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobApp.BundleId">
            <summary>
            Gets or sets bundle id.
            The primary bundleId of the package.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobApp.ChildApps">
            <summary>
            Gets or sets child apps.
            List of ComplexType macOSLobChildApp objects. Represents the apps expected to be installed by the package.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobApp.IgnoreVersionDetection">
            <summary>
            Gets or sets ignore version detection.
            When TRUE, indicates that the app's version will NOT be used to detect if the app is installed on a device. When FALSE, indicates that the app's version will be used to detect if the app is installed on a device. Set this to true for apps that use a self update feature.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobApp.InstallAsManaged">
            <summary>
            Gets or sets install as managed.
            When TRUE, indicates that the app will be installed as managed (requires macOS 11.0 and other managed package restrictions). When FALSE, indicates that the app will be installed as unmanaged.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobApp.Md5Hash">
            <summary>
            Gets or sets md5hash.
            The MD5 hash codes. This is empty if the package was uploaded directly. If the Intune App Wrapping Tool is used to create a .intunemac, this value can be found inside the Detection.xml file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobApp.Md5HashChunkSize">
            <summary>
            Gets or sets md5hash chunk size.
            The chunk size for MD5 hash. This is '0' or empty if the package was uploaded directly. If the Intune App Wrapping Tool is used to create a .intunemac, this value can be found inside the Detection.xml file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobApp.VersionNumber">
            <summary>
            Gets or sets version number.
            The version number of the package. This should match the package CFBundleVersion in the packageinfo file.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOsLobAppAssignmentSettings">
            <summary>
            The type MacOsLobAppAssignmentSettings.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOsLobAppAssignmentSettings.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.MacOsLobAppAssignmentSettings"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOsLobAppAssignmentSettings.UninstallOnDeviceRemoval">
            <summary>
            Gets or sets uninstallOnDeviceRemoval.
            When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSLobChildApp">
            <summary>
            The type MacOSLobChildApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobChildApp.BuildNumber">
            <summary>
            Gets or sets buildNumber.
            The build number of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobChildApp.BundleId">
            <summary>
            Gets or sets bundleId.
            The bundleId of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobChildApp.VersionNumber">
            <summary>
            Gets or sets versionNumber.
            The version number of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobChildApp.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSLobChildApp.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSMicrosoftEdgeApp">
            <summary>
            The type Mac OSMicrosoft Edge App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeApp.#ctor">
            <summary>
             The MacOSMicrosoftEdgeApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMicrosoftEdgeApp.Channel">
            <summary>
            Gets or sets channel.
            The channel to install on target devices. Possible values are: dev, beta, stable, unknownFutureValue.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSMinimumOperatingSystem">
            <summary>
            The type MacOSMinimumOperatingSystem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.V10_10">
            <summary>
            Gets or sets v10_10.
            When TRUE, indicates OS X 10.10 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.V10_11">
            <summary>
            Gets or sets v10_11.
            When TRUE, indicates OS X 10.11 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.V10_12">
            <summary>
            Gets or sets v10_12.
            When TRUE, indicates macOS 10.12 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.V10_13">
            <summary>
            Gets or sets v10_13.
            When TRUE, indicates macOS 10.13 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.V10_14">
            <summary>
            Gets or sets v10_14.
            When TRUE, indicates macOS 10.14 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.V10_15">
            <summary>
            Gets or sets v10_15.
            When TRUE, indicates macOS 10.15 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.V10_7">
            <summary>
            Gets or sets v10_7.
            When TRUE, indicates Mac OS X 10.7 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.V10_8">
            <summary>
            Gets or sets v10_8.
            When TRUE, indicates OS X 10.8 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.V10_9">
            <summary>
            Gets or sets v10_9.
            When TRUE, indicates OS X 10.9 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.V11_0">
            <summary>
            Gets or sets v11_0.
            When TRUE, indicates macOS 11.0 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.V12_0">
            <summary>
            Gets or sets v12_0.
            When TRUE, indicates macOS 12.0 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.V13_0">
            <summary>
            Gets or sets v13_0.
            When TRUE, indicates macOS 13.0 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSMinimumOperatingSystem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSOfficeSuiteApp">
            <summary>
            The type Mac OSOffice Suite App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteApp.#ctor">
            <summary>
             The MacOSOfficeSuiteApp constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailAssessmentRequestObject">
            <summary>
            The type Mail Assessment Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestObject.#ctor">
            <summary>
             The MailAssessmentRequest constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailAssessmentRequestObject.DestinationRoutingReason">
            <summary>
            Gets or sets destination routing reason.
            The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailAssessmentRequestObject.MessageUri">
            <summary>
            Gets or sets message uri.
            The resource URI of the mail message for assessment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailAssessmentRequestObject.RecipientEmail">
            <summary>
            Gets or sets recipient email.
            The mail recipient whose policies are used to assess the mail.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailboxSettings">
            <summary>
            The type MailboxSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.ArchiveFolder">
            <summary>
            Gets or sets archiveFolder.
            Folder ID of an archive folder for the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.AutomaticRepliesSetting">
            <summary>
            Gets or sets automaticRepliesSetting.
            Configuration settings to automatically notify the sender of an incoming email with a message from the signed-in user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.DateFormat">
            <summary>
            Gets or sets dateFormat.
            The date format for the user's mailbox.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.DelegateMeetingMessageDeliveryOptions">
            <summary>
            Gets or sets delegateMeetingMessageDeliveryOptions.
            If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. Possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.Language">
            <summary>
            Gets or sets language.
            The locale information for the user, including the preferred language and country/region.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.TimeFormat">
            <summary>
            Gets or sets timeFormat.
            The time format for the user's mailbox.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.TimeZone">
            <summary>
            Gets or sets timeZone.
            The default time zone for the user's mailbox.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.UserPurpose">
            <summary>
            Gets or sets userPurpose.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.WorkingHours">
            <summary>
            Gets or sets workingHours.
            The days of the week and hours in a specific time zone that the user works.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailDestinationRoutingReason">
            <summary>
            The enum MailDestinationRoutingReason.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.MailFlowRule">
            <summary>
            Mail Flow Rule
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.SafeSender">
            <summary>
            Safe Sender
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.BlockedSender">
            <summary>
            Blocked Sender
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.AdvancedSpamFiltering">
            <summary>
            Advanced Spam Filtering
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.DomainAllowList">
            <summary>
            Domain Allow List
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.DomainBlockList">
            <summary>
            Domain Block List
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.NotInAddressBook">
            <summary>
            Not In Address Book
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.FirstTimeSender">
            <summary>
            First Time Sender
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.AutoPurgeToInbox">
            <summary>
            Auto Purge To Inbox
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.AutoPurgeToJunk">
            <summary>
            Auto Purge To Junk
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.AutoPurgeToDeleted">
            <summary>
            Auto Purge To Deleted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.Outbound">
            <summary>
            Outbound
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.NotJunk">
            <summary>
            Not Junk
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.Junk">
            <summary>
            Junk
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailDestinationRoutingReason.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolder">
            <summary>
            The type Mail Folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.ChildFolderCount">
            <summary>
            Gets or sets child folder count.
            The number of immediate child mailFolders in the current mailFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.DisplayName">
            <summary>
            Gets or sets display name.
            The mailFolder's display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.IsHidden">
            <summary>
            Gets or sets is hidden.
            Indicates whether the mailFolder is hidden. This property can be set only when creating the folder. Find more information in Hidden mail folders.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.ParentFolderId">
            <summary>
            Gets or sets parent folder id.
            The unique identifier for the mailFolder's parent mailFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.TotalItemCount">
            <summary>
            Gets or sets total item count.
            The number of items in the mailFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.UnreadItemCount">
            <summary>
            Gets or sets unread item count.
            The number of items in the mailFolder marked as unread.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.ChildFolders">
            <summary>
            Gets or sets child folders.
            The collection of child folders in the mailFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.ChildFoldersNextLink">
            <summary>
            Gets or sets childFoldersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.MessageRules">
            <summary>
            Gets or sets message rules.
            The collection of rules that apply to the user's Inbox folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.MessageRulesNextLink">
            <summary>
            Gets or sets messageRulesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.Messages">
            <summary>
            Gets or sets messages.
            The collection of messages in the mailFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.MessagesNextLink">
            <summary>
            Gets or sets messagesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.MultiValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets multiValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.SingleValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets singleValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderCopyRequestBody">
            <summary>
            The type MailFolderCopyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderCopyRequestBody.DestinationId">
            <summary>
            Gets or sets DestinationId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMoveRequestBody">
            <summary>
            The type MailFolderMoveRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMoveRequestBody.DestinationId">
            <summary>
            Gets or sets DestinationId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailSearchFolder">
            <summary>
            The type Mail Search Folder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolder.#ctor">
            <summary>
             The MailSearchFolder constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailSearchFolder.FilterQuery">
            <summary>
            Gets or sets filter query.
            The OData query to filter the messages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailSearchFolder.IncludeNestedFolders">
            <summary>
            Gets or sets include nested folders.
            Indicates how the mailbox folder hierarchy should be traversed in the search. true means that a deep search should be done to include child folders in the hierarchy of each folder explicitly specified in sourceFolderIds. false means a shallow search of only each of the folders explicitly specified in sourceFolderIds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailSearchFolder.IsSupported">
            <summary>
            Gets or sets is supported.
            Indicates whether a search folder is editable using REST APIs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailSearchFolder.SourceFolderIds">
            <summary>
            Gets or sets source folder ids.
            The mailbox folders that should be mined.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailTips">
            <summary>
            The type MailTips.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.AutomaticReplies">
            <summary>
            Gets or sets automaticReplies.
            Mail tips for automatic reply if it has been set up by the recipient.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.CustomMailTip">
            <summary>
            Gets or sets customMailTip.
            A custom mail tip that can be set on the recipient's mailbox.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.DeliveryRestricted">
            <summary>
            Gets or sets deliveryRestricted.
            Whether the recipient's mailbox is restricted, for example, accepting messages from only a predefined list of senders, rejecting messages from a predefined list of senders, or accepting messages from only authenticated senders.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.EmailAddress">
            <summary>
            Gets or sets emailAddress.
            The email address of the recipient to get mailtips for.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.Error">
            <summary>
            Gets or sets error.
            Errors that occur during the getMailTips action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.ExternalMemberCount">
            <summary>
            Gets or sets externalMemberCount.
            The number of external members if the recipient is a distribution list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.IsModerated">
            <summary>
            Gets or sets isModerated.
            Whether sending messages to the recipient requires approval. For example, if the recipient is a large distribution list and a moderator has been set up to approve messages sent to that distribution list, or if sending messages to a recipient requires approval of the recipient's manager.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.MailboxFull">
            <summary>
            Gets or sets mailboxFull.
            The mailbox full status of the recipient.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.MaxMessageSize">
            <summary>
            Gets or sets maxMessageSize.
            The maximum message size that has been configured for the recipient's organization or mailbox.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.RecipientScope">
            <summary>
            Gets or sets recipientScope.
            The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.RecipientSuggestions">
            <summary>
            Gets or sets recipientSuggestions.
            Recipients suggested based on previous contexts where they appear in the same message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.TotalMemberCount">
            <summary>
            Gets or sets totalMemberCount.
            The number of members if the recipient is a distribution list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTips.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailTipsError">
            <summary>
            The type MailTipsError.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTipsError.Code">
            <summary>
            Gets or sets code.
            The error code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTipsError.Message">
            <summary>
            Gets or sets message.
            The error message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTipsError.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailTipsError.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailTipsType">
            <summary>
            The enum MailTipsType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailTipsType.AutomaticReplies">
            <summary>
            Automatic Replies
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailTipsType.MailboxFullStatus">
            <summary>
            Mailbox Full Status
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailTipsType.CustomMailTip">
            <summary>
            Custom Mail Tip
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailTipsType.ExternalMemberCount">
            <summary>
            External Member Count
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailTipsType.TotalMemberCount">
            <summary>
            Total Member Count
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailTipsType.MaxMessageSize">
            <summary>
            Max Message Size
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailTipsType.DeliveryRestriction">
            <summary>
            Delivery Restriction
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailTipsType.ModerationStatus">
            <summary>
            Moderation Status
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailTipsType.RecipientScope">
            <summary>
            Recipient Scope
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MailTipsType.RecipientSuggestions">
            <summary>
            Recipient Suggestions
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Malware">
            <summary>
            The type Malware.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Malware.Description">
            <summary>
            Gets or sets description.
            Contains the virus details for the malware facet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Malware.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Malware.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MalwareState">
            <summary>
            The type MalwareState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MalwareState.Category">
            <summary>
            Gets or sets category.
            Provider-generated malware category (for example, trojan, ransomware, etc.).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MalwareState.Family">
            <summary>
            Gets or sets family.
            Provider-generated malware family (for example, 'wannacry', 'notpetya', etc.).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MalwareState.Name">
            <summary>
            Gets or sets name.
            Provider-generated malware variant name (for example, Trojan:Win32/Powessere.H).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MalwareState.Severity">
            <summary>
            Gets or sets severity.
            Provider-determined severity of this malware.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MalwareState.WasRunning">
            <summary>
            Gets or sets wasRunning.
            Indicates whether the detected file (malware/vulnerability) was running at the time of detection or was detected at rest on the disk.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MalwareState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MalwareState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAndroidLobApp">
            <summary>
            The type Managed Android Lob App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobApp.#ctor">
            <summary>
             The ManagedAndroidLobApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidLobApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidLobApp.PackageId">
            <summary>
            Gets or sets package id.
            The package identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidLobApp.VersionCode">
            <summary>
            Gets or sets version code.
            The version code of managed Android Line of Business (LoB) app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidLobApp.VersionName">
            <summary>
            Gets or sets version name.
            The version name of managed Android Line of Business (LoB) app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAndroidStoreApp">
            <summary>
            The type Managed Android Store App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreApp.#ctor">
            <summary>
             The ManagedAndroidStoreApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidStoreApp.AppStoreUrl">
            <summary>
            Gets or sets app store url.
            The Android AppStoreUrl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidStoreApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum supported operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidStoreApp.PackageId">
            <summary>
            Gets or sets package id.
            The app's package ID.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedApp">
            <summary>
            The type Managed App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedApp.#ctor">
            <summary>
             The internal ManagedApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedApp.AppAvailability">
            <summary>
            Gets or sets app availability.
            The Application's availability. Possible values are: global, lineOfBusiness.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedApp.Version">
            <summary>
            Gets or sets version.
            The Application's version.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppAvailability">
            <summary>
            The enum ManagedAppAvailability.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppAvailability.Global">
            <summary>
            Global
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppAvailability.LineOfBusiness">
            <summary>
            Line Of Business
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppClipboardSharingLevel">
            <summary>
            The enum ManagedAppClipboardSharingLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppClipboardSharingLevel.AllApps">
            <summary>
            All Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppClipboardSharingLevel.ManagedAppsWithPasteIn">
            <summary>
            Managed Apps With Paste In
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppClipboardSharingLevel.ManagedApps">
            <summary>
            Managed Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppClipboardSharingLevel.Blocked">
            <summary>
            Blocked
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppConfiguration">
            <summary>
            The type Managed App Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfiguration.#ctor">
            <summary>
             The internal ManagedAppConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppConfiguration.CustomSettings">
            <summary>
            Gets or sets custom settings.
            A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppDataEncryptionType">
            <summary>
            The enum ManagedAppDataEncryptionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataEncryptionType.UseDeviceSettings">
            <summary>
            Use Device Settings
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataEncryptionType.AfterDeviceRestart">
            <summary>
            After Device Restart
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataEncryptionType.WhenDeviceLockedExceptOpenFiles">
            <summary>
            When Device Locked Except Open Files
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataEncryptionType.WhenDeviceLocked">
            <summary>
            When Device Locked
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppDataStorageLocation">
            <summary>
            The enum ManagedAppDataStorageLocation.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataStorageLocation.OneDriveForBusiness">
            <summary>
            One Drive For Business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataStorageLocation.SharePoint">
            <summary>
            Share Point
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataStorageLocation.Box">
            <summary>
            Box
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataStorageLocation.LocalStorage">
            <summary>
            Local Storage
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppDataTransferLevel">
            <summary>
            The enum ManagedAppDataTransferLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataTransferLevel.AllApps">
            <summary>
            All Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataTransferLevel.ManagedApps">
            <summary>
            Managed Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataTransferLevel.None">
            <summary>
            None
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppDiagnosticStatus">
            <summary>
            The type ManagedAppDiagnosticStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppDiagnosticStatus.MitigationInstruction">
            <summary>
            Gets or sets mitigationInstruction.
            Instruction on how to mitigate a failed validation
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppDiagnosticStatus.State">
            <summary>
            Gets or sets state.
            The state of the operation
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppDiagnosticStatus.ValidationName">
            <summary>
            Gets or sets validationName.
            The validation friendly name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppDiagnosticStatus.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppDiagnosticStatus.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppFlaggedReason">
            <summary>
            The enum ManagedAppFlaggedReason.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppFlaggedReason.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppFlaggedReason.RootedDevice">
            <summary>
            Rooted Device
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppOperation">
            <summary>
            The type Managed App Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppOperation.DisplayName">
            <summary>
            Gets or sets display name.
            The operation name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppOperation.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The last time the app operation was modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppOperation.State">
            <summary>
            Gets or sets state.
            The current state of the operation
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppOperation.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPinCharacterSet">
            <summary>
            The enum ManagedAppPinCharacterSet.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppPinCharacterSet.Numeric">
            <summary>
            Numeric
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppPinCharacterSet.AlphanumericAndSymbol">
            <summary>
            Alphanumeric And Symbol
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicy">
            <summary>
            The type Managed App Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicy.#ctor">
            <summary>
             The internal ManagedAppPolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicy.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time the policy was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicy.Description">
            <summary>
            Gets or sets description.
            The policy's description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicy.DisplayName">
            <summary>
            Gets or sets display name.
            Policy display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicy.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Last time the policy was modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicy.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyDeploymentSummary">
            <summary>
            The type Managed App Policy Deployment Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummary.ConfigurationDeployedUserCount">
            <summary>
            Gets or sets configuration deployed user count.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummary.ConfigurationDeploymentSummaryPerApp">
            <summary>
            Gets or sets configuration deployment summary per app.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummary.DisplayName">
            <summary>
            Gets or sets display name.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummary.LastRefreshTime">
            <summary>
            Gets or sets last refresh time.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummary.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryPerApp">
            <summary>
            The type ManagedAppPolicyDeploymentSummaryPerApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryPerApp.ConfigurationAppliedUserCount">
            <summary>
            Gets or sets configurationAppliedUserCount.
            Number of users the policy is applied.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryPerApp.MobileAppIdentifier">
            <summary>
            Gets or sets mobileAppIdentifier.
            Deployment of an app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryPerApp.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryPerApp.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyTargetAppsRequestBody">
            <summary>
            The type ManagedAppPolicyTargetAppsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyTargetAppsRequestBody.Apps">
            <summary>
            Gets or sets Apps.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppProtection">
            <summary>
            The type Managed App Protection.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtection.#ctor">
            <summary>
             The internal ManagedAppProtection constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.AllowedDataStorageLocations">
            <summary>
            Gets or sets allowed data storage locations.
            Data storage locations where a user may store managed data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.AllowedInboundDataTransferSources">
            <summary>
            Gets or sets allowed inbound data transfer sources.
            Sources from which data is allowed to be transferred. Possible values are: allApps, managedApps, none.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.AllowedOutboundClipboardSharingLevel">
            <summary>
            Gets or sets allowed outbound clipboard sharing level.
            The level to which the clipboard may be shared between apps on the managed device. Possible values are: allApps, managedAppsWithPasteIn, managedApps, blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.AllowedOutboundDataTransferDestinations">
            <summary>
            Gets or sets allowed outbound data transfer destinations.
            Destinations to which data is allowed to be transferred. Possible values are: allApps, managedApps, none.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.ContactSyncBlocked">
            <summary>
            Gets or sets contact sync blocked.
            Indicates whether contacts can be synced to the user's device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.DataBackupBlocked">
            <summary>
            Gets or sets data backup blocked.
            Indicates whether the backup of a managed app's data is blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.DeviceComplianceRequired">
            <summary>
            Gets or sets device compliance required.
            Indicates whether device compliance is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.DisableAppPinIfDevicePinIsSet">
            <summary>
            Gets or sets disable app pin if device pin is set.
            Indicates whether use of the app pin is required if the device pin is set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.FingerprintBlocked">
            <summary>
            Gets or sets fingerprint blocked.
            Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.ManagedBrowser">
            <summary>
            Gets or sets managed browser.
            Indicates in which managed browser(s) that internet links should be opened. When this property is configured, ManagedBrowserToOpenLinksRequired should be true. Possible values are: notConfigured, microsoftEdge.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.ManagedBrowserToOpenLinksRequired">
            <summary>
            Gets or sets managed browser to open links required.
            Indicates whether internet links should be opened in the managed browser app, or any custom browser specified by CustomBrowserProtocol (for iOS) or CustomBrowserPackageId/CustomBrowserDisplayName (for Android)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.MaximumPinRetries">
            <summary>
            Gets or sets maximum pin retries.
            Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.MinimumPinLength">
            <summary>
            Gets or sets minimum pin length.
            Minimum pin length required for an app-level pin if PinRequired is set to True
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.MinimumRequiredAppVersion">
            <summary>
            Gets or sets minimum required app version.
            Versions less than the specified version will block the managed app from accessing company data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.MinimumRequiredOsVersion">
            <summary>
            Gets or sets minimum required os version.
            Versions less than the specified version will block the managed app from accessing company data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.MinimumWarningAppVersion">
            <summary>
            Gets or sets minimum warning app version.
            Versions less than the specified version will result in warning message on the managed app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.MinimumWarningOsVersion">
            <summary>
            Gets or sets minimum warning os version.
            Versions less than the specified version will result in warning message on the managed app from accessing company data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.OrganizationalCredentialsRequired">
            <summary>
            Gets or sets organizational credentials required.
            Indicates whether organizational credentials are required for app use.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PeriodBeforePinReset">
            <summary>
            Gets or sets period before pin reset.
            TimePeriod before the all-level pin must be reset if PinRequired is set to True.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PeriodOfflineBeforeAccessCheck">
            <summary>
            Gets or sets period offline before access check.
            The period after which access is checked when the device is not connected to the internet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PeriodOfflineBeforeWipeIsEnforced">
            <summary>
            Gets or sets period offline before wipe is enforced.
            The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PeriodOnlineBeforeAccessCheck">
            <summary>
            Gets or sets period online before access check.
            The period after which access is checked when the device is connected to the internet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PinCharacterSet">
            <summary>
            Gets or sets pin character set.
            Character set which may be used for an app-level pin if PinRequired is set to True. Possible values are: numeric, alphanumericAndSymbol.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PinRequired">
            <summary>
            Gets or sets pin required.
            Indicates whether an app-level pin is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PrintBlocked">
            <summary>
            Gets or sets print blocked.
            Indicates whether printing is allowed from managed apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.SaveAsBlocked">
            <summary>
            Gets or sets save as blocked.
            Indicates whether users may use the 'Save As' menu item to save a copy of protected files.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.SimplePinBlocked">
            <summary>
            Gets or sets simple pin blocked.
            Indicates whether simplePin is blocked.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppProtectionTargetAppsRequestBody">
            <summary>
            The type ManagedAppProtectionTargetAppsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtectionTargetAppsRequestBody.Apps">
            <summary>
            Gets or sets Apps.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistration">
            <summary>
            The type Managed App Registration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistration.#ctor">
            <summary>
             The internal ManagedAppRegistration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.AppIdentifier">
            <summary>
            Gets or sets app identifier.
            The app package Identifier
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.ApplicationVersion">
            <summary>
            Gets or sets application version.
            App version
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Date and time of creation
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.DeviceName">
            <summary>
            Gets or sets device name.
            Host device name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.DeviceTag">
            <summary>
            Gets or sets device tag.
            App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.DeviceType">
            <summary>
            Gets or sets device type.
            Host device type
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.FlaggedReasons">
            <summary>
            Gets or sets flagged reasons.
            Zero or more reasons an app registration is flagged. E.g. app running on rooted device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.LastSyncDateTime">
            <summary>
            Gets or sets last sync date time.
            Date and time of last the app synced with management service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.ManagementSdkVersion">
            <summary>
            Gets or sets management sdk version.
            App management SDK version
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.PlatformVersion">
            <summary>
            Gets or sets platform version.
            Operating System version
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.UserId">
            <summary>
            Gets or sets user id.
            The user Id to who this app registration belongs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.AppliedPolicies">
            <summary>
            Gets or sets applied policies.
            Zero or more policys already applied on the registered app when it last synchronized with managment service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.AppliedPoliciesNextLink">
            <summary>
            Gets or sets appliedPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.IntendedPolicies">
            <summary>
            Gets or sets intended policies.
            Zero or more policies admin intended for the app as of now.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.IntendedPoliciesNextLink">
            <summary>
            Gets or sets intendedPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.Operations">
            <summary>
            Gets or sets operations.
            Zero or more long running operations triggered on the app registration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.OperationsNextLink">
            <summary>
            Gets or sets operationsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppStatus">
            <summary>
            The type Managed App Status.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatus.#ctor">
            <summary>
             The internal ManagedAppStatus constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppStatus.DisplayName">
            <summary>
            Gets or sets display name.
            Friendly name of the status report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppStatus.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppStatusRaw">
            <summary>
            The type Managed App Status Raw.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRaw.#ctor">
            <summary>
             The ManagedAppStatusRaw constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppStatusRaw.Content">
            <summary>
            Gets or sets content.
            Status report content.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedBrowserType">
            <summary>
            The enum ManagedBrowserType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedBrowserType.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedBrowserType.MicrosoftEdge">
            <summary>
            Microsoft Edge
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDevice">
            <summary>
            The type Managed Device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ActivationLockBypassCode">
            <summary>
            Gets or sets activation lock bypass code.
            The code that allows the Activation Lock on managed device to be bypassed. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity in LIST call. Individual GET call with select query options is needed to retrieve actual values. Supports: $select. $Search is not supported. Read-only. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.AndroidSecurityPatchLevel">
            <summary>
            Gets or sets android security patch level.
            Android security patch level. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.AzureADDeviceId">
            <summary>
            Gets or sets azure addevice id.
            The unique identifier for the Azure Active Directory device. Read only. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.AzureADRegistered">
            <summary>
            Gets or sets azure adregistered.
            Whether the device is Azure Active Directory registered. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ComplianceGracePeriodExpirationDateTime">
            <summary>
            Gets or sets compliance grace period expiration date time.
            The DateTime when device compliance grace period expires. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ComplianceState">
            <summary>
            Gets or sets compliance state.
            Compliance state of the device. This property is read-only. Possible values are: unknown, compliant, noncompliant, conflict, error, inGracePeriod, configManager.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ConfigurationManagerClientEnabledFeatures">
            <summary>
            Gets or sets configuration manager client enabled features.
            ConfigrMgr client enabled features. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceActionResults">
            <summary>
            Gets or sets device action results.
            List of ComplexType deviceActionResult objects. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceCategoryDisplayName">
            <summary>
            Gets or sets device category display name.
            Device category display name. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceEnrollmentType">
            <summary>
            Gets or sets device enrollment type.
            Enrollment type of the device. This property is read-only. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth, appleUserEnrollment, appleUserEnrollmentWithServiceAccount.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceHealthAttestationState">
            <summary>
            Gets or sets device health attestation state.
            The device health attestation state. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceName">
            <summary>
            Gets or sets device name.
            Name of the device. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceRegistrationState">
            <summary>
            Gets or sets device registration state.
            Device registration state. This property is read-only. Possible values are: notRegistered, registered, revoked, keyConflict, approvalPending, certificateReset, notRegisteredPendingEnrollment, unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.EasActivated">
            <summary>
            Gets or sets eas activated.
            Whether the device is Exchange ActiveSync activated. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.EasActivationDateTime">
            <summary>
            Gets or sets eas activation date time.
            Exchange ActivationSync activation time of the device. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.EasDeviceId">
            <summary>
            Gets or sets eas device id.
            Exchange ActiveSync Id of the device. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.EmailAddress">
            <summary>
            Gets or sets email address.
            Email(s) for the user associated with the device. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.EnrolledDateTime">
            <summary>
            Gets or sets enrolled date time.
            Enrollment time of the device. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.EthernetMacAddress">
            <summary>
            Gets or sets ethernet mac address.
            Ethernet MAC. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ExchangeAccessState">
            <summary>
            Gets or sets exchange access state.
            The Access State of the device in Exchange. This property is read-only. Possible values are: none, unknown, allowed, blocked, quarantined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ExchangeAccessStateReason">
            <summary>
            Gets or sets exchange access state reason.
            The reason for the device's access state in Exchange. This property is read-only. Possible values are: none, unknown, exchangeGlobalRule, exchangeIndividualRule, exchangeDeviceRule, exchangeUpgrade, exchangeMailboxPolicy, other, compliant, notCompliant, notEnrolled, unknownLocation, mfaRequired, azureADBlockDueToAccessPolicy, compromisedPassword, deviceNotKnownWithManagedApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ExchangeLastSuccessfulSyncDateTime">
            <summary>
            Gets or sets exchange last successful sync date time.
            Last time the device contacted Exchange. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.FreeStorageSpaceInBytes">
            <summary>
            Gets or sets free storage space in bytes.
            Free Storage in Bytes. Default value is 0. Read-only. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.Iccid">
            <summary>
            Gets or sets iccid.
            Integrated Circuit Card Identifier, it is A SIM card's unique identification number. Return default value null in LIST managedDevices. Real value only returned in singel device GET call with device id and included in select parameter. Supports: $select. $Search is not supported. Read-only. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.Imei">
            <summary>
            Gets or sets imei.
            IMEI. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.IsEncrypted">
            <summary>
            Gets or sets is encrypted.
            Device encryption status. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.IsSupervised">
            <summary>
            Gets or sets is supervised.
            Device supervised status. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.JailBroken">
            <summary>
            Gets or sets jail broken.
            whether the device is jail broken or rooted. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.LastSyncDateTime">
            <summary>
            Gets or sets last sync date time.
            The date and time that the device last completed a successful sync with Intune. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ManagedDeviceName">
            <summary>
            Gets or sets managed device name.
            Automatically generated name to identify a device. Can be overwritten to a user friendly name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ManagedDeviceOwnerType">
            <summary>
            Gets or sets managed device owner type.
            Ownership of the device. Can be 'company' or 'personal'. Possible values are: unknown, company, personal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ManagementAgent">
            <summary>
            Gets or sets management agent.
            Management channel of the device. Intune, EAS, etc. This property is read-only. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ManagementCertificateExpirationDate">
            <summary>
            Gets or sets management certificate expiration date.
            Reports device management certificate expiration date. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.Manufacturer">
            <summary>
            Gets or sets manufacturer.
            Manufacturer of the device. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.Meid">
            <summary>
            Gets or sets meid.
            MEID. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.Model">
            <summary>
            Gets or sets model.
            Model of the device. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.Notes">
            <summary>
            Gets or sets notes.
            Notes on the device created by IT Admin. Return default value null in LIST managedDevices. Real value only returned in singel device GET call with device id and included in select parameter. Supports: $select.  $Search is not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.OperatingSystem">
            <summary>
            Gets or sets operating system.
            Operating system of the device. Windows, iOS, etc. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.OsVersion">
            <summary>
            Gets or sets os version.
            Operating system version of the device. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.PartnerReportedThreatState">
            <summary>
            Gets or sets partner reported threat state.
            Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only. This property is read-only. Possible values are: unknown, activated, deactivated, secured, lowSeverity, mediumSeverity, highSeverity, unresponsive, compromised, misconfigured.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.PhoneNumber">
            <summary>
            Gets or sets phone number.
            Phone number of the device. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.PhysicalMemoryInBytes">
            <summary>
            Gets or sets physical memory in bytes.
            Total Memory in Bytes. Return default value 0 in LIST managedDevices. Real value only returned in singel device GET call with device id and included in select parameter. Supports: $select. Default value is 0. Read-only. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.RemoteAssistanceSessionErrorDetails">
            <summary>
            Gets or sets remote assistance session error details.
            An error string that identifies issues when creating Remote Assistance session objects. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.RemoteAssistanceSessionUrl">
            <summary>
            Gets or sets remote assistance session url.
            Url that allows a Remote Assistance session to be established with the device. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.RequireUserEnrollmentApproval">
            <summary>
            Gets or sets require user enrollment approval.
            Reports if the managed iOS device is user approval enrollment. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.SerialNumber">
            <summary>
            Gets or sets serial number.
            SerialNumber. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.SubscriberCarrier">
            <summary>
            Gets or sets subscriber carrier.
            Subscriber Carrier. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.TotalStorageSpaceInBytes">
            <summary>
            Gets or sets total storage space in bytes.
            Total Storage in Bytes. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.Udid">
            <summary>
            Gets or sets udid.
            Unique Device Identifier for iOS and macOS devices. Return default value null in LIST managedDevices. Real value only returned in singel device GET call with device id and included in select parameter. Supports: $select. $Search is not supported. Read-only. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.UserDisplayName">
            <summary>
            Gets or sets user display name.
            User display name. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.UserId">
            <summary>
            Gets or sets user id.
            Unique Identifier for the user associated with the device. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            Device user principal name. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.WiFiMacAddress">
            <summary>
            Gets or sets wi fi mac address.
            Wi-Fi MAC. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceCompliancePolicyStates">
            <summary>
            Gets or sets device compliance policy states.
            Device compliance policy states for this device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceCompliancePolicyStatesNextLink">
            <summary>
            Gets or sets deviceCompliancePolicyStatesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceConfigurationStates">
            <summary>
            Gets or sets device configuration states.
            Device configuration states for this device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceConfigurationStatesNextLink">
            <summary>
            Gets or sets deviceConfigurationStatesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceCategory">
            <summary>
            Gets or sets device category.
            Device category
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.Users">
            <summary>
            Gets or sets users.
            The primary users associated with the managed device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.UsersNextLink">
            <summary>
            Gets or sets usersNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequestBody">
            <summary>
            The type ManagedDeviceCleanWindowsDeviceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequestBody.KeepUserData">
            <summary>
            Gets or sets KeepUserData.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBody">
            <summary>
            The type ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBody.UserPrincipalName">
            <summary>
            Gets or sets UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfiguration">
            <summary>
            The type Managed Device Mobile App Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.#ctor">
            <summary>
             The internal ManagedDeviceMobileAppConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            DateTime the object was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.Description">
            <summary>
            Gets or sets description.
            Admin provided description of the Device Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.DisplayName">
            <summary>
            Gets or sets display name.
            Admin provided name of the device configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            DateTime the object was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.TargetedMobileApps">
            <summary>
            Gets or sets targeted mobile apps.
            the associated app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.Version">
            <summary>
            Gets or sets version.
            Version of the device configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.Assignments">
            <summary>
            Gets or sets assignments.
            The list of group assignemenets for app configration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.AssignmentsNextLink">
            <summary>
            Gets or sets assignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.DeviceStatuses">
            <summary>
            Gets or sets device statuses.
            List of ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.DeviceStatusesNextLink">
            <summary>
            Gets or sets deviceStatusesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.DeviceStatusSummary">
            <summary>
            Gets or sets device status summary.
            App configuration device status summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.UserStatuses">
            <summary>
            Gets or sets user statuses.
            List of ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.UserStatusesNextLink">
            <summary>
            Gets or sets userStatusesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.UserStatusSummary">
            <summary>
            Gets or sets user status summary.
            App configuration user status summary.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment">
            <summary>
            The type Managed Device Mobile App Configuration Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment.Target">
            <summary>
            Gets or sets target.
            Assignment target that the T&amp;C policy is assigned to.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignRequestBody">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignRequestBody.Assignments">
            <summary>
            Gets or sets Assignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus">
            <summary>
            The type Managed Device Mobile App Configuration Device Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.ComplianceGracePeriodExpirationDateTime">
            <summary>
            Gets or sets compliance grace period expiration date time.
            The DateTime when device compliance grace period expires
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.DeviceDisplayName">
            <summary>
            Gets or sets device display name.
            Device name of the DevicePolicyStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.DeviceModel">
            <summary>
            Gets or sets device model.
            The device model that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            Last modified date time of the policy report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.Status">
            <summary>
            Gets or sets status.
            Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.UserName">
            <summary>
            Gets or sets user name.
            The User Name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary">
            <summary>
            The type Managed Device Mobile App Configuration Device Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.ConfigurationVersion">
            <summary>
            Gets or sets configuration version.
            Version of the policy for that overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.ErrorCount">
            <summary>
            Gets or sets error count.
            Number of error devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.FailedCount">
            <summary>
            Gets or sets failed count.
            Number of failed devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Last update time
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.NotApplicableCount">
            <summary>
            Gets or sets not applicable count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.PendingCount">
            <summary>
            Gets or sets pending count.
            Number of pending devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.SuccessCount">
            <summary>
            Gets or sets success count.
            Number of succeeded devices
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus">
            <summary>
            The type Managed Device Mobile App Configuration User Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus.DevicesCount">
            <summary>
            Gets or sets devices count.
            Devices count for that user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            Last modified date time of the policy report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus.Status">
            <summary>
            Gets or sets status.
            Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus.UserDisplayName">
            <summary>
            Gets or sets user display name.
            User name of the DevicePolicyStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary">
            <summary>
            The type Managed Device Mobile App Configuration User Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.ConfigurationVersion">
            <summary>
            Gets or sets configuration version.
            Version of the policy for that overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.ErrorCount">
            <summary>
            Gets or sets error count.
            Number of error Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.FailedCount">
            <summary>
            Gets or sets failed count.
            Number of failed Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Last update time
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.NotApplicableCount">
            <summary>
            Gets or sets not applicable count.
            Number of not applicable users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.PendingCount">
            <summary>
            Gets or sets pending count.
            Number of pending Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.SuccessCount">
            <summary>
            Gets or sets success count.
            Number of succeeded Users
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverview">
            <summary>
            The type Managed Device Overview.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceOverview.DeviceExchangeAccessStateSummary">
            <summary>
            Gets or sets device exchange access state summary.
            Distribution of Exchange Access State in Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceOverview.DeviceOperatingSystemSummary">
            <summary>
            Gets or sets device operating system summary.
            Device operating system summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceOverview.DualEnrolledDeviceCount">
            <summary>
            Gets or sets dual enrolled device count.
            The number of devices enrolled in both MDM and EAS
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceOverview.EnrolledDeviceCount">
            <summary>
            Gets or sets enrolled device count.
            Total enrolled device count. Does not include PC devices managed via Intune PC Agent
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceOverview.MdmEnrolledCount">
            <summary>
            Gets or sets mdm enrolled count.
            The number of devices enrolled in MDM
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOwnerType">
            <summary>
            The enum ManagedDeviceOwnerType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDeviceOwnerType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDeviceOwnerType.Company">
            <summary>
            Company
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDeviceOwnerType.Personal">
            <summary>
            Personal
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDevicePartnerReportedHealthState">
            <summary>
            The enum ManagedDevicePartnerReportedHealthState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.Activated">
            <summary>
            Activated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.Deactivated">
            <summary>
            Deactivated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.Secured">
            <summary>
            Secured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.LowSeverity">
            <summary>
            Low Severity
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.MediumSeverity">
            <summary>
            Medium Severity
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.HighSeverity">
            <summary>
            High Severity
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.Unresponsive">
            <summary>
            Unresponsive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.Compromised">
            <summary>
            Compromised
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.Misconfigured">
            <summary>
            Misconfigured
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequestBody">
            <summary>
            The type ManagedDeviceUpdateWindowsDeviceAccountRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequestBody.UpdateWindowsDeviceAccountActionParameter">
            <summary>
            Gets or sets UpdateWindowsDeviceAccountActionParameter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequestBody">
            <summary>
            The type ManagedDeviceWindowsDefenderScanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequestBody.QuickScan">
            <summary>
            Gets or sets QuickScan.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWipeRequestBody">
            <summary>
            The type ManagedDeviceWipeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWipeRequestBody.KeepEnrollmentData">
            <summary>
            Gets or sets KeepEnrollmentData.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWipeRequestBody.KeepUserData">
            <summary>
            Gets or sets KeepUserData.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWipeRequestBody.MacOsUnlockCode">
            <summary>
            Gets or sets MacOsUnlockCode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWipeRequestBody.PersistEsimDataPlan">
            <summary>
            Gets or sets PersistEsimDataPlan.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBook">
            <summary>
            The type Managed EBook.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBook.#ctor">
            <summary>
             The internal ManagedEBook constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time when the eBook file was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.Description">
            <summary>
            Gets or sets description.
            Description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.DisplayName">
            <summary>
            Gets or sets display name.
            Name of the eBook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.InformationUrl">
            <summary>
            Gets or sets information url.
            The more information Url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.LargeCover">
            <summary>
            Gets or sets large cover.
            Book cover.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The date and time when the eBook was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.PrivacyInformationUrl">
            <summary>
            Gets or sets privacy information url.
            The privacy statement Url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.PublishedDateTime">
            <summary>
            Gets or sets published date time.
            The date and time when the eBook was published.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.Publisher">
            <summary>
            Gets or sets publisher.
            Publisher.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.Assignments">
            <summary>
            Gets or sets assignments.
            The list of assignments for this eBook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.AssignmentsNextLink">
            <summary>
            Gets or sets assignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.DeviceStates">
            <summary>
            Gets or sets device states.
            The list of installation states for this eBook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.DeviceStatesNextLink">
            <summary>
            Gets or sets deviceStatesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.InstallSummary">
            <summary>
            Gets or sets install summary.
            Mobile App Install Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.UserStateSummary">
            <summary>
            Gets or sets user state summary.
            The list of installation states for this eBook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.UserStateSummaryNextLink">
            <summary>
            Gets or sets userStateSummaryNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignment">
            <summary>
            The type Managed EBook Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignment.InstallIntent">
            <summary>
            Gets or sets install intent.
            The install intent for eBook. Possible values are: available, required, uninstall, availableWithoutEnrollment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignment.Target">
            <summary>
            Gets or sets target.
            The assignment target for eBook.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignRequestBody">
            <summary>
            The type ManagedEBookAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignRequestBody.ManagedEBookAssignments">
            <summary>
            Gets or sets ManagedEBookAssignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedIOSLobApp">
            <summary>
            The type Managed IOSLob App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobApp.#ctor">
            <summary>
             The ManagedIOSLobApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSLobApp.ApplicableDeviceType">
            <summary>
            Gets or sets applicable device type.
            The iOS architecture for which this app can run on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSLobApp.BuildNumber">
            <summary>
            Gets or sets build number.
            The build number of managed iOS Line of Business (LoB) app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSLobApp.BundleId">
            <summary>
            Gets or sets bundle id.
            The Identity Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSLobApp.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            The expiration time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSLobApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSLobApp.VersionNumber">
            <summary>
            Gets or sets version number.
            The version number of managed iOS Line of Business (LoB) app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedIOSStoreApp">
            <summary>
            The type Managed IOSStore App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreApp.#ctor">
            <summary>
             The ManagedIOSStoreApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSStoreApp.ApplicableDeviceType">
            <summary>
            Gets or sets applicable device type.
            The iOS architecture for which this app can run on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSStoreApp.AppStoreUrl">
            <summary>
            Gets or sets app store url.
            The Apple AppStoreUrl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSStoreApp.BundleId">
            <summary>
            Gets or sets bundle id.
            The app's Bundle ID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSStoreApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum supported operating system.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileApp">
            <summary>
            The type Managed Mobile App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileApp.MobileAppIdentifier">
            <summary>
            Gets or sets mobile app identifier.
            The identifier for an app with it's operating system type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileApp.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobApp">
            <summary>
            The type Managed Mobile Lob App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobApp.#ctor">
            <summary>
             The internal ManagedMobileLobApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobApp.CommittedContentVersion">
            <summary>
            Gets or sets committed content version.
            The internal committed content version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobApp.FileName">
            <summary>
            Gets or sets file name.
            The name of the main Lob application file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobApp.Size">
            <summary>
            Gets or sets size.
            The total size, including all uploaded files.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobApp.ContentVersions">
            <summary>
            Gets or sets content versions.
            The list of content versions for this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobApp.ContentVersionsNextLink">
            <summary>
            Gets or sets contentVersionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagementAgentType">
            <summary>
            The enum ManagementAgentType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.Eas">
            <summary>
            Eas
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.Mdm">
            <summary>
            Mdm
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.EasMdm">
            <summary>
            Eas Mdm
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.IntuneClient">
            <summary>
            Intune Client
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.EasIntuneClient">
            <summary>
            Eas Intune Client
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.ConfigurationManagerClient">
            <summary>
            Configuration Manager Client
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.ConfigurationManagerClientMdm">
            <summary>
            Configuration Manager Client Mdm
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.ConfigurationManagerClientMdmEas">
            <summary>
            Configuration Manager Client Mdm Eas
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.Jamf">
            <summary>
            Jamf
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.GoogleCloudDevicePolicyController">
            <summary>
            Google Cloud Device Policy Controller
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.Microsoft365ManagedMdm">
            <summary>
            Microsoft365Managed Mdm
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.MsSense">
            <summary>
            Ms Sense
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MdmAppConfigKeyType">
            <summary>
            The enum MdmAppConfigKeyType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAppConfigKeyType.StringType">
            <summary>
            String Type
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAppConfigKeyType.IntegerType">
            <summary>
            Integer Type
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAppConfigKeyType.RealType">
            <summary>
            Real Type
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAppConfigKeyType.BooleanType">
            <summary>
            Boolean Type
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAppConfigKeyType.TokenType">
            <summary>
            Token Type
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MdmAuthority">
            <summary>
            The enum MdmAuthority.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAuthority.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAuthority.Intune">
            <summary>
            Intune
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAuthority.Sccm">
            <summary>
            Sccm
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAuthority.Office365">
            <summary>
            Office365
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MdmWindowsInformationProtectionPolicy">
            <summary>
            The type Mdm Windows Information Protection Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicy.#ctor">
            <summary>
             The MdmWindowsInformationProtectionPolicy constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaConfig">
            <summary>
            The type MediaConfig.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MediaConfig.#ctor">
            <summary>
             The internal MediaConfig constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaConfig.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaConfig.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingAustralia">
            <summary>
            The type MediaContentRatingAustralia.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingAustralia.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for Australia. Possible values are: allAllowed, allBlocked, general, parentalGuidance, mature, agesAbove15, agesAbove18.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingAustralia.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for Australia. Possible values are: allAllowed, allBlocked, preschoolers, children, general, parentalGuidance, mature, agesAbove15, agesAbove15AdultViolence.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingAustralia.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingAustralia.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingCanada">
            <summary>
            The type MediaContentRatingCanada.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingCanada.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for Canada. Possible values are: allAllowed, allBlocked, general, parentalGuidance, agesAbove14, agesAbove18, restricted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingCanada.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for Canada. Possible values are: allAllowed, allBlocked, children, childrenAbove8, general, parentalGuidance, agesAbove14, agesAbove18.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingCanada.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingCanada.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingFrance">
            <summary>
            The type MediaContentRatingFrance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingFrance.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for France. Possible values are: allAllowed, allBlocked, agesAbove10, agesAbove12, agesAbove16, agesAbove18.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingFrance.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for France. Possible values are: allAllowed, allBlocked, agesAbove10, agesAbove12, agesAbove16, agesAbove18.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingFrance.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingFrance.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingGermany">
            <summary>
            The type MediaContentRatingGermany.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingGermany.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for Germany. Possible values are: allAllowed, allBlocked, general, agesAbove6, agesAbove12, agesAbove16, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingGermany.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for Germany. Possible values are: allAllowed, allBlocked, general, agesAbove6, agesAbove12, agesAbove16, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingGermany.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingGermany.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingIreland">
            <summary>
            The type MediaContentRatingIreland.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingIreland.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for Ireland. Possible values are: allAllowed, allBlocked, general, parentalGuidance, agesAbove12, agesAbove15, agesAbove16, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingIreland.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for Ireland. Possible values are: allAllowed, allBlocked, general, children, youngAdults, parentalSupervision, mature.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingIreland.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingIreland.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingJapan">
            <summary>
            The type MediaContentRatingJapan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingJapan.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for Japan. Possible values are: allAllowed, allBlocked, general, parentalGuidance, agesAbove15, agesAbove18.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingJapan.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for Japan. Possible values are: allAllowed, allBlocked, explicitAllowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingJapan.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingJapan.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingNewZealand">
            <summary>
            The type MediaContentRatingNewZealand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingNewZealand.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for New Zealand. Possible values are: allAllowed, allBlocked, general, parentalGuidance, mature, agesAbove13, agesAbove15, agesAbove16, agesAbove18, restricted, agesAbove16Restricted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingNewZealand.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for New Zealand. Possible values are: allAllowed, allBlocked, general, parentalGuidance, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingNewZealand.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingNewZealand.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingUnitedKingdom">
            <summary>
            The type MediaContentRatingUnitedKingdom.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedKingdom.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for United Kingdom. Possible values are: allAllowed, allBlocked, general, universalChildren, parentalGuidance, agesAbove12Video, agesAbove12Cinema, agesAbove15, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedKingdom.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for United Kingdom. Possible values are: allAllowed, allBlocked, caution.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedKingdom.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedKingdom.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingUnitedStates">
            <summary>
            The type MediaContentRatingUnitedStates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedStates.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for United States. Possible values are: allAllowed, allBlocked, general, parentalGuidance, parentalGuidance13, restricted, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedStates.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for United States. Possible values are: allAllowed, allBlocked, childrenAll, childrenAbove7, general, parentalGuidance, childrenAbove14, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedStates.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedStates.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaDirection">
            <summary>
            The enum MediaDirection.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MediaDirection.Inactive">
            <summary>
            Inactive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MediaDirection.SendOnly">
            <summary>
            Send Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MediaDirection.ReceiveOnly">
            <summary>
            Receive Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MediaDirection.SendReceive">
            <summary>
            Send Receive
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaInfo">
            <summary>
            The type MediaInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaInfo.ResourceId">
            <summary>
            Gets or sets resourceId.
            Optional. Used to uniquely identity the resource. If passed in, the prompt uri will be cached against this resourceId as a key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaInfo.Uri">
            <summary>
            Gets or sets uri.
            Path to the prompt that will be played. Currently supports only Wave file (.wav) format, single-channel, 16-bit samples with a 16,000 (16KHz) sampling rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaPrompt">
            <summary>
            The type MediaPrompt.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MediaPrompt.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.MediaPrompt"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaPrompt.MediaInfo">
            <summary>
            Gets or sets mediaInfo.
            The media information
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaState">
            <summary>
            The enum MediaState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MediaState.Active">
            <summary>
            Active
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MediaState.Inactive">
            <summary>
            Inactive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MediaState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaStream">
            <summary>
            The type MediaStream.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaStream.Direction">
            <summary>
            Gets or sets direction.
            The direction. The possible values are inactive, sendOnly, receiveOnly, sendReceive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaStream.Label">
            <summary>
            Gets or sets label.
            The media stream label.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaStream.MediaType">
            <summary>
            Gets or sets mediaType.
            The media type. The possible value are unknown, audio, video, videoBasedScreenSharing, data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaStream.ServerMuted">
            <summary>
            Gets or sets serverMuted.
            If the media is muted by the server.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaStream.SourceId">
            <summary>
            Gets or sets sourceId.
            The source ID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaStream.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaStream.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingAttendanceReport">
            <summary>
            The type Meeting Attendance Report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingAttendanceReport.MeetingEndDateTime">
            <summary>
            Gets or sets meeting end date time.
            UTC time when the meeting ended. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingAttendanceReport.MeetingStartDateTime">
            <summary>
            Gets or sets meeting start date time.
            UTC time when the meeting started. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingAttendanceReport.TotalParticipantCount">
            <summary>
            Gets or sets total participant count.
            Total number of participants. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingAttendanceReport.AttendanceRecords">
            <summary>
            Gets or sets attendance records.
            List of attendance records of an attendance report. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingAttendanceReport.AttendanceRecordsNextLink">
            <summary>
            Gets or sets attendanceRecordsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingChatMode">
            <summary>
            The enum MeetingChatMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingChatMode.Enabled">
            <summary>
            Enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingChatMode.Disabled">
            <summary>
            Disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingChatMode.Limited">
            <summary>
            Limited
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingChatMode.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingInfo">
            <summary>
            The type MeetingInfo.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MeetingInfo.#ctor">
            <summary>
             The internal MeetingInfo constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingMessageType">
            <summary>
            The enum MeetingMessageType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingMessageType.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingMessageType.MeetingRequest">
            <summary>
            Meeting Request
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingMessageType.MeetingCancelled">
            <summary>
            Meeting Cancelled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingMessageType.MeetingAccepted">
            <summary>
            Meeting Accepted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingMessageType.MeetingTenativelyAccepted">
            <summary>
            Meeting Tenatively Accepted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingMessageType.MeetingDeclined">
            <summary>
            Meeting Declined
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingParticipantInfo">
            <summary>
            The type MeetingParticipantInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingParticipantInfo.Identity">
            <summary>
            Gets or sets identity.
            Identity information of the participant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingParticipantInfo.Role">
            <summary>
            Gets or sets role.
            Specifies the participant's role in the meeting.  Possible values are attendee, presenter, producer, and unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingParticipantInfo.Upn">
            <summary>
            Gets or sets upn.
            User principal name of the participant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingParticipantInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingParticipantInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingParticipants">
            <summary>
            The type MeetingParticipants.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingParticipants.Attendees">
            <summary>
            Gets or sets attendees.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingParticipants.Organizer">
            <summary>
            Gets or sets organizer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingParticipants.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingParticipants.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingPolicyUpdatedEventMessageDetail">
            <summary>
            The type MeetingPolicyUpdatedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MeetingPolicyUpdatedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.MeetingPolicyUpdatedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingPolicyUpdatedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingPolicyUpdatedEventMessageDetail.MeetingChatEnabled">
            <summary>
            Gets or sets meetingChatEnabled.
            Represents whether the meeting chat is enabled or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingPolicyUpdatedEventMessageDetail.MeetingChatId">
            <summary>
            Gets or sets meetingChatId.
            Unique identifier of the meeting chat.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingRequestType">
            <summary>
            The enum MeetingRequestType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingRequestType.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingRequestType.NewMeetingRequest">
            <summary>
            New Meeting Request
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingRequestType.FullUpdate">
            <summary>
            Full Update
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingRequestType.InformationalUpdate">
            <summary>
            Informational Update
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingRequestType.SilentUpdate">
            <summary>
            Silent Update
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingRequestType.Outdated">
            <summary>
            Outdated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingRequestType.PrincipalWantsCopy">
            <summary>
            Principal Wants Copy
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingTimeSuggestion">
            <summary>
            The type MeetingTimeSuggestion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.AttendeeAvailability">
            <summary>
            Gets or sets attendeeAvailability.
            An array that shows the availability status of each attendee for this meeting suggestion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.Confidence">
            <summary>
            Gets or sets confidence.
            A percentage that represents the likelhood of all the attendees attending.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.Locations">
            <summary>
            Gets or sets locations.
            An array that specifies the name and geographic location of each meeting location for this meeting suggestion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.MeetingTimeSlot">
            <summary>
            Gets or sets meetingTimeSlot.
            A time period suggested for the meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.Order">
            <summary>
            Gets or sets order.
            Order of meeting time suggestions sorted by their computed confidence value from high to low, then by chronology if there are suggestions with the same confidence.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.OrganizerAvailability">
            <summary>
            Gets or sets organizerAvailability.
            Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.SuggestionReason">
            <summary>
            Gets or sets suggestionReason.
            Reason for suggesting the meeting time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingTimeSuggestionsResult">
            <summary>
            The type MeetingTimeSuggestionsResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestionsResult.EmptySuggestionsReason">
            <summary>
            Gets or sets emptySuggestionsReason.
            A reason for not returning any meeting suggestions. The possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestionsResult.MeetingTimeSuggestions">
            <summary>
            Gets or sets meetingTimeSuggestions.
            An array of meeting suggestions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestionsResult.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestionsResult.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MembersAddedEventMessageDetail">
            <summary>
            The type MembersAddedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MembersAddedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.MembersAddedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MembersAddedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MembersAddedEventMessageDetail.Members">
            <summary>
            Gets or sets members.
            List of members added.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MembersAddedEventMessageDetail.VisibleHistoryStartDateTime">
            <summary>
            Gets or sets visibleHistoryStartDateTime.
            The timestamp that denotes how far back a conversation's history is shared with the conversation members.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MembersDeletedEventMessageDetail">
            <summary>
            The type MembersDeletedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MembersDeletedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.MembersDeletedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MembersDeletedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MembersDeletedEventMessageDetail.Members">
            <summary>
            Gets or sets members.
            List of members deleted.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MembersJoinedEventMessageDetail">
            <summary>
            The type MembersJoinedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MembersJoinedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.MembersJoinedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MembersJoinedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MembersJoinedEventMessageDetail.Members">
            <summary>
            Gets or sets members.
            List of members who joined the chat.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MembersLeftEventMessageDetail">
            <summary>
            The type MembersLeftEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MembersLeftEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.MembersLeftEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MembersLeftEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MembersLeftEventMessageDetail.Members">
            <summary>
            Gets or sets members.
            List of members who left the chat.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Message">
            <summary>
            The type Message.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Message.#ctor">
            <summary>
             The Message constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.BccRecipients">
            <summary>
            Gets or sets bcc recipients.
            The Bcc: recipients for the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Body">
            <summary>
            Gets or sets body.
            The body of the message. It can be in HTML or text format. Find out about safe HTML in a message body.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.BodyPreview">
            <summary>
            Gets or sets body preview.
            The first 255 characters of the message body. It is in text format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.CcRecipients">
            <summary>
            Gets or sets cc recipients.
            The Cc: recipients for the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.ConversationId">
            <summary>
            Gets or sets conversation id.
            The ID of the conversation the email belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.ConversationIndex">
            <summary>
            Gets or sets conversation index.
            Indicates the position of the message within the conversation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Flag">
            <summary>
            Gets or sets flag.
            The flag value that indicates the status, start date, due date, or completion date for the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.From">
            <summary>
            Gets or sets from.
            The owner of the mailbox from which the message is sent. In most cases, this value is the same as the sender property, except for sharing or delegation scenarios. The value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.HasAttachments">
            <summary>
            Gets or sets has attachments.
            Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as &amp;lt;IMG src='cid:image001.jpg@01D26CD8.6C05F070'&amp;gt;.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Importance">
            <summary>
            Gets or sets importance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.InferenceClassification">
            <summary>
            Gets or sets inference classification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.InternetMessageHeaders">
            <summary>
            Gets or sets internet message headers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.InternetMessageId">
            <summary>
            Gets or sets internet message id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.IsDeliveryReceiptRequested">
            <summary>
            Gets or sets is delivery receipt requested.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.IsDraft">
            <summary>
            Gets or sets is draft.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.IsRead">
            <summary>
            Gets or sets is read.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.IsReadReceiptRequested">
            <summary>
            Gets or sets is read receipt requested.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.ParentFolderId">
            <summary>
            Gets or sets parent folder id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.ReceivedDateTime">
            <summary>
            Gets or sets received date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.ReplyTo">
            <summary>
            Gets or sets reply to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Sender">
            <summary>
            Gets or sets sender.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.SentDateTime">
            <summary>
            Gets or sets sent date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Subject">
            <summary>
            Gets or sets subject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.ToRecipients">
            <summary>
            Gets or sets to recipients.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.UniqueBody">
            <summary>
            Gets or sets unique body.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.WebLink">
            <summary>
            Gets or sets web link.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Attachments">
            <summary>
            Gets or sets attachments.
            The fileAttachment and itemAttachment attachments for the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.AttachmentsNextLink">
            <summary>
            Gets or sets attachmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the message. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.ExtensionsNextLink">
            <summary>
            Gets or sets extensionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the message. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.MultiValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets multiValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the message. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.SingleValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets singleValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageActionFlag">
            <summary>
            The enum MessageActionFlag.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Any">
            <summary>
            Any
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Call">
            <summary>
            Call
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.DoNotForward">
            <summary>
            Do Not Forward
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.FollowUp">
            <summary>
            Follow Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Fyi">
            <summary>
            Fyi
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Forward">
            <summary>
            Forward
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.NoResponseNecessary">
            <summary>
            No Response Necessary
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Read">
            <summary>
            Read
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Reply">
            <summary>
            Reply
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.ReplyToAll">
            <summary>
            Reply To All
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Review">
            <summary>
            Review
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageCopyRequestBody">
            <summary>
            The type MessageCopyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCopyRequestBody.DestinationId">
            <summary>
            Gets or sets DestinationId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateForwardRequestBody">
            <summary>
            The type MessageCreateForwardRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCreateForwardRequestBody.ToRecipients">
            <summary>
            Gets or sets ToRecipients.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCreateForwardRequestBody.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCreateForwardRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateReplyAllRequestBody">
            <summary>
            The type MessageCreateReplyAllRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCreateReplyAllRequestBody.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCreateReplyAllRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateReplyRequestBody">
            <summary>
            The type MessageCreateReplyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCreateReplyRequestBody.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCreateReplyRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageForwardRequestBody">
            <summary>
            The type MessageForwardRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageForwardRequestBody.ToRecipients">
            <summary>
            Gets or sets ToRecipients.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageForwardRequestBody.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageForwardRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageMoveRequestBody">
            <summary>
            The type MessageMoveRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageMoveRequestBody.DestinationId">
            <summary>
            Gets or sets DestinationId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessagePinnedEventMessageDetail">
            <summary>
            The type MessagePinnedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessagePinnedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.MessagePinnedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessagePinnedEventMessageDetail.EventDateTime">
            <summary>
            Gets or sets eventDateTime.
            Date and time when the event occurred.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessagePinnedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageReplyAllRequestBody">
            <summary>
            The type MessageReplyAllRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageReplyAllRequestBody.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageReplyAllRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageReplyRequestBody">
            <summary>
            The type MessageReplyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageReplyRequestBody.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageReplyRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageRule">
            <summary>
            The type Message Rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.Actions">
            <summary>
            Gets or sets actions.
            Actions to be taken on a message when the corresponding conditions are fulfilled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.Conditions">
            <summary>
            Gets or sets conditions.
            Conditions that when fulfilled, will trigger the corresponding actions for that rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.Exceptions">
            <summary>
            Gets or sets exceptions.
            Exception conditions for the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.HasError">
            <summary>
            Gets or sets has error.
            Indicates whether the rule is in an error condition. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.IsEnabled">
            <summary>
            Gets or sets is enabled.
            Indicates whether the rule is enabled to be applied to messages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.IsReadOnly">
            <summary>
            Gets or sets is read only.
            Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.Sequence">
            <summary>
            Gets or sets sequence.
            Indicates the order in which the rule is executed, among other rules.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageRuleActions">
            <summary>
            The type MessageRuleActions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.AssignCategories">
            <summary>
            Gets or sets assignCategories.
            A list of categories to be assigned to a message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.CopyToFolder">
            <summary>
            Gets or sets copyToFolder.
            The ID of a folder that a message is to be copied to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.Delete">
            <summary>
            Gets or sets delete.
            Indicates whether a message should be moved to the Deleted Items folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.ForwardAsAttachmentTo">
            <summary>
            Gets or sets forwardAsAttachmentTo.
            The email addresses of the recipients to which a message should be forwarded as an attachment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.ForwardTo">
            <summary>
            Gets or sets forwardTo.
            The email addresses of the recipients to which a message should be forwarded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.MarkAsRead">
            <summary>
            Gets or sets markAsRead.
            Indicates whether a message should be marked as read.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.MarkImportance">
            <summary>
            Gets or sets markImportance.
            Sets the importance of the message, which can be: low, normal, high.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.MoveToFolder">
            <summary>
            Gets or sets moveToFolder.
            The ID of the folder that a message will be moved to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.PermanentDelete">
            <summary>
            Gets or sets permanentDelete.
            Indicates whether a message should be permanently deleted and not saved to the Deleted Items folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.RedirectTo">
            <summary>
            Gets or sets redirectTo.
            The email addresses to which a message should be redirected.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.StopProcessingRules">
            <summary>
            Gets or sets stopProcessingRules.
            Indicates whether subsequent rules should be evaluated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageRulePredicates">
            <summary>
            The type MessageRulePredicates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.BodyContains">
            <summary>
            Gets or sets bodyContains.
            Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.BodyOrSubjectContains">
            <summary>
            Gets or sets bodyOrSubjectContains.
            Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.Categories">
            <summary>
            Gets or sets categories.
            Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.FromAddresses">
            <summary>
            Gets or sets fromAddresses.
            Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.HasAttachments">
            <summary>
            Gets or sets hasAttachments.
            Indicates whether an incoming message must have attachments in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.HeaderContains">
            <summary>
            Gets or sets headerContains.
            Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.Importance">
            <summary>
            Gets or sets importance.
            The importance that is stamped on an incoming message in order for the condition or exception to apply: low, normal, high.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsApprovalRequest">
            <summary>
            Gets or sets isApprovalRequest.
            Indicates whether an incoming message must be an approval request in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsAutomaticForward">
            <summary>
            Gets or sets isAutomaticForward.
            Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsAutomaticReply">
            <summary>
            Gets or sets isAutomaticReply.
            Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsEncrypted">
            <summary>
            Gets or sets isEncrypted.
            Indicates whether an incoming message must be encrypted in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsMeetingRequest">
            <summary>
            Gets or sets isMeetingRequest.
            Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsMeetingResponse">
            <summary>
            Gets or sets isMeetingResponse.
            Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsNonDeliveryReport">
            <summary>
            Gets or sets isNonDeliveryReport.
            Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsPermissionControlled">
            <summary>
            Gets or sets isPermissionControlled.
            Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsReadReceipt">
            <summary>
            Gets or sets isReadReceipt.
            Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsSigned">
            <summary>
            Gets or sets isSigned.
            Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsVoicemail">
            <summary>
            Gets or sets isVoicemail.
            Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.MessageActionFlag">
            <summary>
            Gets or sets messageActionFlag.
            Represents the flag-for-action value that appears on an incoming message in order for the condition or exception to apply. The possible values are: any, call, doNotForward, followUp, fyi, forward, noResponseNecessary, read, reply, replyToAll, review.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.NotSentToMe">
            <summary>
            Gets or sets notSentToMe.
            Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.RecipientContains">
            <summary>
            Gets or sets recipientContains.
            Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SenderContains">
            <summary>
            Gets or sets senderContains.
            Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.Sensitivity">
            <summary>
            Gets or sets sensitivity.
            Represents the sensitivity level that must be stamped on an incoming message in order for the condition or exception to apply. The possible values are: normal, personal, private, confidential.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SentCcMe">
            <summary>
            Gets or sets sentCcMe.
            Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SentOnlyToMe">
            <summary>
            Gets or sets sentOnlyToMe.
            Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SentToAddresses">
            <summary>
            Gets or sets sentToAddresses.
            Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SentToMe">
            <summary>
            Gets or sets sentToMe.
            Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SentToOrCcMe">
            <summary>
            Gets or sets sentToOrCcMe.
            Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SubjectContains">
            <summary>
            Gets or sets subjectContains.
            Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.WithinSizeRange">
            <summary>
            Gets or sets withinSizeRange.
            Represents the minimum and maximum sizes (in kilobytes) that an incoming message must fall in between in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageSecurityState">
            <summary>
            The type MessageSecurityState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSecurityState.ConnectingIP">
            <summary>
            Gets or sets connectingIP.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSecurityState.DeliveryAction">
            <summary>
            Gets or sets deliveryAction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSecurityState.DeliveryLocation">
            <summary>
            Gets or sets deliveryLocation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSecurityState.Directionality">
            <summary>
            Gets or sets directionality.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSecurityState.InternetMessageId">
            <summary>
            Gets or sets internetMessageId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSecurityState.MessageFingerprint">
            <summary>
            Gets or sets messageFingerprint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSecurityState.MessageReceivedDateTime">
            <summary>
            Gets or sets messageReceivedDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSecurityState.MessageSubject">
            <summary>
            Gets or sets messageSubject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSecurityState.NetworkMessageId">
            <summary>
            Gets or sets networkMessageId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSecurityState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSecurityState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageUnpinnedEventMessageDetail">
            <summary>
            The type MessageUnpinnedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageUnpinnedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.MessageUnpinnedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageUnpinnedEventMessageDetail.EventDateTime">
            <summary>
            Gets or sets eventDateTime.
            Date and time when the event occurred.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageUnpinnedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAccountUserConversationMember">
            <summary>
            The type Microsoft Account User Conversation Member.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMember.#ctor">
            <summary>
             The MicrosoftAccountUserConversationMember constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAccountUserConversationMember.UserId">
            <summary>
            Gets or sets user id.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod">
            <summary>
            The type Microsoft Authenticator Authentication Method.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod.#ctor">
            <summary>
             The MicrosoftAuthenticatorAuthenticationMethod constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod.DeviceTag">
            <summary>
            Gets or sets device tag.
            Tags containing app metadata.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the device on which this app is registered.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod.PhoneAppVersion">
            <summary>
            Gets or sets phone app version.
            Numerical version of this instance of the Authenticator app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod.Device">
            <summary>
            Gets or sets device.
            The registered device on which Microsoft Authenticator resides. This property is null if the device is not registered for passwordless Phone Sign-In.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration">
            <summary>
            The type Microsoft Authenticator Authentication Method Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration.#ctor">
            <summary>
             The MicrosoftAuthenticatorAuthenticationMethodConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration.FeatureSettings">
            <summary>
            Gets or sets feature settings.
            A collection of Microsoft Authenticator settings such as application context and location context, and whether they are enabled for all users or specific users only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration.IncludeTargets">
            <summary>
            Gets or sets include targets.
            A collection of groups that are enabled to use the authentication method. Expanded by default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration.IncludeTargetsNextLink">
            <summary>
            Gets or sets includeTargetsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget">
            <summary>
            The type Microsoft Authenticator Authentication Method Target.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget.#ctor">
            <summary>
             The MicrosoftAuthenticatorAuthenticationMethodTarget constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget.AuthenticationMode">
            <summary>
            Gets or sets authentication mode.
            Determines which types of notifications can be used for sign-in. Possible values are: any, deviceBasedPush (passwordless only), push.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMode">
            <summary>
            The enum MicrosoftAuthenticatorAuthenticationMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMode.DeviceBasedPush">
            <summary>
            Device Based Push
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMode.Push">
            <summary>
            Push
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMode.Any">
            <summary>
            Any
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorFeatureSettings">
            <summary>
            The type MicrosoftAuthenticatorFeatureSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorFeatureSettings.DisplayAppInformationRequiredState">
            <summary>
            Gets or sets displayAppInformationRequiredState.
            Determines whether the user's Authenticator app will show them the client app they are signing into.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorFeatureSettings.DisplayLocationInformationRequiredState">
            <summary>
            Gets or sets displayLocationInformationRequiredState.
            Determines whether the user's Authenticator app will show them the geographic location of where the authentication request originated from.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorFeatureSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorFeatureSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftEdgeChannel">
            <summary>
            The enum MicrosoftEdgeChannel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MicrosoftEdgeChannel.Dev">
            <summary>
            Dev
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MicrosoftEdgeChannel.Beta">
            <summary>
            Beta
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MicrosoftEdgeChannel.Stable">
            <summary>
            Stable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MicrosoftEdgeChannel.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftStoreForBusinessApp">
            <summary>
            The type Microsoft Store For Business App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessApp.#ctor">
            <summary>
             The MicrosoftStoreForBusinessApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftStoreForBusinessApp.LicenseType">
            <summary>
            Gets or sets license type.
            The app license type. Possible values are: offline, online.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftStoreForBusinessApp.PackageIdentityName">
            <summary>
            Gets or sets package identity name.
            The app package identifier
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftStoreForBusinessApp.ProductKey">
            <summary>
            Gets or sets product key.
            The app product key
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftStoreForBusinessApp.TotalLicenseCount">
            <summary>
            Gets or sets total license count.
            The total number of Microsoft Store for Business licenses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftStoreForBusinessApp.UsedLicenseCount">
            <summary>
            Gets or sets used license count.
            The number of Microsoft Store for Business licenses in use.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftStoreForBusinessAppAssignmentSettings">
            <summary>
            The type MicrosoftStoreForBusinessAppAssignmentSettings.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppAssignmentSettings.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.MicrosoftStoreForBusinessAppAssignmentSettings"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftStoreForBusinessAppAssignmentSettings.UseDeviceContext">
            <summary>
            Gets or sets useDeviceContext.
            Whether or not to use device execution context for Microsoft Store for Business mobile app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftStoreForBusinessLicenseType">
            <summary>
            The enum MicrosoftStoreForBusinessLicenseType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MicrosoftStoreForBusinessLicenseType.Offline">
            <summary>
            Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MicrosoftStoreForBusinessLicenseType.Online">
            <summary>
            Online
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MimeContent">
            <summary>
            The type MimeContent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MimeContent.Type">
            <summary>
            Gets or sets type.
            Indicates the content mime type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MimeContent.Value">
            <summary>
            Gets or sets value.
            The byte array that contains the actual content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MimeContent.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MimeContent.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MiracastChannel">
            <summary>
            The enum MiracastChannel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.One">
            <summary>
            One
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Two">
            <summary>
            Two
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Three">
            <summary>
            Three
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Four">
            <summary>
            Four
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Five">
            <summary>
            Five
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Six">
            <summary>
            Six
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Seven">
            <summary>
            Seven
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Eight">
            <summary>
            Eight
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Nine">
            <summary>
            Nine
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Ten">
            <summary>
            Ten
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Eleven">
            <summary>
            Eleven
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.ThirtySix">
            <summary>
            Thirty Six
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Forty">
            <summary>
            Forty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.FortyFour">
            <summary>
            Forty Four
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.FortyEight">
            <summary>
            Forty Eight
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.OneHundredFortyNine">
            <summary>
            One Hundred Forty Nine
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.OneHundredFiftyThree">
            <summary>
            One Hundred Fifty Three
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.OneHundredFiftySeven">
            <summary>
            One Hundred Fifty Seven
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.OneHundredSixtyOne">
            <summary>
            One Hundred Sixty One
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.OneHundredSixtyFive">
            <summary>
            One Hundred Sixty Five
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileApp">
            <summary>
            The type Mobile App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileApp.#ctor">
            <summary>
             The internal MobileApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time the app was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Description">
            <summary>
            Gets or sets description.
            The description of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Developer">
            <summary>
            Gets or sets developer.
            The developer of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.DisplayName">
            <summary>
            Gets or sets display name.
            The admin provided or imported title of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.InformationUrl">
            <summary>
            Gets or sets information url.
            The more information Url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.IsFeatured">
            <summary>
            Gets or sets is featured.
            The value indicating whether the app is marked as featured by the admin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.LargeIcon">
            <summary>
            Gets or sets large icon.
            The large icon, to be displayed in the app details and used for upload of the icon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The date and time the app was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Notes">
            <summary>
            Gets or sets notes.
            Notes for the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Owner">
            <summary>
            Gets or sets owner.
            The owner of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.PrivacyInformationUrl">
            <summary>
            Gets or sets privacy information url.
            The privacy statement Url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Publisher">
            <summary>
            Gets or sets publisher.
            The publisher of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.PublishingState">
            <summary>
            Gets or sets publishing state.
            The publishing state for the app. The app cannot be assigned unless the app is published. Possible values are: notPublished, processing, published.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Assignments">
            <summary>
            Gets or sets assignments.
            The list of group assignments for this mobile app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.AssignmentsNextLink">
            <summary>
            Gets or sets assignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Categories">
            <summary>
            Gets or sets categories.
            The list of categories for this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.CategoriesNextLink">
            <summary>
            Gets or sets categoriesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignment">
            <summary>
            The type Mobile App Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignment.Intent">
            <summary>
            Gets or sets intent.
            The install intent defined by the admin. Possible values are: available, required, uninstall, availableWithoutEnrollment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignment.Settings">
            <summary>
            Gets or sets settings.
            The settings for target assignment defined by the admin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignment.Target">
            <summary>
            Gets or sets target.
            The target group assignment defined by the admin.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentSettings">
            <summary>
            The type MobileAppAssignmentSettings.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentSettings.#ctor">
            <summary>
             The internal MobileAppAssignmentSettings constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignmentSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignmentSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignRequestBody">
            <summary>
            The type MobileAppAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignRequestBody.MobileAppAssignments">
            <summary>
            Gets or sets MobileAppAssignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategory">
            <summary>
            The type Mobile App Category.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategory.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the app category.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategory.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The date and time the mobileAppCategory was last modified.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContent">
            <summary>
            The type Mobile App Content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContent.ContainedApps">
            <summary>
            Gets or sets contained apps.
            The collection of contained apps in a MobileLobApp acting as a package.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContent.ContainedAppsNextLink">
            <summary>
            Gets or sets containedAppsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContent.Files">
            <summary>
            Gets or sets files.
            The list of files for this app content version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContent.FilesNextLink">
            <summary>
            Gets or sets filesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFile">
            <summary>
            The type Mobile App Content File.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.AzureStorageUri">
            <summary>
            Gets or sets azure storage uri.
            The Azure Storage URI.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.AzureStorageUriExpirationDateTime">
            <summary>
            Gets or sets azure storage uri expiration date time.
            The time the Azure storage Uri expires.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The time the file was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.IsCommitted">
            <summary>
            Gets or sets is committed.
            A value indicating whether the file is committed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.Manifest">
            <summary>
            Gets or sets manifest.
            The manifest information.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.Name">
            <summary>
            Gets or sets name.
            the file name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.Size">
            <summary>
            Gets or sets size.
            The size of the file prior to encryption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.SizeEncrypted">
            <summary>
            Gets or sets size encrypted.
            The size of the file after encryption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.UploadState">
            <summary>
            Gets or sets upload state.
            The state of the current upload request. Possible values are: success, transientError, error, unknown, azureStorageUriRequestSuccess, azureStorageUriRequestPending, azureStorageUriRequestFailed, azureStorageUriRequestTimedOut, azureStorageUriRenewalSuccess, azureStorageUriRenewalPending, azureStorageUriRenewalFailed, azureStorageUriRenewalTimedOut, commitFileSuccess, commitFilePending, commitFileFailed, commitFileTimedOut.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileCommitRequestBody">
            <summary>
            The type MobileAppContentFileCommitRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFileCommitRequestBody.FileEncryptionInfo">
            <summary>
            Gets or sets FileEncryptionInfo.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileUploadState">
            <summary>
            The enum MobileAppContentFileUploadState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.Success">
            <summary>
            Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.TransientError">
            <summary>
            Transient Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.Error">
            <summary>
            Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRequestSuccess">
            <summary>
            Azure Storage Uri Request Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRequestPending">
            <summary>
            Azure Storage Uri Request Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRequestFailed">
            <summary>
            Azure Storage Uri Request Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRequestTimedOut">
            <summary>
            Azure Storage Uri Request Timed Out
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRenewalSuccess">
            <summary>
            Azure Storage Uri Renewal Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRenewalPending">
            <summary>
            Azure Storage Uri Renewal Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRenewalFailed">
            <summary>
            Azure Storage Uri Renewal Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRenewalTimedOut">
            <summary>
            Azure Storage Uri Renewal Timed Out
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.CommitFileSuccess">
            <summary>
            Commit File Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.CommitFilePending">
            <summary>
            Commit File Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.CommitFileFailed">
            <summary>
            Commit File Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.CommitFileTimedOut">
            <summary>
            Commit File Timed Out
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppIdentifier">
            <summary>
            The type MobileAppIdentifier.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppIdentifier.#ctor">
            <summary>
             The internal MobileAppIdentifier constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppIdentifier.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppIdentifier.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppInstallTimeSettings">
            <summary>
            The type MobileAppInstallTimeSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppInstallTimeSettings.DeadlineDateTime">
            <summary>
            Gets or sets deadlineDateTime.
            The time at which the app should be installed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppInstallTimeSettings.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            The time at which the app should be available for installation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppInstallTimeSettings.UseLocalTime">
            <summary>
            Gets or sets useLocalTime.
            Whether the local device time or UTC time should be used when determining the available and deadline times.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppInstallTimeSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppInstallTimeSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppPublishingState">
            <summary>
            The enum MobileAppPublishingState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppPublishingState.NotPublished">
            <summary>
            Not Published
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppPublishingState.Processing">
            <summary>
            Processing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppPublishingState.Published">
            <summary>
            Published
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileContainedApp">
            <summary>
            The type Mobile Contained App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedApp.#ctor">
            <summary>
             The internal MobileContainedApp constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileLobApp">
            <summary>
            The type Mobile Lob App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileLobApp.#ctor">
            <summary>
             The internal MobileLobApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobApp.CommittedContentVersion">
            <summary>
            Gets or sets committed content version.
            The internal committed content version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobApp.FileName">
            <summary>
            Gets or sets file name.
            The name of the main Lob application file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobApp.Size">
            <summary>
            Gets or sets size.
            The total size, including all uploaded files.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobApp.ContentVersions">
            <summary>
            Gets or sets content versions.
            The list of content versions for this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobApp.ContentVersionsNextLink">
            <summary>
            Gets or sets contentVersionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileThreatDefenseConnector">
            <summary>
            The type Mobile Threat Defense Connector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.AndroidDeviceBlockedOnMissingPartnerData">
            <summary>
            Gets or sets android device blocked on missing partner data.
            For Android, set whether Intune must receive data from the data sync partner prior to marking a device compliant
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.AndroidEnabled">
            <summary>
            Gets or sets android enabled.
            For Android, set whether data from the data sync partner should be used during compliance evaluations
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.IosDeviceBlockedOnMissingPartnerData">
            <summary>
            Gets or sets ios device blocked on missing partner data.
            For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.IosEnabled">
            <summary>
            Gets or sets ios enabled.
            For IOS, get or set whether data from the data sync partner should be used during compliance evaluations
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.LastHeartbeatDateTime">
            <summary>
            Gets or sets last heartbeat date time.
            DateTime of last Heartbeat recieved from the Data Sync Partner
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.PartnerState">
            <summary>
            Gets or sets partner state.
            Data Sync Partner state for this account. Possible values are: unavailable, available, enabled, unresponsive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.PartnerUnresponsivenessThresholdInDays">
            <summary>
            Gets or sets partner unresponsiveness threshold in days.
            Get or Set days the per tenant tolerance to unresponsiveness for this partner integration
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.PartnerUnsupportedOsVersionBlocked">
            <summary>
            Gets or sets partner unsupported os version blocked.
            Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Data Sync Partner
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileThreatPartnerTenantState">
            <summary>
            The enum MobileThreatPartnerTenantState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileThreatPartnerTenantState.Unavailable">
            <summary>
            Unavailable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileThreatPartnerTenantState.Available">
            <summary>
            Available
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileThreatPartnerTenantState.Enabled">
            <summary>
            Enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileThreatPartnerTenantState.Unresponsive">
            <summary>
            Unresponsive
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Modality">
            <summary>
            The enum Modality.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Modality.Audio">
            <summary>
            Audio
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Modality.Video">
            <summary>
            Video
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Modality.VideoBasedScreenSharing">
            <summary>
            Video Based Screen Sharing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Modality.Data">
            <summary>
            Data
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Modality.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ModifiedProperty">
            <summary>
            The type ModifiedProperty.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ModifiedProperty.DisplayName">
            <summary>
            Gets or sets displayName.
            Indicates the property name of the target attribute that was changed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ModifiedProperty.NewValue">
            <summary>
            Gets or sets newValue.
            Indicates the updated value for the propery.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ModifiedProperty.OldValue">
            <summary>
            Gets or sets oldValue.
            Indicates the previous value (before the update) for the property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ModifiedProperty.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ModifiedProperty.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MultiValueLegacyExtendedProperty">
            <summary>
            The type Multi Value Legacy Extended Property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MultiValueLegacyExtendedProperty.Value">
            <summary>
            Gets or sets value.
            A collection of property values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MuteParticipantOperation">
            <summary>
            The type Mute Participant Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperation.#ctor">
            <summary>
             The MuteParticipantOperation constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NamedLocation">
            <summary>
            The type Named Location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NamedLocation.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The Timestamp type represents creation date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NamedLocation.DisplayName">
            <summary>
            Gets or sets display name.
            Human-readable name of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NamedLocation.ModifiedDateTime">
            <summary>
            Gets or sets modified date time.
            The Timestamp type represents last modified date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NetworkConnection">
            <summary>
            The type NetworkConnection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.ApplicationName">
            <summary>
            Gets or sets applicationName.
            Name of the application managing the network connection (for example, Facebook or SMTP).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.DestinationAddress">
            <summary>
            Gets or sets destinationAddress.
            Destination IP address (of the network connection).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.DestinationDomain">
            <summary>
            Gets or sets destinationDomain.
            Destination domain portion of the destination URL. (for example 'www.contoso.com').
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.DestinationLocation">
            <summary>
            Gets or sets destinationLocation.
            Location (by IP address mapping) associated with the destination of a network connection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.DestinationPort">
            <summary>
            Gets or sets destinationPort.
            Destination port (of the network connection).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.DestinationUrl">
            <summary>
            Gets or sets destinationUrl.
            Network connection URL/URI string - excluding parameters. (for example 'www.contoso.com/products/default.html')
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.Direction">
            <summary>
            Gets or sets direction.
            Network connection direction. Possible values are: unknown, inbound, outbound.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.DomainRegisteredDateTime">
            <summary>
            Gets or sets domainRegisteredDateTime.
            Date when the destination domain was registered. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.LocalDnsName">
            <summary>
            Gets or sets localDnsName.
            The local DNS name resolution as it appears in the host's local DNS cache (for example, in case the 'hosts' file was tampered with).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.NatDestinationAddress">
            <summary>
            Gets or sets natDestinationAddress.
            Network Address Translation destination IP address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.NatDestinationPort">
            <summary>
            Gets or sets natDestinationPort.
            Network Address Translation destination port.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.NatSourceAddress">
            <summary>
            Gets or sets natSourceAddress.
            Network Address Translation source IP address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.NatSourcePort">
            <summary>
            Gets or sets natSourcePort.
            Network Address Translation source port.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.Protocol">
            <summary>
            Gets or sets protocol.
            Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.RiskScore">
            <summary>
            Gets or sets riskScore.
            Provider generated/calculated risk score of the network connection. Recommended value range of 0-1, which equates to a percentage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.SourceAddress">
            <summary>
            Gets or sets sourceAddress.
            Source (i.e. origin) IP address (of the network connection).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.SourceLocation">
            <summary>
            Gets or sets sourceLocation.
            Location (by IP address mapping) associated with the source of a network connection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.SourcePort">
            <summary>
            Gets or sets sourcePort.
            Source (i.e. origin) IP port (of the network connection).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.Status">
            <summary>
            Gets or sets status.
            Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.UrlParameters">
            <summary>
            Gets or sets urlParameters.
            Parameters (suffix) of the destination URL.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NetworkConnection.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Notebook">
            <summary>
            The type Notebook.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Notebook.#ctor">
            <summary>
             The Notebook constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.IsDefault">
            <summary>
            Gets or sets is default.
            Indicates whether this is the user's default notebook. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.IsShared">
            <summary>
            Gets or sets is shared.
            Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.Links">
            <summary>
            Gets or sets links.
            Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.SectionGroupsUrl">
            <summary>
            Gets or sets section groups url.
            The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.SectionsUrl">
            <summary>
            Gets or sets sections url.
            The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.UserRole">
            <summary>
            Gets or sets user role.
            Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.SectionGroups">
            <summary>
            Gets or sets section groups.
            The section groups in the notebook. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.SectionGroupsNextLink">
            <summary>
            Gets or sets sectionGroupsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.Sections">
            <summary>
            Gets or sets sections.
            The sections in the notebook. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.SectionsNextLink">
            <summary>
            Gets or sets sectionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookCopyNotebookRequestBody">
            <summary>
            The type NotebookCopyNotebookRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookCopyNotebookRequestBody.GroupId">
            <summary>
            Gets or sets GroupId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookCopyNotebookRequestBody.RenameAs">
            <summary>
            Gets or sets RenameAs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookCopyNotebookRequestBody.NotebookFolder">
            <summary>
            Gets or sets NotebookFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookCopyNotebookRequestBody.SiteCollectionId">
            <summary>
            Gets or sets SiteCollectionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookCopyNotebookRequestBody.SiteId">
            <summary>
            Gets or sets SiteId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookGetNotebookFromWebUrlRequestBody">
            <summary>
            The type NotebookGetNotebookFromWebUrlRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookGetNotebookFromWebUrlRequestBody.WebUrl">
            <summary>
            Gets or sets WebUrl.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookLinks">
            <summary>
            The type NotebookLinks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookLinks.OneNoteClientUrl">
            <summary>
            Gets or sets oneNoteClientUrl.
            Opens the notebook in the OneNote native client if it's installed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookLinks.OneNoteWebUrl">
            <summary>
            Gets or sets oneNoteWebUrl.
            Opens the notebook in OneNote on the web.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookLinks.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookLinks.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplate">
            <summary>
            The type Notification Message Template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplate.BrandingOptions">
            <summary>
            Gets or sets branding options.
            The Message Template Branding Options. Branding is defined in the Intune Admin Console. Possible values are: none, includeCompanyLogo, includeCompanyName, includeContactInformation, includeCompanyPortalLink, includeDeviceDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplate.DefaultLocale">
            <summary>
            Gets or sets default locale.
            The default locale to fallback onto when the requested locale is not available.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplate.DisplayName">
            <summary>
            Gets or sets display name.
            Display name for the Notification Message Template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplate.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            DateTime the object was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplate.LocalizedNotificationMessages">
            <summary>
            Gets or sets localized notification messages.
            The list of localized messages for this Notification Message Template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplate.LocalizedNotificationMessagesNextLink">
            <summary>
            Gets or sets localizedNotificationMessagesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotificationTemplateBrandingOptions">
            <summary>
            The enum NotificationTemplateBrandingOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.NotificationTemplateBrandingOptions.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.NotificationTemplateBrandingOptions.IncludeCompanyLogo">
            <summary>
            Include Company Logo
            </summary>
        </member>
        <member name="F:Microsoft.Graph.NotificationTemplateBrandingOptions.IncludeCompanyName">
            <summary>
            Include Company Name
            </summary>
        </member>
        <member name="F:Microsoft.Graph.NotificationTemplateBrandingOptions.IncludeContactInformation">
            <summary>
            Include Contact Information
            </summary>
        </member>
        <member name="F:Microsoft.Graph.NotificationTemplateBrandingOptions.IncludeCompanyPortalLink">
            <summary>
            Include Company Portal Link
            </summary>
        </member>
        <member name="F:Microsoft.Graph.NotificationTemplateBrandingOptions.IncludeDeviceDetails">
            <summary>
            Include Device Details
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NumberColumn">
            <summary>
            The type NumberColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NumberColumn.DecimalPlaces">
            <summary>
            Gets or sets decimalPlaces.
            How many decimal places to display. See below for information about the possible values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NumberColumn.DisplayAs">
            <summary>
            Gets or sets displayAs.
            How the value should be presented in the UX. Must be one of number or percentage. If unspecified, treated as number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NumberColumn.Maximum">
            <summary>
            Gets or sets maximum.
            The maximum permitted value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NumberColumn.Minimum">
            <summary>
            Gets or sets minimum.
            The minimum permitted value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NumberColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NumberColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OAuth2PermissionGrant">
            <summary>
            The type OAuth2Permission Grant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OAuth2PermissionGrant.ClientId">
            <summary>
            Gets or sets client id.
            The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OAuth2PermissionGrant.ConsentType">
            <summary>
            Gets or sets consent type.
            Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OAuth2PermissionGrant.PrincipalId">
            <summary>
            Gets or sets principal id.
            The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal. Supports $filter (eq only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OAuth2PermissionGrant.ResourceId">
            <summary>
            Gets or sets resource id.
            The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. Supports $filter (eq only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OAuth2PermissionGrant.Scope">
            <summary>
            Gets or sets scope.
            A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal. Must not exceed 3850 characters in length.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ObjectIdentity">
            <summary>
            The type ObjectIdentity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ObjectIdentity.Issuer">
            <summary>
            Gets or sets issuer.
            Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ObjectIdentity.IssuerAssignedId">
            <summary>
            Gets or sets issuerAssignedId.
            Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or a custom string that starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or Supports $filter. 64 character limit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ObjectIdentity.SignInType">
            <summary>
            Gets or sets signInType.
            Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ObjectIdentity.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ObjectIdentity.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OfferShiftRequestObject">
            <summary>
            The type Offer Shift Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestObject.#ctor">
            <summary>
             The OfferShiftRequest constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfferShiftRequestObject.RecipientActionDateTime">
            <summary>
            Gets or sets recipient action date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfferShiftRequestObject.RecipientActionMessage">
            <summary>
            Gets or sets recipient action message.
            Custom message sent by recipient of the offer shift request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfferShiftRequestObject.RecipientUserId">
            <summary>
            Gets or sets recipient user id.
            User ID of the recipient of the offer shift request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfferShiftRequestObject.SenderShiftId">
            <summary>
            Gets or sets sender shift id.
            User ID of the sender of the offer shift request.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsights">
            <summary>
            The type Office Graph Insights.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsights.Shared">
            <summary>
            Gets or sets shared.
            Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsights.SharedNextLink">
            <summary>
            Gets or sets sharedNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsights.Trending">
            <summary>
            Gets or sets trending.
            Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsights.TrendingNextLink">
            <summary>
            Gets or sets trendingNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsights.Used">
            <summary>
            Gets or sets used.
            Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsights.UsedNextLink">
            <summary>
            Gets or sets usedNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSetting">
            <summary>
            The type OmaSetting.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OmaSetting.#ctor">
            <summary>
             The internal OmaSetting constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSetting.Description">
            <summary>
            Gets or sets description.
            Description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSetting.DisplayName">
            <summary>
            Gets or sets displayName.
            Display Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSetting.OmaUri">
            <summary>
            Gets or sets omaUri.
            OMA.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSetting.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSetting.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingBase64">
            <summary>
            The type OmaSettingBase64.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OmaSettingBase64.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.OmaSettingBase64"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingBase64.FileName">
            <summary>
            Gets or sets fileName.
            File name associated with the Value property (.cer
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingBase64.Value">
            <summary>
            Gets or sets value.
            Value. (Base64 encoded string)
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingBoolean">
            <summary>
            The type OmaSettingBoolean.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OmaSettingBoolean.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.OmaSettingBoolean"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingBoolean.Value">
            <summary>
            Gets or sets value.
            Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingDateTime">
            <summary>
            The type OmaSettingDateTime.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OmaSettingDateTime.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.OmaSettingDateTime"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingDateTime.Value">
            <summary>
            Gets or sets value.
            Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingFloatingPoint">
            <summary>
            The type OmaSettingFloatingPoint.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OmaSettingFloatingPoint.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.OmaSettingFloatingPoint"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingFloatingPoint.Value">
            <summary>
            Gets or sets value.
            Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingInteger">
            <summary>
            The type OmaSettingInteger.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OmaSettingInteger.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.OmaSettingInteger"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingInteger.Value">
            <summary>
            Gets or sets value.
            Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingString">
            <summary>
            The type OmaSettingString.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OmaSettingString.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.OmaSettingString"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingString.Value">
            <summary>
            Gets or sets value.
            Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingStringXml">
            <summary>
            The type OmaSettingStringXml.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OmaSettingStringXml.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.OmaSettingStringXml"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingStringXml.FileName">
            <summary>
            Gets or sets fileName.
            File name associated with the Value property (.xml).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingStringXml.Value">
            <summary>
            Gets or sets value.
            Value. (UTF8 encoded byte array)
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Onenote">
            <summary>
            The type Onenote.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.Notebooks">
            <summary>
            Gets or sets notebooks.
            The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.NotebooksNextLink">
            <summary>
            Gets or sets notebooksNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.Operations">
            <summary>
            Gets or sets operations.
            The status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.OperationsNextLink">
            <summary>
            Gets or sets operationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.Pages">
            <summary>
            Gets or sets pages.
            The pages in all OneNote notebooks that are owned by the user or group.  Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.PagesNextLink">
            <summary>
            Gets or sets pagesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.Resources">
            <summary>
            Gets or sets resources.
            The image and other file resources in OneNote pages. Getting a resources collection is not supported, but you can get the binary content of a specific resource. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.ResourcesNextLink">
            <summary>
            Gets or sets resourcesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.SectionGroups">
            <summary>
            Gets or sets section groups.
            The section groups in all OneNote notebooks that are owned by the user or group.  Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.SectionGroupsNextLink">
            <summary>
            Gets or sets sectionGroupsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.Sections">
            <summary>
            Gets or sets sections.
            The sections in all OneNote notebooks that are owned by the user or group.  Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.SectionsNextLink">
            <summary>
            Gets or sets sectionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntityBaseModel">
            <summary>
            The type Onenote Entity Base Model.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModel.#ctor">
            <summary>
             The internal OnenoteEntityBaseModel constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteEntityBaseModel.Self">
            <summary>
            Gets or sets self.
            The endpoint where you can get details about the page. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntityHierarchyModel">
            <summary>
            The type Onenote Entity Hierarchy Model.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModel.#ctor">
            <summary>
             The internal OnenoteEntityHierarchyModel constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteEntityHierarchyModel.CreatedBy">
            <summary>
            Gets or sets created by.
            Identity of the user, device, and application which created the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteEntityHierarchyModel.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the notebook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteEntityHierarchyModel.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            Identity of the user, device, and application which created the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteEntityHierarchyModel.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntitySchemaObjectModel">
            <summary>
            The type Onenote Entity Schema Object Model.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModel.#ctor">
            <summary>
             The internal OnenoteEntitySchemaObjectModel constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteEntitySchemaObjectModel.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperation">
            <summary>
            The type Onenote Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperation.Error">
            <summary>
            Gets or sets error.
            The error returned by the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperation.PercentComplete">
            <summary>
            Gets or sets percent complete.
            The operation percent complete if the operation is still in running status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperation.ResourceId">
            <summary>
            Gets or sets resource id.
            The resource id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperation.ResourceLocation">
            <summary>
            Gets or sets resource location.
            The resource URI for the object. For example, the resource URI for a copied page or section.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationError">
            <summary>
            The type OnenoteOperationError.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationError.Code">
            <summary>
            Gets or sets code.
            The error code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationError.Message">
            <summary>
            Gets or sets message.
            The error message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationError.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationError.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePage">
            <summary>
            The type Onenote Page.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePage.#ctor">
            <summary>
             The OnenotePage constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.Content">
            <summary>
            Gets or sets content.
            The page's HTML content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.ContentUrl">
            <summary>
            Gets or sets content url.
            The URL for the page's HTML content.  Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.CreatedByAppId">
            <summary>
            Gets or sets created by app id.
            The unique identifier of the application that created the page. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.Level">
            <summary>
            Gets or sets level.
            The indentation level of the page. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.Links">
            <summary>
            Gets or sets links.
            Links for opening the page. The oneNoteClientURL link opens the page in the OneNote native client if it 's installed. The oneNoteWebUrl link opens the page in OneNote on the web. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.Order">
            <summary>
            Gets or sets order.
            The order of the page within its parent section. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.Title">
            <summary>
            Gets or sets title.
            The title of the page.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.UserTags">
            <summary>
            Gets or sets user tags.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.ParentNotebook">
            <summary>
            Gets or sets parent notebook.
            The notebook that contains the page.  Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.ParentSection">
            <summary>
            Gets or sets parent section.
            The section that contains the page. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageCopyToSectionRequestBody">
            <summary>
            The type OnenotePageCopyToSectionRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageCopyToSectionRequestBody.Id">
            <summary>
            Gets or sets Id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageCopyToSectionRequestBody.GroupId">
            <summary>
            Gets or sets GroupId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageCopyToSectionRequestBody.SiteCollectionId">
            <summary>
            Gets or sets SiteCollectionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageCopyToSectionRequestBody.SiteId">
            <summary>
            Gets or sets SiteId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageOnenotePatchContentRequestBody">
            <summary>
            The type OnenotePageOnenotePatchContentRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageOnenotePatchContentRequestBody.Commands">
            <summary>
            Gets or sets Commands.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagePreview">
            <summary>
            The type OnenotePagePreview.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagePreview.Links">
            <summary>
            Gets or sets links.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagePreview.PreviewText">
            <summary>
            Gets or sets previewText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagePreview.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagePreview.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagePreviewLinks">
            <summary>
            The type OnenotePagePreviewLinks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagePreviewLinks.PreviewImageUrl">
            <summary>
            Gets or sets previewImageUrl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagePreviewLinks.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagePreviewLinks.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePatchActionType">
            <summary>
            The enum OnenotePatchActionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchActionType.Replace">
            <summary>
            Replace
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchActionType.Append">
            <summary>
            Append
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchActionType.Delete">
            <summary>
            Delete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchActionType.Insert">
            <summary>
            Insert
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchActionType.Prepend">
            <summary>
            Prepend
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePatchContentCommand">
            <summary>
            The type OnenotePatchContentCommand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePatchContentCommand.Action">
            <summary>
            Gets or sets action.
            The action to perform on the target element. The possible values are: replace, append, delete, insert, or prepend.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePatchContentCommand.Content">
            <summary>
            Gets or sets content.
            A string of well-formed HTML to add to the page, and any image or file binary data. If the content contains binary data, the request must be sent using the multipart/form-data content type with a 'Commands' part.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePatchContentCommand.Position">
            <summary>
            Gets or sets position.
            The location to add the supplied content, relative to the target element. The possible values are: after (default) or before.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePatchContentCommand.Target">
            <summary>
            Gets or sets target.
            The element to update. Must be the #&amp;lt;data-id&amp;gt; or the generated &amp;lt;id&amp;gt; of the element, or the body or title keyword.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePatchContentCommand.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePatchContentCommand.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePatchInsertPosition">
            <summary>
            The enum OnenotePatchInsertPosition.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchInsertPosition.After">
            <summary>
            After
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchInsertPosition.Before">
            <summary>
            Before
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResource">
            <summary>
            The type Onenote Resource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResource.#ctor">
            <summary>
             The OnenoteResource constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResource.Content">
            <summary>
            Gets or sets content.
            The content stream
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResource.ContentUrl">
            <summary>
            Gets or sets content url.
            The URL for downloading the content
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSection">
            <summary>
            The type Onenote Section.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSection.#ctor">
            <summary>
             The OnenoteSection constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSection.IsDefault">
            <summary>
            Gets or sets is default.
            Indicates whether this is the user's default section. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSection.Links">
            <summary>
            Gets or sets links.
            Links for opening the section. The oneNoteClientURL link opens the section in the OneNote native client if it's installed. The oneNoteWebURL link opens the section in OneNote on the web.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSection.PagesUrl">
            <summary>
            Gets or sets pages url.
            The pages endpoint where you can get details for all the pages in the section. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSection.Pages">
            <summary>
            Gets or sets pages.
            The collection of pages in the section.  Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSection.PagesNextLink">
            <summary>
            Gets or sets pagesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSection.ParentNotebook">
            <summary>
            Gets or sets parent notebook.
            The notebook that contains the section.  Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSection.ParentSectionGroup">
            <summary>
            Gets or sets parent section group.
            The section group that contains the section.  Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBody">
            <summary>
            The type OnenoteSectionCopyToNotebookRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBody.Id">
            <summary>
            Gets or sets Id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBody.GroupId">
            <summary>
            Gets or sets GroupId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBody.RenameAs">
            <summary>
            Gets or sets RenameAs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBody.SiteCollectionId">
            <summary>
            Gets or sets SiteCollectionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBody.SiteId">
            <summary>
            Gets or sets SiteId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBody">
            <summary>
            The type OnenoteSectionCopyToSectionGroupRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBody.Id">
            <summary>
            Gets or sets Id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBody.GroupId">
            <summary>
            Gets or sets GroupId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBody.RenameAs">
            <summary>
            Gets or sets RenameAs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBody.SiteCollectionId">
            <summary>
            Gets or sets SiteCollectionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBody.SiteId">
            <summary>
            Gets or sets SiteId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSourceService">
            <summary>
            The enum OnenoteSourceService.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteSourceService.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteSourceService.OneDrive">
            <summary>
            One Drive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteSourceService.OneDriveForBusiness">
            <summary>
            One Drive For Business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteSourceService.OnPremOneDriveForBusiness">
            <summary>
            On Prem One Drive For Business
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteUserRole">
            <summary>
            The enum OnenoteUserRole.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteUserRole.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteUserRole.Owner">
            <summary>
            Owner
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteUserRole.Contributor">
            <summary>
            Contributor
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteUserRole.Reader">
            <summary>
            Reader
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeeting">
            <summary>
            The type Online Meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.AllowAttendeeToEnableCamera">
            <summary>
            Gets or sets allow attendee to enable camera.
            Indicates whether attendees can turn on their camera.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.AllowAttendeeToEnableMic">
            <summary>
            Gets or sets allow attendee to enable mic.
            Indicates whether attendees can turn on their microphone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.AllowedPresenters">
            <summary>
            Gets or sets allowed presenters.
            Specifies who can be a presenter in a meeting. Possible values are listed in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.AllowMeetingChat">
            <summary>
            Gets or sets allow meeting chat.
            Specifies the mode of meeting chat.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.AllowTeamworkReactions">
            <summary>
            Gets or sets allow teamwork reactions.
            Indicates whether Teams reactions are enabled for the meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.AttendeeReport">
            <summary>
            Gets or sets attendee report.
            The content stream of the attendee report of a Microsoft Teams live event. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.AudioConferencing">
            <summary>
            Gets or sets audio conferencing.
            The phone access (dial-in) information for an online meeting. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.BroadcastSettings">
            <summary>
            Gets or sets broadcast settings.
            Settings related to a live event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.ChatInfo">
            <summary>
            Gets or sets chat info.
            The chat information associated with this online meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.CreationDateTime">
            <summary>
            Gets or sets creation date time.
            The meeting creation time in UTC. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.EndDateTime">
            <summary>
            Gets or sets end date time.
            The meeting end time in UTC.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.ExternalId">
            <summary>
            Gets or sets external id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.IsBroadcast">
            <summary>
            Gets or sets is broadcast.
            Indicates if this is a Teams live event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.IsEntryExitAnnounced">
            <summary>
            Gets or sets is entry exit announced.
            Indicates whether to announce when callers join or leave.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.JoinInformation">
            <summary>
            Gets or sets join information.
            The join information in the language and locale variant specified in the Accept-Language request HTTP header. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.JoinMeetingIdSettings">
            <summary>
            Gets or sets join meeting id settings.
            Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. Once an onlineMeeting is created, the joinMeetingIdSettings cannot be modified. To make any changes to this property, the meeting needs to be canceled and a new one needs to be created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.JoinWebUrl">
            <summary>
            Gets or sets join web url.
            The join URL of the online meeting. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.LobbyBypassSettings">
            <summary>
            Gets or sets lobby bypass settings.
            Specifies which participants can bypass the meeting   lobby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.Participants">
            <summary>
            Gets or sets participants.
            The participants associated with the online meeting.  This includes the organizer and the attendees.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.RecordAutomatically">
            <summary>
            Gets or sets record automatically.
            Indicates whether to record the meeting automatically.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.StartDateTime">
            <summary>
            Gets or sets start date time.
            The meeting start time in UTC.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.Subject">
            <summary>
            Gets or sets subject.
            The subject of the online meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.VideoTeleconferenceId">
            <summary>
            Gets or sets video teleconference id.
            The video teleconferencing ID. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.AttendanceReports">
            <summary>
            Gets or sets attendance reports.
            The attendance reports of an online meeting. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeeting.AttendanceReportsNextLink">
            <summary>
            Gets or sets attendanceReportsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingCreateOrGetRequestBody">
            <summary>
            The type OnlineMeetingCreateOrGetRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingCreateOrGetRequestBody.ChatInfo">
            <summary>
            Gets or sets ChatInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingCreateOrGetRequestBody.EndDateTime">
            <summary>
            Gets or sets EndDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingCreateOrGetRequestBody.ExternalId">
            <summary>
            Gets or sets ExternalId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingCreateOrGetRequestBody.Participants">
            <summary>
            Gets or sets Participants.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingCreateOrGetRequestBody.StartDateTime">
            <summary>
            Gets or sets StartDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingCreateOrGetRequestBody.Subject">
            <summary>
            Gets or sets Subject.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingInfo">
            <summary>
            The type OnlineMeetingInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingInfo.ConferenceId">
            <summary>
            Gets or sets conferenceId.
            The ID of the conference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingInfo.JoinUrl">
            <summary>
            Gets or sets joinUrl.
            The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingInfo.Phones">
            <summary>
            Gets or sets phones.
            All of the phone numbers associated with this conference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingInfo.QuickDial">
            <summary>
            Gets or sets quickDial.
            The pre-formatted quickdial for this call.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingInfo.TollFreeNumbers">
            <summary>
            Gets or sets tollFreeNumbers.
            The toll free numbers that can be used to join the conference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingInfo.TollNumber">
            <summary>
            Gets or sets tollNumber.
            The toll number that can be used to join the conference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingPresenters">
            <summary>
            The enum OnlineMeetingPresenters.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnlineMeetingPresenters.Everyone">
            <summary>
            Everyone
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnlineMeetingPresenters.Organization">
            <summary>
            Organization
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnlineMeetingPresenters.RoleIsPresenter">
            <summary>
            Role Is Presenter
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnlineMeetingPresenters.Organizer">
            <summary>
            Organizer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnlineMeetingPresenters.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingProviderType">
            <summary>
            The enum OnlineMeetingProviderType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnlineMeetingProviderType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnlineMeetingProviderType.SkypeForBusiness">
            <summary>
            Skype For Business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnlineMeetingProviderType.SkypeForConsumer">
            <summary>
            Skype For Consumer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnlineMeetingProviderType.TeamsForBusiness">
            <summary>
            Teams For Business
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingRole">
            <summary>
            The enum OnlineMeetingRole.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnlineMeetingRole.Attendee">
            <summary>
            Attendee
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnlineMeetingRole.Presenter">
            <summary>
            Presenter
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnlineMeetingRole.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnlineMeetingRole.Producer">
            <summary>
            Producer
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnPremisesConditionalAccessSettings">
            <summary>
            The type On Premises Conditional Access Settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesConditionalAccessSettings.Enabled">
            <summary>
            Gets or sets enabled.
            Indicates if on premises conditional access is enabled for this organization
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesConditionalAccessSettings.ExcludedGroups">
            <summary>
            Gets or sets excluded groups.
            User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesConditionalAccessSettings.IncludedGroups">
            <summary>
            Gets or sets included groups.
            User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesConditionalAccessSettings.OverrideDefaultRule">
            <summary>
            Gets or sets override default rule.
            Override the default access rule when allowing a device to ensure access is granted.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnPremisesExtensionAttributes">
            <summary>
            The type OnPremisesExtensionAttributes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute1">
            <summary>
            Gets or sets extensionAttribute1.
            First customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute10">
            <summary>
            Gets or sets extensionAttribute10.
            Tenth customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute11">
            <summary>
            Gets or sets extensionAttribute11.
            Eleventh customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute12">
            <summary>
            Gets or sets extensionAttribute12.
            Twelfth customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute13">
            <summary>
            Gets or sets extensionAttribute13.
            Thirteenth customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute14">
            <summary>
            Gets or sets extensionAttribute14.
            Fourteenth customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute15">
            <summary>
            Gets or sets extensionAttribute15.
            Fifteenth customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute2">
            <summary>
            Gets or sets extensionAttribute2.
            Second customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute3">
            <summary>
            Gets or sets extensionAttribute3.
            Third customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute4">
            <summary>
            Gets or sets extensionAttribute4.
            Fourth customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute5">
            <summary>
            Gets or sets extensionAttribute5.
            Fifth customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute6">
            <summary>
            Gets or sets extensionAttribute6.
            Sixth customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute7">
            <summary>
            Gets or sets extensionAttribute7.
            Seventh customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute8">
            <summary>
            Gets or sets extensionAttribute8.
            Eighth customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ExtensionAttribute9">
            <summary>
            Gets or sets extensionAttribute9.
            Ninth customizable extension attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesExtensionAttributes.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnPremisesProvisioningError">
            <summary>
            The type OnPremisesProvisioningError.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesProvisioningError.Category">
            <summary>
            Gets or sets category.
            Category of the provisioning error. Note: Currently, there is only one possible value. Possible value: PropertyConflict - indicates a property value is not unique. Other objects contain the same value for the property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesProvisioningError.OccurredDateTime">
            <summary>
            Gets or sets occurredDateTime.
            The date and time at which the error occurred.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesProvisioningError.PropertyCausingError">
            <summary>
            Gets or sets propertyCausingError.
            Name of the directory property causing the error. Current possible values: UserPrincipalName or ProxyAddress
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesProvisioningError.Value">
            <summary>
            Gets or sets value.
            Value of the property causing the error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesProvisioningError.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesProvisioningError.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OpenShift">
            <summary>
            The type Open Shift.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OpenShift.#ctor">
            <summary>
             The OpenShift constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OpenShift.DraftOpenShift">
            <summary>
            Gets or sets draft open shift.
            An unpublished open shift.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OpenShift.SchedulingGroupId">
            <summary>
            Gets or sets scheduling group id.
            ID for the scheduling group that the open shift belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OpenShift.SharedOpenShift">
            <summary>
            Gets or sets shared open shift.
            A published open shift.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OpenShiftChangeRequestObject">
            <summary>
            The type Open Shift Change Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestObject.#ctor">
            <summary>
             The OpenShiftChangeRequest constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OpenShiftChangeRequestObject.OpenShiftId">
            <summary>
            Gets or sets open shift id.
            ID for the open shift.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OpenShiftItem">
            <summary>
            The type OpenShiftItem.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.OpenShiftItem"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OpenShiftItem.OpenSlotCount">
            <summary>
            Gets or sets openSlotCount.
            Count of the number of slots for the given open shift.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OpenTypeExtension">
            <summary>
            The type Open Type Extension.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtension.#ctor">
            <summary>
             The OpenTypeExtension constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OpenTypeExtension.ExtensionName">
            <summary>
            Gets or sets extension name.
            A unique text identifier for an open type data extension. Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Operation">
            <summary>
            The type Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Operation.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The start time of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Operation.LastActionDateTime">
            <summary>
            Gets or sets last action date time.
            The time of the last action of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Operation.Status">
            <summary>
            Gets or sets status.
            The current status of the operation: notStarted, running, completed, failed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OperationError">
            <summary>
            The type OperationError.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OperationError.Code">
            <summary>
            Gets or sets code.
            Operation error code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OperationError.Message">
            <summary>
            Gets or sets message.
            Operation error message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OperationError.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OperationError.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OperationResult">
            <summary>
            The enum OperationResult.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OperationResult.Success">
            <summary>
            Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OperationResult.Failure">
            <summary>
            Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OperationResult.Timeout">
            <summary>
            Timeout
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OperationResult.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OperationStatus">
            <summary>
            The enum OperationStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OperationStatus.NotStarted">
            <summary>
            Not Started
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OperationStatus.Running">
            <summary>
            Running
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OperationStatus.Completed">
            <summary>
            Completed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OperationStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OptionalClaim">
            <summary>
            The type OptionalClaim.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OptionalClaim.AdditionalProperties">
            <summary>
            Gets or sets additionalProperties.
            Additional properties of the claim. If a property exists in this collection, it modifies the behavior of the optional claim specified in the name property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OptionalClaim.Essential">
            <summary>
            Gets or sets essential.
            If the value is true, the claim specified by the client is necessary to ensure a smooth authorization experience for the specific task requested by the end user. The default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OptionalClaim.Name">
            <summary>
            Gets or sets name.
            The name of the optional claim.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OptionalClaim.Source">
            <summary>
            Gets or sets source.
            The source (directory object) of the claim. There are predefined claims and user-defined claims from extension properties. If the source value is null, the claim is a predefined optional claim. If the source value is user, the value in the name property is the extension property from the user object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OptionalClaim.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OptionalClaim.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OptionalClaims">
            <summary>
            The type OptionalClaims.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OptionalClaims.AccessToken">
            <summary>
            Gets or sets accessToken.
            The optional claims returned in the JWT access token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OptionalClaims.IdToken">
            <summary>
            Gets or sets idToken.
            The optional claims returned in the JWT ID token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OptionalClaims.Saml2Token">
            <summary>
            Gets or sets saml2Token.
            The optional claims returned in the SAML token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OptionalClaims.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OptionalClaims.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Organization">
            <summary>
            The type Organization.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Organization.#ctor">
            <summary>
             The Organization constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.AssignedPlans">
            <summary>
            Gets or sets assigned plans.
            The collection of service plans associated with the tenant. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.BusinessPhones">
            <summary>
            Gets or sets business phones.
            Telephone number for the organization. Although this is a string collection, only one number can be set for this property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.City">
            <summary>
            Gets or sets city.
            City name of the address for the organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.Country">
            <summary>
            Gets or sets country.
            Country/region name of the address for the organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.CountryLetterCode">
            <summary>
            Gets or sets country letter code.
            Country or region abbreviation for the organization in ISO 3166-2 format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Timestamp of when the organization was created. The value cannot be modified and is automatically populated when the organization is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.DefaultUsageLocation">
            <summary>
            Gets or sets default usage location.
            Two-letter ISO 3166 country code indicating the default service usage location of an organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.MarketingNotificationEmails">
            <summary>
            Gets or sets marketing notification emails.
            Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.OnPremisesLastSyncDateTime">
            <summary>
            Gets or sets on premises last sync date time.
            The time and date at which the tenant was last synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.OnPremisesSyncEnabled">
            <summary>
            Gets or sets on premises sync enabled.
            true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced. Nullable. null if this object has never been synced from an on-premises directory (default).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.PartnerTenantType">
            <summary>
            Gets or sets partner tenant type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.PostalCode">
            <summary>
            Gets or sets postal code.
            Postal code of the address for the organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.PreferredLanguage">
            <summary>
            Gets or sets preferred language.
            The preferred language for the organization. Should follow ISO 639-1 Code; for example, en.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.PrivacyProfile">
            <summary>
            Gets or sets privacy profile.
            The privacy profile of an organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.ProvisionedPlans">
            <summary>
            Gets or sets provisioned plans.
            Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.SecurityComplianceNotificationMails">
            <summary>
            Gets or sets security compliance notification mails.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.SecurityComplianceNotificationPhones">
            <summary>
            Gets or sets security compliance notification phones.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.State">
            <summary>
            Gets or sets state.
            State name of the address for the organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.Street">
            <summary>
            Gets or sets street.
            Street name of the address for organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.TechnicalNotificationMails">
            <summary>
            Gets or sets technical notification mails.
            Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.TenantType">
            <summary>
            Gets or sets tenant type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.VerifiedDomains">
            <summary>
            Gets or sets verified domains.
            The collection of domains associated with this tenant. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.MobileDeviceManagementAuthority">
            <summary>
            Gets or sets mobile device management authority.
            Mobile device management authority. Possible values are: unknown, intune, sccm, office365.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.Branding">
            <summary>
            Gets or sets branding.
            Branding for the organization. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.CertificateBasedAuthConfiguration">
            <summary>
            Gets or sets certificate based auth configuration.
            Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.CertificateBasedAuthConfigurationNextLink">
            <summary>
            Gets or sets certificateBasedAuthConfigurationNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the organization. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.ExtensionsNextLink">
            <summary>
            Gets or sets extensionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBranding">
            <summary>
            The type Organizational Branding.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBranding.#ctor">
            <summary>
             The OrganizationalBranding constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBranding.Localizations">
            <summary>
            Gets or sets localizations.
            Add different branding based on a locale.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBranding.LocalizationsNextLink">
            <summary>
            Gets or sets localizationsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingLocalization">
            <summary>
            The type Organizational Branding Localization.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalization.#ctor">
            <summary>
             The OrganizationalBrandingLocalization constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingProperties">
            <summary>
            The type Organizational Branding Properties.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingProperties.#ctor">
            <summary>
             The internal OrganizationalBrandingProperties constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingProperties.BackgroundColor">
            <summary>
            Gets or sets background color.
            Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingProperties.BackgroundImage">
            <summary>
            Gets or sets background image.
            Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingProperties.BackgroundImageRelativeUrl">
            <summary>
            Gets or sets background image relative url.
            A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingProperties.BannerLogo">
            <summary>
            Gets or sets banner logo.
            A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingProperties.BannerLogoRelativeUrl">
            <summary>
            Gets or sets banner logo relative url.
            A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingProperties.CdnList">
            <summary>
            Gets or sets cdn list.
            A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingProperties.SignInPageText">
            <summary>
            Gets or sets sign in page text.
            Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingProperties.SquareLogo">
            <summary>
            Gets or sets square logo.
            A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingProperties.SquareLogoRelativeUrl">
            <summary>
            Gets or sets square logo relative url.
            A relative url for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingProperties.UsernameHintText">
            <summary>
            Gets or sets username hint text.
            String that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrganizerMeetingInfo">
            <summary>
            The type OrganizerMeetingInfo.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizerMeetingInfo.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.OrganizerMeetingInfo"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizerMeetingInfo.Organizer">
            <summary>
            Gets or sets organizer.
            The organizer Azure Active Directory identity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrgContact">
            <summary>
            The type Org Contact.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContact.#ctor">
            <summary>
             The OrgContact constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.Addresses">
            <summary>
            Gets or sets addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.CompanyName">
            <summary>
            Gets or sets company name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.Department">
            <summary>
            Gets or sets department.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.DisplayName">
            <summary>
            Gets or sets display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.GivenName">
            <summary>
            Gets or sets given name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.JobTitle">
            <summary>
            Gets or sets job title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.Mail">
            <summary>
            Gets or sets mail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.MailNickname">
            <summary>
            Gets or sets mail nickname.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.OnPremisesLastSyncDateTime">
            <summary>
            Gets or sets on premises last sync date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.OnPremisesProvisioningErrors">
            <summary>
            Gets or sets on premises provisioning errors.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.OnPremisesSyncEnabled">
            <summary>
            Gets or sets on premises sync enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.Phones">
            <summary>
            Gets or sets phones.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.ProxyAddresses">
            <summary>
            Gets or sets proxy addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.Surname">
            <summary>
            Gets or sets surname.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.DirectReports">
            <summary>
            Gets or sets direct reports.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.DirectReportsNextLink">
            <summary>
            Gets or sets directReportsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.Manager">
            <summary>
            Gets or sets manager.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.MemberOf">
            <summary>
            Gets or sets member of.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.MemberOfNextLink">
            <summary>
            Gets or sets memberOfNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.TransitiveMemberOf">
            <summary>
            Gets or sets transitive member of.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContact.TransitiveMemberOfNextLink">
            <summary>
            Gets or sets transitiveMemberOfNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutgoingCallOptions">
            <summary>
            The type OutgoingCallOptions.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutgoingCallOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.OutgoingCallOptions"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookCategory">
            <summary>
            The type Outlook Category.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookCategory.Color">
            <summary>
            Gets or sets color.
            A pre-set color constant that characterizes a category, and that is mapped to one of 25 predefined colors. See the note below.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookCategory.DisplayName">
            <summary>
            Gets or sets display name.
            A unique name that identifies a category in the user's mailbox. After a category is created, the name cannot be changed. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookGeoCoordinates">
            <summary>
            The type OutlookGeoCoordinates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookGeoCoordinates.Accuracy">
            <summary>
            Gets or sets accuracy.
            The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookGeoCoordinates.Altitude">
            <summary>
            Gets or sets altitude.
            The altitude of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookGeoCoordinates.AltitudeAccuracy">
            <summary>
            Gets or sets altitudeAccuracy.
            The accuracy of the altitude.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookGeoCoordinates.Latitude">
            <summary>
            Gets or sets latitude.
            The latitude of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookGeoCoordinates.Longitude">
            <summary>
            Gets or sets longitude.
            The longitude of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookGeoCoordinates.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookGeoCoordinates.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookItem">
            <summary>
            The type Outlook Item.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookItem.#ctor">
            <summary>
             The internal OutlookItem constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookItem.Categories">
            <summary>
            Gets or sets categories.
            The categories associated with the item
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookItem.ChangeKey">
            <summary>
            Gets or sets change key.
            Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookItem.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookItem.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUser">
            <summary>
            The type Outlook User.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUser.MasterCategories">
            <summary>
            Gets or sets master categories.
            A list of categories defined for the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUser.MasterCategoriesNextLink">
            <summary>
            Gets or sets masterCategoriesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Package">
            <summary>
            The type Package.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Package.Type">
            <summary>
            Gets or sets type.
            A string indicating the type of package. While oneNote is the only currently defined value, you should expect other package types to be returned and handle them accordingly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Package.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Package.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PageLinks">
            <summary>
            The type PageLinks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PageLinks.OneNoteClientUrl">
            <summary>
            Gets or sets oneNoteClientUrl.
            Opens the page in the OneNote native client if it's installed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PageLinks.OneNoteWebUrl">
            <summary>
            Gets or sets oneNoteWebUrl.
            Opens the page in OneNote on the web.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PageLinks.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PageLinks.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ParentalControlSettings">
            <summary>
            The type ParentalControlSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParentalControlSettings.CountriesBlockedForMinors">
            <summary>
            Gets or sets countriesBlockedForMinors.
            Specifies the two-letter ISO country codes. Access to the application will be blocked for minors from the countries specified in this list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParentalControlSettings.LegalAgeGroupRule">
            <summary>
            Gets or sets legalAgeGroupRule.
            Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country minor rules.BlockMinorsBlocks minors from using the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParentalControlSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParentalControlSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Participant">
            <summary>
            The type Participant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Participant.Info">
            <summary>
            Gets or sets info.
            Information about the participant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Participant.IsInLobby">
            <summary>
            Gets or sets is in lobby.
            true if the participant is in lobby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Participant.IsMuted">
            <summary>
            Gets or sets is muted.
            true if the participant is muted (client or server muted).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Participant.MediaStreams">
            <summary>
            Gets or sets media streams.
            The list of media streams.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Participant.Metadata">
            <summary>
            Gets or sets metadata.
            A blob of data provided by the participant in the roster.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Participant.RecordingInfo">
            <summary>
            Gets or sets recording info.
            Information about whether the participant has recording capability.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ParticipantInfo">
            <summary>
            The type ParticipantInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantInfo.CountryCode">
            <summary>
            Gets or sets countryCode.
            The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantInfo.EndpointType">
            <summary>
            Gets or sets endpointType.
            The type of endpoint the participant is using. Possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantInfo.Identity">
            <summary>
            Gets or sets identity.
            The identitySet associated with this participant. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantInfo.LanguageId">
            <summary>
            Gets or sets languageId.
            The language culture string. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantInfo.ParticipantId">
            <summary>
            Gets or sets participantId.
            The participant ID of the participant. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantInfo.Region">
            <summary>
            Gets or sets region.
            The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant's current physical location. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ParticipantInviteRequestBody">
            <summary>
            The type ParticipantInviteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantInviteRequestBody.Participants">
            <summary>
            Gets or sets Participants.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantInviteRequestBody.ClientContext">
            <summary>
            Gets or sets ClientContext.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ParticipantJoiningNotification">
            <summary>
            The type Participant Joining Notification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantJoiningNotification.Call">
            <summary>
            Gets or sets call.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ParticipantJoiningResponse">
            <summary>
            The type ParticipantJoiningResponse.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningResponse.#ctor">
            <summary>
             The internal ParticipantJoiningResponse constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantJoiningResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantJoiningResponse.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ParticipantLeftNotification">
            <summary>
            The type Participant Left Notification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantLeftNotification.ParticipantId">
            <summary>
            Gets or sets participant id.
            ID of the participant under the policy who has left the meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantLeftNotification.Call">
            <summary>
            Gets or sets call.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ParticipantMuteRequestBody">
            <summary>
            The type ParticipantMuteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantMuteRequestBody.ClientContext">
            <summary>
            Gets or sets ClientContext.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ParticipantStartHoldMusicRequestBody">
            <summary>
            The type ParticipantStartHoldMusicRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantStartHoldMusicRequestBody.CustomPrompt">
            <summary>
            Gets or sets CustomPrompt.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantStartHoldMusicRequestBody.ClientContext">
            <summary>
            Gets or sets ClientContext.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ParticipantStopHoldMusicRequestBody">
            <summary>
            The type ParticipantStopHoldMusicRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantStopHoldMusicRequestBody.ClientContext">
            <summary>
            Gets or sets ClientContext.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PartnerTenantType">
            <summary>
            The enum PartnerTenantType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PartnerTenantType.MicrosoftSupport">
            <summary>
            Microsoft Support
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PartnerTenantType.SyndicatePartner">
            <summary>
            Syndicate Partner
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PartnerTenantType.BreadthPartner">
            <summary>
            Breadth Partner
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PartnerTenantType.BreadthPartnerDelegatedAdmin">
            <summary>
            Breadth Partner Delegated Admin
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PartnerTenantType.ResellerPartnerDelegatedAdmin">
            <summary>
            Reseller Partner Delegated Admin
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PartnerTenantType.ValueAddedResellerPartnerDelegatedAdmin">
            <summary>
            Value Added Reseller Partner Delegated Admin
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PartnerTenantType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PasswordAuthenticationMethod">
            <summary>
            The type Password Authentication Method.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethod.#ctor">
            <summary>
             The PasswordAuthenticationMethod constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordAuthenticationMethod.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time when this password was last updated. This property is currently not populated. Read-only. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordAuthenticationMethod.Password">
            <summary>
            Gets or sets password.
            For security, the password is always returned as null from a LIST or GET operation.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PasswordCredential">
            <summary>
            The type PasswordCredential.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordCredential.CustomKeyIdentifier">
            <summary>
            Gets or sets customKeyIdentifier.
            Do not use.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordCredential.DisplayName">
            <summary>
            Gets or sets displayName.
            Friendly name for the password. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordCredential.EndDateTime">
            <summary>
            Gets or sets endDateTime.
            The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordCredential.Hint">
            <summary>
            Gets or sets hint.
            Contains the first three characters of the password. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordCredential.KeyId">
            <summary>
            Gets or sets keyId.
            The unique identifier for the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordCredential.SecretText">
            <summary>
            Gets or sets secretText.
            Read-only; Contains the strong passwords generated by Azure AD that are 16-64 characters in length. The generated password value is only returned during the initial POST request to addPassword. There is no way to retrieve this password in the future.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordCredential.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            The date and time at which the password becomes valid. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordCredential.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordCredential.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PasswordProfile">
            <summary>
            The type PasswordProfile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordProfile.ForceChangePasswordNextSignIn">
            <summary>
            Gets or sets forceChangePasswordNextSignIn.
            true if the user must change her password on the next login; otherwise false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordProfile.ForceChangePasswordNextSignInWithMfa">
            <summary>
            Gets or sets forceChangePasswordNextSignInWithMfa.
            If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordProfile.Password">
            <summary>
            Gets or sets password.
            The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordProfile.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordProfile.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PasswordResetResponse">
            <summary>
            The type PasswordResetResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordResetResponse.NewPassword">
            <summary>
            Gets or sets newPassword.
            The Azure AD-generated password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordResetResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordResetResponse.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PatternedRecurrence">
            <summary>
            The type PatternedRecurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PatternedRecurrence.Pattern">
            <summary>
            Gets or sets pattern.
            The frequency of an event.  For access reviews: Do not specify this property for a one-time access review.  Only interval, dayOfMonth, and type (weekly, absoluteMonthly) properties of recurrencePattern are supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PatternedRecurrence.Range">
            <summary>
            Gets or sets range.
            The duration of an event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PatternedRecurrence.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PatternedRecurrence.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PayloadDeliveryPlatform">
            <summary>
            The enum PayloadDeliveryPlatform.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PayloadDeliveryPlatform.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PayloadDeliveryPlatform.Sms">
            <summary>
            Sms
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PayloadDeliveryPlatform.Email">
            <summary>
            Email
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PayloadDeliveryPlatform.Teams">
            <summary>
            Teams
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PayloadDeliveryPlatform.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PendingContentUpdate">
            <summary>
            The type PendingContentUpdate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PendingContentUpdate.QueuedDateTime">
            <summary>
            Gets or sets queuedDateTime.
            Date and time the pending binary operation was queued in UTC time. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PendingContentUpdate.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PendingContentUpdate.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PendingOperations">
            <summary>
            The type PendingOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PendingOperations.PendingContentUpdate">
            <summary>
            Gets or sets pendingContentUpdate.
            A property that indicates that an operation that might update the binary content of a file is pending completion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PendingOperations.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PendingOperations.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Permission">
            <summary>
            The type Permission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.GrantedTo">
            <summary>
            Gets or sets granted to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.GrantedToIdentities">
            <summary>
            Gets or sets granted to identities.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.GrantedToIdentitiesV2">
            <summary>
            Gets or sets granted to identities v2.
            For link type permissions, the details of the users to whom permission was granted. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.GrantedToV2">
            <summary>
            Gets or sets granted to v2.
            For user type permissions, the details of the users and applications for this permission. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.HasPassword">
            <summary>
            Gets or sets has password.
            Indicates whether the password is set for this permission. This property only appears in the response. Optional. Read-only. For OneDrive Personal only..
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.InheritedFrom">
            <summary>
            Gets or sets inherited from.
            Provides a reference to the ancestor of the current permission, if it is inherited from an ancestor. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.Invitation">
            <summary>
            Gets or sets invitation.
            Details of any associated sharing invitation for this permission. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.Link">
            <summary>
            Gets or sets link.
            Provides the link details of the current permission, if it is a link type permissions. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.Roles">
            <summary>
            Gets or sets roles.
            The type of permission, for example, read. See below for the full list of roles. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.ShareId">
            <summary>
            Gets or sets share id.
            A unique token that can be used to access this shared item via the **shares** API. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PermissionClassificationType">
            <summary>
            The enum PermissionClassificationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PermissionClassificationType.Low">
            <summary>
            Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PermissionClassificationType.Medium">
            <summary>
            Medium
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PermissionClassificationType.High">
            <summary>
            High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PermissionClassificationType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantConditionSet">
            <summary>
            The type Permission Grant Condition Set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantConditionSet.ClientApplicationIds">
            <summary>
            Gets or sets client application ids.
            A list of appId values for the client applications to match with, or a list with the single value all to match any client application. Default is the single value all.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantConditionSet.ClientApplicationPublisherIds">
            <summary>
            Gets or sets client application publisher ids.
            A list of Microsoft Partner Network (MPN) IDs for verified publishers of the client application, or a list with the single value all to match with client apps from any publisher. Default is the single value all.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantConditionSet.ClientApplicationsFromVerifiedPublisherOnly">
            <summary>
            Gets or sets client applications from verified publisher only.
            Set to true to only match on client applications with a verified publisher. Set to false to match on any client app, even if it does not have a verified publisher. Default is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantConditionSet.ClientApplicationTenantIds">
            <summary>
            Gets or sets client application tenant ids.
            A list of Azure Active Directory tenant IDs in which the client application is registered, or a list with the single value all to match with client apps registered in any tenant. Default is the single value all.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantConditionSet.PermissionClassification">
            <summary>
            Gets or sets permission classification.
            The permission classification for the permission being granted, or all to match with any permission classification (including permissions which are not classified). Default is all.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantConditionSet.Permissions">
            <summary>
            Gets or sets permissions.
            The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API's **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API's **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API's **servicePrincipal** object. Default is the single value all.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantConditionSet.PermissionType">
            <summary>
            Gets or sets permission type.
            The permission type of the permission being granted. Possible values: application for application permissions (e.g. app roles), or delegated for delegated permissions. The value delegatedUserConsentable indicates delegated permissions which have not been configured by the API publisher to require admin consent—this value may be used in built-in permission grant policies, but cannot be used in custom permission grant policies. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantConditionSet.ResourceApplication">
            <summary>
            Gets or sets resource application.
            The appId of the resource application (e.g. the API) for which a permission is being granted, or any to match with any resource application or API. Default is any.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantPolicy">
            <summary>
            The type Permission Grant Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicy.#ctor">
            <summary>
             The PermissionGrantPolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicy.Excludes">
            <summary>
            Gets or sets excludes.
            Condition sets which are excluded in this permission grant policy. Automatically expanded on GET.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicy.ExcludesNextLink">
            <summary>
            Gets or sets excludesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicy.Includes">
            <summary>
            Gets or sets includes.
            Condition sets which are included in this permission grant policy. Automatically expanded on GET.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicy.IncludesNextLink">
            <summary>
            Gets or sets includesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantRequestBody">
            <summary>
            The type PermissionGrantRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantRequestBody.Roles">
            <summary>
            Gets or sets Roles.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantRequestBody.Recipients">
            <summary>
            Gets or sets Recipients.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PermissionScope">
            <summary>
            The type PermissionScope.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionScope.AdminConsentDescription">
            <summary>
            Gets or sets adminConsentDescription.
            A description of the delegated permissions, intended to be read by an administrator granting the permission on behalf of all users. This text appears in tenant-wide admin consent experiences.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionScope.AdminConsentDisplayName">
            <summary>
            Gets or sets adminConsentDisplayName.
            The permission's title, intended to be read by an administrator granting the permission on behalf of all users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionScope.Id">
            <summary>
            Gets or sets id.
            Unique delegated permission identifier inside the collection of delegated permissions defined for a resource application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionScope.IsEnabled">
            <summary>
            Gets or sets isEnabled.
            When creating or updating a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false.  At that point, in a subsequent call, the permission may be removed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionScope.Origin">
            <summary>
            Gets or sets origin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionScope.Type">
            <summary>
            Gets or sets type.
            The possible values are: User and Admin. Specifies whether this delegated permission should be considered safe for non-admin users to consent to on behalf of themselves, or whether an administrator consent should always be required. While Microsoft Graph defines the default consent requirement for each permission, the tenant administrator may override the behavior in their organization (by allowing, restricting, or limiting user consent to this delegated permission). For more information, see Configure how users consent to applications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionScope.UserConsentDescription">
            <summary>
            Gets or sets userConsentDescription.
            A description of the delegated permissions, intended to be read by a user granting the permission on their own behalf. This text appears in consent experiences where the user is consenting only on behalf of themselves.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionScope.UserConsentDisplayName">
            <summary>
            Gets or sets userConsentDisplayName.
            A title for the permission, intended to be read by a user granting the permission on their own behalf. This text appears in consent experiences where the user is consenting only on behalf of themselves.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionScope.Value">
            <summary>
            Gets or sets value.
            Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % &amp; ' ( ) * + , - . / : ;  =  ? @ [ ] ^ + _  {  } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with ..
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionScope.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionScope.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PermissionType">
            <summary>
            The enum PermissionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PermissionType.Application">
            <summary>
            Application
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PermissionType.Delegated">
            <summary>
            Delegated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PermissionType.DelegatedUserConsentable">
            <summary>
            Delegated User Consentable
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PersistentBrowserSessionControl">
            <summary>
            The type PersistentBrowserSessionControl.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PersistentBrowserSessionControl.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.PersistentBrowserSessionControl"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersistentBrowserSessionControl.Mode">
            <summary>
            Gets or sets mode.
            Possible values are: always, never.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PersistentBrowserSessionMode">
            <summary>
            The enum PersistentBrowserSessionMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PersistentBrowserSessionMode.Always">
            <summary>
            Always
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PersistentBrowserSessionMode.Never">
            <summary>
            Never
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Person">
            <summary>
            The type Person.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.Birthday">
            <summary>
            Gets or sets birthday.
            The person's birthday.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.CompanyName">
            <summary>
            Gets or sets company name.
            The name of the person's company.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.Department">
            <summary>
            Gets or sets department.
            The person's department.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.DisplayName">
            <summary>
            Gets or sets display name.
            The person's display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.GivenName">
            <summary>
            Gets or sets given name.
            The person's given name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.ImAddress">
            <summary>
            Gets or sets im address.
            The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.IsFavorite">
            <summary>
            Gets or sets is favorite.
            true if the user has flagged this person as a favorite.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.JobTitle">
            <summary>
            Gets or sets job title.
            The person's job title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.OfficeLocation">
            <summary>
            Gets or sets office location.
            The location of the person's office.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.PersonNotes">
            <summary>
            Gets or sets person notes.
            Free-form notes that the user has taken about this person.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.PersonType">
            <summary>
            Gets or sets person type.
            The type of person.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.Phones">
            <summary>
            Gets or sets phones.
            The person's phone numbers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.PostalAddresses">
            <summary>
            Gets or sets postal addresses.
            The person's addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.Profession">
            <summary>
            Gets or sets profession.
            The person's profession.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.ScoredEmailAddresses">
            <summary>
            Gets or sets scored email addresses.
            The person's email addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.Surname">
            <summary>
            Gets or sets surname.
            The person's surname.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard RFC 822. By convention, this should map to the person's email name. The general format is alias@domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.Websites">
            <summary>
            Gets or sets websites.
            The person's websites.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.YomiCompany">
            <summary>
            Gets or sets yomi company.
            The phonetic Japanese name of the person's company.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PersonOrGroupColumn">
            <summary>
            The type PersonOrGroupColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonOrGroupColumn.AllowMultipleSelection">
            <summary>
            Gets or sets allowMultipleSelection.
            Indicates whether multiple values can be selected from the source.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonOrGroupColumn.ChooseFromType">
            <summary>
            Gets or sets chooseFromType.
            Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonOrGroupColumn.DisplayAs">
            <summary>
            Gets or sets displayAs.
            How to display the information about the person or group chosen. See below.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonOrGroupColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonOrGroupColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PersonType">
            <summary>
            The type PersonType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonType.Class">
            <summary>
            Gets or sets class.
            The type of data source, such as Person.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonType.Subclass">
            <summary>
            Gets or sets subclass.
            The secondary type of data source, such as OrganizationUser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonType.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonType.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Phone">
            <summary>
            The type Phone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Phone.Language">
            <summary>
            Gets or sets language.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Phone.Number">
            <summary>
            Gets or sets number.
            The phone number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Phone.Region">
            <summary>
            Gets or sets region.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Phone.Type">
            <summary>
            Gets or sets type.
            The type of phone number. The possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Phone.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Phone.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PhoneAuthenticationMethod">
            <summary>
            The type Phone Authentication Method.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethod.#ctor">
            <summary>
             The PhoneAuthenticationMethod constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhoneAuthenticationMethod.PhoneNumber">
            <summary>
            Gets or sets phone number.
            The phone number to text or call for authentication. Phone numbers use the format +{country code} {number}x{extension}, with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating or updating if they do not match the required format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhoneAuthenticationMethod.PhoneType">
            <summary>
            Gets or sets phone type.
            The type of this phone. Possible values are: mobile, alternateMobile, or office.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhoneAuthenticationMethod.SmsSignInState">
            <summary>
            Gets or sets sms sign in state.
            Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PhoneType">
            <summary>
            The enum PhoneType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Home">
            <summary>
            Home
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Business">
            <summary>
            Business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Mobile">
            <summary>
            Mobile
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Other">
            <summary>
            Other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Assistant">
            <summary>
            Assistant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.HomeFax">
            <summary>
            Home Fax
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.BusinessFax">
            <summary>
            Business Fax
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.OtherFax">
            <summary>
            Other Fax
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Pager">
            <summary>
            Pager
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Radio">
            <summary>
            Radio
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Photo">
            <summary>
            The type Photo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.CameraMake">
            <summary>
            Gets or sets cameraMake.
            Camera manufacturer. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.CameraModel">
            <summary>
            Gets or sets cameraModel.
            Camera model. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.ExposureDenominator">
            <summary>
            Gets or sets exposureDenominator.
            The denominator for the exposure time fraction from the camera. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.ExposureNumerator">
            <summary>
            Gets or sets exposureNumerator.
            The numerator for the exposure time fraction from the camera. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.FNumber">
            <summary>
            Gets or sets fNumber.
            The F-stop value from the camera. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.FocalLength">
            <summary>
            Gets or sets focalLength.
            The focal length from the camera. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.Iso">
            <summary>
            Gets or sets iso.
            The ISO value from the camera. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.Orientation">
            <summary>
            Gets or sets orientation.
            The orientation value from the camera. Writable on OneDrive Personal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.TakenDateTime">
            <summary>
            Gets or sets takenDateTime.
            Represents the date and time the photo was taken. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PhysicalAddress">
            <summary>
            The type PhysicalAddress.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalAddress.City">
            <summary>
            Gets or sets city.
            The city.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalAddress.CountryOrRegion">
            <summary>
            Gets or sets countryOrRegion.
            The country or region. It's a free-format string value, for example, 'United States'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalAddress.PostalCode">
            <summary>
            Gets or sets postalCode.
            The postal code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalAddress.State">
            <summary>
            Gets or sets state.
            The state.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalAddress.Street">
            <summary>
            Gets or sets street.
            The street.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalAddress.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalAddress.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PhysicalAddressType">
            <summary>
            The enum PhysicalAddressType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhysicalAddressType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhysicalAddressType.Home">
            <summary>
            Home
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhysicalAddressType.Business">
            <summary>
            Business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhysicalAddressType.Other">
            <summary>
            Other
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PhysicalOfficeAddress">
            <summary>
            The type PhysicalOfficeAddress.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalOfficeAddress.City">
            <summary>
            Gets or sets city.
            The city.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalOfficeAddress.CountryOrRegion">
            <summary>
            Gets or sets countryOrRegion.
            The country or region. It's a free-format string value, for example, 'United States'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalOfficeAddress.OfficeLocation">
            <summary>
            Gets or sets officeLocation.
            Office location such as building and office number for an organizational contact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalOfficeAddress.PostalCode">
            <summary>
            Gets or sets postalCode.
            The postal code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalOfficeAddress.State">
            <summary>
            Gets or sets state.
            The state.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalOfficeAddress.Street">
            <summary>
            Gets or sets street.
            The street.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalOfficeAddress.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalOfficeAddress.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PinnedChatMessageInfo">
            <summary>
            The type Pinned Chat Message Info.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PinnedChatMessageInfo.Message">
            <summary>
            Gets or sets message.
            Represents details about the chat message that is pinned.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Pkcs12Certificate">
            <summary>
            The type Pkcs12Certificate.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Pkcs12Certificate.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.Pkcs12Certificate"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Pkcs12Certificate.Password">
            <summary>
            Gets or sets password.
            The password for the pfx file. Required. If no password is used, you must still provide a value of ''.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Pkcs12Certificate.Pkcs12Value">
            <summary>
            Gets or sets pkcs12Value.
            Represents the pfx content that is sent. The value should be a base-64 encoded version of the actual certificate content. Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Pkcs12CertificateInformation">
            <summary>
            The type Pkcs12CertificateInformation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Pkcs12CertificateInformation.IsActive">
            <summary>
            Gets or sets isActive.
            Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate which is not yet expired but whose notBefore time is in the past.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Pkcs12CertificateInformation.NotAfter">
            <summary>
            Gets or sets notAfter.
            The certificate's expiry. This value is a NumericDate as defined in RFC 7519 (A JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Pkcs12CertificateInformation.NotBefore">
            <summary>
            Gets or sets notBefore.
            The certificate's issue time (not before). This value is a NumericDate as defined in RFC 7519 (A JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Pkcs12CertificateInformation.Thumbprint">
            <summary>
            Gets or sets thumbprint.
            The certificate thumbprint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Pkcs12CertificateInformation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Pkcs12CertificateInformation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Place">
            <summary>
            The type Place.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Place.#ctor">
            <summary>
             The internal Place constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Place.Address">
            <summary>
            Gets or sets address.
            The street address of the place.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Place.DisplayName">
            <summary>
            Gets or sets display name.
            The name associated with the place.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Place.GeoCoordinates">
            <summary>
            Gets or sets geo coordinates.
            Specifies the place location in latitude, longitude and (optionally) altitude coordinates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Place.Phone">
            <summary>
            Gets or sets phone.
            The phone number of the place.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Planner">
            <summary>
            The type Planner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Planner.Buckets">
            <summary>
            Gets or sets buckets.
            Read-only. Nullable. Returns a collection of the specified buckets
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Planner.BucketsNextLink">
            <summary>
            Gets or sets bucketsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Planner.Plans">
            <summary>
            Gets or sets plans.
            Read-only. Nullable. Returns a collection of the specified plans
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Planner.PlansNextLink">
            <summary>
            Gets or sets plansNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Planner.Tasks">
            <summary>
            Gets or sets tasks.
            Read-only. Nullable. Returns a collection of the specified tasks
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Planner.TasksNextLink">
            <summary>
            Gets or sets tasksNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerAppliedCategories">
            <summary>
            The type PlannerAppliedCategories.
            </summary>
            <summary>
            Represents the categories applied for a <see cref="T:Microsoft.Graph.PlannerTask"/>. The category descriptions are defined for each Plan, in <see cref="T:Microsoft.Graph.PlannerPlanDetails" /> resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.Category1">
            <summary>
            Specifies if category1 is applied to a the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.Category2">
            <summary>
            Specifies if category2 is applied to a the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.Category3">
            <summary>
            Specifies if category3 is applied to a the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.Category4">
            <summary>
            Specifies if category4 is applied to a the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.Category5">
            <summary>
            Specifies if category5 is applied to a the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.Category6">
            <summary>
            Specifies if category6 is applied to a the task.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat">
            <summary>
            The type Planner Assigned To Task Board Task Format.
            </summary>
            <summary>
            Represents ordering information for the containing <see cref="T:Microsoft.Graph.PlannerTask"/> on "assigned to" task board.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat.OrderHintsByAssignee">
            <summary>
            Gets or sets order hints by assignee.
            Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat.UnassignedOrderHint">
            <summary>
            Gets or sets unassigned order hint.
            Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined here.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat.GetOrderHintForAssignee(System.String)">
            <summary>
            Returns the order hint that applies to the task in the given assignee's column.
            </summary>
            <param name="userId">User id of the assignee.</param>
            <returns>The order hint.</returns>
            <remarks>This method first checks the <see cref="P:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat.OrderHintsByAssignee"/> dictionary to find a user specific entry, if a suitable entry is not found 
            falls back to <see cref="P:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat.UnassignedOrderHint"/> property.</remarks>
        </member>
        <member name="T:Microsoft.Graph.PlannerAssignment">
            <summary>
            The type PlannerAssignment.
            </summary>
            <summary>
            Represents an assignment on a <see cref="T:Microsoft.Graph.PlannerTask"/>.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignment.AssignedBy">
            <summary>
            Gets or sets assignedBy.
            The identity of the user that performed the assignment of the task, i.e. the assignor.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignment.AssignedDateTime">
            <summary>
            Gets or sets assignedDateTime.
            The time at which the task was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignment.OrderHint">
            <summary>
            Gets or sets orderHint.
            Hint used to order assignees in a task. The format is defined as outlined here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignment.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignment.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignment.#ctor">
            <summary>
            Constructor for PlannerAssignment resource.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerAssignment.ODataTypeName">
            <summary>
            OData type name for PlannerAssignment resource.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerAssignments">
            <summary>
            The type PlannerAssignments.
            </summary>
            <summary>
            Represents assignments of a <see cref="T:Microsoft.Graph.PlannerTask"/>.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignments.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignments.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignments.Assignees">
            <summary>
            Gets the ids of the users assigned to the task. 
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignments.Count">
            <summary>
            Gets the number of assignees on the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignments.Item(System.String)">
            <summary>
            Gets or sets assignment data for a user.
            </summary>
            <param name="userId">The id of the user.</param>
            <returns>The assignment information for the given assignee.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignments.AddAssignee(System.String)">
            <summary>
            Assigns the task to the user with the given id.
            </summary>
            <param name="userId">Id of the user to assign the task.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignments.GetEnumerator">
            <summary>
            Returns pairs of user ids and their assignment information for users that are assigned to the task.
            </summary>
            <returns>Enumeration of user id, assignment information pairs.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignments.EnsureDeserializedAssignments">
            <summary>
            Ensures the Assignment information is deserialized into <see cref="T:Microsoft.Graph.PlannerAssignment"/> objects.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucket">
            <summary>
            The type Planner Bucket.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucket.Name">
            <summary>
            Gets or sets name.
            Name of the bucket.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucket.OrderHint">
            <summary>
            Gets or sets order hint.
            Hint used to order items of this type in a list view. The format is defined as outlined here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucket.PlanId">
            <summary>
            Gets or sets plan id.
            Plan ID to which the bucket belongs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucket.Tasks">
            <summary>
            Gets or sets tasks.
            Read-only. Nullable. The collection of tasks in the bucket.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucket.TasksNextLink">
            <summary>
            Gets or sets tasksNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTaskBoardTaskFormat">
            <summary>
            The type Planner Bucket Task Board Task Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketTaskBoardTaskFormat.OrderHint">
            <summary>
            Gets or sets order hint.
            Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerCategoryDescriptions">
            <summary>
            The type PlannerCategoryDescriptions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category1">
            <summary>
            Gets or sets category1.
            The label associated with Category 1
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category10">
            <summary>
            Gets or sets category10.
            The label associated with Category 10
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category11">
            <summary>
            Gets or sets category11.
            The label associated with Category 11
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category12">
            <summary>
            Gets or sets category12.
            The label associated with Category 12
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category13">
            <summary>
            Gets or sets category13.
            The label associated with Category 13
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category14">
            <summary>
            Gets or sets category14.
            The label associated with Category 14
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category15">
            <summary>
            Gets or sets category15.
            The label associated with Category 15
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category16">
            <summary>
            Gets or sets category16.
            The label associated with Category 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category17">
            <summary>
            Gets or sets category17.
            The label associated with Category 17
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category18">
            <summary>
            Gets or sets category18.
            The label associated with Category 18
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category19">
            <summary>
            Gets or sets category19.
            The label associated with Category 19
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category2">
            <summary>
            Gets or sets category2.
            The label associated with Category 2
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category20">
            <summary>
            Gets or sets category20.
            The label associated with Category 20
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category21">
            <summary>
            Gets or sets category21.
            The label associated with Category 21
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category22">
            <summary>
            Gets or sets category22.
            The label associated with Category 22
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category23">
            <summary>
            Gets or sets category23.
            The label associated with Category 23
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category24">
            <summary>
            Gets or sets category24.
            The label associated with Category 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category25">
            <summary>
            Gets or sets category25.
            The label associated with Category 25
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category3">
            <summary>
            Gets or sets category3.
            The label associated with Category 3
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category4">
            <summary>
            Gets or sets category4.
            The label associated with Category 4
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category5">
            <summary>
            Gets or sets category5.
            The label associated with Category 5
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category6">
            <summary>
            Gets or sets category6.
            The label associated with Category 6
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category7">
            <summary>
            Gets or sets category7.
            The label associated with Category 7
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category8">
            <summary>
            Gets or sets category8.
            The label associated with Category 8
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category9">
            <summary>
            Gets or sets category9.
            The label associated with Category 9
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerChecklistItem">
            <summary>
            The type PlannerChecklistItem.
            </summary>
            <summary>
            Represents a checklist item on a <see cref="T:Microsoft.Graph.PlannerTaskDetails"/>. 
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItem.IsChecked">
            <summary>
            Gets or sets isChecked.
            Value is true if the item is checked and false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItem.LastModifiedBy">
            <summary>
            Gets or sets lastModifiedBy.
            Read-only. User ID by which this is last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItem.LastModifiedDateTime">
            <summary>
            Gets or sets lastModifiedDateTime.
            Read-only. Date and time at which this is last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItem.OrderHint">
            <summary>
            Gets or sets orderHint.
            Used to set the relative order of items in the checklist. The format is defined as outlined here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItem.Title">
            <summary>
            Gets or sets title.
            Title of the checklist item
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerChecklistItem.#ctor">
            <summary>
            Constructor for PlannerChecklistItem resource.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerChecklistItem.ODataTypeName">
            <summary>
            OData type name for PlannerChecklistItem resource.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerChecklistItems">
            <summary>
            The type PlannerChecklistItems.
            </summary>
            <summary>
            Represents the checklist on a <see cref="T:Microsoft.Graph.PlannerTaskDetails"/>. 
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItems.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItems.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItems.Item(System.String)">
            <summary>
            Gets or sets checklist item data for a given checklist item id.
            </summary>
            <param name="checklistItemId">The id of the checklit item.</param>
            <returns>The checklist item for the given checklist item id.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerChecklistItems.AddChecklistItem(System.String)">
            <summary>
            Creates a new checklist item with the given title.
            </summary>
            <param name="title">Title of the checklist item.</param>
            <returns>The id of the checklist item.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerChecklistItems.GetEnumerator">
            <summary>
            Returns pairs of checklist item ids and checklist items.
            </summary>
            <returns>Enumeration of checklist item id, checklist item pairs.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerChecklistItems.EnsureDeserializedChecklist">
            <summary>
            Ensures the ChecklistItem information is deserialized into <see cref="T:Microsoft.Graph.PlannerChecklistItem"/> objects.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerContainerType">
            <summary>
            The enum PlannerContainerType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerContainerType.Group">
            <summary>
            Group
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerContainerType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerContainerType.Roster">
            <summary>
            Roster
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerExternalReference">
            <summary>
            The type PlannerExternalReference.
            </summary>
            <summary>
            Represents an external reference item on a <see cref="T:Microsoft.Graph.PlannerTaskDetails"/>. 
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReference.Alias">
            <summary>
            Gets or sets alias.
            A name alias to describe the reference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReference.LastModifiedBy">
            <summary>
            Gets or sets lastModifiedBy.
            Read-only. User ID by which this is last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReference.LastModifiedDateTime">
            <summary>
            Gets or sets lastModifiedDateTime.
            Read-only. Date and time at which this is last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReference.PreviewPriority">
            <summary>
            Gets or sets previewPriority.
            Used to set the relative priority order in which the reference will be shown as a preview on the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReference.Type">
            <summary>
            Gets or sets type.
            Used to describe the type of the reference. Types include: PowerPoint, Word, Excel, Other.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReference.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReference.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerExternalReference.#ctor">
            <summary>
             Constructor for PlannerExternalReference resource.
             </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerExternalReference.ODataTypeName">
            <summary>
            OData type name for PlannerExternalReference resource.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerExternalReferences">
            <summary>
            The type PlannerExternalReferences.
            </summary>
            <summary>
            Represents the external references on a <see cref="T:Microsoft.Graph.PlannerTaskDetails"/>.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReferences.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReferences.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerExternalReferences.Conversions">
            <summary>
            Specifies the character - encoding pairs to apply on the external reference urls.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReferences.Item(System.String)">
            <summary>
            Gets or sets external reference data for a given reference url.
            </summary>
            <param name="url">The url of the reference.</param>
            <returns>The external reference data for the given url.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerExternalReferences.AddReference(System.String,System.String)">
            <summary>
            Adds a new external reference with the given url and short name.
            </summary>
            <param name="url">Url of the external reference.</param>
            <param name="alias">Short name for the external reference.</param>
            <returns>The created external reference.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerExternalReferences.GetEnumerator">
            <summary>
            Returns pairs of external reference urls and external reference data.
            </summary>
            <returns>Enumeration of external reference ulr, external reference data pairs.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerExternalReferences.EnsureDeserializedReferences">
            <summary>
            Ensures the ExternalReference information is deserialized into <see cref="T:Microsoft.Graph.PlannerExternalReference"/> objects.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerExternalReferences.Encode(System.String)">
            <summary>
            Encodes the url of an external reference to be compatible with a OData property naming requirements.
            </summary>
            <param name="externalReferenceUrl">Url to encode</param>
            <returns>Encoded Url</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerExternalReferences.Decode(System.String)">
            <summary>
            Decodes an encoded the url of an external reference.
            </summary>
            <param name="externalReferenceUrl">Url to decode</param>
            <returns>Decoded Url</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroup">
            <summary>
            The type Planner Group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroup.Plans">
            <summary>
            Gets or sets plans.
            Read-only. Nullable. Returns the plannerPlans owned by the group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroup.PlansNextLink">
            <summary>
            Gets or sets plansNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerOrderHintsByAssignee">
            <summary>
            The type PlannerOrderHintsByAssignee.
            </summary>
            <summary>
            Represents the order hints for each assignee's column in "assigned to" task board for the containing <see cref="T:Microsoft.Graph.PlannerTask"/>. 
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerOrderHintsByAssignee.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerOrderHintsByAssignee.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerOrderHintsByAssignee.Item(System.String)">
            <summary>
            Gets or sets the order hint of an assignee.
            </summary>
            <param name="userId">User id of the assignee.</param>
            <returns>The order hint.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerOrderHintsByAssignee.GetEnumerator">
            <summary>
            Returns pairs of assignee user ids and the corresponding order hint for the assignee's column.
            </summary>
            <returns>Enumeration of user id, order hint pairs.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlan">
            <summary>
            The type Planner Plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.Container">
            <summary>
            Gets or sets container.
            Identifies the container of the plan. Specify only the url, the containerId and type, or all properties. After it is set, this property can’t be updated. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.CreatedBy">
            <summary>
            Gets or sets created by.
            Read-only. The user who created the plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.Owner">
            <summary>
            Gets or sets owner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.Title">
            <summary>
            Gets or sets title.
            Required. Title of the plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.Buckets">
            <summary>
            Gets or sets buckets.
            Read-only. Nullable. Collection of buckets in the plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.BucketsNextLink">
            <summary>
            Gets or sets bucketsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.Details">
            <summary>
            Gets or sets details.
            Read-only. Nullable. Additional details about the plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.Tasks">
            <summary>
            Gets or sets tasks.
            Read-only. Nullable. Collection of tasks in the plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.TasksNextLink">
            <summary>
            Gets or sets tasksNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanContainer">
            <summary>
            The type PlannerPlanContainer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanContainer.ContainerId">
            <summary>
            Gets or sets containerId.
            The identifier of the resource that contains the plan. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanContainer.Type">
            <summary>
            Gets or sets type.
            The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanContainer.Url">
            <summary>
            Gets or sets url.
            The full canonical URL of the container. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanContainer.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanContainer.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanDetails">
            <summary>
            The type Planner Plan Details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanDetails.CategoryDescriptions">
            <summary>
            Gets or sets category descriptions.
            An object that specifies the descriptions of the 25 categories that can be associated with tasks in the plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanDetails.SharedWith">
            <summary>
            Gets or sets shared with.
            Set of user IDs that this plan is shared with. If you are leveraging Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection, although it is not required for them to access the plan owned by the group.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPreviewType">
            <summary>
            The enum PlannerPreviewType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerPreviewType.Automatic">
            <summary>
            Automatic
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerPreviewType.NoPreview">
            <summary>
            No Preview
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerPreviewType.Checklist">
            <summary>
            Checklist
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerPreviewType.Description">
            <summary>
            Description
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerPreviewType.Reference">
            <summary>
            Reference
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerProgressTaskBoardTaskFormat">
            <summary>
            The type Planner Progress Task Board Task Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerProgressTaskBoardTaskFormat.OrderHint">
            <summary>
            Gets or sets order hint.
            Hint value used to order the task on the progress view of the task board. For details about the supported format, see Using order hints in Planner.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerTask">
            <summary>
            The type Planner Task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.ActiveChecklistItemCount">
            <summary>
            Gets or sets active checklist item count.
            Number of checklist items with value set to false, representing incomplete items.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.AppliedCategories">
            <summary>
            Gets or sets applied categories.
            The categories to which the task has been applied. See applied Categories for possible values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.AssigneePriority">
            <summary>
            Gets or sets assignee priority.
            Hint used to order items of this type in a list view. The format is defined as outlined here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.Assignments">
            <summary>
            Gets or sets assignments.
            The set of assignees the task is assigned to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.BucketId">
            <summary>
            Gets or sets bucket id.
            Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. Format validation is done on the service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.ChecklistItemCount">
            <summary>
            Gets or sets checklist item count.
            Number of checklist items that are present on the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.CompletedBy">
            <summary>
            Gets or sets completed by.
            Identity of the user that completed the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.CompletedDateTime">
            <summary>
            Gets or sets completed date time.
            Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.ConversationThreadId">
            <summary>
            Gets or sets conversation thread id.
            Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.CreatedBy">
            <summary>
            Gets or sets created by.
            Identity of the user that created the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.DueDateTime">
            <summary>
            Gets or sets due date time.
            Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.HasDescription">
            <summary>
            Gets or sets has description.
            Read-only. Value is true if the details object of the task has a non-empty description and false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.OrderHint">
            <summary>
            Gets or sets order hint.
            Hint used to order items of this type in a list view. The format is defined as outlined here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.PercentComplete">
            <summary>
            Gets or sets percent complete.
            Percentage of task completion. When set to 100, the task is considered completed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.PlanId">
            <summary>
            Gets or sets plan id.
            Plan ID to which the task belongs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.PreviewType">
            <summary>
            Gets or sets preview type.
            This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.Priority">
            <summary>
            Gets or sets priority.
            Priority of the task. The valid range of values is between 0 and 10, with the increasing value being lower priority (0 has the highest priority and 10 has the lowest priority).  Currently, Planner interprets values 0 and 1 as 'urgent', 2, 3 and 4 as 'important', 5, 6, and 7 as 'medium', and 8, 9, and 10 as 'low'.  Additionally, Planner sets the value 1 for 'urgent', 3 for 'important', 5 for 'medium', and 9 for 'low'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.ReferenceCount">
            <summary>
            Gets or sets reference count.
            Number of external references that exist on the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.StartDateTime">
            <summary>
            Gets or sets start date time.
            Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.Title">
            <summary>
            Gets or sets title.
            Title of the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.AssignedToTaskBoardFormat">
            <summary>
            Gets or sets assigned to task board format.
            Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.BucketTaskBoardFormat">
            <summary>
            Gets or sets bucket task board format.
            Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.Details">
            <summary>
            Gets or sets details.
            Read-only. Nullable. Additional details about the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.ProgressTaskBoardFormat">
            <summary>
            Gets or sets progress task board format.
            Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerTaskDetails">
            <summary>
            The type Planner Task Details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskDetails.Checklist">
            <summary>
            Gets or sets checklist.
            The collection of checklist items on the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskDetails.Description">
            <summary>
            Gets or sets description.
            Description of the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskDetails.PreviewType">
            <summary>
            Gets or sets preview type.
            This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskDetails.References">
            <summary>
            Gets or sets references.
            The collection of references on the task.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerUser">
            <summary>
            The type Planner User.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUser.Plans">
            <summary>
            Gets or sets plans.
            Read-only. Nullable. Returns the plannerTasks assigned to the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUser.PlansNextLink">
            <summary>
            Gets or sets plansNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUser.Tasks">
            <summary>
            Gets or sets tasks.
            Read-only. Nullable. Returns the plannerPlans shared with the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUser.TasksNextLink">
            <summary>
            Gets or sets tasksNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserIds">
            <summary>
            The type PlannerUserIds.
            </summary>
            <summary>
            Represents a collection of user ids.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserIds.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserIds.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserIds.Count">
            <summary>
            Number of user ids in the collection.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserIds.Add(System.String)">
            <summary>
            Adds a user id to the collection.
            </summary>
            <param name="userId">User id to add.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserIds.Remove(System.String)">
            <summary>
            Removes a user id from the collection.
            </summary>
            <param name="userId">User id to remove.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserIds.Contains(System.String)">
            <summary>
            Checks if a given user id is present in the collection.
            </summary>
            <param name="userId">User id to check</param>
            <returns>True if the user is is present in the collection, false otherwise.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserIds.GetEnumerator">
            <summary>
            Returns the user ids in the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Microsoft.Graph.PlayPromptOperation">
            <summary>
            The type Play Prompt Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperation.#ctor">
            <summary>
             The PlayPromptOperation constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyBase">
            <summary>
            The type Policy Base.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyBase.#ctor">
            <summary>
             The internal PolicyBase constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyBase.Description">
            <summary>
            Gets or sets description.
            Description for this policy. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyBase.DisplayName">
            <summary>
            Gets or sets display name.
            Display name for this policy. Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyPlatformType">
            <summary>
            The enum PolicyPlatformType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.Android">
            <summary>
            Android
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.AndroidForWork">
            <summary>
            Android For Work
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.IOS">
            <summary>
            IOS
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.MacOS">
            <summary>
            Mac OS
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.WindowsPhone81">
            <summary>
            Windows Phone81
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.Windows81AndLater">
            <summary>
            Windows81And Later
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.Windows10AndLater">
            <summary>
            Windows10And Later
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.All">
            <summary>
            All
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRoot">
            <summary>
            The type Policy Root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.AuthenticationMethodsPolicy">
            <summary>
            Gets or sets authentication methods policy.
            The authentication methods and the users that are allowed to use them to sign in and perform multi-factor authentication (MFA) in Azure Active Directory (Azure AD).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.AuthenticationFlowsPolicy">
            <summary>
            Gets or sets authentication flows policy.
            The policy configuration of the self-service sign-up experience of external users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.ActivityBasedTimeoutPolicies">
            <summary>
            Gets or sets activity based timeout policies.
            The policy that controls the idle time out for web sessions for applications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.ActivityBasedTimeoutPoliciesNextLink">
            <summary>
            Gets or sets activityBasedTimeoutPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.AuthorizationPolicy">
            <summary>
            Gets or sets authorization policy.
            The policy that controls Azure AD authorization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.ClaimsMappingPolicies">
            <summary>
            Gets or sets claims mapping policies.
            The claim-mapping policies for WS-Fed, SAML, OAuth 2.0, and OpenID Connect protocols, for tokens issued to a specific application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.ClaimsMappingPoliciesNextLink">
            <summary>
            Gets or sets claimsMappingPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.CrossTenantAccessPolicy">
            <summary>
            Gets or sets cross tenant access policy.
            The custom rules that define an access scenario when interacting with external Azure AD tenants.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.HomeRealmDiscoveryPolicies">
            <summary>
            Gets or sets home realm discovery policies.
            The policy to control Azure AD authentication behavior for federated users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.HomeRealmDiscoveryPoliciesNextLink">
            <summary>
            Gets or sets homeRealmDiscoveryPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.PermissionGrantPolicies">
            <summary>
            Gets or sets permission grant policies.
            The policy that specifies the conditions under which consent can be granted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.PermissionGrantPoliciesNextLink">
            <summary>
            Gets or sets permissionGrantPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.TokenIssuancePolicies">
            <summary>
            Gets or sets token issuance policies.
            The policy that specifies the characteristics of SAML tokens issued by Azure AD.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.TokenIssuancePoliciesNextLink">
            <summary>
            Gets or sets tokenIssuancePoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.TokenLifetimePolicies">
            <summary>
            Gets or sets token lifetime policies.
            The policy that controls the lifetime of a JWT access token, an ID token, or a SAML 1.1/2.0 token issued by Azure AD.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.TokenLifetimePoliciesNextLink">
            <summary>
            Gets or sets tokenLifetimePoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.FeatureRolloutPolicies">
            <summary>
            Gets or sets feature rollout policies.
            The feature rollout policy associated with a directory object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.FeatureRolloutPoliciesNextLink">
            <summary>
            Gets or sets featureRolloutPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.AdminConsentRequestPolicy">
            <summary>
            Gets or sets admin consent request policy.
            The policy by which consent requests are created and managed for the entire tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.ConditionalAccessPolicies">
            <summary>
            Gets or sets conditional access policies.
            The custom rules that define an access scenario.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.ConditionalAccessPoliciesNextLink">
            <summary>
            Gets or sets conditionalAccessPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.IdentitySecurityDefaultsEnforcementPolicy">
            <summary>
            Gets or sets identity security defaults enforcement policy.
            The policy that represents the security defaults that protect against common attacks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.RoleManagementPolicies">
            <summary>
            Gets or sets role management policies.
            Specifies the various policies associated with scopes and roles.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.RoleManagementPoliciesNextLink">
            <summary>
            Gets or sets roleManagementPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.RoleManagementPolicyAssignments">
            <summary>
            Gets or sets role management policy assignments.
            The assignment of a role management policy to a role definition object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRoot.RoleManagementPolicyAssignmentsNextLink">
            <summary>
            Gets or sets roleManagementPolicyAssignmentsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Post">
            <summary>
            The type Post.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Post.#ctor">
            <summary>
             The Post constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.Body">
            <summary>
            Gets or sets body.
            The contents of the post. This is a default property. This property can be null.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.ConversationId">
            <summary>
            Gets or sets conversation id.
            Unique ID of the conversation. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.ConversationThreadId">
            <summary>
            Gets or sets conversation thread id.
            Unique ID of the conversation thread. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.From">
            <summary>
            Gets or sets from.
            Used in delegate access scenarios. Indicates who posted the message on behalf of another user. This is a default property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.HasAttachments">
            <summary>
            Gets or sets has attachments.
            Indicates whether the post has at least one attachment. This is a default property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.NewParticipants">
            <summary>
            Gets or sets new participants.
            Conversation participants that were added to the thread as part of this post.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.ReceivedDateTime">
            <summary>
            Gets or sets received date time.
            Specifies when the post was received. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.Sender">
            <summary>
            Gets or sets sender.
            Contains the address of the sender. The value of Sender is assumed to be the address of the authenticated user in the case when Sender is not specified. This is a default property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.Attachments">
            <summary>
            Gets or sets attachments.
            Read-only. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.AttachmentsNextLink">
            <summary>
            Gets or sets attachmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.ExtensionsNextLink">
            <summary>
            Gets or sets extensionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.InReplyTo">
            <summary>
            Gets or sets in reply to.
            Read-only. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the post. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.MultiValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets multiValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the post. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.SingleValueExtendedPropertiesNextLink">
            <summary>
            Gets or sets singleValueExtendedPropertiesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostForwardRequestBody">
            <summary>
            The type PostForwardRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostForwardRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostForwardRequestBody.ToRecipients">
            <summary>
            Gets or sets ToRecipients.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostReplyRequestBody">
            <summary>
            The type PostReplyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostReplyRequestBody.Post">
            <summary>
            Gets or sets Post.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostType">
            <summary>
            The enum PostType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PostType.Regular">
            <summary>
            Regular
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PostType.Quick">
            <summary>
            Quick
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PostType.Strategic">
            <summary>
            Strategic
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PostType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PreAuthorizedApplication">
            <summary>
            The type PreAuthorizedApplication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PreAuthorizedApplication.AppId">
            <summary>
            Gets or sets appId.
            The unique identifier for the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PreAuthorizedApplication.DelegatedPermissionIds">
            <summary>
            Gets or sets delegatedPermissionIds.
            The unique identifier for the oauth2PermissionScopes the application requires.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PreAuthorizedApplication.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PreAuthorizedApplication.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrereleaseFeatures">
            <summary>
            The enum PrereleaseFeatures.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrereleaseFeatures.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrereleaseFeatures.SettingsOnly">
            <summary>
            Settings Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrereleaseFeatures.SettingsAndExperimentations">
            <summary>
            Settings And Experimentations
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrereleaseFeatures.NotAllowed">
            <summary>
            Not Allowed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Presence">
            <summary>
            The type Presence.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Presence.Activity">
            <summary>
            Gets or sets activity.
            The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Presence.Availability">
            <summary>
            Gets or sets availability.
            The base presence information for a user. Possible values are Available, AvailableIdle,  Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PresenceClearPresenceRequestBody">
            <summary>
            The type PresenceClearPresenceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PresenceClearPresenceRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PresenceSetPresenceRequestBody">
            <summary>
            The type PresenceSetPresenceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PresenceSetPresenceRequestBody.SessionId">
            <summary>
            Gets or sets SessionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PresenceSetPresenceRequestBody.Availability">
            <summary>
            Gets or sets Availability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PresenceSetPresenceRequestBody.Activity">
            <summary>
            Gets or sets Activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PresenceSetPresenceRequestBody.ExpirationDuration">
            <summary>
            Gets or sets ExpirationDuration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PresenceSetUserPreferredPresenceRequestBody">
            <summary>
            The type PresenceSetUserPreferredPresenceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PresenceSetUserPreferredPresenceRequestBody.Availability">
            <summary>
            Gets or sets Availability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PresenceSetUserPreferredPresenceRequestBody.Activity">
            <summary>
            Gets or sets Activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PresenceSetUserPreferredPresenceRequestBody.ExpirationDuration">
            <summary>
            Gets or sets ExpirationDuration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrincipalResourceMembershipsScope">
            <summary>
            The type PrincipalResourceMembershipsScope.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrincipalResourceMembershipsScope.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.PrincipalResourceMembershipsScope"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrincipalResourceMembershipsScope.PrincipalScopes">
            <summary>
            Gets or sets principalScopes.
            Defines the scopes of the principals whose access to resources are reviewed in the access review.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrincipalResourceMembershipsScope.ResourceScopes">
            <summary>
            Gets or sets resourceScopes.
            Defines the scopes of the resources for which access is reviewed.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Print">
            <summary>
            The type Print.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.Settings">
            <summary>
            Gets or sets settings.
            Tenant-wide settings for the Universal Print service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.Connectors">
            <summary>
            Gets or sets connectors.
            The list of available print connectors.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.ConnectorsNextLink">
            <summary>
            Gets or sets connectorsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.Operations">
            <summary>
            Gets or sets operations.
            The list of print long running operations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.OperationsNextLink">
            <summary>
            Gets or sets operationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.Printers">
            <summary>
            Gets or sets printers.
            The list of printers registered in the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.PrintersNextLink">
            <summary>
            Gets or sets printersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.Services">
            <summary>
            Gets or sets services.
            The list of available Universal Print service endpoints.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.ServicesNextLink">
            <summary>
            Gets or sets servicesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.Shares">
            <summary>
            Gets or sets shares.
            The list of printer shares registered in the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.SharesNextLink">
            <summary>
            Gets or sets sharesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.TaskDefinitions">
            <summary>
            Gets or sets task definitions.
            List of abstract definition for a task that can be triggered when various events occur within Universal Print.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.TaskDefinitionsNextLink">
            <summary>
            Gets or sets taskDefinitionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Print.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintCertificateSigningRequestObject">
            <summary>
            The type PrintCertificateSigningRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintCertificateSigningRequestObject.Content">
            <summary>
            Gets or sets content.
            A base64-encoded pkcs10 certificate request. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintCertificateSigningRequestObject.TransportKey">
            <summary>
            Gets or sets transportKey.
            The base64-encoded public portion of an asymmetric key that is generated by the client. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintCertificateSigningRequestObject.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintCertificateSigningRequestObject.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintColorMode">
            <summary>
            The enum PrintColorMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintColorMode.BlackAndWhite">
            <summary>
            Black And White
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintColorMode.Grayscale">
            <summary>
            Grayscale
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintColorMode.Color">
            <summary>
            Color
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintColorMode.Auto">
            <summary>
            Auto
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintColorMode.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintConnector">
            <summary>
            The type Print Connector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintConnector.AppVersion">
            <summary>
            Gets or sets app version.
            The connector's version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintConnector.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the connector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintConnector.FullyQualifiedDomainName">
            <summary>
            Gets or sets fully qualified domain name.
            The connector machine's hostname.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintConnector.Location">
            <summary>
            Gets or sets location.
            The physical and/or organizational location of the connector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintConnector.OperatingSystem">
            <summary>
            Gets or sets operating system.
            The connector machine's operating system version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintConnector.RegisteredDateTime">
            <summary>
            Gets or sets registered date time.
            The DateTimeOffset when the connector was registered.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintDocument">
            <summary>
            The type Print Document.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintDocument.ContentType">
            <summary>
            Gets or sets content type.
            The document's content (MIME) type. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintDocument.DisplayName">
            <summary>
            Gets or sets display name.
            The document's name. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintDocument.Size">
            <summary>
            Gets or sets size.
            The document's size in bytes. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintDocumentCreateUploadSessionRequestBody">
            <summary>
            The type PrintDocumentCreateUploadSessionRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintDocumentCreateUploadSessionRequestBody.Properties">
            <summary>
            Gets or sets Properties.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintDocumentUploadProperties">
            <summary>
            The type PrintDocumentUploadProperties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintDocumentUploadProperties.ContentType">
            <summary>
            Gets or sets contentType.
            The document's content (MIME) type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintDocumentUploadProperties.DocumentName">
            <summary>
            Gets or sets documentName.
            The document's name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintDocumentUploadProperties.Size">
            <summary>
            Gets or sets size.
            The document's size in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintDocumentUploadProperties.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintDocumentUploadProperties.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintDuplexMode">
            <summary>
            The enum PrintDuplexMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintDuplexMode.FlipOnLongEdge">
            <summary>
            Flip On Long Edge
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintDuplexMode.FlipOnShortEdge">
            <summary>
            Flip On Short Edge
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintDuplexMode.OneSided">
            <summary>
            One Sided
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintDuplexMode.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Printer">
            <summary>
            The type Printer.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Printer.#ctor">
            <summary>
             The Printer constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Printer.HasPhysicalDevice">
            <summary>
            Gets or sets has physical device.
            True if the printer has a physical device for printing. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Printer.IsShared">
            <summary>
            Gets or sets is shared.
            True if the printer is shared; false otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Printer.LastSeenDateTime">
            <summary>
            Gets or sets last seen date time.
            The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Printer.RegisteredDateTime">
            <summary>
            Gets or sets registered date time.
            The DateTimeOffset when the printer was registered. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Printer.Connectors">
            <summary>
            Gets or sets connectors.
            The connectors that are associated with the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Printer.ConnectorsNextLink">
            <summary>
            Gets or sets connectorsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Printer.Shares">
            <summary>
            Gets or sets shares.
            The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Printer.SharesNextLink">
            <summary>
            Gets or sets sharesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Printer.TaskTriggers">
            <summary>
            Gets or sets task triggers.
            A list of task triggers that are associated with the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Printer.TaskTriggersNextLink">
            <summary>
            Gets or sets taskTriggersNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterBase">
            <summary>
            The type Printer Base.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterBase.#ctor">
            <summary>
             The internal PrinterBase constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBase.Capabilities">
            <summary>
            Gets or sets capabilities.
            The capabilities of the printer/printerShare.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBase.Defaults">
            <summary>
            Gets or sets defaults.
            The default print settings of printer/printerShare.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBase.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the printer/printerShare.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBase.IsAcceptingJobs">
            <summary>
            Gets or sets is accepting jobs.
            Whether the printer/printerShare is currently accepting new print jobs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBase.Location">
            <summary>
            Gets or sets location.
            The physical and/or organizational location of the printer/printerShare.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBase.Manufacturer">
            <summary>
            Gets or sets manufacturer.
            The manufacturer of the printer/printerShare.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBase.Model">
            <summary>
            Gets or sets model.
            The model name of the printer/printerShare.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBase.Status">
            <summary>
            Gets or sets status.
            The processing status of the printer/printerShare, including any errors.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBase.Jobs">
            <summary>
            Gets or sets jobs.
            The list of jobs that are queued for printing by the printer/printerShare.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBase.JobsNextLink">
            <summary>
            Gets or sets jobsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterCapabilities">
            <summary>
            The type PrinterCapabilities.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.BottomMargins">
            <summary>
            Gets or sets bottomMargins.
            A list of supported bottom margins(in microns) for the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.Collation">
            <summary>
            Gets or sets collation.
            True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.ColorModes">
            <summary>
            Gets or sets colorModes.
            The color modes supported by the printer. Valid values are described in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.ContentTypes">
            <summary>
            Gets or sets contentTypes.
            A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.CopiesPerJob">
            <summary>
            Gets or sets copiesPerJob.
            The range of copies per job supported by the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.Dpis">
            <summary>
            Gets or sets dpis.
            The list of print resolutions in DPI that are supported by the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.DuplexModes">
            <summary>
            Gets or sets duplexModes.
            The list of duplex modes that are supported by the printer. Valid values are described in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.FeedOrientations">
            <summary>
            Gets or sets feedOrientations.
            The list of feed orientations that are supported by the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.Finishings">
            <summary>
            Gets or sets finishings.
            Finishing processes the printer supports for a printed document.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.InputBins">
            <summary>
            Gets or sets inputBins.
            Supported input bins for the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.IsColorPrintingSupported">
            <summary>
            Gets or sets isColorPrintingSupported.
            True if color printing is supported by the printer; false otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.IsPageRangeSupported">
            <summary>
            Gets or sets isPageRangeSupported.
            True if the printer supports printing by page ranges; false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.LeftMargins">
            <summary>
            Gets or sets leftMargins.
            A list of supported left margins(in microns) for the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.MediaColors">
            <summary>
            Gets or sets mediaColors.
            The media (i.e., paper) colors supported by the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.MediaSizes">
            <summary>
            Gets or sets mediaSizes.
            The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.MediaTypes">
            <summary>
            Gets or sets mediaTypes.
            The media types supported by the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.MultipageLayouts">
            <summary>
            Gets or sets multipageLayouts.
            The presentation directions supported by the printer. Supported values are described in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.Orientations">
            <summary>
            Gets or sets orientations.
            The print orientations supported by the printer. Valid values are described in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.OutputBins">
            <summary>
            Gets or sets outputBins.
            The printer's supported output bins (trays).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.PagesPerSheet">
            <summary>
            Gets or sets pagesPerSheet.
            Supported number of Input Pages to impose upon a single Impression.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.Qualities">
            <summary>
            Gets or sets qualities.
            The print qualities supported by the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.RightMargins">
            <summary>
            Gets or sets rightMargins.
            A list of supported right margins(in microns) for the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.Scalings">
            <summary>
            Gets or sets scalings.
            Supported print scalings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.SupportsFitPdfToPage">
            <summary>
            Gets or sets supportsFitPdfToPage.
            True if the printer supports scaling PDF pages to match the print media size; false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.TopMargins">
            <summary>
            Gets or sets topMargins.
            A list of supported top margins(in microns) for the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCapabilities.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterCreateOperation">
            <summary>
            The type Printer Create Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperation.#ctor">
            <summary>
             The PrinterCreateOperation constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCreateOperation.Certificate">
            <summary>
            Gets or sets certificate.
            The signed certificate created during the registration process. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCreateOperation.Printer">
            <summary>
            Gets or sets printer.
            The created printer entity. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterCreateRequestBody">
            <summary>
            The type PrinterCreateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCreateRequestBody.DisplayName">
            <summary>
            Gets or sets DisplayName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCreateRequestBody.Manufacturer">
            <summary>
            Gets or sets Manufacturer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCreateRequestBody.Model">
            <summary>
            Gets or sets Model.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCreateRequestBody.PhysicalDeviceId">
            <summary>
            Gets or sets PhysicalDeviceId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCreateRequestBody.HasPhysicalDevice">
            <summary>
            Gets or sets HasPhysicalDevice.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCreateRequestBody.CertificateSigningRequest">
            <summary>
            Gets or sets CertificateSigningRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCreateRequestBody.ConnectorId">
            <summary>
            Gets or sets ConnectorId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterDefaults">
            <summary>
            The type PrinterDefaults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.ColorMode">
            <summary>
            Gets or sets colorMode.
            The default color mode to use when printing the document. Valid values are described in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.ContentType">
            <summary>
            Gets or sets contentType.
            The default content (MIME) type to use when processing documents.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.CopiesPerJob">
            <summary>
            Gets or sets copiesPerJob.
            The default number of copies printed per job.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.Dpi">
            <summary>
            Gets or sets dpi.
            The default resolution in DPI to use when printing the job.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.DuplexMode">
            <summary>
            Gets or sets duplexMode.
            The default duplex (double-sided) configuration to use when printing a document. Valid values are described in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.Finishings">
            <summary>
            Gets or sets finishings.
            The default set of finishings to apply to print jobs. Valid values are described in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.FitPdfToPage">
            <summary>
            Gets or sets fitPdfToPage.
            The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.InputBin">
            <summary>
            Gets or sets inputBin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.MediaColor">
            <summary>
            Gets or sets mediaColor.
            The default media (such as paper) color to print the document on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.MediaSize">
            <summary>
            Gets or sets mediaSize.
            The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.MediaType">
            <summary>
            Gets or sets mediaType.
            The default media (such as paper) type to print the document on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.MultipageLayout">
            <summary>
            Gets or sets multipageLayout.
            The default direction to lay out pages when multiple pages are being printed per sheet. Valid values are described in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.Orientation">
            <summary>
            Gets or sets orientation.
            The default orientation to use when printing the document. Valid values are described in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.OutputBin">
            <summary>
            Gets or sets outputBin.
            The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.PagesPerSheet">
            <summary>
            Gets or sets pagesPerSheet.
            The default number of document pages to print on each sheet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.Quality">
            <summary>
            Gets or sets quality.
            The default quality to use when printing the document. Valid values are described in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.Scaling">
            <summary>
            Gets or sets scaling.
            Specifies how the printer scales the document data to fit the requested media. Valid values are described in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterDefaults.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterFeedOrientation">
            <summary>
            The enum PrinterFeedOrientation.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterFeedOrientation.LongEdgeFirst">
            <summary>
            Long Edge First
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterFeedOrientation.ShortEdgeFirst">
            <summary>
            Short Edge First
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterFeedOrientation.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterLocation">
            <summary>
            The type PrinterLocation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.AltitudeInMeters">
            <summary>
            Gets or sets altitudeInMeters.
            The altitude, in meters, that the printer is located at.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.Building">
            <summary>
            Gets or sets building.
            The building that the printer is located in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.City">
            <summary>
            Gets or sets city.
            The city that the printer is located in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.CountryOrRegion">
            <summary>
            Gets or sets countryOrRegion.
            The country or region that the printer is located in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.Floor">
            <summary>
            Gets or sets floor.
            The floor that the printer is located on. Only numerical values are supported right now.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.FloorDescription">
            <summary>
            Gets or sets floorDescription.
            The description of the floor that the printer is located on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.Latitude">
            <summary>
            Gets or sets latitude.
            The latitude that the printer is located at.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.Longitude">
            <summary>
            Gets or sets longitude.
            The longitude that the printer is located at.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.Organization">
            <summary>
            Gets or sets organization.
            The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.PostalCode">
            <summary>
            Gets or sets postalCode.
            The postal code that the printer is located in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.RoomDescription">
            <summary>
            Gets or sets roomDescription.
            The description of the room that the printer is located in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.RoomName">
            <summary>
            Gets or sets roomName.
            The room that the printer is located in. Only numerical values are supported right now.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.Site">
            <summary>
            Gets or sets site.
            The site that the printer is located in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.StateOrProvince">
            <summary>
            Gets or sets stateOrProvince.
            The state or province that the printer is located in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.StreetAddress">
            <summary>
            Gets or sets streetAddress.
            The street address where the printer is located.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.Subdivision">
            <summary>
            Gets or sets subdivision.
            The subdivision that the printer is located in. The elements should be in hierarchical order.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.Subunit">
            <summary>
            Gets or sets subunit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterLocation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterProcessingState">
            <summary>
            The enum PrinterProcessingState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingState.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingState.Idle">
            <summary>
            Idle
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingState.Processing">
            <summary>
            Processing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingState.Stopped">
            <summary>
            Stopped
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterProcessingStateDetail">
            <summary>
            The enum PrinterProcessingStateDetail.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.Paused">
            <summary>
            Paused
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaJam">
            <summary>
            Media Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaNeeded">
            <summary>
            Media Needed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaLow">
            <summary>
            Media Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaEmpty">
            <summary>
            Media Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.CoverOpen">
            <summary>
            Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InterlockOpen">
            <summary>
            Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.OutputTrayMissing">
            <summary>
            Output Tray Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.OutputAreaFull">
            <summary>
            Output Area Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerSupplyLow">
            <summary>
            Marker Supply Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerSupplyEmpty">
            <summary>
            Marker Supply Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputTrayMissing">
            <summary>
            Input Tray Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.OutputAreaAlmostFull">
            <summary>
            Output Area Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerWasteAlmostFull">
            <summary>
            Marker Waste Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerWasteFull">
            <summary>
            Marker Waste Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FuserOverTemp">
            <summary>
            Fuser Over Temp
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FuserUnderTemp">
            <summary>
            Fuser Under Temp
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.Other">
            <summary>
            Other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MovingToPaused">
            <summary>
            Moving To Paused
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.Shutdown">
            <summary>
            Shutdown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ConnectingToDevice">
            <summary>
            Connecting To Device
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TimedOut">
            <summary>
            Timed Out
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.Stopping">
            <summary>
            Stopping
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StoppedPartially">
            <summary>
            Stopped Partially
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TonerLow">
            <summary>
            Toner Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TonerEmpty">
            <summary>
            Toner Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SpoolAreaFull">
            <summary>
            Spool Area Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DoorOpen">
            <summary>
            Door Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.OpticalPhotoConductorNearEndOfLife">
            <summary>
            Optical Photo Conductor Near End Of Life
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.OpticalPhotoConductorLifeOver">
            <summary>
            Optical Photo Conductor Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DeveloperLow">
            <summary>
            Developer Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DeveloperEmpty">
            <summary>
            Developer Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InterpreterResourceUnavailable">
            <summary>
            Interpreter Resource Unavailable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.AlertRemovalOfBinaryChangeEntry">
            <summary>
            Alert Removal Of Binary Change Entry
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderAdded">
            <summary>
            Bander Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderAlmostEmpty">
            <summary>
            Bander Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderAlmostFull">
            <summary>
            Bander Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderAtLimit">
            <summary>
            Bander At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderClosed">
            <summary>
            Bander Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderConfigurationChange">
            <summary>
            Bander Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderCoverClosed">
            <summary>
            Bander Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderCoverOpen">
            <summary>
            Bander Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderEmpty">
            <summary>
            Bander Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderFull">
            <summary>
            Bander Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderInterlockClosed">
            <summary>
            Bander Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderInterlockOpen">
            <summary>
            Bander Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderJam">
            <summary>
            Bander Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderLifeAlmostOver">
            <summary>
            Bander Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderLifeOver">
            <summary>
            Bander Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderMemoryExhausted">
            <summary>
            Bander Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderMissing">
            <summary>
            Bander Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderMotorFailure">
            <summary>
            Bander Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderNearLimit">
            <summary>
            Bander Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderOffline">
            <summary>
            Bander Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderOpened">
            <summary>
            Bander Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderOverTemperature">
            <summary>
            Bander Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderPowerSaver">
            <summary>
            Bander Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderRecoverableFailure">
            <summary>
            Bander Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderRecoverableStorage">
            <summary>
            Bander Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderRemoved">
            <summary>
            Bander Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderResourceAdded">
            <summary>
            Bander Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderResourceRemoved">
            <summary>
            Bander Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderThermistorFailure">
            <summary>
            Bander Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderTimingFailure">
            <summary>
            Bander Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderTurnedOff">
            <summary>
            Bander Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderTurnedOn">
            <summary>
            Bander Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderUnderTemperature">
            <summary>
            Bander Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderUnrecoverableFailure">
            <summary>
            Bander Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderUnrecoverableStorageError">
            <summary>
            Bander Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BanderWarmingUp">
            <summary>
            Bander Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderAdded">
            <summary>
            Binder Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderAlmostEmpty">
            <summary>
            Binder Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderAlmostFull">
            <summary>
            Binder Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderAtLimit">
            <summary>
            Binder At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderClosed">
            <summary>
            Binder Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderConfigurationChange">
            <summary>
            Binder Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderCoverClosed">
            <summary>
            Binder Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderCoverOpen">
            <summary>
            Binder Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderEmpty">
            <summary>
            Binder Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderFull">
            <summary>
            Binder Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderInterlockClosed">
            <summary>
            Binder Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderInterlockOpen">
            <summary>
            Binder Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderJam">
            <summary>
            Binder Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderLifeAlmostOver">
            <summary>
            Binder Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderLifeOver">
            <summary>
            Binder Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderMemoryExhausted">
            <summary>
            Binder Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderMissing">
            <summary>
            Binder Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderMotorFailure">
            <summary>
            Binder Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderNearLimit">
            <summary>
            Binder Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderOffline">
            <summary>
            Binder Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderOpened">
            <summary>
            Binder Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderOverTemperature">
            <summary>
            Binder Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderPowerSaver">
            <summary>
            Binder Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderRecoverableFailure">
            <summary>
            Binder Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderRecoverableStorage">
            <summary>
            Binder Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderRemoved">
            <summary>
            Binder Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderResourceAdded">
            <summary>
            Binder Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderResourceRemoved">
            <summary>
            Binder Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderThermistorFailure">
            <summary>
            Binder Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderTimingFailure">
            <summary>
            Binder Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderTurnedOff">
            <summary>
            Binder Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderTurnedOn">
            <summary>
            Binder Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderUnderTemperature">
            <summary>
            Binder Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderUnrecoverableFailure">
            <summary>
            Binder Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderUnrecoverableStorageError">
            <summary>
            Binder Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.BinderWarmingUp">
            <summary>
            Binder Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.CameraFailure">
            <summary>
            Camera Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ChamberCooling">
            <summary>
            Chamber Cooling
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ChamberFailure">
            <summary>
            Chamber Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ChamberHeating">
            <summary>
            Chamber Heating
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ChamberTemperatureHigh">
            <summary>
            Chamber Temperature High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ChamberTemperatureLow">
            <summary>
            Chamber Temperature Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.CleanerLifeAlmostOver">
            <summary>
            Cleaner Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.CleanerLifeOver">
            <summary>
            Cleaner Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ConfigurationChange">
            <summary>
            Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.Deactivated">
            <summary>
            Deactivated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.Deleted">
            <summary>
            Deleted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterAdded">
            <summary>
            Die Cutter Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterAlmostEmpty">
            <summary>
            Die Cutter Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterAlmostFull">
            <summary>
            Die Cutter Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterAtLimit">
            <summary>
            Die Cutter At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterClosed">
            <summary>
            Die Cutter Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterConfigurationChange">
            <summary>
            Die Cutter Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterCoverClosed">
            <summary>
            Die Cutter Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterCoverOpen">
            <summary>
            Die Cutter Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterEmpty">
            <summary>
            Die Cutter Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterFull">
            <summary>
            Die Cutter Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterInterlockClosed">
            <summary>
            Die Cutter Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterInterlockOpen">
            <summary>
            Die Cutter Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterJam">
            <summary>
            Die Cutter Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterLifeAlmostOver">
            <summary>
            Die Cutter Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterLifeOver">
            <summary>
            Die Cutter Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterMemoryExhausted">
            <summary>
            Die Cutter Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterMissing">
            <summary>
            Die Cutter Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterMotorFailure">
            <summary>
            Die Cutter Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterNearLimit">
            <summary>
            Die Cutter Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterOffline">
            <summary>
            Die Cutter Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterOpened">
            <summary>
            Die Cutter Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterOverTemperature">
            <summary>
            Die Cutter Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterPowerSaver">
            <summary>
            Die Cutter Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterRecoverableFailure">
            <summary>
            Die Cutter Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterRecoverableStorage">
            <summary>
            Die Cutter Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterRemoved">
            <summary>
            Die Cutter Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterResourceAdded">
            <summary>
            Die Cutter Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterResourceRemoved">
            <summary>
            Die Cutter Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterThermistorFailure">
            <summary>
            Die Cutter Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterTimingFailure">
            <summary>
            Die Cutter Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterTurnedOff">
            <summary>
            Die Cutter Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterTurnedOn">
            <summary>
            Die Cutter Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterUnderTemperature">
            <summary>
            Die Cutter Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterUnrecoverableFailure">
            <summary>
            Die Cutter Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterUnrecoverableStorageError">
            <summary>
            Die Cutter Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.DieCutterWarmingUp">
            <summary>
            Die Cutter Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ExtruderCooling">
            <summary>
            Extruder Cooling
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ExtruderFailure">
            <summary>
            Extruder Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ExtruderHeating">
            <summary>
            Extruder Heating
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ExtruderJam">
            <summary>
            Extruder Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ExtruderTemperatureHigh">
            <summary>
            Extruder Temperature High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ExtruderTemperatureLow">
            <summary>
            Extruder Temperature Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FanFailure">
            <summary>
            Fan Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FaxModemLifeAlmostOver">
            <summary>
            Fax Modem Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FaxModemLifeOver">
            <summary>
            Fax Modem Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FaxModemMissing">
            <summary>
            Fax Modem Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FaxModemTurnedOff">
            <summary>
            Fax Modem Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FaxModemTurnedOn">
            <summary>
            Fax Modem Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderAdded">
            <summary>
            Folder Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderAlmostEmpty">
            <summary>
            Folder Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderAlmostFull">
            <summary>
            Folder Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderAtLimit">
            <summary>
            Folder At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderClosed">
            <summary>
            Folder Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderConfigurationChange">
            <summary>
            Folder Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderCoverClosed">
            <summary>
            Folder Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderCoverOpen">
            <summary>
            Folder Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderEmpty">
            <summary>
            Folder Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderFull">
            <summary>
            Folder Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderInterlockClosed">
            <summary>
            Folder Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderInterlockOpen">
            <summary>
            Folder Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderJam">
            <summary>
            Folder Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderLifeAlmostOver">
            <summary>
            Folder Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderLifeOver">
            <summary>
            Folder Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderMemoryExhausted">
            <summary>
            Folder Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderMissing">
            <summary>
            Folder Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderMotorFailure">
            <summary>
            Folder Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderNearLimit">
            <summary>
            Folder Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderOffline">
            <summary>
            Folder Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderOpened">
            <summary>
            Folder Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderOverTemperature">
            <summary>
            Folder Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderPowerSaver">
            <summary>
            Folder Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderRecoverableFailure">
            <summary>
            Folder Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderRecoverableStorage">
            <summary>
            Folder Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderRemoved">
            <summary>
            Folder Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderResourceAdded">
            <summary>
            Folder Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderResourceRemoved">
            <summary>
            Folder Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderThermistorFailure">
            <summary>
            Folder Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderTimingFailure">
            <summary>
            Folder Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderTurnedOff">
            <summary>
            Folder Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderTurnedOn">
            <summary>
            Folder Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderUnderTemperature">
            <summary>
            Folder Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderUnrecoverableFailure">
            <summary>
            Folder Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderUnrecoverableStorageError">
            <summary>
            Folder Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.FolderWarmingUp">
            <summary>
            Folder Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.Hibernate">
            <summary>
            Hibernate
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.HoldNewJobs">
            <summary>
            Hold New Jobs
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.IdentifyPrinterRequested">
            <summary>
            Identify Printer Requested
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterAdded">
            <summary>
            Imprinter Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterAlmostEmpty">
            <summary>
            Imprinter Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterAlmostFull">
            <summary>
            Imprinter Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterAtLimit">
            <summary>
            Imprinter At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterClosed">
            <summary>
            Imprinter Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterConfigurationChange">
            <summary>
            Imprinter Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterCoverClosed">
            <summary>
            Imprinter Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterCoverOpen">
            <summary>
            Imprinter Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterEmpty">
            <summary>
            Imprinter Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterFull">
            <summary>
            Imprinter Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterInterlockClosed">
            <summary>
            Imprinter Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterInterlockOpen">
            <summary>
            Imprinter Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterJam">
            <summary>
            Imprinter Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterLifeAlmostOver">
            <summary>
            Imprinter Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterLifeOver">
            <summary>
            Imprinter Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterMemoryExhausted">
            <summary>
            Imprinter Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterMissing">
            <summary>
            Imprinter Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterMotorFailure">
            <summary>
            Imprinter Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterNearLimit">
            <summary>
            Imprinter Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterOffline">
            <summary>
            Imprinter Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterOpened">
            <summary>
            Imprinter Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterOverTemperature">
            <summary>
            Imprinter Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterPowerSaver">
            <summary>
            Imprinter Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterRecoverableFailure">
            <summary>
            Imprinter Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterRecoverableStorage">
            <summary>
            Imprinter Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterRemoved">
            <summary>
            Imprinter Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterResourceAdded">
            <summary>
            Imprinter Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterResourceRemoved">
            <summary>
            Imprinter Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterThermistorFailure">
            <summary>
            Imprinter Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterTimingFailure">
            <summary>
            Imprinter Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterTurnedOff">
            <summary>
            Imprinter Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterTurnedOn">
            <summary>
            Imprinter Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterUnderTemperature">
            <summary>
            Imprinter Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterUnrecoverableFailure">
            <summary>
            Imprinter Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterUnrecoverableStorageError">
            <summary>
            Imprinter Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ImprinterWarmingUp">
            <summary>
            Imprinter Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputCannotFeedSizeSelected">
            <summary>
            Input Cannot Feed Size Selected
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputManualInputRequest">
            <summary>
            Input Manual Input Request
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputMediaColorChange">
            <summary>
            Input Media Color Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputMediaFormPartsChange">
            <summary>
            Input Media Form Parts Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputMediaSizeChange">
            <summary>
            Input Media Size Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputMediaTrayFailure">
            <summary>
            Input Media Tray Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputMediaTrayFeedError">
            <summary>
            Input Media Tray Feed Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputMediaTrayJam">
            <summary>
            Input Media Tray Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputMediaTypeChange">
            <summary>
            Input Media Type Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputMediaWeightChange">
            <summary>
            Input Media Weight Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputPickRollerFailure">
            <summary>
            Input Pick Roller Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputPickRollerLifeOver">
            <summary>
            Input Pick Roller Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputPickRollerLifeWarn">
            <summary>
            Input Pick Roller Life Warn
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputPickRollerMissing">
            <summary>
            Input Pick Roller Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputTrayElevationFailure">
            <summary>
            Input Tray Elevation Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InputTrayPositionFailure">
            <summary>
            Input Tray Position Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterAdded">
            <summary>
            Inserter Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterAlmostEmpty">
            <summary>
            Inserter Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterAlmostFull">
            <summary>
            Inserter Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterAtLimit">
            <summary>
            Inserter At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterClosed">
            <summary>
            Inserter Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterConfigurationChange">
            <summary>
            Inserter Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterCoverClosed">
            <summary>
            Inserter Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterCoverOpen">
            <summary>
            Inserter Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterEmpty">
            <summary>
            Inserter Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterFull">
            <summary>
            Inserter Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterInterlockClosed">
            <summary>
            Inserter Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterInterlockOpen">
            <summary>
            Inserter Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterJam">
            <summary>
            Inserter Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterLifeAlmostOver">
            <summary>
            Inserter Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterLifeOver">
            <summary>
            Inserter Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterMemoryExhausted">
            <summary>
            Inserter Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterMissing">
            <summary>
            Inserter Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterMotorFailure">
            <summary>
            Inserter Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterNearLimit">
            <summary>
            Inserter Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterOffline">
            <summary>
            Inserter Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterOpened">
            <summary>
            Inserter Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterOverTemperature">
            <summary>
            Inserter Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterPowerSaver">
            <summary>
            Inserter Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterRecoverableFailure">
            <summary>
            Inserter Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterRecoverableStorage">
            <summary>
            Inserter Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterRemoved">
            <summary>
            Inserter Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterResourceAdded">
            <summary>
            Inserter Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterResourceRemoved">
            <summary>
            Inserter Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterThermistorFailure">
            <summary>
            Inserter Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterTimingFailure">
            <summary>
            Inserter Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterTurnedOff">
            <summary>
            Inserter Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterTurnedOn">
            <summary>
            Inserter Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterUnderTemperature">
            <summary>
            Inserter Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterUnrecoverableFailure">
            <summary>
            Inserter Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterUnrecoverableStorageError">
            <summary>
            Inserter Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InserterWarmingUp">
            <summary>
            Inserter Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InterlockClosed">
            <summary>
            Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InterpreterCartridgeAdded">
            <summary>
            Interpreter Cartridge Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InterpreterCartridgeDeleted">
            <summary>
            Interpreter Cartridge Deleted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InterpreterComplexPageEncountered">
            <summary>
            Interpreter Complex Page Encountered
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InterpreterMemoryDecrease">
            <summary>
            Interpreter Memory Decrease
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InterpreterMemoryIncrease">
            <summary>
            Interpreter Memory Increase
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InterpreterResourceAdded">
            <summary>
            Interpreter Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.InterpreterResourceDeleted">
            <summary>
            Interpreter Resource Deleted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.LampAtEol">
            <summary>
            Lamp At Eol
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.LampFailure">
            <summary>
            Lamp Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.LampNearEol">
            <summary>
            Lamp Near Eol
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.LaserAtEol">
            <summary>
            Laser At Eol
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.LaserFailure">
            <summary>
            Laser Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.LaserNearEol">
            <summary>
            Laser Near Eol
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeAdded">
            <summary>
            Make Envelope Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeAlmostEmpty">
            <summary>
            Make Envelope Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeAlmostFull">
            <summary>
            Make Envelope Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeAtLimit">
            <summary>
            Make Envelope At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeClosed">
            <summary>
            Make Envelope Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeConfigurationChange">
            <summary>
            Make Envelope Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeCoverClosed">
            <summary>
            Make Envelope Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeCoverOpen">
            <summary>
            Make Envelope Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeEmpty">
            <summary>
            Make Envelope Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeFull">
            <summary>
            Make Envelope Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeInterlockClosed">
            <summary>
            Make Envelope Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeInterlockOpen">
            <summary>
            Make Envelope Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeJam">
            <summary>
            Make Envelope Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeLifeAlmostOver">
            <summary>
            Make Envelope Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeLifeOver">
            <summary>
            Make Envelope Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeMemoryExhausted">
            <summary>
            Make Envelope Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeMissing">
            <summary>
            Make Envelope Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeMotorFailure">
            <summary>
            Make Envelope Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeNearLimit">
            <summary>
            Make Envelope Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeOffline">
            <summary>
            Make Envelope Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeOpened">
            <summary>
            Make Envelope Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeOverTemperature">
            <summary>
            Make Envelope Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopePowerSaver">
            <summary>
            Make Envelope Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeRecoverableFailure">
            <summary>
            Make Envelope Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeRecoverableStorage">
            <summary>
            Make Envelope Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeRemoved">
            <summary>
            Make Envelope Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeResourceAdded">
            <summary>
            Make Envelope Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeResourceRemoved">
            <summary>
            Make Envelope Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeThermistorFailure">
            <summary>
            Make Envelope Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeTimingFailure">
            <summary>
            Make Envelope Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeTurnedOff">
            <summary>
            Make Envelope Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeTurnedOn">
            <summary>
            Make Envelope Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeUnderTemperature">
            <summary>
            Make Envelope Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeUnrecoverableFailure">
            <summary>
            Make Envelope Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeUnrecoverableStorageError">
            <summary>
            Make Envelope Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MakeEnvelopeWarmingUp">
            <summary>
            Make Envelope Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerAdjustingPrintQuality">
            <summary>
            Marker Adjusting Print Quality
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerCleanerMissing">
            <summary>
            Marker Cleaner Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerDeveloperAlmostEmpty">
            <summary>
            Marker Developer Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerDeveloperEmpty">
            <summary>
            Marker Developer Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerDeveloperMissing">
            <summary>
            Marker Developer Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerFuserMissing">
            <summary>
            Marker Fuser Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerFuserThermistorFailure">
            <summary>
            Marker Fuser Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerFuserTimingFailure">
            <summary>
            Marker Fuser Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerInkAlmostEmpty">
            <summary>
            Marker Ink Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerInkEmpty">
            <summary>
            Marker Ink Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerInkMissing">
            <summary>
            Marker Ink Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerOpcMissing">
            <summary>
            Marker Opc Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerPrintRibbonAlmostEmpty">
            <summary>
            Marker Print Ribbon Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerPrintRibbonEmpty">
            <summary>
            Marker Print Ribbon Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerPrintRibbonMissing">
            <summary>
            Marker Print Ribbon Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerSupplyAlmostEmpty">
            <summary>
            Marker Supply Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerSupplyMissing">
            <summary>
            Marker Supply Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerTonerCartridgeMissing">
            <summary>
            Marker Toner Cartridge Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerTonerMissing">
            <summary>
            Marker Toner Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerWasteInkReceptacleAlmostFull">
            <summary>
            Marker Waste Ink Receptacle Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerWasteInkReceptacleFull">
            <summary>
            Marker Waste Ink Receptacle Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerWasteInkReceptacleMissing">
            <summary>
            Marker Waste Ink Receptacle Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerWasteMissing">
            <summary>
            Marker Waste Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerWasteTonerReceptacleAlmostFull">
            <summary>
            Marker Waste Toner Receptacle Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerWasteTonerReceptacleFull">
            <summary>
            Marker Waste Toner Receptacle Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MarkerWasteTonerReceptacleMissing">
            <summary>
            Marker Waste Toner Receptacle Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MaterialEmpty">
            <summary>
            Material Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MaterialLow">
            <summary>
            Material Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MaterialNeeded">
            <summary>
            Material Needed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaDrying">
            <summary>
            Media Drying
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathCannotDuplexMediaSelected">
            <summary>
            Media Path Cannot Duplex Media Selected
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathFailure">
            <summary>
            Media Path Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathInputEmpty">
            <summary>
            Media Path Input Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathInputFeedError">
            <summary>
            Media Path Input Feed Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathInputJam">
            <summary>
            Media Path Input Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathInputRequest">
            <summary>
            Media Path Input Request
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathJam">
            <summary>
            Media Path Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathMediaTrayAlmostFull">
            <summary>
            Media Path Media Tray Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathMediaTrayFull">
            <summary>
            Media Path Media Tray Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathMediaTrayMissing">
            <summary>
            Media Path Media Tray Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathOutputFeedError">
            <summary>
            Media Path Output Feed Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathOutputFull">
            <summary>
            Media Path Output Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathOutputJam">
            <summary>
            Media Path Output Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathPickRollerFailure">
            <summary>
            Media Path Pick Roller Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathPickRollerLifeOver">
            <summary>
            Media Path Pick Roller Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathPickRollerLifeWarn">
            <summary>
            Media Path Pick Roller Life Warn
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MediaPathPickRollerMissing">
            <summary>
            Media Path Pick Roller Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.MotorFailure">
            <summary>
            Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.OutputMailboxSelectFailure">
            <summary>
            Output Mailbox Select Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.OutputMediaTrayFailure">
            <summary>
            Output Media Tray Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.OutputMediaTrayFeedError">
            <summary>
            Output Media Tray Feed Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.OutputMediaTrayJam">
            <summary>
            Output Media Tray Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterAdded">
            <summary>
            Perforater Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterAlmostEmpty">
            <summary>
            Perforater Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterAlmostFull">
            <summary>
            Perforater Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterAtLimit">
            <summary>
            Perforater At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterClosed">
            <summary>
            Perforater Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterConfigurationChange">
            <summary>
            Perforater Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterCoverClosed">
            <summary>
            Perforater Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterCoverOpen">
            <summary>
            Perforater Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterEmpty">
            <summary>
            Perforater Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterFull">
            <summary>
            Perforater Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterInterlockClosed">
            <summary>
            Perforater Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterInterlockOpen">
            <summary>
            Perforater Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterJam">
            <summary>
            Perforater Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterLifeAlmostOver">
            <summary>
            Perforater Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterLifeOver">
            <summary>
            Perforater Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterMemoryExhausted">
            <summary>
            Perforater Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterMissing">
            <summary>
            Perforater Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterMotorFailure">
            <summary>
            Perforater Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterNearLimit">
            <summary>
            Perforater Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterOffline">
            <summary>
            Perforater Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterOpened">
            <summary>
            Perforater Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterOverTemperature">
            <summary>
            Perforater Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterPowerSaver">
            <summary>
            Perforater Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterRecoverableFailure">
            <summary>
            Perforater Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterRecoverableStorage">
            <summary>
            Perforater Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterRemoved">
            <summary>
            Perforater Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterResourceAdded">
            <summary>
            Perforater Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterResourceRemoved">
            <summary>
            Perforater Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterThermistorFailure">
            <summary>
            Perforater Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterTimingFailure">
            <summary>
            Perforater Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterTurnedOff">
            <summary>
            Perforater Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterTurnedOn">
            <summary>
            Perforater Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterUnderTemperature">
            <summary>
            Perforater Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterUnrecoverableFailure">
            <summary>
            Perforater Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterUnrecoverableStorageError">
            <summary>
            Perforater Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PerforaterWarmingUp">
            <summary>
            Perforater Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PlatformCooling">
            <summary>
            Platform Cooling
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PlatformFailure">
            <summary>
            Platform Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PlatformHeating">
            <summary>
            Platform Heating
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PlatformTemperatureHigh">
            <summary>
            Platform Temperature High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PlatformTemperatureLow">
            <summary>
            Platform Temperature Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PowerDown">
            <summary>
            Power Down
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PowerUp">
            <summary>
            Power Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PrinterManualReset">
            <summary>
            Printer Manual Reset
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PrinterNmsReset">
            <summary>
            Printer Nms Reset
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PrinterReadyToPrint">
            <summary>
            Printer Ready To Print
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherAdded">
            <summary>
            Puncher Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherAlmostEmpty">
            <summary>
            Puncher Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherAlmostFull">
            <summary>
            Puncher Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherAtLimit">
            <summary>
            Puncher At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherClosed">
            <summary>
            Puncher Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherConfigurationChange">
            <summary>
            Puncher Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherCoverClosed">
            <summary>
            Puncher Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherCoverOpen">
            <summary>
            Puncher Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherEmpty">
            <summary>
            Puncher Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherFull">
            <summary>
            Puncher Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherInterlockClosed">
            <summary>
            Puncher Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherInterlockOpen">
            <summary>
            Puncher Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherJam">
            <summary>
            Puncher Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherLifeAlmostOver">
            <summary>
            Puncher Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherLifeOver">
            <summary>
            Puncher Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherMemoryExhausted">
            <summary>
            Puncher Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherMissing">
            <summary>
            Puncher Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherMotorFailure">
            <summary>
            Puncher Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherNearLimit">
            <summary>
            Puncher Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherOffline">
            <summary>
            Puncher Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherOpened">
            <summary>
            Puncher Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherOverTemperature">
            <summary>
            Puncher Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherPowerSaver">
            <summary>
            Puncher Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherRecoverableFailure">
            <summary>
            Puncher Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherRecoverableStorage">
            <summary>
            Puncher Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherRemoved">
            <summary>
            Puncher Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherResourceAdded">
            <summary>
            Puncher Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherResourceRemoved">
            <summary>
            Puncher Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherThermistorFailure">
            <summary>
            Puncher Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherTimingFailure">
            <summary>
            Puncher Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherTurnedOff">
            <summary>
            Puncher Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherTurnedOn">
            <summary>
            Puncher Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherUnderTemperature">
            <summary>
            Puncher Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherUnrecoverableFailure">
            <summary>
            Puncher Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherUnrecoverableStorageError">
            <summary>
            Puncher Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.PuncherWarmingUp">
            <summary>
            Puncher Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.Resuming">
            <summary>
            Resuming
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathFailure">
            <summary>
            Scan Media Path Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathInputEmpty">
            <summary>
            Scan Media Path Input Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathInputFeedError">
            <summary>
            Scan Media Path Input Feed Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathInputJam">
            <summary>
            Scan Media Path Input Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathInputRequest">
            <summary>
            Scan Media Path Input Request
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathJam">
            <summary>
            Scan Media Path Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathOutputFeedError">
            <summary>
            Scan Media Path Output Feed Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathOutputFull">
            <summary>
            Scan Media Path Output Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathOutputJam">
            <summary>
            Scan Media Path Output Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathPickRollerFailure">
            <summary>
            Scan Media Path Pick Roller Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathPickRollerLifeOver">
            <summary>
            Scan Media Path Pick Roller Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathPickRollerLifeWarn">
            <summary>
            Scan Media Path Pick Roller Life Warn
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathPickRollerMissing">
            <summary>
            Scan Media Path Pick Roller Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathTrayAlmostFull">
            <summary>
            Scan Media Path Tray Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathTrayFull">
            <summary>
            Scan Media Path Tray Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScanMediaPathTrayMissing">
            <summary>
            Scan Media Path Tray Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScannerLightFailure">
            <summary>
            Scanner Light Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScannerLightLifeAlmostOver">
            <summary>
            Scanner Light Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScannerLightLifeOver">
            <summary>
            Scanner Light Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScannerLightMissing">
            <summary>
            Scanner Light Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScannerSensorFailure">
            <summary>
            Scanner Sensor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScannerSensorLifeAlmostOver">
            <summary>
            Scanner Sensor Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScannerSensorLifeOver">
            <summary>
            Scanner Sensor Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.ScannerSensorMissing">
            <summary>
            Scanner Sensor Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterAdded">
            <summary>
            Separation Cutter Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterAlmostEmpty">
            <summary>
            Separation Cutter Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterAlmostFull">
            <summary>
            Separation Cutter Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterAtLimit">
            <summary>
            Separation Cutter At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterClosed">
            <summary>
            Separation Cutter Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterConfigurationChange">
            <summary>
            Separation Cutter Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterCoverClosed">
            <summary>
            Separation Cutter Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterCoverOpen">
            <summary>
            Separation Cutter Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterEmpty">
            <summary>
            Separation Cutter Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterFull">
            <summary>
            Separation Cutter Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterInterlockClosed">
            <summary>
            Separation Cutter Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterInterlockOpen">
            <summary>
            Separation Cutter Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterJam">
            <summary>
            Separation Cutter Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterLifeAlmostOver">
            <summary>
            Separation Cutter Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterLifeOver">
            <summary>
            Separation Cutter Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterMemoryExhausted">
            <summary>
            Separation Cutter Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterMissing">
            <summary>
            Separation Cutter Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterMotorFailure">
            <summary>
            Separation Cutter Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterNearLimit">
            <summary>
            Separation Cutter Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterOffline">
            <summary>
            Separation Cutter Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterOpened">
            <summary>
            Separation Cutter Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterOverTemperature">
            <summary>
            Separation Cutter Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterPowerSaver">
            <summary>
            Separation Cutter Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterRecoverableFailure">
            <summary>
            Separation Cutter Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterRecoverableStorage">
            <summary>
            Separation Cutter Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterRemoved">
            <summary>
            Separation Cutter Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterResourceAdded">
            <summary>
            Separation Cutter Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterResourceRemoved">
            <summary>
            Separation Cutter Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterThermistorFailure">
            <summary>
            Separation Cutter Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterTimingFailure">
            <summary>
            Separation Cutter Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterTurnedOff">
            <summary>
            Separation Cutter Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterTurnedOn">
            <summary>
            Separation Cutter Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterUnderTemperature">
            <summary>
            Separation Cutter Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterUnrecoverableFailure">
            <summary>
            Separation Cutter Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterUnrecoverableStorageError">
            <summary>
            Separation Cutter Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SeparationCutterWarmingUp">
            <summary>
            Separation Cutter Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorAdded">
            <summary>
            Sheet Rotator Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorAlmostEmpty">
            <summary>
            Sheet Rotator Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorAlmostFull">
            <summary>
            Sheet Rotator Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorAtLimit">
            <summary>
            Sheet Rotator At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorClosed">
            <summary>
            Sheet Rotator Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorConfigurationChange">
            <summary>
            Sheet Rotator Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorCoverClosed">
            <summary>
            Sheet Rotator Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorCoverOpen">
            <summary>
            Sheet Rotator Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorEmpty">
            <summary>
            Sheet Rotator Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorFull">
            <summary>
            Sheet Rotator Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorInterlockClosed">
            <summary>
            Sheet Rotator Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorInterlockOpen">
            <summary>
            Sheet Rotator Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorJam">
            <summary>
            Sheet Rotator Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorLifeAlmostOver">
            <summary>
            Sheet Rotator Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorLifeOver">
            <summary>
            Sheet Rotator Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorMemoryExhausted">
            <summary>
            Sheet Rotator Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorMissing">
            <summary>
            Sheet Rotator Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorMotorFailure">
            <summary>
            Sheet Rotator Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorNearLimit">
            <summary>
            Sheet Rotator Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorOffline">
            <summary>
            Sheet Rotator Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorOpened">
            <summary>
            Sheet Rotator Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorOverTemperature">
            <summary>
            Sheet Rotator Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorPowerSaver">
            <summary>
            Sheet Rotator Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorRecoverableFailure">
            <summary>
            Sheet Rotator Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorRecoverableStorage">
            <summary>
            Sheet Rotator Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorRemoved">
            <summary>
            Sheet Rotator Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorResourceAdded">
            <summary>
            Sheet Rotator Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorResourceRemoved">
            <summary>
            Sheet Rotator Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorThermistorFailure">
            <summary>
            Sheet Rotator Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorTimingFailure">
            <summary>
            Sheet Rotator Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorTurnedOff">
            <summary>
            Sheet Rotator Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorTurnedOn">
            <summary>
            Sheet Rotator Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorUnderTemperature">
            <summary>
            Sheet Rotator Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorUnrecoverableFailure">
            <summary>
            Sheet Rotator Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorUnrecoverableStorageError">
            <summary>
            Sheet Rotator Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SheetRotatorWarmingUp">
            <summary>
            Sheet Rotator Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterAdded">
            <summary>
            Slitter Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterAlmostEmpty">
            <summary>
            Slitter Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterAlmostFull">
            <summary>
            Slitter Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterAtLimit">
            <summary>
            Slitter At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterClosed">
            <summary>
            Slitter Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterConfigurationChange">
            <summary>
            Slitter Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterCoverClosed">
            <summary>
            Slitter Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterCoverOpen">
            <summary>
            Slitter Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterEmpty">
            <summary>
            Slitter Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterFull">
            <summary>
            Slitter Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterInterlockClosed">
            <summary>
            Slitter Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterInterlockOpen">
            <summary>
            Slitter Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterJam">
            <summary>
            Slitter Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterLifeAlmostOver">
            <summary>
            Slitter Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterLifeOver">
            <summary>
            Slitter Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterMemoryExhausted">
            <summary>
            Slitter Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterMissing">
            <summary>
            Slitter Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterMotorFailure">
            <summary>
            Slitter Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterNearLimit">
            <summary>
            Slitter Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterOffline">
            <summary>
            Slitter Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterOpened">
            <summary>
            Slitter Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterOverTemperature">
            <summary>
            Slitter Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterPowerSaver">
            <summary>
            Slitter Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterRecoverableFailure">
            <summary>
            Slitter Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterRecoverableStorage">
            <summary>
            Slitter Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterRemoved">
            <summary>
            Slitter Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterResourceAdded">
            <summary>
            Slitter Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterResourceRemoved">
            <summary>
            Slitter Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterThermistorFailure">
            <summary>
            Slitter Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterTimingFailure">
            <summary>
            Slitter Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterTurnedOff">
            <summary>
            Slitter Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterTurnedOn">
            <summary>
            Slitter Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterUnderTemperature">
            <summary>
            Slitter Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterUnrecoverableFailure">
            <summary>
            Slitter Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterUnrecoverableStorageError">
            <summary>
            Slitter Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SlitterWarmingUp">
            <summary>
            Slitter Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerAdded">
            <summary>
            Stacker Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerAlmostEmpty">
            <summary>
            Stacker Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerAlmostFull">
            <summary>
            Stacker Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerAtLimit">
            <summary>
            Stacker At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerClosed">
            <summary>
            Stacker Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerConfigurationChange">
            <summary>
            Stacker Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerCoverClosed">
            <summary>
            Stacker Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerCoverOpen">
            <summary>
            Stacker Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerEmpty">
            <summary>
            Stacker Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerFull">
            <summary>
            Stacker Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerInterlockClosed">
            <summary>
            Stacker Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerInterlockOpen">
            <summary>
            Stacker Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerJam">
            <summary>
            Stacker Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerLifeAlmostOver">
            <summary>
            Stacker Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerLifeOver">
            <summary>
            Stacker Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerMemoryExhausted">
            <summary>
            Stacker Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerMissing">
            <summary>
            Stacker Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerMotorFailure">
            <summary>
            Stacker Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerNearLimit">
            <summary>
            Stacker Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerOffline">
            <summary>
            Stacker Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerOpened">
            <summary>
            Stacker Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerOverTemperature">
            <summary>
            Stacker Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerPowerSaver">
            <summary>
            Stacker Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerRecoverableFailure">
            <summary>
            Stacker Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerRecoverableStorage">
            <summary>
            Stacker Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerRemoved">
            <summary>
            Stacker Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerResourceAdded">
            <summary>
            Stacker Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerResourceRemoved">
            <summary>
            Stacker Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerThermistorFailure">
            <summary>
            Stacker Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerTimingFailure">
            <summary>
            Stacker Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerTurnedOff">
            <summary>
            Stacker Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerTurnedOn">
            <summary>
            Stacker Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerUnderTemperature">
            <summary>
            Stacker Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerUnrecoverableFailure">
            <summary>
            Stacker Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerUnrecoverableStorageError">
            <summary>
            Stacker Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StackerWarmingUp">
            <summary>
            Stacker Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.Standby">
            <summary>
            Standby
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerAdded">
            <summary>
            Stapler Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerAlmostEmpty">
            <summary>
            Stapler Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerAlmostFull">
            <summary>
            Stapler Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerAtLimit">
            <summary>
            Stapler At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerClosed">
            <summary>
            Stapler Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerConfigurationChange">
            <summary>
            Stapler Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerCoverClosed">
            <summary>
            Stapler Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerCoverOpen">
            <summary>
            Stapler Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerEmpty">
            <summary>
            Stapler Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerFull">
            <summary>
            Stapler Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerInterlockClosed">
            <summary>
            Stapler Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerInterlockOpen">
            <summary>
            Stapler Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerJam">
            <summary>
            Stapler Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerLifeAlmostOver">
            <summary>
            Stapler Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerLifeOver">
            <summary>
            Stapler Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerMemoryExhausted">
            <summary>
            Stapler Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerMissing">
            <summary>
            Stapler Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerMotorFailure">
            <summary>
            Stapler Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerNearLimit">
            <summary>
            Stapler Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerOffline">
            <summary>
            Stapler Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerOpened">
            <summary>
            Stapler Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerOverTemperature">
            <summary>
            Stapler Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerPowerSaver">
            <summary>
            Stapler Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerRecoverableFailure">
            <summary>
            Stapler Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerRecoverableStorage">
            <summary>
            Stapler Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerRemoved">
            <summary>
            Stapler Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerResourceAdded">
            <summary>
            Stapler Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerResourceRemoved">
            <summary>
            Stapler Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerThermistorFailure">
            <summary>
            Stapler Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerTimingFailure">
            <summary>
            Stapler Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerTurnedOff">
            <summary>
            Stapler Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerTurnedOn">
            <summary>
            Stapler Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerUnderTemperature">
            <summary>
            Stapler Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerUnrecoverableFailure">
            <summary>
            Stapler Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerUnrecoverableStorageError">
            <summary>
            Stapler Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StaplerWarmingUp">
            <summary>
            Stapler Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherAdded">
            <summary>
            Stitcher Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherAlmostEmpty">
            <summary>
            Stitcher Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherAlmostFull">
            <summary>
            Stitcher Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherAtLimit">
            <summary>
            Stitcher At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherClosed">
            <summary>
            Stitcher Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherConfigurationChange">
            <summary>
            Stitcher Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherCoverClosed">
            <summary>
            Stitcher Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherCoverOpen">
            <summary>
            Stitcher Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherEmpty">
            <summary>
            Stitcher Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherFull">
            <summary>
            Stitcher Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherInterlockClosed">
            <summary>
            Stitcher Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherInterlockOpen">
            <summary>
            Stitcher Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherJam">
            <summary>
            Stitcher Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherLifeAlmostOver">
            <summary>
            Stitcher Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherLifeOver">
            <summary>
            Stitcher Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherMemoryExhausted">
            <summary>
            Stitcher Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherMissing">
            <summary>
            Stitcher Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherMotorFailure">
            <summary>
            Stitcher Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherNearLimit">
            <summary>
            Stitcher Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherOffline">
            <summary>
            Stitcher Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherOpened">
            <summary>
            Stitcher Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherOverTemperature">
            <summary>
            Stitcher Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherPowerSaver">
            <summary>
            Stitcher Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherRecoverableFailure">
            <summary>
            Stitcher Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherRecoverableStorage">
            <summary>
            Stitcher Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherRemoved">
            <summary>
            Stitcher Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherResourceAdded">
            <summary>
            Stitcher Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherResourceRemoved">
            <summary>
            Stitcher Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherThermistorFailure">
            <summary>
            Stitcher Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherTimingFailure">
            <summary>
            Stitcher Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherTurnedOff">
            <summary>
            Stitcher Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherTurnedOn">
            <summary>
            Stitcher Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherUnderTemperature">
            <summary>
            Stitcher Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherUnrecoverableFailure">
            <summary>
            Stitcher Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherUnrecoverableStorageError">
            <summary>
            Stitcher Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.StitcherWarmingUp">
            <summary>
            Stitcher Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitAdded">
            <summary>
            Subunit Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitAlmostEmpty">
            <summary>
            Subunit Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitAlmostFull">
            <summary>
            Subunit Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitAtLimit">
            <summary>
            Subunit At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitClosed">
            <summary>
            Subunit Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitCoolingDown">
            <summary>
            Subunit Cooling Down
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitEmpty">
            <summary>
            Subunit Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitFull">
            <summary>
            Subunit Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitLifeAlmostOver">
            <summary>
            Subunit Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitLifeOver">
            <summary>
            Subunit Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitMemoryExhausted">
            <summary>
            Subunit Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitMissing">
            <summary>
            Subunit Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitMotorFailure">
            <summary>
            Subunit Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitNearLimit">
            <summary>
            Subunit Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitOffline">
            <summary>
            Subunit Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitOpened">
            <summary>
            Subunit Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitOverTemperature">
            <summary>
            Subunit Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitPowerSaver">
            <summary>
            Subunit Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitRecoverableFailure">
            <summary>
            Subunit Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitRecoverableStorage">
            <summary>
            Subunit Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitRemoved">
            <summary>
            Subunit Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitResourceAdded">
            <summary>
            Subunit Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitResourceRemoved">
            <summary>
            Subunit Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitThermistorFailure">
            <summary>
            Subunit Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitTimingFailure">
            <summary>
            Subunit Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitTurnedOff">
            <summary>
            Subunit Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitTurnedOn">
            <summary>
            Subunit Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitUnderTemperature">
            <summary>
            Subunit Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitUnrecoverableFailure">
            <summary>
            Subunit Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitUnrecoverableStorage">
            <summary>
            Subunit Unrecoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.SubunitWarmingUp">
            <summary>
            Subunit Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.Suspend">
            <summary>
            Suspend
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.Testing">
            <summary>
            Testing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerAdded">
            <summary>
            Trimmer Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerAlmostEmpty">
            <summary>
            Trimmer Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerAlmostFull">
            <summary>
            Trimmer Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerAtLimit">
            <summary>
            Trimmer At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerClosed">
            <summary>
            Trimmer Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerConfigurationChange">
            <summary>
            Trimmer Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerCoverClosed">
            <summary>
            Trimmer Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerCoverOpen">
            <summary>
            Trimmer Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerEmpty">
            <summary>
            Trimmer Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerFull">
            <summary>
            Trimmer Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerInterlockClosed">
            <summary>
            Trimmer Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerInterlockOpen">
            <summary>
            Trimmer Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerJam">
            <summary>
            Trimmer Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerLifeAlmostOver">
            <summary>
            Trimmer Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerLifeOver">
            <summary>
            Trimmer Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerMemoryExhausted">
            <summary>
            Trimmer Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerMissing">
            <summary>
            Trimmer Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerMotorFailure">
            <summary>
            Trimmer Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerNearLimit">
            <summary>
            Trimmer Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerOffline">
            <summary>
            Trimmer Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerOpened">
            <summary>
            Trimmer Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerOverTemperature">
            <summary>
            Trimmer Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerPowerSaver">
            <summary>
            Trimmer Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerRecoverableFailure">
            <summary>
            Trimmer Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerRecoverableStorage">
            <summary>
            Trimmer Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerRemoved">
            <summary>
            Trimmer Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerResourceAdded">
            <summary>
            Trimmer Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerResourceRemoved">
            <summary>
            Trimmer Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerThermistorFailure">
            <summary>
            Trimmer Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerTimingFailure">
            <summary>
            Trimmer Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerTurnedOff">
            <summary>
            Trimmer Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerTurnedOn">
            <summary>
            Trimmer Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerUnderTemperature">
            <summary>
            Trimmer Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerUnrecoverableFailure">
            <summary>
            Trimmer Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerUnrecoverableStorageError">
            <summary>
            Trimmer Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.TrimmerWarmingUp">
            <summary>
            Trimmer Warming Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperAdded">
            <summary>
            Wrapper Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperAlmostEmpty">
            <summary>
            Wrapper Almost Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperAlmostFull">
            <summary>
            Wrapper Almost Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperAtLimit">
            <summary>
            Wrapper At Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperClosed">
            <summary>
            Wrapper Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperConfigurationChange">
            <summary>
            Wrapper Configuration Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperCoverClosed">
            <summary>
            Wrapper Cover Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperCoverOpen">
            <summary>
            Wrapper Cover Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperEmpty">
            <summary>
            Wrapper Empty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperFull">
            <summary>
            Wrapper Full
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperInterlockClosed">
            <summary>
            Wrapper Interlock Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperInterlockOpen">
            <summary>
            Wrapper Interlock Open
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperJam">
            <summary>
            Wrapper Jam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperLifeAlmostOver">
            <summary>
            Wrapper Life Almost Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperLifeOver">
            <summary>
            Wrapper Life Over
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperMemoryExhausted">
            <summary>
            Wrapper Memory Exhausted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperMissing">
            <summary>
            Wrapper Missing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperMotorFailure">
            <summary>
            Wrapper Motor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperNearLimit">
            <summary>
            Wrapper Near Limit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperOffline">
            <summary>
            Wrapper Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperOpened">
            <summary>
            Wrapper Opened
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperOverTemperature">
            <summary>
            Wrapper Over Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperPowerSaver">
            <summary>
            Wrapper Power Saver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperRecoverableFailure">
            <summary>
            Wrapper Recoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperRecoverableStorage">
            <summary>
            Wrapper Recoverable Storage
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperRemoved">
            <summary>
            Wrapper Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperResourceAdded">
            <summary>
            Wrapper Resource Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperResourceRemoved">
            <summary>
            Wrapper Resource Removed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperThermistorFailure">
            <summary>
            Wrapper Thermistor Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperTimingFailure">
            <summary>
            Wrapper Timing Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperTurnedOff">
            <summary>
            Wrapper Turned Off
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperTurnedOn">
            <summary>
            Wrapper Turned On
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperUnderTemperature">
            <summary>
            Wrapper Under Temperature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperUnrecoverableFailure">
            <summary>
            Wrapper Unrecoverable Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperUnrecoverableStorageError">
            <summary>
            Wrapper Unrecoverable Storage Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrinterProcessingStateDetail.WrapperWarmingUp">
            <summary>
            Wrapper Warming Up
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterShare">
            <summary>
            The type Printer Share.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShare.#ctor">
            <summary>
             The PrinterShare constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShare.AllowAllUsers">
            <summary>
            Gets or sets allow all users.
            If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShare.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The DateTimeOffset when the printer share was created. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShare.AllowedGroups">
            <summary>
            Gets or sets allowed groups.
            The groups whose users have access to print using the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShare.AllowedGroupsNextLink">
            <summary>
            Gets or sets allowedGroupsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShare.AllowedUsers">
            <summary>
            Gets or sets allowed users.
            The users who have access to print using the printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShare.AllowedUsersNextLink">
            <summary>
            Gets or sets allowedUsersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShare.Printer">
            <summary>
            Gets or sets printer.
            The printer that this printer share is related to.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterStatus">
            <summary>
            The type PrinterStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterStatus.Description">
            <summary>
            Gets or sets description.
            A human-readable description of the printer's current processing state. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterStatus.Details">
            <summary>
            Gets or sets details.
            The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterStatus.State">
            <summary>
            Gets or sets state.
            The current processing state. Valid values are described in the following table. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterStatus.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterStatus.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintEvent">
            <summary>
            The enum PrintEvent.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintEvent.JobStarted">
            <summary>
            Job Started
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintEvent.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintFinishing">
            <summary>
            The enum PrintFinishing.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.Staple">
            <summary>
            Staple
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.Punch">
            <summary>
            Punch
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.Cover">
            <summary>
            Cover
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.Bind">
            <summary>
            Bind
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.SaddleStitch">
            <summary>
            Saddle Stitch
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.StitchEdge">
            <summary>
            Stitch Edge
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.StapleTopLeft">
            <summary>
            Staple Top Left
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.StapleBottomLeft">
            <summary>
            Staple Bottom Left
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.StapleTopRight">
            <summary>
            Staple Top Right
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.StapleBottomRight">
            <summary>
            Staple Bottom Right
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.StitchLeftEdge">
            <summary>
            Stitch Left Edge
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.StitchTopEdge">
            <summary>
            Stitch Top Edge
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.StitchRightEdge">
            <summary>
            Stitch Right Edge
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.StitchBottomEdge">
            <summary>
            Stitch Bottom Edge
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.StapleDualLeft">
            <summary>
            Staple Dual Left
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.StapleDualTop">
            <summary>
            Staple Dual Top
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.StapleDualRight">
            <summary>
            Staple Dual Right
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.StapleDualBottom">
            <summary>
            Staple Dual Bottom
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintFinishing.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintJob">
            <summary>
            The type Print Job.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJob.Configuration">
            <summary>
            Gets or sets configuration.
            A group of settings that a printer should use to print a job.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJob.CreatedBy">
            <summary>
            Gets or sets created by.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJob.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The DateTimeOffset when the job was created. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJob.IsFetchable">
            <summary>
            Gets or sets is fetchable.
            If true, document can be fetched by printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJob.RedirectedFrom">
            <summary>
            Gets or sets redirected from.
            Contains the source job URL, if the job has been redirected from another printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJob.RedirectedTo">
            <summary>
            Gets or sets redirected to.
            Contains the destination job URL, if the job has been redirected to another printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJob.Status">
            <summary>
            Gets or sets status.
            The status of the print job. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJob.Documents">
            <summary>
            Gets or sets documents.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJob.DocumentsNextLink">
            <summary>
            Gets or sets documentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJob.Tasks">
            <summary>
            Gets or sets tasks.
            A list of printTasks that were triggered by this print job.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJob.TasksNextLink">
            <summary>
            Gets or sets tasksNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintJobAbortRequestBody">
            <summary>
            The type PrintJobAbortRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobAbortRequestBody.Reason">
            <summary>
            Gets or sets Reason.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintJobConfiguration">
            <summary>
            The type PrintJobConfiguration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.Collate">
            <summary>
            Gets or sets collate.
            Whether the printer should collate pages wehen printing multiple copies of a multi-page document.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.ColorMode">
            <summary>
            Gets or sets colorMode.
            The color mode the printer should use to print the job. Valid values are described in the table below. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.Copies">
            <summary>
            Gets or sets copies.
            The number of copies that should be printed. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.Dpi">
            <summary>
            Gets or sets dpi.
            The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.DuplexMode">
            <summary>
            Gets or sets duplexMode.
            The duplex mode the printer should use when printing the job. Valid values are described in the table below. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.FeedOrientation">
            <summary>
            Gets or sets feedOrientation.
            The orientation to use when feeding media into the printer. Valid values are described in the following table. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.Finishings">
            <summary>
            Gets or sets finishings.
            Finishing processes to use when printing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.FitPdfToPage">
            <summary>
            Gets or sets fitPdfToPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.InputBin">
            <summary>
            Gets or sets inputBin.
            The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.Margin">
            <summary>
            Gets or sets margin.
            The margin settings to use when printing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.MediaSize">
            <summary>
            Gets or sets mediaSize.
            The media size to use when printing. Supports standard size names for ISO and ANSI media sizes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.MediaType">
            <summary>
            Gets or sets mediaType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.MultipageLayout">
            <summary>
            Gets or sets multipageLayout.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.Orientation">
            <summary>
            Gets or sets orientation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.OutputBin">
            <summary>
            Gets or sets outputBin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.PageRanges">
            <summary>
            Gets or sets pageRanges.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.PagesPerSheet">
            <summary>
            Gets or sets pagesPerSheet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.Quality">
            <summary>
            Gets or sets quality.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.Scaling">
            <summary>
            Gets or sets scaling.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobConfiguration.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintJobProcessingState">
            <summary>
            The enum PrintJobProcessingState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobProcessingState.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobProcessingState.Pending">
            <summary>
            Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobProcessingState.Processing">
            <summary>
            Processing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobProcessingState.Paused">
            <summary>
            Paused
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobProcessingState.Stopped">
            <summary>
            Stopped
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobProcessingState.Completed">
            <summary>
            Completed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobProcessingState.Canceled">
            <summary>
            Canceled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobProcessingState.Aborted">
            <summary>
            Aborted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobProcessingState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintJobRedirectRequestBody">
            <summary>
            The type PrintJobRedirectRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobRedirectRequestBody.DestinationPrinterId">
            <summary>
            Gets or sets DestinationPrinterId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobRedirectRequestBody.Configuration">
            <summary>
            Gets or sets Configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintJobStateDetail">
            <summary>
            The enum PrintJobStateDetail.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobStateDetail.UploadPending">
            <summary>
            Upload Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobStateDetail.Transforming">
            <summary>
            Transforming
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobStateDetail.CompletedSuccessfully">
            <summary>
            Completed Successfully
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobStateDetail.CompletedWithWarnings">
            <summary>
            Completed With Warnings
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobStateDetail.CompletedWithErrors">
            <summary>
            Completed With Errors
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobStateDetail.ReleaseWait">
            <summary>
            Release Wait
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobStateDetail.Interpreting">
            <summary>
            Interpreting
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintJobStateDetail.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintJobStatus">
            <summary>
            The type PrintJobStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobStatus.Description">
            <summary>
            Gets or sets description.
            A human-readable description of the print job's current processing state. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobStatus.Details">
            <summary>
            Gets or sets details.
            Additional details for print job state. Valid values are described in the following table. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobStatus.IsAcquiredByPrinter">
            <summary>
            Gets or sets isAcquiredByPrinter.
            True if the job was acknowledged by a printer; false otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobStatus.State">
            <summary>
            Gets or sets state.
            The print job's current processing state. Valid values are described in the following table. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobStatus.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobStatus.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintMargin">
            <summary>
            The type PrintMargin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintMargin.Bottom">
            <summary>
            Gets or sets bottom.
            The margin in microns from the bottom edge.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintMargin.Left">
            <summary>
            Gets or sets left.
            The margin in microns from the left edge.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintMargin.Right">
            <summary>
            Gets or sets right.
            The margin in microns from the right edge.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintMargin.Top">
            <summary>
            Gets or sets top.
            The margin in microns from the top edge.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintMargin.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintMargin.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintMultipageLayout">
            <summary>
            The enum PrintMultipageLayout.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintMultipageLayout.ClockwiseFromTopLeft">
            <summary>
            Clockwise From Top Left
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintMultipageLayout.CounterclockwiseFromTopLeft">
            <summary>
            Counterclockwise From Top Left
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintMultipageLayout.CounterclockwiseFromTopRight">
            <summary>
            Counterclockwise From Top Right
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintMultipageLayout.ClockwiseFromTopRight">
            <summary>
            Clockwise From Top Right
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintMultipageLayout.CounterclockwiseFromBottomLeft">
            <summary>
            Counterclockwise From Bottom Left
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintMultipageLayout.ClockwiseFromBottomLeft">
            <summary>
            Clockwise From Bottom Left
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintMultipageLayout.CounterclockwiseFromBottomRight">
            <summary>
            Counterclockwise From Bottom Right
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintMultipageLayout.ClockwiseFromBottomRight">
            <summary>
            Clockwise From Bottom Right
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintMultipageLayout.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintOperation">
            <summary>
            The type Print Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintOperation.#ctor">
            <summary>
             The internal PrintOperation constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintOperation.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The DateTimeOffset when the operation was created. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintOperation.Status">
            <summary>
            Gets or sets status.
            The status of the operation. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintOperationProcessingState">
            <summary>
            The enum PrintOperationProcessingState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintOperationProcessingState.NotStarted">
            <summary>
            Not Started
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintOperationProcessingState.Running">
            <summary>
            Running
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintOperationProcessingState.Succeeded">
            <summary>
            Succeeded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintOperationProcessingState.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintOperationProcessingState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintOperationStatus">
            <summary>
            The type PrintOperationStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintOperationStatus.Description">
            <summary>
            Gets or sets description.
            A human-readable description of the printOperation's current processing state. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintOperationStatus.State">
            <summary>
            Gets or sets state.
            The printOperation's current processing state. Valid values are described in the following table. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintOperationStatus.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintOperationStatus.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintOrientation">
            <summary>
            The enum PrintOrientation.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintOrientation.Portrait">
            <summary>
            Portrait
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintOrientation.Landscape">
            <summary>
            Landscape
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintOrientation.ReverseLandscape">
            <summary>
            Reverse Landscape
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintOrientation.ReversePortrait">
            <summary>
            Reverse Portrait
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintOrientation.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintQuality">
            <summary>
            The enum PrintQuality.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintQuality.Low">
            <summary>
            Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintQuality.Medium">
            <summary>
            Medium
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintQuality.High">
            <summary>
            High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintQuality.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintScaling">
            <summary>
            The enum PrintScaling.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintScaling.Auto">
            <summary>
            Auto
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintScaling.ShrinkToFit">
            <summary>
            Shrink To Fit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintScaling.Fill">
            <summary>
            Fill
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintScaling.Fit">
            <summary>
            Fit
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintScaling.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintScaling.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintService">
            <summary>
            The type Print Service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintService.Endpoints">
            <summary>
            Gets or sets endpoints.
            Endpoints that can be used to access the service. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintService.EndpointsNextLink">
            <summary>
            Gets or sets endpointsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintServiceEndpoint">
            <summary>
            The type Print Service Endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintServiceEndpoint.DisplayName">
            <summary>
            Gets or sets display name.
            A human-readable display name for the endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintServiceEndpoint.Uri">
            <summary>
            Gets or sets uri.
            The URI that can be used to access the service.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintSettings">
            <summary>
            The type PrintSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintSettings.DocumentConversionEnabled">
            <summary>
            Gets or sets documentConversionEnabled.
            Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service will automatically convert documents into a format compatible with the printer (xps to pdf) when needed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintTask">
            <summary>
            The type Print Task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTask.ParentUrl">
            <summary>
            Gets or sets parent url.
            The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTask.Status">
            <summary>
            Gets or sets status.
            The current execution status of this printTask. The calling application is responsible for updating this status when processing is finished, unless the related printJob has been redirected to another printer. Failure to report completion will result in the related print job being blocked from printing and eventually deleted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTask.Definition">
            <summary>
            Gets or sets definition.
            The printTaskDefinition that was used to create this task. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTask.Trigger">
            <summary>
            Gets or sets trigger.
            The printTaskTrigger that triggered this task's execution. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinition">
            <summary>
            The type Print Task Definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinition.CreatedBy">
            <summary>
            Gets or sets created by.
            The application that created the printTaskDefinition. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinition.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the printTaskDefinition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinition.Tasks">
            <summary>
            Gets or sets tasks.
            A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinition.TasksNextLink">
            <summary>
            Gets or sets tasksNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskProcessingState">
            <summary>
            The enum PrintTaskProcessingState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintTaskProcessingState.Pending">
            <summary>
            Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintTaskProcessingState.Processing">
            <summary>
            Processing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintTaskProcessingState.Completed">
            <summary>
            Completed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintTaskProcessingState.Aborted">
            <summary>
            Aborted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrintTaskProcessingState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskStatus">
            <summary>
            The type PrintTaskStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskStatus.Description">
            <summary>
            Gets or sets description.
            A human-readable description of the current processing state of the printTask.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskStatus.State">
            <summary>
            Gets or sets state.
            The current processing state of the printTask. Valid values are described in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskStatus.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskStatus.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskTrigger">
            <summary>
            The type Print Task Trigger.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskTrigger.Event">
            <summary>
            Gets or sets event.
            The Universal Print event that will cause a new printTask to be triggered. Valid values are described in the following table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskTrigger.Definition">
            <summary>
            Gets or sets definition.
            An abstract definition that will be used to create a printTask when triggered by a print event. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintUsage">
            <summary>
            The type Print Usage.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintUsage.#ctor">
            <summary>
             The internal PrintUsage constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintUsage.CompletedBlackAndWhiteJobCount">
            <summary>
            Gets or sets completed black and white job count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintUsage.CompletedColorJobCount">
            <summary>
            Gets or sets completed color job count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintUsage.IncompleteJobCount">
            <summary>
            Gets or sets incomplete job count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintUsage.UsageDate">
            <summary>
            Gets or sets usage date.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintUsageByPrinter">
            <summary>
            The type Print Usage By Printer.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinter.#ctor">
            <summary>
             The PrintUsageByPrinter constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintUsageByPrinter.PrinterId">
            <summary>
            Gets or sets printer id.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintUsageByUser">
            <summary>
            The type Print Usage By User.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUser.#ctor">
            <summary>
             The PrintUsageByUser constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintUsageByUser.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            The UPN of the user represented by these statistics.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Privacy">
            <summary>
            The type Privacy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Privacy.SubjectRightsRequests">
            <summary>
            Gets or sets subject rights requests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Privacy.SubjectRightsRequestsNextLink">
            <summary>
            Gets or sets subjectRightsRequestsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Privacy.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Privacy.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrivacyProfile">
            <summary>
            The type PrivacyProfile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrivacyProfile.ContactEmail">
            <summary>
            Gets or sets contactEmail.
            A valid smtp email address for the privacy statement contact. Not required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrivacyProfile.StatementUrl">
            <summary>
            Gets or sets statementUrl.
            A valid URL format that begins with http:// or https://. Maximum length is 255 characters. The URL that directs to the company's privacy statement. Not required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrivacyProfile.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrivacyProfile.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Process">
            <summary>
            The type Process.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.AccountName">
            <summary>
            Gets or sets accountName.
            User account identifier (user account context the process ran under) for example, AccountName, SID, and so on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.CommandLine">
            <summary>
            Gets or sets commandLine.
            The full process invocation commandline including all parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.CreatedDateTime">
            <summary>
            Gets or sets createdDateTime.
            Time at which the process was started. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.FileHash">
            <summary>
            Gets or sets fileHash.
            Complex type containing file hashes (cryptographic and location-sensitive).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.IntegrityLevel">
            <summary>
            Gets or sets integrityLevel.
            The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.IsElevated">
            <summary>
            Gets or sets isElevated.
            True if the process is elevated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.Name">
            <summary>
            Gets or sets name.
            The name of the process' Image file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.ParentProcessCreatedDateTime">
            <summary>
            Gets or sets parentProcessCreatedDateTime.
            DateTime at which the parent process was started. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.ParentProcessId">
            <summary>
            Gets or sets parentProcessId.
            The Process ID (PID) of the parent process.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.ParentProcessName">
            <summary>
            Gets or sets parentProcessName.
            The name of the image file of the parent process.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.Path">
            <summary>
            Gets or sets path.
            Full path, including filename.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.ProcessId">
            <summary>
            Gets or sets processId.
            The Process ID (PID) of the process.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Process.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProcessIntegrityLevel">
            <summary>
            The enum ProcessIntegrityLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProcessIntegrityLevel.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProcessIntegrityLevel.Untrusted">
            <summary>
            Untrusted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProcessIntegrityLevel.Low">
            <summary>
            Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProcessIntegrityLevel.Medium">
            <summary>
            Medium
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProcessIntegrityLevel.High">
            <summary>
            High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProcessIntegrityLevel.System">
            <summary>
            System
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProcessIntegrityLevel.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProfilePhoto">
            <summary>
            The type Profile Photo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProfilePhoto.Height">
            <summary>
            Gets or sets height.
            The height of the photo. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProfilePhoto.Width">
            <summary>
            Gets or sets width.
            The width of the photo. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Prompt">
            <summary>
            The type Prompt.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Prompt.#ctor">
            <summary>
             The internal Prompt constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Prompt.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Prompt.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PromptLoginBehavior">
            <summary>
            The enum PromptLoginBehavior.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PromptLoginBehavior.TranslateToFreshPasswordAuthentication">
            <summary>
            Translate To Fresh Password Authentication
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PromptLoginBehavior.NativeSupport">
            <summary>
            Native Support
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PromptLoginBehavior.Disabled">
            <summary>
            Disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PromptLoginBehavior.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisionChannelEmailResult">
            <summary>
            The type ProvisionChannelEmailResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionChannelEmailResult.Email">
            <summary>
            Gets or sets email.
            Represents the provisioned email address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionChannelEmailResult.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionChannelEmailResult.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisionedIdentity">
            <summary>
            The type ProvisionedIdentity.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProvisionedIdentity.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ProvisionedIdentity"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionedIdentity.Details">
            <summary>
            Gets or sets details.
            Details of the identity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionedIdentity.IdentityType">
            <summary>
            Gets or sets identityType.
            Type of identity that has been provisioned, such as 'user' or 'group'.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisionedPlan">
            <summary>
            The type ProvisionedPlan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionedPlan.CapabilityStatus">
            <summary>
            Gets or sets capabilityStatus.
            For example, 'Enabled'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionedPlan.ProvisioningStatus">
            <summary>
            Gets or sets provisioningStatus.
            For example, 'Success'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionedPlan.Service">
            <summary>
            Gets or sets service.
            The name of the service; for example, 'AccessControlS2S'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionedPlan.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionedPlan.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisioningAction">
            <summary>
            The enum ProvisioningAction.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningAction.Other">
            <summary>
            Other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningAction.Create">
            <summary>
            Create
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningAction.Delete">
            <summary>
            Delete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningAction.Disable">
            <summary>
            Disable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningAction.Update">
            <summary>
            Update
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningAction.StagedDelete">
            <summary>
            Staged Delete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningAction.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisioningErrorInfo">
            <summary>
            The type ProvisioningErrorInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningErrorInfo.AdditionalDetails">
            <summary>
            Gets or sets additionalDetails.
            Additional details in case of error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningErrorInfo.ErrorCategory">
            <summary>
            Gets or sets errorCategory.
            Categorizes the error code. Possible values are failure, nonServiceFailure, success, unknownFutureValue
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningErrorInfo.ErrorCode">
            <summary>
            Gets or sets errorCode.
            Unique error code if any occurred. Learn more
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningErrorInfo.Reason">
            <summary>
            Gets or sets reason.
            Summarizes the status and describes why the status happened.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningErrorInfo.RecommendedAction">
            <summary>
            Gets or sets recommendedAction.
            Provides the resolution for the corresponding error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningErrorInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningErrorInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisioningObjectSummary">
            <summary>
            The type Provisioning Object Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.ActivityDateTime">
            <summary>
            Gets or sets activity date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.ChangeId">
            <summary>
            Gets or sets change id.
            Unique ID of this change in this cycle.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.CycleId">
            <summary>
            Gets or sets cycle id.
            Unique ID per job iteration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.DurationInMilliseconds">
            <summary>
            Gets or sets duration in milliseconds.
            Indicates how long this provisioning action took to finish. Measured in milliseconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.InitiatedBy">
            <summary>
            Gets or sets initiated by.
            Details of who initiated this provisioning.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.JobId">
            <summary>
            Gets or sets job id.
            The unique ID for the whole provisioning job.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.ModifiedProperties">
            <summary>
            Gets or sets modified properties.
            Details of each property that was modified in this provisioning action on this object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.ProvisioningAction">
            <summary>
            Gets or sets provisioning action.
            Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Azure AD activity list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.ProvisioningStatusInfo">
            <summary>
            Gets or sets provisioning status info.
            Details of provisioning status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.ProvisioningSteps">
            <summary>
            Gets or sets provisioning steps.
            Details of each step in provisioning.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.ServicePrincipal">
            <summary>
            Gets or sets service principal.
            Represents the service principal used for provisioning.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.SourceIdentity">
            <summary>
            Gets or sets source identity.
            Details of source object being provisioned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.SourceSystem">
            <summary>
            Gets or sets source system.
            Details of source system of the object being provisioned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.TargetIdentity">
            <summary>
            Gets or sets target identity.
            Details of target object being provisioned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.TargetSystem">
            <summary>
            Gets or sets target system.
            Details of target system of the object being provisioned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningObjectSummary.TenantId">
            <summary>
            Gets or sets tenant id.
            Unique Azure AD tenant ID.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisioningResult">
            <summary>
            The enum ProvisioningResult.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningResult.Success">
            <summary>
            Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningResult.Failure">
            <summary>
            Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningResult.Skipped">
            <summary>
            Skipped
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningResult.Warning">
            <summary>
            Warning
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningResult.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisioningServicePrincipal">
            <summary>
            The type ProvisioningServicePrincipal.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningServicePrincipal.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ProvisioningServicePrincipal"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisioningStatusErrorCategory">
            <summary>
            The enum ProvisioningStatusErrorCategory.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningStatusErrorCategory.Failure">
            <summary>
            Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningStatusErrorCategory.NonServiceFailure">
            <summary>
            Non Service Failure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningStatusErrorCategory.Success">
            <summary>
            Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningStatusErrorCategory.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisioningStatusInfo">
            <summary>
            The type ProvisioningStatusInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningStatusInfo.ErrorInformation">
            <summary>
            Gets or sets errorInformation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningStatusInfo.Status">
            <summary>
            Gets or sets status.
            Possible values are: success, warning, failure, skipped, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningStatusInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningStatusInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisioningStep">
            <summary>
            The type ProvisioningStep.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningStep.Description">
            <summary>
            Gets or sets description.
            Summary of what occurred during the step.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningStep.Details">
            <summary>
            Gets or sets details.
            Details of what occurred during the step.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningStep.Name">
            <summary>
            Gets or sets name.
            Name of the step.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningStep.ProvisioningStepType">
            <summary>
            Gets or sets provisioningStepType.
            Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningStep.Status">
            <summary>
            Gets or sets status.
            Status of the step. Possible values are: success, warning,  failure, skipped, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningStep.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningStep.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisioningStepType">
            <summary>
            The enum ProvisioningStepType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningStepType.Import">
            <summary>
            Import
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningStepType.Scoping">
            <summary>
            Scoping
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningStepType.Matching">
            <summary>
            Matching
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningStepType.Processing">
            <summary>
            Processing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningStepType.ReferenceResolution">
            <summary>
            Reference Resolution
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningStepType.Export">
            <summary>
            Export
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ProvisioningStepType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisioningSystem">
            <summary>
            The type ProvisioningSystem.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningSystem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ProvisioningSystem"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisioningSystem.Details">
            <summary>
            Gets or sets details.
            Details of the system.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProxiedDomain">
            <summary>
            The type ProxiedDomain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProxiedDomain.IpAddressOrFQDN">
            <summary>
            Gets or sets ipAddressOrFQDN.
            The IP address or FQDN
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProxiedDomain.Proxy">
            <summary>
            Gets or sets proxy.
            Proxy IP or FQDN
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProxiedDomain.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProxiedDomain.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PublicationFacet">
            <summary>
            The type PublicationFacet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicationFacet.Level">
            <summary>
            Gets or sets level.
            The state of publication for this document. Either published or checkout. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicationFacet.VersionId">
            <summary>
            Gets or sets versionId.
            The unique identifier for the version that is visible to the current caller. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicationFacet.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicationFacet.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PublicClientApplication">
            <summary>
            The type PublicClientApplication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicClientApplication.RedirectUris">
            <summary>
            Gets or sets redirectUris.
            Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicClientApplication.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicClientApplication.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PublicError">
            <summary>
            The type PublicError.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicError.Code">
            <summary>
            Gets or sets code.
            Represents the error code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicError.Details">
            <summary>
            Gets or sets details.
            Details of the error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicError.InnerError">
            <summary>
            Gets or sets innerError.
            Details of the inner error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicError.Message">
            <summary>
            Gets or sets message.
            A non-localized message for the developer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicError.Target">
            <summary>
            Gets or sets target.
            The target of the error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicError.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicError.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PublicErrorDetail">
            <summary>
            The type PublicErrorDetail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicErrorDetail.Code">
            <summary>
            Gets or sets code.
            The error code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicErrorDetail.Message">
            <summary>
            Gets or sets message.
            The error message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicErrorDetail.Target">
            <summary>
            Gets or sets target.
            The target of the error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicErrorDetail.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicErrorDetail.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PublicInnerError">
            <summary>
            The type PublicInnerError.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicInnerError.Code">
            <summary>
            Gets or sets code.
            The error code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicInnerError.Details">
            <summary>
            Gets or sets details.
            A collection of error details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicInnerError.Message">
            <summary>
            Gets or sets message.
            The error message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicInnerError.Target">
            <summary>
            Gets or sets target.
            The target of the error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicInnerError.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicInnerError.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Quota">
            <summary>
            The type Quota.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.Deleted">
            <summary>
            Gets or sets deleted.
            Total space consumed by files in the recycle bin, in bytes. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.Remaining">
            <summary>
            Gets or sets remaining.
            Total space remaining before reaching the quota limit, in bytes. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.State">
            <summary>
            Gets or sets state.
            Enumeration value that indicates the state of the storage space. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.StoragePlanInformation">
            <summary>
            Gets or sets storagePlanInformation.
            Information about the drive's storage quota plans. Only in Personal OneDrive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.Total">
            <summary>
            Gets or sets total.
            Total allowed storage space, in bytes. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.Used">
            <summary>
            Gets or sets used.
            Total space used, in bytes. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingAppsType">
            <summary>
            The enum RatingAppsType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAppsType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAppsType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAppsType.AgesAbove4">
            <summary>
            Ages Above4
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAppsType.AgesAbove9">
            <summary>
            Ages Above9
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAppsType.AgesAbove12">
            <summary>
            Ages Above12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAppsType.AgesAbove17">
            <summary>
            Ages Above17
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingAustraliaMoviesType">
            <summary>
            The enum RatingAustraliaMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.ParentalGuidance">
            <summary>
            Parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.Mature">
            <summary>
            Mature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.AgesAbove15">
            <summary>
            Ages Above15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.AgesAbove18">
            <summary>
            Ages Above18
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingAustraliaTelevisionType">
            <summary>
            The enum RatingAustraliaTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.Preschoolers">
            <summary>
            Preschoolers
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.Children">
            <summary>
            Children
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.ParentalGuidance">
            <summary>
            Parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.Mature">
            <summary>
            Mature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.AgesAbove15">
            <summary>
            Ages Above15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.AgesAbove15AdultViolence">
            <summary>
            Ages Above15Adult Violence
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingCanadaMoviesType">
            <summary>
            The enum RatingCanadaMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.ParentalGuidance">
            <summary>
            Parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.AgesAbove14">
            <summary>
            Ages Above14
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.AgesAbove18">
            <summary>
            Ages Above18
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.Restricted">
            <summary>
            Restricted
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingCanadaTelevisionType">
            <summary>
            The enum RatingCanadaTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.Children">
            <summary>
            Children
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.ChildrenAbove8">
            <summary>
            Children Above8
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.ParentalGuidance">
            <summary>
            Parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.AgesAbove14">
            <summary>
            Ages Above14
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.AgesAbove18">
            <summary>
            Ages Above18
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingFranceMoviesType">
            <summary>
            The enum RatingFranceMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceMoviesType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceMoviesType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceMoviesType.AgesAbove10">
            <summary>
            Ages Above10
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceMoviesType.AgesAbove12">
            <summary>
            Ages Above12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceMoviesType.AgesAbove16">
            <summary>
            Ages Above16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceMoviesType.AgesAbove18">
            <summary>
            Ages Above18
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingFranceTelevisionType">
            <summary>
            The enum RatingFranceTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceTelevisionType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceTelevisionType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceTelevisionType.AgesAbove10">
            <summary>
            Ages Above10
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceTelevisionType.AgesAbove12">
            <summary>
            Ages Above12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceTelevisionType.AgesAbove16">
            <summary>
            Ages Above16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceTelevisionType.AgesAbove18">
            <summary>
            Ages Above18
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingGermanyMoviesType">
            <summary>
            The enum RatingGermanyMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.AgesAbove6">
            <summary>
            Ages Above6
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.AgesAbove12">
            <summary>
            Ages Above12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.AgesAbove16">
            <summary>
            Ages Above16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.Adults">
            <summary>
            Adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingGermanyTelevisionType">
            <summary>
            The enum RatingGermanyTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.AgesAbove6">
            <summary>
            Ages Above6
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.AgesAbove12">
            <summary>
            Ages Above12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.AgesAbove16">
            <summary>
            Ages Above16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.Adults">
            <summary>
            Adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingIrelandMoviesType">
            <summary>
            The enum RatingIrelandMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.ParentalGuidance">
            <summary>
            Parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.AgesAbove12">
            <summary>
            Ages Above12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.AgesAbove15">
            <summary>
            Ages Above15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.AgesAbove16">
            <summary>
            Ages Above16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.Adults">
            <summary>
            Adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingIrelandTelevisionType">
            <summary>
            The enum RatingIrelandTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.Children">
            <summary>
            Children
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.YoungAdults">
            <summary>
            Young Adults
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.ParentalSupervision">
            <summary>
            Parental Supervision
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.Mature">
            <summary>
            Mature
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingJapanMoviesType">
            <summary>
            The enum RatingJapanMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanMoviesType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanMoviesType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanMoviesType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanMoviesType.ParentalGuidance">
            <summary>
            Parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanMoviesType.AgesAbove15">
            <summary>
            Ages Above15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanMoviesType.AgesAbove18">
            <summary>
            Ages Above18
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingJapanTelevisionType">
            <summary>
            The enum RatingJapanTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanTelevisionType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanTelevisionType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanTelevisionType.ExplicitAllowed">
            <summary>
            Explicit Allowed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingNewZealandMoviesType">
            <summary>
            The enum RatingNewZealandMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.ParentalGuidance">
            <summary>
            Parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.Mature">
            <summary>
            Mature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AgesAbove13">
            <summary>
            Ages Above13
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AgesAbove15">
            <summary>
            Ages Above15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AgesAbove16">
            <summary>
            Ages Above16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AgesAbove18">
            <summary>
            Ages Above18
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.Restricted">
            <summary>
            Restricted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AgesAbove16Restricted">
            <summary>
            Ages Above16Restricted
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingNewZealandTelevisionType">
            <summary>
            The enum RatingNewZealandTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandTelevisionType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandTelevisionType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandTelevisionType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandTelevisionType.ParentalGuidance">
            <summary>
            Parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandTelevisionType.Adults">
            <summary>
            Adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingUnitedKingdomMoviesType">
            <summary>
            The enum RatingUnitedKingdomMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.UniversalChildren">
            <summary>
            Universal Children
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.ParentalGuidance">
            <summary>
            Parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.AgesAbove12Video">
            <summary>
            Ages Above12Video
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.AgesAbove12Cinema">
            <summary>
            Ages Above12Cinema
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.AgesAbove15">
            <summary>
            Ages Above15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.Adults">
            <summary>
            Adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingUnitedKingdomTelevisionType">
            <summary>
            The enum RatingUnitedKingdomTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomTelevisionType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomTelevisionType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomTelevisionType.Caution">
            <summary>
            Caution
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingUnitedStatesMoviesType">
            <summary>
            The enum RatingUnitedStatesMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.ParentalGuidance">
            <summary>
            Parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.ParentalGuidance13">
            <summary>
            Parental Guidance13
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.Restricted">
            <summary>
            Restricted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.Adults">
            <summary>
            Adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingUnitedStatesTelevisionType">
            <summary>
            The enum RatingUnitedStatesTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.AllAllowed">
            <summary>
            All Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.AllBlocked">
            <summary>
            All Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.ChildrenAll">
            <summary>
            Children All
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.ChildrenAbove7">
            <summary>
            Children Above7
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.General">
            <summary>
            General
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.ParentalGuidance">
            <summary>
            Parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.ChildrenAbove14">
            <summary>
            Children Above14
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.Adults">
            <summary>
            Adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplication">
            <summary>
            The type Rbac Application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleAssignments">
            <summary>
            Gets or sets role assignments.
            Resource to grant access to users or groups.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleAssignmentsNextLink">
            <summary>
            Gets or sets roleAssignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleDefinitions">
            <summary>
            Gets or sets role definitions.
            Resource representing the roles allowed by RBAC providers and the permissions assigned to the roles.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleDefinitionsNextLink">
            <summary>
            Gets or sets roleDefinitionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleAssignmentScheduleInstances">
            <summary>
            Gets or sets role assignment schedule instances.
            Instances for active role assignments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleAssignmentScheduleInstancesNextLink">
            <summary>
            Gets or sets roleAssignmentScheduleInstancesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleAssignmentScheduleRequests">
            <summary>
            Gets or sets role assignment schedule requests.
            Requests for active role assignments to principals through PIM.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleAssignmentScheduleRequestsNextLink">
            <summary>
            Gets or sets roleAssignmentScheduleRequestsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleAssignmentSchedules">
            <summary>
            Gets or sets role assignment schedules.
            Schedules for active role assignment operations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleAssignmentSchedulesNextLink">
            <summary>
            Gets or sets roleAssignmentSchedulesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleEligibilityScheduleInstances">
            <summary>
            Gets or sets role eligibility schedule instances.
            Instances for role eligibility requests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleEligibilityScheduleInstancesNextLink">
            <summary>
            Gets or sets roleEligibilityScheduleInstancesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleEligibilityScheduleRequests">
            <summary>
            Gets or sets role eligibility schedule requests.
            Requests for role eligibilities for principals through PIM.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleEligibilityScheduleRequestsNextLink">
            <summary>
            Gets or sets roleEligibilityScheduleRequestsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleEligibilitySchedules">
            <summary>
            Gets or sets role eligibility schedules.
            Schedules for role eligibility operations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplication.RoleEligibilitySchedulesNextLink">
            <summary>
            Gets or sets roleEligibilitySchedulesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecentNotebook">
            <summary>
            The type RecentNotebook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebook.DisplayName">
            <summary>
            Gets or sets displayName.
            The name of the notebook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebook.LastAccessedTime">
            <summary>
            Gets or sets lastAccessedTime.
            The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebook.Links">
            <summary>
            Gets or sets links.
            Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote client, if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebook.SourceService">
            <summary>
            Gets or sets sourceService.
            The backend store where the Notebook resides, either OneDriveForBusiness or OneDrive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebook.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebook.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecentNotebookLinks">
            <summary>
            The type RecentNotebookLinks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebookLinks.OneNoteClientUrl">
            <summary>
            Gets or sets oneNoteClientUrl.
            Opens the notebook in the OneNote native client if it's installed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebookLinks.OneNoteWebUrl">
            <summary>
            Gets or sets oneNoteWebUrl.
            Opens the notebook in OneNote on the web.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebookLinks.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebookLinks.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Recipient">
            <summary>
            The type Recipient.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Recipient.EmailAddress">
            <summary>
            Gets or sets emailAddress.
            The recipient's email address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Recipient.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Recipient.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecipientScopeType">
            <summary>
            The enum RecipientScopeType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecipientScopeType.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecipientScopeType.Internal">
            <summary>
            Internal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecipientScopeType.External">
            <summary>
            External
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecipientScopeType.ExternalPartner">
            <summary>
            External Partner
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecipientScopeType.ExternalNonPartner">
            <summary>
            External Non Partner
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecommendedAction">
            <summary>
            The type RecommendedAction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecommendedAction.ActionWebUrl">
            <summary>
            Gets or sets actionWebUrl.
            Web URL to the recommended action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecommendedAction.PotentialScoreImpact">
            <summary>
            Gets or sets potentialScoreImpact.
            Potential improvement in the tenant security score from the recommended action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecommendedAction.Title">
            <summary>
            Gets or sets title.
            Title of the recommended action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecommendedAction.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecommendedAction.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecordingInfo">
            <summary>
            The type RecordingInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecordingInfo.Initiator">
            <summary>
            Gets or sets initiator.
            The identities of the recording initiator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecordingInfo.RecordingStatus">
            <summary>
            Gets or sets recordingStatus.
            Possible values are: unknown, notRecording, recording, or failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecordingInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecordingInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecordingStatus">
            <summary>
            The enum RecordingStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecordingStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecordingStatus.NotRecording">
            <summary>
            Not Recording
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecordingStatus.Recording">
            <summary>
            Recording
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecordingStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecordingStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecordOperation">
            <summary>
            The type Record Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RecordOperation.#ctor">
            <summary>
             The RecordOperation constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecordOperation.RecordingAccessToken">
            <summary>
            Gets or sets recording access token.
            The access token required to retrieve the recording.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecordOperation.RecordingLocation">
            <summary>
            Gets or sets recording location.
            The location where the recording is located.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecurrencePattern">
            <summary>
            The type RecurrencePattern.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.DayOfMonth">
            <summary>
            Gets or sets dayOfMonth.
            The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.DaysOfWeek">
            <summary>
            Gets or sets daysOfWeek.
            A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern.  Required if type is weekly, relativeMonthly, or relativeYearly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.FirstDayOfWeek">
            <summary>
            Gets or sets firstDayOfWeek.
            The first day of the week. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. Default is sunday. Required if type is weekly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.Index">
            <summary>
            Gets or sets index.
            Specifies on which instance of the allowed days specified in daysOfWeek the event occurs, counted from the first instance in the month. The possible values are: first, second, third, fourth, last. Default is first. Optional and used if type is relativeMonthly or relativeYearly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.Interval">
            <summary>
            Gets or sets interval.
            The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.Month">
            <summary>
            Gets or sets month.
            The month in which the event occurs.  This is a number from 1 to 12.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.Type">
            <summary>
            Gets or sets type.
            The recurrence pattern type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly. Required. For more information, see values of type property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecurrencePatternType">
            <summary>
            The enum RecurrencePatternType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrencePatternType.Daily">
            <summary>
            Daily
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrencePatternType.Weekly">
            <summary>
            Weekly
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrencePatternType.AbsoluteMonthly">
            <summary>
            Absolute Monthly
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrencePatternType.RelativeMonthly">
            <summary>
            Relative Monthly
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrencePatternType.AbsoluteYearly">
            <summary>
            Absolute Yearly
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrencePatternType.RelativeYearly">
            <summary>
            Relative Yearly
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecurrenceRange">
            <summary>
            The type RecurrenceRange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrenceRange.EndDate">
            <summary>
            Gets or sets endDate.
            The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrenceRange.NumberOfOccurrences">
            <summary>
            Gets or sets numberOfOccurrences.
            The number of times to repeat the event. Required and must be positive if type is numbered.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrenceRange.RecurrenceTimeZone">
            <summary>
            Gets or sets recurrenceTimeZone.
            Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrenceRange.StartDate">
            <summary>
            Gets or sets startDate.
            The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrenceRange.Type">
            <summary>
            Gets or sets type.
            The recurrence range. The possible values are: endDate, noEnd, numbered. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrenceRange.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrenceRange.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecurrenceRangeType">
            <summary>
            The enum RecurrenceRangeType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrenceRangeType.EndDate">
            <summary>
            End Date
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrenceRangeType.NoEnd">
            <summary>
            No End
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrenceRangeType.Numbered">
            <summary>
            Numbered
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RedirectUriSettings">
            <summary>
            The type RedirectUriSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RedirectUriSettings.Index">
            <summary>
            Gets or sets index.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RedirectUriSettings.Uri">
            <summary>
            Gets or sets uri.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RedirectUriSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RedirectUriSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReferenceAttachment">
            <summary>
            The type Reference Attachment.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachment.#ctor">
            <summary>
             The ReferenceAttachment constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RegistrationEnforcement">
            <summary>
            The type RegistrationEnforcement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistrationEnforcement.AuthenticationMethodsRegistrationCampaign">
            <summary>
            Gets or sets authenticationMethodsRegistrationCampaign.
            Run campaigns to remind users to set up targeted authentication methods.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistrationEnforcement.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistrationEnforcement.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RegistryHive">
            <summary>
            The enum RegistryHive.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryHive.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryHive.CurrentConfig">
            <summary>
            Current Config
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryHive.CurrentUser">
            <summary>
            Current User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryHive.LocalMachineSam">
            <summary>
            Local Machine Sam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryHive.LocalMachineSecurity">
            <summary>
            Local Machine Security
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryHive.LocalMachineSoftware">
            <summary>
            Local Machine Software
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryHive.LocalMachineSystem">
            <summary>
            Local Machine System
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryHive.UsersDefault">
            <summary>
            Users Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryHive.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RegistryKeyState">
            <summary>
            The type RegistryKeyState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistryKeyState.Hive">
            <summary>
            Gets or sets hive.
            A Windows registry hive : HKEY_CURRENT_CONFIG HKEY_CURRENT_USER HKEY_LOCAL_MACHINE/SAM HKEY_LOCAL_MACHINE/Security HKEY_LOCAL_MACHINE/Software HKEY_LOCAL_MACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistryKeyState.Key">
            <summary>
            Gets or sets key.
            Current (i.e. changed) registry key (excludes HIVE).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistryKeyState.OldKey">
            <summary>
            Gets or sets oldKey.
            Previous (i.e. before changed) registry key (excludes HIVE).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistryKeyState.OldValueData">
            <summary>
            Gets or sets oldValueData.
            Previous (i.e. before changed) registry key value data (contents).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistryKeyState.OldValueName">
            <summary>
            Gets or sets oldValueName.
            Previous (i.e. before changed) registry key value name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistryKeyState.Operation">
            <summary>
            Gets or sets operation.
            Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistryKeyState.ProcessId">
            <summary>
            Gets or sets processId.
            Process ID (PID) of the process that modified the registry key (process details will appear in the alert 'processes' collection).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistryKeyState.ValueData">
            <summary>
            Gets or sets valueData.
            Current (i.e. changed) registry key value data (contents).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistryKeyState.ValueName">
            <summary>
            Gets or sets valueName.
            Current (i.e. changed) registry key value name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistryKeyState.ValueType">
            <summary>
            Gets or sets valueType.
            Registry key value type REG_BINARY REG_DWORD REG_DWORD_LITTLE_ENDIAN REG_DWORD_BIG_ENDIANREG_EXPAND_SZ REG_LINK REG_MULTI_SZ REG_NONE REG_QWORD REG_QWORD_LITTLE_ENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistryKeyState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RegistryKeyState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RegistryOperation">
            <summary>
            The enum RegistryOperation.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryOperation.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryOperation.Create">
            <summary>
            Create
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryOperation.Modify">
            <summary>
            Modify
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryOperation.Delete">
            <summary>
            Delete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryOperation.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RegistryValueType">
            <summary>
            The enum RegistryValueType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryValueType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryValueType.Binary">
            <summary>
            Binary
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryValueType.Dword">
            <summary>
            Dword
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryValueType.DwordLittleEndian">
            <summary>
            Dword Little Endian
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryValueType.DwordBigEndian">
            <summary>
            Dword Big Endian
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryValueType.ExpandSz">
            <summary>
            Expand Sz
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryValueType.Link">
            <summary>
            Link
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryValueType.MultiSz">
            <summary>
            Multi Sz
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryValueType.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryValueType.Qword">
            <summary>
            Qword
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryValueType.QwordlittleEndian">
            <summary>
            Qwordlittle Endian
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryValueType.Sz">
            <summary>
            Sz
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RegistryValueType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RejectJoinResponse">
            <summary>
            The type RejectJoinResponse.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RejectJoinResponse.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.RejectJoinResponse"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RejectJoinResponse.Reason">
            <summary>
            Gets or sets reason.
            The rejection reason. Possible values are None, Busy, and Forbidden.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RejectReason">
            <summary>
            The enum RejectReason.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RejectReason.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RejectReason.Busy">
            <summary>
            Busy
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RejectReason.Forbidden">
            <summary>
            Forbidden
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RejectReason.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RelatedContact">
            <summary>
            The type RelatedContact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RelatedContact.AccessConsent">
            <summary>
            Gets or sets accessConsent.
            Indicates whether the user has been consented to access student data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RelatedContact.DisplayName">
            <summary>
            Gets or sets displayName.
            Name of the contact. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RelatedContact.EmailAddress">
            <summary>
            Gets or sets emailAddress.
            Primary email address of the contact. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RelatedContact.MobilePhone">
            <summary>
            Gets or sets mobilePhone.
            Mobile phone number of the contact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RelatedContact.Relationship">
            <summary>
            Gets or sets relationship.
            Relationship to the user. Possible values are: parent, relative, aide, doctor, guardian, child, other, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RelatedContact.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RelatedContact.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Reminder">
            <summary>
            The type Reminder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.ChangeKey">
            <summary>
            Gets or sets changeKey.
            Identifies the version of the reminder. Every time the reminder is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.EventEndTime">
            <summary>
            Gets or sets eventEndTime.
            The date, time and time zone that the event ends.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.EventId">
            <summary>
            Gets or sets eventId.
            The unique ID of the event. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.EventLocation">
            <summary>
            Gets or sets eventLocation.
            The location of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.EventStartTime">
            <summary>
            Gets or sets eventStartTime.
            The date, time, and time zone that the event starts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.EventSubject">
            <summary>
            Gets or sets eventSubject.
            The text of the event's subject line.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.EventWebLink">
            <summary>
            Gets or sets eventWebLink.
            The URL to open the event in Outlook on the web.The event will open in the browser if you are logged in to your mailbox via Outlook on the web. You will be prompted to login if you are not already logged in with the browser.This URL cannot be accessed from within an iFrame.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.ReminderFireTime">
            <summary>
            Gets or sets reminderFireTime.
            The date, time, and time zone that the reminder is set to occur.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistanceOnboardingStatus">
            <summary>
            The enum RemoteAssistanceOnboardingStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RemoteAssistanceOnboardingStatus.NotOnboarded">
            <summary>
            Not Onboarded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RemoteAssistanceOnboardingStatus.Onboarding">
            <summary>
            Onboarding
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RemoteAssistanceOnboardingStatus.Onboarded">
            <summary>
            Onboarded
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartner">
            <summary>
            The type Remote Assistance Partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteAssistancePartner.DisplayName">
            <summary>
            Gets or sets display name.
            Display name of the partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteAssistancePartner.LastConnectionDateTime">
            <summary>
            Gets or sets last connection date time.
            Timestamp of the last request sent to Intune by the TEM partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteAssistancePartner.OnboardingStatus">
            <summary>
            Gets or sets onboarding status.
            A friendly description of the current TeamViewer connector status. Possible values are: notOnboarded, onboarding, onboarded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteAssistancePartner.OnboardingUrl">
            <summary>
            Gets or sets onboarding url.
            URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RemoteItem">
            <summary>
            The type RemoteItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.CreatedBy">
            <summary>
            Gets or sets createdBy.
            Identity of the user, device, and application which created the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.CreatedDateTime">
            <summary>
            Gets or sets createdDateTime.
            Date and time of item creation. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.File">
            <summary>
            Gets or sets file.
            Indicates that the remote item is a file. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.FileSystemInfo">
            <summary>
            Gets or sets fileSystemInfo.
            Information about the remote item from the local file system. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Folder">
            <summary>
            Gets or sets folder.
            Indicates that the remote item is a folder. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Id">
            <summary>
            Gets or sets id.
            Unique identifier for the remote item in its drive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Image">
            <summary>
            Gets or sets image.
            Image metadata, if the item is an image. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.LastModifiedBy">
            <summary>
            Gets or sets lastModifiedBy.
            Identity of the user, device, and application which last modified the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.LastModifiedDateTime">
            <summary>
            Gets or sets lastModifiedDateTime.
            Date and time the item was last modified. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Name">
            <summary>
            Gets or sets name.
            Optional. Filename of the remote item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Package">
            <summary>
            Gets or sets package.
            If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.ParentReference">
            <summary>
            Gets or sets parentReference.
            Properties of the parent of the remote item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Shared">
            <summary>
            Gets or sets shared.
            Indicates that the item has been shared with others and provides information about the shared state of the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.SharepointIds">
            <summary>
            Gets or sets sharepointIds.
            Provides interop between items in OneDrive for Business and SharePoint with the full set of item identifiers. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Size">
            <summary>
            Gets or sets size.
            Size of the remote item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.SpecialFolder">
            <summary>
            Gets or sets specialFolder.
            If the current item is also available as a special folder, this facet is returned. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Video">
            <summary>
            Gets or sets video.
            Video metadata, if the item is a video. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.WebDavUrl">
            <summary>
            Gets or sets webDavUrl.
            DAV compatible URL for the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.WebUrl">
            <summary>
            Gets or sets webUrl.
            URL that displays the resource in the browser. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RemoteLockActionResult">
            <summary>
            The type RemoteLockActionResult.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteLockActionResult.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.RemoteLockActionResult"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteLockActionResult.UnlockPin">
            <summary>
            Gets or sets unlockPin.
            Pin to unlock the client
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RemoveAccessApplyAction">
            <summary>
            The type RemoveAccessApplyAction.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoveAccessApplyAction.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.RemoveAccessApplyAction"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Report">
            <summary>
            The type Report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Report.Content">
            <summary>
            Gets or sets content.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Report.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Report.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRoot">
            <summary>
            The type Report Root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRoot.DailyPrintUsageByPrinter">
            <summary>
            Gets or sets daily print usage by printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRoot.DailyPrintUsageByPrinterNextLink">
            <summary>
            Gets or sets dailyPrintUsageByPrinterNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRoot.DailyPrintUsageByUser">
            <summary>
            Gets or sets daily print usage by user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRoot.DailyPrintUsageByUserNextLink">
            <summary>
            Gets or sets dailyPrintUsageByUserNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRoot.MonthlyPrintUsageByPrinter">
            <summary>
            Gets or sets monthly print usage by printer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRoot.MonthlyPrintUsageByPrinterNextLink">
            <summary>
            Gets or sets monthlyPrintUsageByPrinterNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRoot.MonthlyPrintUsageByUser">
            <summary>
            Gets or sets monthly print usage by user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRoot.MonthlyPrintUsageByUserNextLink">
            <summary>
            Gets or sets monthlyPrintUsageByUserNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRoot.Security">
            <summary>
            Gets or sets security.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRoot.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRoot.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RequestObject">
            <summary>
            The type Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequestObject.ApprovalId">
            <summary>
            Gets or sets approval id.
            The identifier of the approval of the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequestObject.CompletedDateTime">
            <summary>
            Gets or sets completed date time.
            The request completion date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequestObject.CreatedBy">
            <summary>
            Gets or sets created by.
            The principal that created the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequestObject.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The request creation date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequestObject.CustomData">
            <summary>
            Gets or sets custom data.
            Free text field to define any custom data for the request. Not used.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequestObject.Status">
            <summary>
            Gets or sets status.
            The status of the request. Not nullable. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RequestorManager">
            <summary>
            The type RequestorManager.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RequestorManager.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.RequestorManager"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequestorManager.ManagerLevel">
            <summary>
            Gets or sets managerLevel.
            The hierarchical level of the manager with respect to the requestor. For example, the direct manager of a requestor would have a managerLevel of 1, while the manager of the requestor's manager would have a managerLevel of 2. Default value for managerLevel is 1. Possible values for this property range from 1 to 2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RequestSchedule">
            <summary>
            The type RequestSchedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequestSchedule.Expiration">
            <summary>
            Gets or sets expiration.
            When the eligible or active assignment expires.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequestSchedule.Recurrence">
            <summary>
            Gets or sets recurrence.
            The frequency of the  eligible or active assignment. This property is currently unsupported in PIM.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequestSchedule.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            When the  eligible or active assignment becomes active.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequestSchedule.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequestSchedule.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RequiredPasswordType">
            <summary>
            The enum RequiredPasswordType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RequiredPasswordType.DeviceDefault">
            <summary>
            Device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RequiredPasswordType.Alphanumeric">
            <summary>
            Alphanumeric
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RequiredPasswordType.Numeric">
            <summary>
            Numeric
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RequiredResourceAccess">
            <summary>
            The type RequiredResourceAccess.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequiredResourceAccess.ResourceAccess">
            <summary>
            Gets or sets resourceAccess.
            The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequiredResourceAccess.ResourceAppId">
            <summary>
            Gets or sets resourceAppId.
            The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequiredResourceAccess.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RequiredResourceAccess.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResetPasscodeActionResult">
            <summary>
            The type ResetPasscodeActionResult.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ResetPasscodeActionResult.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ResetPasscodeActionResult"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResetPasscodeActionResult.Passcode">
            <summary>
            Gets or sets passcode.
            Newly generated passcode for the device
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResourceAccess">
            <summary>
            The type ResourceAccess.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceAccess.Id">
            <summary>
            Gets or sets id.
            The unique identifier of an app role or delegated permission exposed by the resource application. For delegated permissions, this should match the id property of one of the delegated permissions in the oauth2PermissionScopes collection of the resource application's service principal. For app roles (application permissions), this should match the id property of an app role in the appRoles collection of the resource application's service principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceAccess.Type">
            <summary>
            Gets or sets type.
            Specifies whether the id property references a delegated permission or an app role (application permission). The possible values are: Scope (for delegated permissions) or Role (for app roles).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceAccess.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceAccess.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResourceAction">
            <summary>
            The type ResourceAction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceAction.AllowedResourceActions">
            <summary>
            Gets or sets allowedResourceActions.
            Allowed Actions
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceAction.NotAllowedResourceActions">
            <summary>
            Gets or sets notAllowedResourceActions.
            Not Allowed Actions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceAction.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceAction.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResourceData">
            <summary>
            The type ResourceData.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceData.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceData.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResourceOperation">
            <summary>
            The type Resource Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceOperation.ActionName">
            <summary>
            Gets or sets action name.
            Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceOperation.Description">
            <summary>
            Gets or sets description.
            Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceOperation.ResourceName">
            <summary>
            Gets or sets resource name.
            Name of the Resource this operation is performed on.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResourcePermission">
            <summary>
            The type ResourcePermission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourcePermission.Type">
            <summary>
            Gets or sets type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourcePermission.Value">
            <summary>
            Gets or sets value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourcePermission.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourcePermission.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResourceReference">
            <summary>
            The type ResourceReference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceReference.Id">
            <summary>
            Gets or sets id.
            The item's unique identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceReference.Type">
            <summary>
            Gets or sets type.
            A string value that can be used to classify the item, such as 'microsoft.graph.driveItem'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceReference.WebUrl">
            <summary>
            Gets or sets webUrl.
            A URL leading to the referenced item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceReference.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceReference.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResourceSpecificPermission">
            <summary>
            The type ResourceSpecificPermission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceSpecificPermission.Description">
            <summary>
            Gets or sets description.
            Describes the level of access that the resource-specific permission represents.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceSpecificPermission.DisplayName">
            <summary>
            Gets or sets displayName.
            The display name for the resource-specific permission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceSpecificPermission.Id">
            <summary>
            Gets or sets id.
            The unique identifier for the resource-specific application permission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceSpecificPermission.IsEnabled">
            <summary>
            Gets or sets isEnabled.
            Indicates whether the permission is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceSpecificPermission.Value">
            <summary>
            Gets or sets value.
            The value of the permission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceSpecificPermission.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceSpecificPermission.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResourceSpecificPermissionGrant">
            <summary>
            The type Resource Specific Permission Grant.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrant.#ctor">
            <summary>
             The ResourceSpecificPermissionGrant constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceSpecificPermissionGrant.ClientAppId">
            <summary>
            Gets or sets client app id.
            ID of the service principal of the Azure AD app that has been granted access. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceSpecificPermissionGrant.ClientId">
            <summary>
            Gets or sets client id.
            ID of the Azure AD app that has been granted access. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceSpecificPermissionGrant.Permission">
            <summary>
            Gets or sets permission.
            The name of the resource-specific permission. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceSpecificPermissionGrant.PermissionType">
            <summary>
            Gets or sets permission type.
            The type of permission. Possible values are: Application, Delegated. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceSpecificPermissionGrant.ResourceAppId">
            <summary>
            Gets or sets resource app id.
            ID of the Azure AD app that is hosting the resource. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResourceVisualization">
            <summary>
            The type ResourceVisualization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceVisualization.ContainerDisplayName">
            <summary>
            Gets or sets containerDisplayName.
            A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceVisualization.ContainerType">
            <summary>
            Gets or sets containerType.
            Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceVisualization.ContainerWebUrl">
            <summary>
            Gets or sets containerWebUrl.
            A path leading to the folder in which the item is stored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceVisualization.MediaType">
            <summary>
            Gets or sets mediaType.
            The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Note that not all Media Mime Types are supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceVisualization.PreviewImageUrl">
            <summary>
            Gets or sets previewImageUrl.
            A URL leading to the preview image for the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceVisualization.PreviewText">
            <summary>
            Gets or sets previewText.
            A preview text for the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceVisualization.Title">
            <summary>
            Gets or sets title.
            The item's title text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceVisualization.Type">
            <summary>
            Gets or sets type.
            The item's media type. Can be used for filtering for a specific file based on a specific type. See below for supported types.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceVisualization.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceVisualization.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResponseStatus">
            <summary>
            The type ResponseStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResponseStatus.Response">
            <summary>
            Gets or sets response.
            The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded:  none – from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting.  notResponded – from attendee's perspective. Indicates the attendee has not responded to the meeting request.  Clients can treat notResponded == none.  As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResponseStatus.Time">
            <summary>
            Gets or sets time.
            The date and time when the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResponseStatus.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResponseStatus.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResponseType">
            <summary>
            The enum ResponseType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ResponseType.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ResponseType.Organizer">
            <summary>
            Organizer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ResponseType.TentativelyAccepted">
            <summary>
            Tentatively Accepted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ResponseType.Accepted">
            <summary>
            Accepted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ResponseType.Declined">
            <summary>
            Declined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ResponseType.NotResponded">
            <summary>
            Not Responded
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResultInfo">
            <summary>
            The type ResultInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResultInfo.Code">
            <summary>
            Gets or sets code.
            The result code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResultInfo.Message">
            <summary>
            Gets or sets message.
            The message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResultInfo.Subcode">
            <summary>
            Gets or sets subcode.
            The result sub-code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResultInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResultInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResultTemplate">
            <summary>
            The type ResultTemplate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResultTemplate.Body">
            <summary>
            Gets or sets body.
            JSON schema of the result template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResultTemplate.DisplayName">
            <summary>
            Gets or sets displayName.
            Name of the result template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResultTemplate.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResultTemplate.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResultTemplateDictionary">
            <summary>
            The type ResultTemplateDictionary.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResultTemplateOption">
            <summary>
            The type ResultTemplateOption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResultTemplateOption.EnableResultTemplate">
            <summary>
            Gets or sets enableResultTemplate.
            Indicates whether search display layouts are enabled. If enabled, the user will get the result template to render the search results content in the resultTemplates property of the response. The result template is based on Adaptive Cards. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResultTemplateOption.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResultTemplateOption.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RgbColor">
            <summary>
            The type RgbColor.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RgbColor.B">
            <summary>
            Gets or sets b.
            Blue value
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RgbColor.G">
            <summary>
            Gets or sets g.
            Green value
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RgbColor.R">
            <summary>
            Gets or sets r.
            Red value
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RgbColor.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RgbColor.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RichLongRunningOperation">
            <summary>
            The type Rich Long Running Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperation.#ctor">
            <summary>
             The RichLongRunningOperation constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RichLongRunningOperation.Error">
            <summary>
            Gets or sets error.
            Error that caused the operation to fail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RichLongRunningOperation.PercentageComplete">
            <summary>
            Gets or sets percentage complete.
            A value between 0 and 100 that indicates the progress of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RichLongRunningOperation.ResourceId">
            <summary>
            Gets or sets resource id.
            The unique identifier for the result.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RichLongRunningOperation.Type">
            <summary>
            Gets or sets type.
            The type of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskDetail">
            <summary>
            The enum RiskDetail.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.AdminGeneratedTemporaryPassword">
            <summary>
            Admin Generated Temporary Password
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.UserPerformedSecuredPasswordChange">
            <summary>
            User Performed Secured Password Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.UserPerformedSecuredPasswordReset">
            <summary>
            User Performed Secured Password Reset
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.AdminConfirmedSigninSafe">
            <summary>
            Admin Confirmed Signin Safe
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.AiConfirmedSigninSafe">
            <summary>
            Ai Confirmed Signin Safe
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.UserPassedMFADrivenByRiskBasedPolicy">
            <summary>
            User Passed MFADriven By Risk Based Policy
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.AdminDismissedAllRiskForUser">
            <summary>
            Admin Dismissed All Risk For User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.AdminConfirmedSigninCompromised">
            <summary>
            Admin Confirmed Signin Compromised
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.Hidden">
            <summary>
            Hidden
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.AdminConfirmedUserCompromised">
            <summary>
            Admin Confirmed User Compromised
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.AdminConfirmedServicePrincipalCompromised">
            <summary>
            Admin Confirmed Service Principal Compromised
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.AdminDismissedAllRiskForServicePrincipal">
            <summary>
            Admin Dismissed All Risk For Service Principal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetail.M365DAdminDismissedDetection">
            <summary>
            M365DAdmin Dismissed Detection
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskDetection">
            <summary>
            The type Risk Detection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.Activity">
            <summary>
            Gets or sets activity.
            Indicates the activity type the detected risk is linked to. Possible values are: signin, user, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.ActivityDateTime">
            <summary>
            Gets or sets activity date time.
            Date and time that the risky activity occurred. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is look like this: 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.AdditionalInfo">
            <summary>
            Gets or sets additional info.
            Additional information associated with the risk detection in JSON format. For example, '[{/'Key/':/'userAgent/',/'Value/':/'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36/'}]'. Possible keys in the additionalInfo JSON string are: userAgent, alertUrl, relatedEventTimeInUtc, relatedUserAgent, deviceInformation, relatedLocation, requestId, correlationId, lastActivityTimeInUtc, malwareName, clientLocation, clientIp, riskReasons. For more information about riskReasons and possible values, see riskReasons values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.CorrelationId">
            <summary>
            Gets or sets correlation id.
            Correlation ID of the sign-in associated with the risk detection. This property is null if the risk detection is not associated with a sign-in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.DetectedDateTime">
            <summary>
            Gets or sets detected date time.
            Date and time that the risk was detected. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 looks like this: 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.DetectionTimingType">
            <summary>
            Gets or sets detection timing type.
            Timing of the detected risk (real-time/offline). Possible values are: notDefined, realtime, nearRealtime, offline, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.IpAddress">
            <summary>
            Gets or sets ip address.
            Provides the IP address of the client from where the risk occurred.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.LastUpdatedDateTime">
            <summary>
            Gets or sets last updated date time.
            Date and time that the risk detection was last updated. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is look like this: 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.Location">
            <summary>
            Gets or sets location.
            Location of the sign-in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.RequestId">
            <summary>
            Gets or sets request id.
            Request ID of the sign-in associated with the risk detection. This property is null if the risk detection is not associated with a sign-in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.RiskDetail">
            <summary>
            Gets or sets risk detail.
            Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, m365DAdminDismissedDetection. Note that you must use the Prefer: include - unknown -enum-members request header to get the following value(s) in this evolvable enum: m365DAdminDismissedDetection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.RiskEventType">
            <summary>
            Gets or sets risk event type.
            The type of risk event detected. The possible values are unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic,adminConfirmedUserCompromised, passwordSpray, impossibleTravel, newCountry, anomalousToken, tokenIssuerAnomaly,suspiciousBrowser, riskyIPAddress, mcasSuspiciousInboxManipulationRules, suspiciousInboxForwarding, and anomalousUserActivity. If the risk detection is a premium detection, will show generic. For more information about each value, see riskEventType values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.RiskLevel">
            <summary>
            Gets or sets risk level.
            Level of the detected risk. Possible values are: low, medium, high, hidden, none, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.RiskState">
            <summary>
            Gets or sets risk state.
            The state of a detected risky user or sign-in. Possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.Source">
            <summary>
            Gets or sets source.
            Source of the risk detection. For example, activeDirectory.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.TokenIssuerType">
            <summary>
            Gets or sets token issuer type.
            Indicates the type of token issuer for the detected sign-in risk. Possible values are: AzureAD, ADFederationServices, UnknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.UserDisplayName">
            <summary>
            Gets or sets user display name.
            The user principal name (UPN) of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.UserId">
            <summary>
            Gets or sets user id.
            Unique ID of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskDetection.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            The user principal name (UPN) of the user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskDetectionTimingType">
            <summary>
            The enum RiskDetectionTimingType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetectionTimingType.NotDefined">
            <summary>
            Not Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetectionTimingType.Realtime">
            <summary>
            Realtime
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetectionTimingType.NearRealtime">
            <summary>
            Near Realtime
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetectionTimingType.Offline">
            <summary>
            Offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskDetectionTimingType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskEventType">
            <summary>
            The enum RiskEventType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.UnlikelyTravel">
            <summary>
            Unlikely Travel
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.AnonymizedIPAddress">
            <summary>
            Anonymized IPAddress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.MaliciousIPAddress">
            <summary>
            Malicious IPAddress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.UnfamiliarFeatures">
            <summary>
            Unfamiliar Features
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.MalwareInfectedIPAddress">
            <summary>
            Malware Infected IPAddress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.SuspiciousIPAddress">
            <summary>
            Suspicious IPAddress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.LeakedCredentials">
            <summary>
            Leaked Credentials
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.InvestigationsThreatIntelligence">
            <summary>
            Investigations Threat Intelligence
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.Generic">
            <summary>
            Generic
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.AdminConfirmedUserCompromised">
            <summary>
            Admin Confirmed User Compromised
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.McasImpossibleTravel">
            <summary>
            Mcas Impossible Travel
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.McasSuspiciousInboxManipulationRules">
            <summary>
            Mcas Suspicious Inbox Manipulation Rules
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.InvestigationsThreatIntelligenceSigninLinked">
            <summary>
            Investigations Threat Intelligence Signin Linked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.MaliciousIPAddressValidCredentialsBlockedIP">
            <summary>
            Malicious IPAddress Valid Credentials Blocked IP
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskEventType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskLevel">
            <summary>
            The enum RiskLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskLevel.Low">
            <summary>
            Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskLevel.Medium">
            <summary>
            Medium
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskLevel.High">
            <summary>
            High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskLevel.Hidden">
            <summary>
            Hidden
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskLevel.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskLevel.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskServicePrincipalActivity">
            <summary>
            The type RiskServicePrincipalActivity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskServicePrincipalActivity.Detail">
            <summary>
            Gets or sets detail.
            Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskServicePrincipalActivity.RiskEventTypes">
            <summary>
            Gets or sets riskEventTypes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskServicePrincipalActivity.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskServicePrincipalActivity.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskState">
            <summary>
            The enum RiskState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskState.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskState.ConfirmedSafe">
            <summary>
            Confirmed Safe
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskState.Remediated">
            <summary>
            Remediated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskState.Dismissed">
            <summary>
            Dismissed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskState.AtRisk">
            <summary>
            At Risk
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskState.ConfirmedCompromised">
            <summary>
            Confirmed Compromised
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RiskState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskUserActivity">
            <summary>
            The type RiskUserActivity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskUserActivity.Detail">
            <summary>
            Gets or sets detail.
            Details of the detected risk. Possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskUserActivity.RiskEventTypes">
            <summary>
            Gets or sets riskEventTypes.
            The type of risk event detected.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskUserActivity.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskUserActivity.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipal">
            <summary>
            The type Risky Service Principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipal.AppId">
            <summary>
            Gets or sets app id.
            The globally unique identifier for the associated application (its appId property), if any.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipal.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for the service principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipal.IsEnabled">
            <summary>
            Gets or sets is enabled.
            true if the service principal account is enabled; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipal.IsProcessing">
            <summary>
            Gets or sets is processing.
            Indicates whether Azure AD is currently processing the service principal's risky state.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipal.RiskDetail">
            <summary>
            Gets or sets risk detail.
            Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden,  unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipal.RiskLastUpdatedDateTime">
            <summary>
            Gets or sets risk last updated date time.
            The date and time that the risk state was last updated. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2021 is 2021-01-01T00:00:00Z. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipal.RiskLevel">
            <summary>
            Gets or sets risk level.
            Level of the detected risky workload identity. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipal.RiskState">
            <summary>
            Gets or sets risk state.
            State of the service principal's risk. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipal.ServicePrincipalType">
            <summary>
            Gets or sets service principal type.
            Identifies whether the service principal represents an Application, a ManagedIdentity, or a legacy application (socialIdp). This is set by Azure AD internally and is inherited from servicePrincipal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipal.History">
            <summary>
            Gets or sets history.
            Represents the risk history of Azure AD service principals.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipal.HistoryNextLink">
            <summary>
            Gets or sets historyNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalConfirmCompromisedRequestBody">
            <summary>
            The type RiskyServicePrincipalConfirmCompromisedRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipalConfirmCompromisedRequestBody.ServicePrincipalIds">
            <summary>
            Gets or sets ServicePrincipalIds.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalDismissRequestBody">
            <summary>
            The type RiskyServicePrincipalDismissRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipalDismissRequestBody.ServicePrincipalIds">
            <summary>
            Gets or sets ServicePrincipalIds.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalHistoryItem">
            <summary>
            The type Risky Service Principal History Item.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItem.#ctor">
            <summary>
             The RiskyServicePrincipalHistoryItem constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipalHistoryItem.Activity">
            <summary>
            Gets or sets activity.
            The activity related to service principal risk level change.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipalHistoryItem.InitiatedBy">
            <summary>
            Gets or sets initiated by.
            The identifier of the actor of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskyUser">
            <summary>
            The type Risky User.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUser.IsDeleted">
            <summary>
            Gets or sets is deleted.
            Indicates whether the user is deleted. Possible values are: true, false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUser.IsProcessing">
            <summary>
            Gets or sets is processing.
            Indicates whether a user's risky state is being processed by the backend.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUser.RiskDetail">
            <summary>
            Gets or sets risk detail.
            Details of the detected risk. Possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUser.RiskLastUpdatedDateTime">
            <summary>
            Gets or sets risk last updated date time.
            The date and time that the risky user was last updated.  The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUser.RiskLevel">
            <summary>
            Gets or sets risk level.
            Level of the detected risky user. Possible values are: low, medium, high, hidden, none, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUser.RiskState">
            <summary>
            Gets or sets risk state.
            State of the user's risk. Possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUser.UserDisplayName">
            <summary>
            Gets or sets user display name.
            Risky user display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUser.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            Risky user principal name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUser.History">
            <summary>
            Gets or sets history.
            The activity related to user risk level change
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUser.HistoryNextLink">
            <summary>
            Gets or sets historyNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserConfirmCompromisedRequestBody">
            <summary>
            The type RiskyUserConfirmCompromisedRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUserConfirmCompromisedRequestBody.UserIds">
            <summary>
            Gets or sets UserIds.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserDismissRequestBody">
            <summary>
            The type RiskyUserDismissRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUserDismissRequestBody.UserIds">
            <summary>
            Gets or sets UserIds.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserHistoryItem">
            <summary>
            The type Risky User History Item.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItem.#ctor">
            <summary>
             The RiskyUserHistoryItem constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUserHistoryItem.Activity">
            <summary>
            Gets or sets activity.
            The activity related to user risk level change.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUserHistoryItem.InitiatedBy">
            <summary>
            Gets or sets initiated by.
            The ID of actor that does the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUserHistoryItem.UserId">
            <summary>
            Gets or sets user id.
            The ID of the user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleAssignment">
            <summary>
            The type Role Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleAssignment.Description">
            <summary>
            Gets or sets description.
            Description of the Role Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleAssignment.DisplayName">
            <summary>
            Gets or sets display name.
            The display or friendly name of the role Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleAssignment.ResourceScopes">
            <summary>
            Gets or sets resource scopes.
            List of ids of role scope member security groups.  These are IDs from Azure Active Directory.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleAssignment.RoleDefinition">
            <summary>
            Gets or sets role definition.
            Role definition this assignment is part of.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleAssignmentScheduleFilterByCurrentUserOptions">
            <summary>
            The enum RoleAssignmentScheduleFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleAssignmentScheduleFilterByCurrentUserOptions.Principal">
            <summary>
            Principal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleAssignmentScheduleFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleAssignmentScheduleInstanceFilterByCurrentUserOptions">
            <summary>
            The enum RoleAssignmentScheduleInstanceFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleAssignmentScheduleInstanceFilterByCurrentUserOptions.Principal">
            <summary>
            Principal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleAssignmentScheduleInstanceFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleAssignmentScheduleRequestFilterByCurrentUserOptions">
            <summary>
            The enum RoleAssignmentScheduleRequestFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleAssignmentScheduleRequestFilterByCurrentUserOptions.Principal">
            <summary>
            Principal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleAssignmentScheduleRequestFilterByCurrentUserOptions.CreatedBy">
            <summary>
            Created By
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleAssignmentScheduleRequestFilterByCurrentUserOptions.Approver">
            <summary>
            Approver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleAssignmentScheduleRequestFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinition">
            <summary>
            The type Role Definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinition.Description">
            <summary>
            Gets or sets description.
            Description of the Role definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinition.DisplayName">
            <summary>
            Gets or sets display name.
            Display Name of the Role definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinition.IsBuiltIn">
            <summary>
            Gets or sets is built in.
            Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinition.RolePermissions">
            <summary>
            Gets or sets role permissions.
            List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinition.RoleAssignments">
            <summary>
            Gets or sets role assignments.
            List of Role assignments for this role definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinition.RoleAssignmentsNextLink">
            <summary>
            Gets or sets roleAssignmentsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleEligibilityScheduleFilterByCurrentUserOptions">
            <summary>
            The enum RoleEligibilityScheduleFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleEligibilityScheduleFilterByCurrentUserOptions.Principal">
            <summary>
            Principal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleEligibilityScheduleFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleEligibilityScheduleInstanceFilterByCurrentUserOptions">
            <summary>
            The enum RoleEligibilityScheduleInstanceFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleEligibilityScheduleInstanceFilterByCurrentUserOptions.Principal">
            <summary>
            Principal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleEligibilityScheduleInstanceFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleEligibilityScheduleRequestFilterByCurrentUserOptions">
            <summary>
            The enum RoleEligibilityScheduleRequestFilterByCurrentUserOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleEligibilityScheduleRequestFilterByCurrentUserOptions.Principal">
            <summary>
            Principal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleEligibilityScheduleRequestFilterByCurrentUserOptions.CreatedBy">
            <summary>
            Created By
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleEligibilityScheduleRequestFilterByCurrentUserOptions.Approver">
            <summary>
            Approver
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoleEligibilityScheduleRequestFilterByCurrentUserOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleManagement">
            <summary>
            The type Role Management.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleManagement.Directory">
            <summary>
            Gets or sets directory.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleManagement.EntitlementManagement">
            <summary>
            Gets or sets entitlement management.
            Container for roles and assignments for entitlement management resources.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleManagement.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleManagement.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RolePermission">
            <summary>
            The type RolePermission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RolePermission.ResourceActions">
            <summary>
            Gets or sets resourceActions.
            Resource Actions each containing a set of allowed and not allowed permissions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RolePermission.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RolePermission.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Room">
            <summary>
            The type Room.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Room.#ctor">
            <summary>
             The Room constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Room.AudioDeviceName">
            <summary>
            Gets or sets audio device name.
            Specifies the name of the audio device in the room.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Room.BookingType">
            <summary>
            Gets or sets booking type.
            Type of room. Possible values are standard, and reserved.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Room.Building">
            <summary>
            Gets or sets building.
            Specifies the building name or building number that the room is in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Room.Capacity">
            <summary>
            Gets or sets capacity.
            Specifies the capacity of the room.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Room.DisplayDeviceName">
            <summary>
            Gets or sets display device name.
            Specifies the name of the display device in the room.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Room.EmailAddress">
            <summary>
            Gets or sets email address.
            Email address of the room.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Room.FloorLabel">
            <summary>
            Gets or sets floor label.
            Specifies a descriptive label for the floor, for example, P.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Room.FloorNumber">
            <summary>
            Gets or sets floor number.
            Specifies the floor number that the room is on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Room.IsWheelChairAccessible">
            <summary>
            Gets or sets is wheel chair accessible.
            Specifies whether the room is wheelchair accessible.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Room.Label">
            <summary>
            Gets or sets label.
            Specifies a descriptive label for the room, for example, a number or name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Room.Nickname">
            <summary>
            Gets or sets nickname.
            Specifies a nickname for the room, for example, 'conf room'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Room.Tags">
            <summary>
            Gets or sets tags.
            Specifies additional features of the room, for example, details like the type of view or furniture type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Room.VideoDeviceName">
            <summary>
            Gets or sets video device name.
            Specifies the name of the video device in the room.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoomList">
            <summary>
            The type Room List.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoomList.#ctor">
            <summary>
             The RoomList constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoomList.EmailAddress">
            <summary>
            Gets or sets email address.
            The email address of the room list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoomList.Rooms">
            <summary>
            Gets or sets rooms.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoomList.RoomsNextLink">
            <summary>
            Gets or sets roomsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Root">
            <summary>
            The type Root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Root.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Root.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoutingMode">
            <summary>
            The enum RoutingMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoutingMode.OneToOne">
            <summary>
            One To One
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoutingMode.Multicast">
            <summary>
            Multicast
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoutingMode.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoutingType">
            <summary>
            The enum RoutingType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoutingType.Forwarded">
            <summary>
            Forwarded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoutingType.Lookup">
            <summary>
            Lookup
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoutingType.SelfFork">
            <summary>
            Self Fork
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RoutingType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RubricCriterion">
            <summary>
            The type RubricCriterion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricCriterion.Description">
            <summary>
            Gets or sets description.
            The description of this criterion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricCriterion.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricCriterion.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RubricLevel">
            <summary>
            The type RubricLevel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricLevel.Description">
            <summary>
            Gets or sets description.
            The description of this rubric level.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricLevel.DisplayName">
            <summary>
            Gets or sets displayName.
            The name of this rubric level.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricLevel.Grading">
            <summary>
            Gets or sets grading.
            Null if this is a no-points rubric; educationAssignmentPointsGradeType if it is a points rubric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricLevel.LevelId">
            <summary>
            Gets or sets levelId.
            The ID of this resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricLevel.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricLevel.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RubricQuality">
            <summary>
            The type RubricQuality.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQuality.Criteria">
            <summary>
            Gets or sets criteria.
            The collection of criteria for this rubric quality.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQuality.Description">
            <summary>
            Gets or sets description.
            The description of this rubric quality.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQuality.DisplayName">
            <summary>
            Gets or sets displayName.
            The name of this rubric quality.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQuality.QualityId">
            <summary>
            Gets or sets qualityId.
            The ID of this resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQuality.Weight">
            <summary>
            Gets or sets weight.
            If present, a numerical weight for this quality.  Weights must add up to 100.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQuality.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQuality.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RubricQualityFeedbackModel">
            <summary>
            The type RubricQualityFeedbackModel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQualityFeedbackModel.Feedback">
            <summary>
            Gets or sets feedback.
            Specific feedback for one quality of this rubric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQualityFeedbackModel.QualityId">
            <summary>
            Gets or sets qualityId.
            The ID of the rubricQuality that this feedback is related to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQualityFeedbackModel.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQualityFeedbackModel.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RubricQualitySelectedColumnModel">
            <summary>
            The type RubricQualitySelectedColumnModel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQualitySelectedColumnModel.ColumnId">
            <summary>
            Gets or sets columnId.
            ID of the selected level for this quality.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQualitySelectedColumnModel.QualityId">
            <summary>
            Gets or sets qualityId.
            ID of the associated quality.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQualitySelectedColumnModel.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RubricQualitySelectedColumnModel.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RunAsAccountType">
            <summary>
            The enum RunAsAccountType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RunAsAccountType.System">
            <summary>
            System
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RunAsAccountType.User">
            <summary>
            User
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SafeSearchFilterType">
            <summary>
            The enum SafeSearchFilterType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SafeSearchFilterType.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SafeSearchFilterType.Strict">
            <summary>
            Strict
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SafeSearchFilterType.Moderate">
            <summary>
            Moderate
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SamlOrWsFedExternalDomainFederation">
            <summary>
            The type Saml Or Ws Fed External Domain Federation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederation.#ctor">
            <summary>
             The SamlOrWsFedExternalDomainFederation constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlOrWsFedExternalDomainFederation.Domains">
            <summary>
            Gets or sets domains.
            Collection of domain names of the external organizations that the tenant is federating with. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlOrWsFedExternalDomainFederation.DomainsNextLink">
            <summary>
            Gets or sets domainsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SamlOrWsFedProvider">
            <summary>
            The type Saml Or Ws Fed Provider.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProvider.#ctor">
            <summary>
             The internal SamlOrWsFedProvider constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlOrWsFedProvider.IssuerUri">
            <summary>
            Gets or sets issuer uri.
            Issuer URI of the federation server.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlOrWsFedProvider.MetadataExchangeUri">
            <summary>
            Gets or sets metadata exchange uri.
            URI of the metadata exchange endpoint used for authentication from rich client applications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlOrWsFedProvider.PassiveSignInUri">
            <summary>
            Gets or sets passive sign in uri.
            URI that web-based clients are directed to when signing in to Azure Active Directory (Azure AD) services.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlOrWsFedProvider.PreferredAuthenticationProtocol">
            <summary>
            Gets or sets preferred authentication protocol.
            Preferred authentication protocol. The possible values are: wsFed, saml, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlOrWsFedProvider.SigningCertificate">
            <summary>
            Gets or sets signing certificate.
            Current certificate used to sign tokens passed to the Microsoft identity platform. The certificate is formatted as a Base64 encoded string of the public portion of the federated IdP's token signing certificate and must be compatible with the X509Certificate2 class.   This property is used in the following scenarios:  if a rollover is required outside of the autorollover update a new federation service is being set up  if the new token signing certificate isn't present in the federation properties after the federation service certificate has been updated.   Azure AD updates certificates via an autorollover process in which it attempts to retrieve a new certificate from the federation service metadata, 30 days before expiry of the current certificate. If a new certificate isn't available, Azure AD monitors the metadata daily and will update the federation settings for the domain when a new certificate is available.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SamlSingleSignOnSettings">
            <summary>
            The type SamlSingleSignOnSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlSingleSignOnSettings.RelayState">
            <summary>
            Gets or sets relayState.
            The relative URI the service provider would redirect to after completion of the single sign-on flow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlSingleSignOnSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlSingleSignOnSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Schedule">
            <summary>
            The type Schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.Enabled">
            <summary>
            Gets or sets enabled.
            Indicates whether the schedule is enabled for the team. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.OfferShiftRequestsEnabled">
            <summary>
            Gets or sets offer shift requests enabled.
            Indicates whether offer shift requests are enabled for the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.OpenShiftsEnabled">
            <summary>
            Gets or sets open shifts enabled.
            Indicates whether open shifts are enabled for the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.ProvisionStatus">
            <summary>
            Gets or sets provision status.
            The status of the schedule provisioning. The possible values are notStarted, running, completed, failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.ProvisionStatusCode">
            <summary>
            Gets or sets provision status code.
            Additional information about why schedule provisioning failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.SwapShiftsRequestsEnabled">
            <summary>
            Gets or sets swap shifts requests enabled.
            Indicates whether swap shifts requests are enabled for the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.TimeClockEnabled">
            <summary>
            Gets or sets time clock enabled.
            Indicates whether time clock is enabled for the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.TimeOffRequestsEnabled">
            <summary>
            Gets or sets time off requests enabled.
            Indicates whether time off requests are enabled for the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.TimeZone">
            <summary>
            Gets or sets time zone.
            Indicates the time zone of the schedule team using tz database format. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.WorkforceIntegrationIds">
            <summary>
            Gets or sets workforce integration ids.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.OfferShiftRequests">
            <summary>
            Gets or sets offer shift requests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.OfferShiftRequestsNextLink">
            <summary>
            Gets or sets offerShiftRequestsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.OpenShiftChangeRequests">
            <summary>
            Gets or sets open shift change requests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.OpenShiftChangeRequestsNextLink">
            <summary>
            Gets or sets openShiftChangeRequestsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.OpenShifts">
            <summary>
            Gets or sets open shifts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.OpenShiftsNextLink">
            <summary>
            Gets or sets openShiftsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.SchedulingGroups">
            <summary>
            Gets or sets scheduling groups.
            The logical grouping of users in the schedule (usually by role).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.SchedulingGroupsNextLink">
            <summary>
            Gets or sets schedulingGroupsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.Shifts">
            <summary>
            Gets or sets shifts.
            The shifts in the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.ShiftsNextLink">
            <summary>
            Gets or sets shiftsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.SwapShiftsChangeRequests">
            <summary>
            Gets or sets swap shifts change requests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.SwapShiftsChangeRequestsNextLink">
            <summary>
            Gets or sets swapShiftsChangeRequestsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.TimeOffReasons">
            <summary>
            Gets or sets time off reasons.
            The set of reasons for a time off in the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.TimeOffReasonsNextLink">
            <summary>
            Gets or sets timeOffReasonsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.TimeOffRequests">
            <summary>
            Gets or sets time off requests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.TimeOffRequestsNextLink">
            <summary>
            Gets or sets timeOffRequestsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.TimesOff">
            <summary>
            Gets or sets times off.
            The instances of times off in the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Schedule.TimesOffNextLink">
            <summary>
            Gets or sets timesOffNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleChangeRequestObject">
            <summary>
            The type Schedule Change Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestObject.#ctor">
            <summary>
             The internal ScheduleChangeRequest constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleChangeRequestObject.AssignedTo">
            <summary>
            Gets or sets assigned to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleChangeRequestObject.ManagerActionDateTime">
            <summary>
            Gets or sets manager action date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleChangeRequestObject.ManagerActionMessage">
            <summary>
            Gets or sets manager action message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleChangeRequestObject.ManagerUserId">
            <summary>
            Gets or sets manager user id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleChangeRequestObject.SenderDateTime">
            <summary>
            Gets or sets sender date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleChangeRequestObject.SenderMessage">
            <summary>
            Gets or sets sender message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleChangeRequestObject.SenderUserId">
            <summary>
            Gets or sets sender user id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleChangeRequestObject.State">
            <summary>
            Gets or sets state.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleChangeRequestActor">
            <summary>
            The enum ScheduleChangeRequestActor.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleChangeRequestActor.Sender">
            <summary>
            Sender
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleChangeRequestActor.Recipient">
            <summary>
            Recipient
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleChangeRequestActor.Manager">
            <summary>
            Manager
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleChangeRequestActor.System">
            <summary>
            System
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleChangeRequestActor.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleChangeRequestApproveRequestBody">
            <summary>
            The type ScheduleChangeRequestApproveRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleChangeRequestApproveRequestBody.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleChangeRequestDeclineRequestBody">
            <summary>
            The type ScheduleChangeRequestDeclineRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleChangeRequestDeclineRequestBody.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleChangeState">
            <summary>
            The enum ScheduleChangeState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleChangeState.Pending">
            <summary>
            Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleChangeState.Approved">
            <summary>
            Approved
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleChangeState.Declined">
            <summary>
            Declined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleChangeState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleEntity">
            <summary>
            The type ScheduleEntity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleEntity.EndDateTime">
            <summary>
            Gets or sets endDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleEntity.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleEntity.Theme">
            <summary>
            Gets or sets theme.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleEntity.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleEntity.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleEntityTheme">
            <summary>
            The enum ScheduleEntityTheme.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleEntityTheme.White">
            <summary>
            White
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleEntityTheme.Blue">
            <summary>
            Blue
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleEntityTheme.Green">
            <summary>
            Green
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleEntityTheme.Purple">
            <summary>
            Purple
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleEntityTheme.Pink">
            <summary>
            Pink
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleEntityTheme.Yellow">
            <summary>
            Yellow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleEntityTheme.Gray">
            <summary>
            Gray
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleEntityTheme.DarkBlue">
            <summary>
            Dark Blue
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleEntityTheme.DarkGreen">
            <summary>
            Dark Green
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleEntityTheme.DarkPurple">
            <summary>
            Dark Purple
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleEntityTheme.DarkPink">
            <summary>
            Dark Pink
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleEntityTheme.DarkYellow">
            <summary>
            Dark Yellow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScheduleEntityTheme.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleInformation">
            <summary>
            The type ScheduleInformation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleInformation.AvailabilityView">
            <summary>
            Gets or sets availabilityView.
            Represents a merged view of availability of all the items in scheduleItems. The view consists of time slots. Availability during each time slot is indicated with: 0= free, 1= tentative, 2= busy, 3= out of office, 4= working elsewhere.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleInformation.Error">
            <summary>
            Gets or sets error.
            Error information from attempting to get the availability of the user, distribution list, or resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleInformation.ScheduleId">
            <summary>
            Gets or sets scheduleId.
            An SMTP address of the user, distribution list, or resource, identifying an instance of scheduleInformation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleInformation.ScheduleItems">
            <summary>
            Gets or sets scheduleItems.
            Contains the items that describe the availability of the user or resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleInformation.WorkingHours">
            <summary>
            Gets or sets workingHours.
            The days of the week and hours in a specific time zone that the user works. These are set as part of the user's mailboxSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleInformation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleInformation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleItem">
            <summary>
            The type ScheduleItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleItem.End">
            <summary>
            Gets or sets end.
            The date, time, and time zone that the corresponding event ends.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleItem.IsPrivate">
            <summary>
            Gets or sets isPrivate.
            The sensitivity of the corresponding event. True if the event is marked private, false otherwise. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleItem.Location">
            <summary>
            Gets or sets location.
            The location where the corresponding event is held or attended from. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleItem.Start">
            <summary>
            Gets or sets start.
            The date, time, and time zone that the corresponding event starts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleItem.Status">
            <summary>
            Gets or sets status.
            The availability status of the user or resource during the corresponding event. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleItem.Subject">
            <summary>
            Gets or sets subject.
            The corresponding event's subject line. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleItem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleShareRequestBody">
            <summary>
            The type ScheduleShareRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleShareRequestBody.NotifyTeam">
            <summary>
            Gets or sets NotifyTeam.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleShareRequestBody.StartDateTime">
            <summary>
            Gets or sets StartDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleShareRequestBody.EndDateTime">
            <summary>
            Gets or sets EndDateTime.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SchedulingGroup">
            <summary>
            The type Scheduling Group.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroup.#ctor">
            <summary>
             The SchedulingGroup constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SchedulingGroup.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for the schedulingGroup. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SchedulingGroup.IsActive">
            <summary>
            Gets or sets is active.
            Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SchedulingGroup.UserIds">
            <summary>
            Gets or sets user ids.
            The list of user IDs that are a member of the schedulingGroup. Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SchemaExtension">
            <summary>
            The type Schema Extension.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SchemaExtension.Description">
            <summary>
            Gets or sets description.
            Description for the schema extension. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SchemaExtension.Owner">
            <summary>
            Gets or sets owner.
            The appId of the application that is the owner of the schema extension. This property can be supplied on creation, to set the owner.  If not supplied, then the calling application's appId will be set as the owner. In either case, the signed-in user must be the owner of the application. So, for example, if creating a new schema extension definition using Graph Explorer, you must supply the owner property. Once set, this property is read-only and cannot be changed. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SchemaExtension.Properties">
            <summary>
            Gets or sets properties.
            The collection of property names and types that make up the schema extension definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SchemaExtension.Status">
            <summary>
            Gets or sets status.
            The lifecycle state of the schema extension. Possible states are InDevelopment, Available, and Deprecated. Automatically set to InDevelopment on creation. For more information about the possible state transitions and behaviors, see Schema extensions lifecycle. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SchemaExtension.TargetTypes">
            <summary>
            Gets or sets target types.
            Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from administrativeUnit, contact, device, event, group, message, organization, post, todoTask, todoTaskList, or user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScopedRoleMembership">
            <summary>
            The type Scoped Role Membership.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScopedRoleMembership.AdministrativeUnitId">
            <summary>
            Gets or sets administrative unit id.
            Unique identifier for the administrative unit that the directory role is scoped to
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScopedRoleMembership.RoleId">
            <summary>
            Gets or sets role id.
            Unique identifier for the directory role that the member is in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScopedRoleMembership.RoleMemberInfo">
            <summary>
            Gets or sets role member info.
            Role member identity information. Represents the user that is a member of this scoped-role.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScoredEmailAddress">
            <summary>
            The type ScoredEmailAddress.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScoredEmailAddress.Address">
            <summary>
            Gets or sets address.
            The email address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScoredEmailAddress.ItemId">
            <summary>
            Gets or sets itemId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScoredEmailAddress.RelevanceScore">
            <summary>
            Gets or sets relevanceScore.
            The relevance score of the email address. A relevance score is used as a sort key, in relation to the other returned results. A higher relevance score value corresponds to a more relevant result. Relevance is determined by the user’s communication and collaboration patterns and business relationships.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScoredEmailAddress.SelectionLikelihood">
            <summary>
            Gets or sets selectionLikelihood.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScoredEmailAddress.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScoredEmailAddress.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScreenSharingRole">
            <summary>
            The enum ScreenSharingRole.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScreenSharingRole.Viewer">
            <summary>
            Viewer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ScreenSharingRole.Sharer">
            <summary>
            Sharer
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchAggregation">
            <summary>
            The type SearchAggregation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchAggregation.Buckets">
            <summary>
            Gets or sets buckets.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchAggregation.Field">
            <summary>
            Gets or sets field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchAggregation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchAggregation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchAlteration">
            <summary>
            The type SearchAlteration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchAlteration.AlteredHighlightedQueryString">
            <summary>
            Gets or sets alteredHighlightedQueryString.
            Defines the altered highlighted query string with spelling correction. The annotation around the corrected segment is: /ue000, /ue001.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchAlteration.AlteredQueryString">
            <summary>
            Gets or sets alteredQueryString.
            Defines the altered query string with spelling correction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchAlteration.AlteredQueryTokens">
            <summary>
            Gets or sets alteredQueryTokens.
            Represents changed segments related to an original user query.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchAlteration.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchAlteration.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchAlterationOptions">
            <summary>
            The type SearchAlterationOptions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchAlterationOptions.EnableModification">
            <summary>
            Gets or sets enableModification.
            Indicates whether spelling modifications are enabled. If enabled, the user will get the search results for the corrected query in case of no results for the original query with typos. The response will also include the spelling modification information in the queryAlterationResponse property. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchAlterationOptions.EnableSuggestion">
            <summary>
            Gets or sets enableSuggestion.
            Indicates whether spelling suggestions are enabled. If enabled, the user will get the search results for the original search query and suggestions for spelling correction in the queryAlterationResponse property of the response for the typos in the query. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchAlterationOptions.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchAlterationOptions.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchAlterationType">
            <summary>
            The enum SearchAlterationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SearchAlterationType.Suggestion">
            <summary>
            Suggestion
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SearchAlterationType.Modification">
            <summary>
            Modification
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SearchAlterationType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchBucket">
            <summary>
            The type SearchBucket.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchBucket.AggregationFilterToken">
            <summary>
            Gets or sets aggregationFilterToken.
            A token containing the encoded filter to aggregate search matches by the specific key value. To use the filter, pass the token as part of the aggregationFilter property in a searchRequest object, in the format '{field}:/'{aggregationFilterToken}/''. See an example.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchBucket.Count">
            <summary>
            Gets or sets count.
            The approximate number of search matches that share the same value specified in the key property. Note that this number is not the exact number of matches.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchBucket.Key">
            <summary>
            Gets or sets key.
            The discrete value of the field that an aggregation was computed on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchBucket.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchBucket.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchEntity">
            <summary>
            The type Search Entity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchEntityQueryRequestBody">
            <summary>
            The type SearchEntityQueryRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchEntityQueryRequestBody.Requests">
            <summary>
            Gets or sets Requests.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchHit">
            <summary>
            The type SearchHit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHit.ContentSource">
            <summary>
            Gets or sets contentSource.
            The name of the content source that the externalItem is part of.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHit.HitId">
            <summary>
            Gets or sets hitId.
            The internal identifier for the item. The format of the identifier varies based on the entity type. For details, see hitId format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHit.Rank">
            <summary>
            Gets or sets rank.
            The rank or the order of the result.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHit.ResultTemplateId">
            <summary>
            Gets or sets resultTemplateId.
            ID of the result template used to render the search result. This ID must map to a display layout in the resultTemplates dictionary that is also included in the searchResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHit.Summary">
            <summary>
            Gets or sets summary.
            A summary of the result, if a summary is available.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHit.Resource">
            <summary>
            Gets or sets resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHit.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHit.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchHitsContainer">
            <summary>
            The type SearchHitsContainer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHitsContainer.Aggregations">
            <summary>
            Gets or sets aggregations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHitsContainer.Hits">
            <summary>
            Gets or sets hits.
            A collection of the search results.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHitsContainer.MoreResultsAvailable">
            <summary>
            Gets or sets moreResultsAvailable.
            Provides information if more results are available. Based on this information, you can adjust the from and size properties of the searchRequest accordingly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHitsContainer.Total">
            <summary>
            Gets or sets total.
            The total number of results. Note this is not the number of results on the page, but the total number of results satisfying the query.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHitsContainer.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchHitsContainer.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchQuery">
            <summary>
            The type SearchQuery.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchQuery.QueryString">
            <summary>
            Gets or sets queryString.
            The search query containing the search terms. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchQuery.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchQuery.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchRequestObject">
            <summary>
            The type SearchRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.AggregationFilters">
            <summary>
            Gets or sets aggregationFilters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.Aggregations">
            <summary>
            Gets or sets aggregations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.ContentSources">
            <summary>
            Gets or sets contentSources.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.EnableTopResults">
            <summary>
            Gets or sets enableTopResults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.EntityTypes">
            <summary>
            Gets or sets entityTypes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.Fields">
            <summary>
            Gets or sets fields.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.From">
            <summary>
            Gets or sets from.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.Query">
            <summary>
            Gets or sets query.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.QueryAlterationOptions">
            <summary>
            Gets or sets queryAlterationOptions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.ResultTemplateOptions">
            <summary>
            Gets or sets resultTemplateOptions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.Size">
            <summary>
            Gets or sets size.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.SortProperties">
            <summary>
            Gets or sets sortProperties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchRequestObject.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchResponse">
            <summary>
            The type SearchResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchResponse.HitsContainers">
            <summary>
            Gets or sets hitsContainers.
            A collection of search results.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchResponse.QueryAlterationResponse">
            <summary>
            Gets or sets queryAlterationResponse.
            Provides information related to spelling corrections in the alteration response.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchResponse.ResultTemplates">
            <summary>
            Gets or sets resultTemplates.
            A dictionary of resultTemplateIds and associated values, which include the name and JSON schema of the result templates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchResponse.SearchTerms">
            <summary>
            Gets or sets searchTerms.
            Contains the search terms sent in the initial search query.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchResponse.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchResult">
            <summary>
            The type SearchResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchResult.OnClickTelemetryUrl">
            <summary>
            Gets or sets onClickTelemetryUrl.
            A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchResult.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchResult.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SectionGroup">
            <summary>
            The type Section Group.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroup.#ctor">
            <summary>
             The SectionGroup constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.SectionGroupsUrl">
            <summary>
            Gets or sets section groups url.
            The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.SectionsUrl">
            <summary>
            Gets or sets sections url.
            The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.ParentNotebook">
            <summary>
            Gets or sets parent notebook.
            The notebook that contains the section group. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.ParentSectionGroup">
            <summary>
            Gets or sets parent section group.
            The section group that contains the section group. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.SectionGroups">
            <summary>
            Gets or sets section groups.
            The section groups in the section. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.SectionGroupsNextLink">
            <summary>
            Gets or sets sectionGroupsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.Sections">
            <summary>
            Gets or sets sections.
            The sections in the section group. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.SectionsNextLink">
            <summary>
            Gets or sets sectionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SectionLinks">
            <summary>
            The type SectionLinks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionLinks.OneNoteClientUrl">
            <summary>
            Gets or sets oneNoteClientUrl.
            Opens the section in the OneNote native client if it's installed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionLinks.OneNoteWebUrl">
            <summary>
            Gets or sets oneNoteWebUrl.
            Opens the section in OneNote on the web.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionLinks.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionLinks.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecureScore">
            <summary>
            The type Secure Score.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScore.ActiveUserCount">
            <summary>
            Gets or sets active user count.
            Active user count of the given tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScore.AverageComparativeScores">
            <summary>
            Gets or sets average comparative scores.
            Average score by different scopes (for example, average by industry, average by seating) and control category (Identity, Data, Device, Apps, Infrastructure) within the scope.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScore.AzureTenantId">
            <summary>
            Gets or sets azure tenant id.
            GUID string for tenant ID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScore.ControlScores">
            <summary>
            Gets or sets control scores.
            Contains tenant scores for a set of controls.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScore.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date when the entity is created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScore.CurrentScore">
            <summary>
            Gets or sets current score.
            Tenant current attained score on specified date.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScore.EnabledServices">
            <summary>
            Gets or sets enabled services.
            Microsoft-provided services for the tenant (for example, Exchange online, Skype, Sharepoint).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScore.LicensedUserCount">
            <summary>
            Gets or sets licensed user count.
            Licensed user count of the given tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScore.MaxScore">
            <summary>
            Gets or sets max score.
            Tenant maximum possible score on specified date.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScore.VendorInformation">
            <summary>
            Gets or sets vendor information.
            Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=SecureScore). Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecureScoreControlProfile">
            <summary>
            The type Secure Score Control Profile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.ActionType">
            <summary>
            Gets or sets action type.
            Control action type (Config, Review, Behavior).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.ActionUrl">
            <summary>
            Gets or sets action url.
            URL to where the control can be actioned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.AzureTenantId">
            <summary>
            Gets or sets azure tenant id.
            GUID string for tenant ID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.ComplianceInformation">
            <summary>
            Gets or sets compliance information.
            The collection of compliance information associated with secure score control
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.ControlCategory">
            <summary>
            Gets or sets control category.
            Control action category (Identity, Data, Device, Apps, Infrastructure).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.ControlStateUpdates">
            <summary>
            Gets or sets control state updates.
            Flag to indicate where the tenant has marked a control (ignored, thirdParty, reviewed) (supports update).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.Deprecated">
            <summary>
            Gets or sets deprecated.
            Flag to indicate if a control is depreciated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.ImplementationCost">
            <summary>
            Gets or sets implementation cost.
            Resource cost of implemmentating control (low, moderate, high).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Time at which the control profile entity was last modified. The Timestamp type represents date and time
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.MaxScore">
            <summary>
            Gets or sets max score.
            max attainable score for the control.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.Rank">
            <summary>
            Gets or sets rank.
            Microsoft's stack ranking of control.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.Remediation">
            <summary>
            Gets or sets remediation.
            Description of what the control will help remediate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.RemediationImpact">
            <summary>
            Gets or sets remediation impact.
            Description of the impact on users of the remediation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.Service">
            <summary>
            Gets or sets service.
            Service that owns the control (Exchange, Sharepoint, Azure AD).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.Threats">
            <summary>
            Gets or sets threats.
            List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.Tier">
            <summary>
            Gets or sets tier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.Title">
            <summary>
            Gets or sets title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.UserImpact">
            <summary>
            Gets or sets user impact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlProfile.VendorInformation">
            <summary>
            Gets or sets vendor information.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecureScoreControlStateUpdate">
            <summary>
            The type SecureScoreControlStateUpdate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlStateUpdate.AssignedTo">
            <summary>
            Gets or sets assignedTo.
            Assigns the control to the user who will take the action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlStateUpdate.Comment">
            <summary>
            Gets or sets comment.
            Provides optional comment about the control.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlStateUpdate.State">
            <summary>
            Gets or sets state.
            State of the control, which can be modified via a PATCH command (for example, ignored, thirdParty).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlStateUpdate.UpdatedBy">
            <summary>
            Gets or sets updatedBy.
            ID of the user who updated tenant state.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlStateUpdate.UpdatedDateTime">
            <summary>
            Gets or sets updatedDateTime.
            Time at which the control state was updated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlStateUpdate.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecureScoreControlStateUpdate.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Security">
            <summary>
            The type Security.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Security.Cases">
            <summary>
            Gets or sets cases.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Security.Alerts_v2">
            <summary>
            Gets or sets alerts_v2.
            A collection of alerts in Microsoft 365 Defender.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Security.Alerts_v2NextLink">
            <summary>
            Gets or sets alerts_v2NextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Security.Incidents">
            <summary>
            Gets or sets incidents.
            A collection of incidents in Microsoft 365 Defender, each of which is a set of correlated alerts and associated metadata that reflects the story of an attack.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Security.IncidentsNextLink">
            <summary>
            Gets or sets incidentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Security.AttackSimulation">
            <summary>
            Gets or sets attack simulation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Security.Alerts">
            <summary>
            Gets or sets alerts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Security.AlertsNextLink">
            <summary>
            Gets or sets alertsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Security.SecureScoreControlProfiles">
            <summary>
            Gets or sets secure score control profiles.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Security.SecureScoreControlProfilesNextLink">
            <summary>
            Gets or sets secureScoreControlProfilesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Security.SecureScores">
            <summary>
            Gets or sets secure scores.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Security.SecureScoresNextLink">
            <summary>
            Gets or sets secureScoresNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNetworkProtocol">
            <summary>
            The enum SecurityNetworkProtocol.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Ip">
            <summary>
            Ip
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Icmp">
            <summary>
            Icmp
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Igmp">
            <summary>
            Igmp
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Ggp">
            <summary>
            Ggp
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Ipv4">
            <summary>
            Ipv4
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Tcp">
            <summary>
            Tcp
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Pup">
            <summary>
            Pup
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Udp">
            <summary>
            Udp
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Idp">
            <summary>
            Idp
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Ipv6">
            <summary>
            Ipv6
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Ipv6RoutingHeader">
            <summary>
            Ipv6Routing Header
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Ipv6FragmentHeader">
            <summary>
            Ipv6Fragment Header
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.IpSecEncapsulatingSecurityPayload">
            <summary>
            Ip Sec Encapsulating Security Payload
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.IpSecAuthenticationHeader">
            <summary>
            Ip Sec Authentication Header
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.IcmpV6">
            <summary>
            Icmp V6
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Ipv6NoNextHeader">
            <summary>
            Ipv6No Next Header
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Ipv6DestinationOptions">
            <summary>
            Ipv6Destination Options
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Nd">
            <summary>
            Nd
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Raw">
            <summary>
            Raw
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Ipx">
            <summary>
            Ipx
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.Spx">
            <summary>
            Spx
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.SpxII">
            <summary>
            Spx II
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNetworkProtocol.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRoot">
            <summary>
            The type Security Reports Root.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityResource">
            <summary>
            The type SecurityResource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityResource.Resource">
            <summary>
            Gets or sets resource.
            Name of the resource that is related to current alert. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityResource.ResourceType">
            <summary>
            Gets or sets resourceType.
            Represents type of security resources related to an alert. Possible values are: attacked, related.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityResource.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityResource.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityResourceType">
            <summary>
            The enum SecurityResourceType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityResourceType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityResourceType.Attacked">
            <summary>
            Attacked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityResourceType.Related">
            <summary>
            Related
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityResourceType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityRunHuntingQueryRequestBody">
            <summary>
            The type SecurityRunHuntingQueryRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityRunHuntingQueryRequestBody.Query">
            <summary>
            Gets or sets Query.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityVendorInformation">
            <summary>
            The type SecurityVendorInformation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityVendorInformation.Provider">
            <summary>
            Gets or sets provider.
            Specific provider (product/service - not vendor company); for example, WindowsDefenderATP.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityVendorInformation.ProviderVersion">
            <summary>
            Gets or sets providerVersion.
            Version of the provider or subprovider, if it exists, that generated the alert. Required
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityVendorInformation.SubProvider">
            <summary>
            Gets or sets subProvider.
            Specific subprovider (under aggregating provider); for example, WindowsDefenderATP.SmartScreen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityVendorInformation.Vendor">
            <summary>
            Gets or sets vendor.
            Name of the alert vendor (for example, Microsoft, Dell, FireEye). Required
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityVendorInformation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityVendorInformation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SelectionLikelihoodInfo">
            <summary>
            The enum SelectionLikelihoodInfo.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SelectionLikelihoodInfo.NotSpecified">
            <summary>
            Not Specified
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SelectionLikelihoodInfo.High">
            <summary>
            High
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SelfServiceSignUpAuthenticationFlowConfiguration">
            <summary>
            The type SelfServiceSignUpAuthenticationFlowConfiguration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfServiceSignUpAuthenticationFlowConfiguration.IsEnabled">
            <summary>
            Gets or sets isEnabled.
            Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property is not a key. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfServiceSignUpAuthenticationFlowConfiguration.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfServiceSignUpAuthenticationFlowConfiguration.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SelfSignedCertificate">
            <summary>
            The type SelfSignedCertificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfSignedCertificate.CustomKeyIdentifier">
            <summary>
            Gets or sets customKeyIdentifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfSignedCertificate.DisplayName">
            <summary>
            Gets or sets displayName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfSignedCertificate.EndDateTime">
            <summary>
            Gets or sets endDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfSignedCertificate.Key">
            <summary>
            Gets or sets key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfSignedCertificate.KeyId">
            <summary>
            Gets or sets keyId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfSignedCertificate.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfSignedCertificate.Thumbprint">
            <summary>
            Gets or sets thumbprint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfSignedCertificate.Type">
            <summary>
            Gets or sets type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfSignedCertificate.Usage">
            <summary>
            Gets or sets usage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfSignedCertificate.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SelfSignedCertificate.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Sensitivity">
            <summary>
            The enum Sensitivity.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Sensitivity.Normal">
            <summary>
            Normal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Sensitivity.Personal">
            <summary>
            Personal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Sensitivity.Private">
            <summary>
            Private
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Sensitivity.Confidential">
            <summary>
            Confidential
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncement">
            <summary>
            The type Service Announcement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncement.HealthOverviews">
            <summary>
            Gets or sets health overviews.
            A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncement.HealthOverviewsNextLink">
            <summary>
            Gets or sets healthOverviewsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncement.Issues">
            <summary>
            Gets or sets issues.
            A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncement.IssuesNextLink">
            <summary>
            Gets or sets issuesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncement.Messages">
            <summary>
            Gets or sets messages.
            A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncement.MessagesNextLink">
            <summary>
            Gets or sets messagesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementAttachment">
            <summary>
            The type Service Announcement Attachment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementAttachment.Content">
            <summary>
            Gets or sets content.
            The attachment content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementAttachment.ContentType">
            <summary>
            Gets or sets content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementAttachment.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementAttachment.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementAttachment.Size">
            <summary>
            Gets or sets size.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementBase">
            <summary>
            The type Service Announcement Base.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBase.#ctor">
            <summary>
             The internal ServiceAnnouncementBase constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementBase.Details">
            <summary>
            Gets or sets details.
            Additional details about service event. This property doesn't support filters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementBase.EndDateTime">
            <summary>
            Gets or sets end date time.
            The end time of the service event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementBase.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The last modified time of the service event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementBase.StartDateTime">
            <summary>
            Gets or sets start date time.
            The start time of the service event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementBase.Title">
            <summary>
            Gets or sets title.
            The title of the service event.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealth">
            <summary>
            The type Service Health.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealth.Service">
            <summary>
            Gets or sets service.
            The service name. Use the list healthOverviews operation to get exact string names for services subscribed by the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealth.Status">
            <summary>
            Gets or sets status.
            Show the overral service health status. Possible values are: serviceOperational, investigating, restoringService, verifyingService, serviceRestored, postIncidentReviewPublished, serviceDegradation, serviceInterruption, extendedRecovery, falsePositive, investigationSuspended, resolved, mitigatedExternal, mitigated, resolvedExternal, confirmed, reported, unknownFutureValue. For more details, see serviceHealthStatus values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealth.Issues">
            <summary>
            Gets or sets issues.
            A collection of issues that happened on the service, with detailed information for each issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealth.IssuesNextLink">
            <summary>
            Gets or sets issuesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthClassificationType">
            <summary>
            The enum ServiceHealthClassificationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthClassificationType.Advisory">
            <summary>
            Advisory
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthClassificationType.Incident">
            <summary>
            Incident
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthClassificationType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthIssue">
            <summary>
            The type Service Health Issue.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssue.#ctor">
            <summary>
             The ServiceHealthIssue constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssue.Classification">
            <summary>
            Gets or sets classification.
            The type of service health issue. Possible values are: advisory, incident, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssue.Feature">
            <summary>
            Gets or sets feature.
            The feature name of the service issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssue.FeatureGroup">
            <summary>
            Gets or sets feature group.
            The feature group name of the service issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssue.ImpactDescription">
            <summary>
            Gets or sets impact description.
            The description of the service issue impact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssue.IsResolved">
            <summary>
            Gets or sets is resolved.
            Indicates whether the issue is resolved.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssue.Origin">
            <summary>
            Gets or sets origin.
            Indicates the origin of the service issue. Possible values are: microsoft, thirdParty, customer, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssue.Posts">
            <summary>
            Gets or sets posts.
            Collection of historical posts for the service issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssue.Service">
            <summary>
            Gets or sets service.
            Indicates the service affected by the issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssue.Status">
            <summary>
            Gets or sets status.
            The status of the service issue. Possible values are: serviceOperational, investigating, restoringService, verifyingService, serviceRestored, postIncidentReviewPublished, serviceDegradation, serviceInterruption, extendedRecovery, falsePositive, investigationSuspended, resolved, mitigatedExternal, mitigated, resolvedExternal, confirmed, reported, unknownFutureValue. See more in the table below.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthIssuePost">
            <summary>
            The type ServiceHealthIssuePost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssuePost.CreatedDateTime">
            <summary>
            Gets or sets createdDateTime.
            The published time of the post.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssuePost.Description">
            <summary>
            Gets or sets description.
            The content of the service issue post. The supported value for the contentType property is html.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssuePost.PostType">
            <summary>
            Gets or sets postType.
            The post type of the service issue historical post. Possible values are: regular, quick, strategic, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssuePost.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssuePost.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthOrigin">
            <summary>
            The enum ServiceHealthOrigin.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthOrigin.Microsoft">
            <summary>
            Microsoft
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthOrigin.ThirdParty">
            <summary>
            Third Party
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthOrigin.Customer">
            <summary>
            Customer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthOrigin.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthStatus">
            <summary>
            The enum ServiceHealthStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.ServiceOperational">
            <summary>
            Service Operational
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.Investigating">
            <summary>
            Investigating
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.RestoringService">
            <summary>
            Restoring Service
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.VerifyingService">
            <summary>
            Verifying Service
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.ServiceRestored">
            <summary>
            Service Restored
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.PostIncidentReviewPublished">
            <summary>
            Post Incident Review Published
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.ServiceDegradation">
            <summary>
            Service Degradation
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.ServiceInterruption">
            <summary>
            Service Interruption
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.ExtendedRecovery">
            <summary>
            Extended Recovery
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.FalsePositive">
            <summary>
            False Positive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.InvestigationSuspended">
            <summary>
            Investigation Suspended
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.Resolved">
            <summary>
            Resolved
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.MitigatedExternal">
            <summary>
            Mitigated External
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.Mitigated">
            <summary>
            Mitigated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.ResolvedExternal">
            <summary>
            Resolved External
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.Confirmed">
            <summary>
            Confirmed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.Reported">
            <summary>
            Reported
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceHealthStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceHostedMediaConfig">
            <summary>
            The type ServiceHostedMediaConfig.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceHostedMediaConfig.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ServiceHostedMediaConfig"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHostedMediaConfig.PreFetchMedia">
            <summary>
            Gets or sets preFetchMedia.
            The list of media to pre-fetch.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePlanInfo">
            <summary>
            The type ServicePlanInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePlanInfo.AppliesTo">
            <summary>
            Gets or sets appliesTo.
            The object the service plan can be assigned to. The possible values are:User - service plan can be assigned to individual users.Company - service plan can be assigned to the entire tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePlanInfo.ProvisioningStatus">
            <summary>
            Gets or sets provisioningStatus.
            The provisioning status of the service plan. The possible values are:Success - Service is fully provisioned.Disabled - Service has been disabled.ErrorStatus - The service plan has not been provisioned and is in an error state.PendingInput - Service is not yet provisioned; awaiting service confirmation.PendingActivation - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)PendingProvisioning - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePlanInfo.ServicePlanId">
            <summary>
            Gets or sets servicePlanId.
            The unique identifier of the service plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePlanInfo.ServicePlanName">
            <summary>
            Gets or sets servicePlanName.
            The name of the service plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePlanInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePlanInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipal">
            <summary>
            The type Service Principal.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipal.#ctor">
            <summary>
             The ServicePrincipal constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.AccountEnabled">
            <summary>
            Gets or sets account enabled.
            true if the service principal account is enabled; otherwise, false. If set to false, then no users will be able to sign in to this app, even if they are assigned to it. Supports $filter (eq, ne, not, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.AddIns">
            <summary>
            Gets or sets add ins.
            Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams may set the addIns property for its 'FileHandler' functionality. This will let services like Microsoft 365 call the application in the context of a document the user is working on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.AlternativeNames">
            <summary>
            Gets or sets alternative names.
            Used to retrieve service principals by subscription, identify resource group and full resource ids for managed identities. Supports $filter (eq, not, ge, le, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.AppDescription">
            <summary>
            Gets or sets app description.
            The description exposed by the associated application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.AppDisplayName">
            <summary>
            Gets or sets app display name.
            The display name exposed by the associated application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.AppId">
            <summary>
            Gets or sets app id.
            The unique identifier for the associated application (its appId property). Supports $filter (eq, ne, not, in, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.ApplicationTemplateId">
            <summary>
            Gets or sets application template id.
            Unique identifier of the applicationTemplate that the servicePrincipal was created from. Read-only. Supports $filter (eq, ne, NOT, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.AppOwnerOrganizationId">
            <summary>
            Gets or sets app owner organization id.
            Contains the tenant id where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.AppRoleAssignmentRequired">
            <summary>
            Gets or sets app role assignment required.
            Specifies whether users or other service principals need to be granted an app role assignment for this service principal before users can sign in or apps can get tokens. The default value is false. Not nullable. Supports $filter (eq, ne, NOT).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.AppRoles">
            <summary>
            Gets or sets app roles.
            The roles exposed by the application which this service principal represents. For more information see the appRoles property definition on the application entity. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.Description">
            <summary>
            Gets or sets description.
            Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps will display the application description in this field. The maximum allowed size is 1024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.DisabledByMicrosoftStatus">
            <summary>
            Gets or sets disabled by microsoft status.
            Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement).  Supports $filter (eq, ne, not).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for the service principal. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.Homepage">
            <summary>
            Gets or sets homepage.
            Home page or landing page of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.Info">
            <summary>
            Gets or sets info.
            Basic profile information of the acquired application such as app's marketing, support, terms of service and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more info, see How to: Add Terms of service and privacy statement for registered Azure AD apps. Supports $filter (eq, ne, not, ge, le, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.KeyCredentials">
            <summary>
            Gets or sets key credentials.
            The collection of key credentials associated with the service principal. Not nullable. Supports $filter (eq, not, ge, le).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.LoginUrl">
            <summary>
            Gets or sets login url.
            Specifies the URL where the service provider redirects the user to Azure AD to authenticate. Azure AD uses the URL to launch the application from Microsoft 365 or the Azure AD My Apps. When blank, Azure AD performs IdP-initiated sign-on for applications configured with SAML-based single sign-on. The user launches the application from Microsoft 365, the Azure AD My Apps, or the Azure AD SSO URL.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.LogoutUrl">
            <summary>
            Gets or sets logout url.
            Specifies the URL that will be used by Microsoft's authorization service to logout an user using OpenId Connect front-channel, back-channel or SAML logout protocols.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.Notes">
            <summary>
            Gets or sets notes.
            Free text field to capture information about the service principal, typically used for operational purposes. Maximum allowed size is 1024 characters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.NotificationEmailAddresses">
            <summary>
            Gets or sets notification email addresses.
            Specifies the list of email addresses where Azure AD sends a notification when the active certificate is near the expiration date. This is only for the certificates used to sign the SAML token issued for Azure AD Gallery applications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.Oauth2PermissionScopes">
            <summary>
            Gets or sets oauth2permission scopes.
            The delegated permissions exposed by the application. For more information see the oauth2PermissionScopes property on the application entity's api property. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.PasswordCredentials">
            <summary>
            Gets or sets password credentials.
            The collection of password credentials associated with the application. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.PreferredSingleSignOnMode">
            <summary>
            Gets or sets preferred single sign on mode.
            Specifies the single sign-on mode configured for this application. Azure AD uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Azure AD My Apps. The supported values are password, saml, notSupported, and oidc.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.PreferredTokenSigningKeyThumbprint">
            <summary>
            Gets or sets preferred token signing key thumbprint.
            Reserved for internal use only. Do not write or otherwise rely on this property. May be removed in future versions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.ReplyUrls">
            <summary>
            Gets or sets reply urls.
            The URLs that user tokens are sent to for sign in with the associated application, or the redirect URIs that OAuth 2.0 authorization codes and access tokens are sent to for the associated application. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.ResourceSpecificApplicationPermissions">
            <summary>
            Gets or sets resource specific application permissions.
            The resource-specific application permissions exposed by this application. Currently, resource-specific permissions are only supported for Teams apps accessing to specific chats and teams using Microsoft Graph. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.SamlSingleSignOnSettings">
            <summary>
            Gets or sets saml single sign on settings.
            The collection for settings related to saml single sign-on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.ServicePrincipalNames">
            <summary>
            Gets or sets service principal names.
            Contains the list of identifiersUris, copied over from the associated application. Additional values can be added to hybrid applications. These values can be used to identify the permissions exposed by this app within Azure AD. For example,Client apps can specify a resource URI which is based on the values of this property to acquire an access token, which is the URI returned in the 'aud' claim.The any operator is required for filter expressions on multi-valued properties. Not nullable.  Supports $filter (eq, not, ge, le, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.ServicePrincipalType">
            <summary>
            Gets or sets service principal type.
            Identifies whether the service principal represents an application, a managed identity, or a legacy application. This is set by Azure AD internally. The servicePrincipalType property can be set to three different values: __Application - A service principal that represents an application or service. The appId property identifies the associated app registration, and matches the appId of an application, possibly from a different tenant. If the associated app registration is missing, tokens are not issued for the service principal.__ManagedIdentity - A service principal that represents a managed identity. Service principals representing managed identities can be granted access and permissions, but cannot be updated or modified directly.__Legacy - A service principal that represents an app created before app registrations, or through legacy experiences. Legacy service principal can have credentials, service principal names, reply URLs, and other properties which are editable by an authorized user, but does not have an associated app registration. The appId value does not associate the service principal with an app registration. The service principal can only be used in the tenant where it was created.__SocialIdp - For internal use.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.SignInAudience">
            <summary>
            Gets or sets sign in audience.
            Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.Tags">
            <summary>
            Gets or sets tags.
            Custom strings that can be used to categorize and identify the service principal. Not nullable. Supports $filter (eq, not, ge, le, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.TokenEncryptionKeyId">
            <summary>
            Gets or sets token encryption key id.
            Specifies the keyId of a public key from the keyCredentials collection. When configured, Azure AD issues tokens for this application encrypted using the key specified by this property. The application code that receives the encrypted token must use the matching private key to decrypt the token before it can be used for the signed-in user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.VerifiedPublisher">
            <summary>
            Gets or sets verified publisher.
            Specifies the verified publisher of the application which this service principal represents.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.AppRoleAssignedTo">
            <summary>
            Gets or sets app role assigned to.
            App role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.AppRoleAssignedToNextLink">
            <summary>
            Gets or sets appRoleAssignedToNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.AppRoleAssignments">
            <summary>
            Gets or sets app role assignments.
            App role assignment for another app or service, granted to this service principal. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.AppRoleAssignmentsNextLink">
            <summary>
            Gets or sets appRoleAssignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.ClaimsMappingPolicies">
            <summary>
            Gets or sets claims mapping policies.
            The claimsMappingPolicies assigned to this service principal. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.ClaimsMappingPoliciesNextLink">
            <summary>
            Gets or sets claimsMappingPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.CreatedObjects">
            <summary>
            Gets or sets created objects.
            Directory objects created by this service principal. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.CreatedObjectsNextLink">
            <summary>
            Gets or sets createdObjectsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.DelegatedPermissionClassifications">
            <summary>
            Gets or sets delegated permission classifications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.DelegatedPermissionClassificationsNextLink">
            <summary>
            Gets or sets delegatedPermissionClassificationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.Endpoints">
            <summary>
            Gets or sets endpoints.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.EndpointsNextLink">
            <summary>
            Gets or sets endpointsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.FederatedIdentityCredentials">
            <summary>
            Gets or sets federated identity credentials.
            Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.FederatedIdentityCredentialsNextLink">
            <summary>
            Gets or sets federatedIdentityCredentialsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.HomeRealmDiscoveryPolicies">
            <summary>
            Gets or sets home realm discovery policies.
            The homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.HomeRealmDiscoveryPoliciesNextLink">
            <summary>
            Gets or sets homeRealmDiscoveryPoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.MemberOf">
            <summary>
            Gets or sets member of.
            Roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.MemberOfNextLink">
            <summary>
            Gets or sets memberOfNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.Oauth2PermissionGrants">
            <summary>
            Gets or sets oauth2permission grants.
            Delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.Oauth2PermissionGrantsNextLink">
            <summary>
            Gets or sets oauth2PermissionGrantsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.OwnedObjects">
            <summary>
            Gets or sets owned objects.
            Directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.OwnedObjectsNextLink">
            <summary>
            Gets or sets ownedObjectsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.Owners">
            <summary>
            Gets or sets owners.
            Directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable.  Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.OwnersNextLink">
            <summary>
            Gets or sets ownersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.TokenIssuancePolicies">
            <summary>
            Gets or sets token issuance policies.
            The tokenIssuancePolicies assigned to this service principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.TokenIssuancePoliciesNextLink">
            <summary>
            Gets or sets tokenIssuancePoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.TokenLifetimePolicies">
            <summary>
            Gets or sets token lifetime policies.
            The tokenLifetimePolicies assigned to this service principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.TokenLifetimePoliciesNextLink">
            <summary>
            Gets or sets tokenLifetimePoliciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.TransitiveMemberOf">
            <summary>
            Gets or sets transitive member of.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipal.TransitiveMemberOfNextLink">
            <summary>
            Gets or sets transitiveMemberOfNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAddKeyRequestBody">
            <summary>
            The type ServicePrincipalAddKeyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAddKeyRequestBody.KeyCredential">
            <summary>
            Gets or sets KeyCredential.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAddKeyRequestBody.PasswordCredential">
            <summary>
            Gets or sets PasswordCredential.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAddKeyRequestBody.Proof">
            <summary>
            Gets or sets Proof.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAddPasswordRequestBody">
            <summary>
            The type ServicePrincipalAddPasswordRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAddPasswordRequestBody.PasswordCredential">
            <summary>
            Gets or sets PasswordCredential.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequestBody">
            <summary>
            The type ServicePrincipalAddTokenSigningCertificateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequestBody.DisplayName">
            <summary>
            Gets or sets DisplayName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequestBody.EndDateTime">
            <summary>
            Gets or sets EndDateTime.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalIdentity">
            <summary>
            The type ServicePrincipalIdentity.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalIdentity.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.ServicePrincipalIdentity"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalIdentity.AppId">
            <summary>
            Gets or sets appId.
            The application identifier of the service principal.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalRemoveKeyRequestBody">
            <summary>
            The type ServicePrincipalRemoveKeyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRemoveKeyRequestBody.KeyId">
            <summary>
            Gets or sets KeyId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRemoveKeyRequestBody.Proof">
            <summary>
            Gets or sets Proof.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalRemovePasswordRequestBody">
            <summary>
            The type ServicePrincipalRemovePasswordRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRemovePasswordRequestBody.KeyId">
            <summary>
            Gets or sets KeyId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalRiskDetection">
            <summary>
            The type Service Principal Risk Detection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.Activity">
            <summary>
            Gets or sets activity.
            Indicates the activity type the detected risk is linked to.  The possible values are: signin, servicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: servicePrincipal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.ActivityDateTime">
            <summary>
            Gets or sets activity date time.
            Date and time when the risky activity occurred. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.AdditionalInfo">
            <summary>
            Gets or sets additional info.
            Additional information associated with the risk detection. This string value is represented as a JSON object with the quotations escaped.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.AppId">
            <summary>
            Gets or sets app id.
            The unique identifier for the associated application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.CorrelationId">
            <summary>
            Gets or sets correlation id.
            Correlation ID of the sign-in activity associated with the risk detection. This property is null if the risk detection is not associated with a sign-in activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.DetectedDateTime">
            <summary>
            Gets or sets detected date time.
            Date and time when the risk was detected. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.DetectionTimingType">
            <summary>
            Gets or sets detection timing type.
            Timing of the detected risk , whether real-time or offline. The possible values are: notDefined, realtime, nearRealtime, offline, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.IpAddress">
            <summary>
            Gets or sets ip address.
            Provides the IP address of the client from where the risk occurred.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.KeyIds">
            <summary>
            Gets or sets key ids.
            The unique identifier for the key credential associated with the risk detection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.LastUpdatedDateTime">
            <summary>
            Gets or sets last updated date time.
            Date and time when the risk detection was last updated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.Location">
            <summary>
            Gets or sets location.
            Location from where the sign-in was initiated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.RequestId">
            <summary>
            Gets or sets request id.
            Request identifier of the sign-in activity associated with the risk detection. This property is null if the risk detection is not associated with a sign-in activity. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.RiskDetail">
            <summary>
            Gets or sets risk detail.
            Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.RiskEventType">
            <summary>
            Gets or sets risk event type.
            The type of risk event detected. The possible values are: investigationsThreatIntelligence, generic, adminConfirmedServicePrincipalCompromised, suspiciousSignins, leakedCredentials, anomalousServicePrincipalActivity, maliciousApplication, suspiciousApplication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.RiskLevel">
            <summary>
            Gets or sets risk level.
            Level of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: low, medium, high, hidden, none.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.RiskState">
            <summary>
            Gets or sets risk state.
            The state of a detected risky service principal or sign-in activity. The possible values are: none, dismissed, atRisk, confirmedCompromised.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.ServicePrincipalDisplayName">
            <summary>
            Gets or sets service principal display name.
            The display name for the service principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.ServicePrincipalId">
            <summary>
            Gets or sets service principal id.
            The unique identifier for the service principal. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.Source">
            <summary>
            Gets or sets source.
            Source of the risk detection. For example, identityProtection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRiskDetection.TokenIssuerType">
            <summary>
            Gets or sets token issuer type.
            Indicates the type of token issuer for the detected sign-in risk. The possible values are: AzureAD.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateCategory">
            <summary>
            The enum ServiceUpdateCategory.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceUpdateCategory.PreventOrFixIssue">
            <summary>
            Prevent Or Fix Issue
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceUpdateCategory.PlanForChange">
            <summary>
            Plan For Change
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceUpdateCategory.StayInformed">
            <summary>
            Stay Informed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceUpdateCategory.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessage">
            <summary>
            The type Service Update Message.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessage.#ctor">
            <summary>
             The ServiceUpdateMessage constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessage.ActionRequiredByDateTime">
            <summary>
            Gets or sets action required by date time.
            The expected deadline of the action for the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessage.AttachmentsArchive">
            <summary>
            Gets or sets attachments archive.
            The zip file that contains all attachments for a message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessage.Body">
            <summary>
            Gets or sets body.
            The content type and content of the service message body. The supported value for the contentType property is html.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessage.Category">
            <summary>
            Gets or sets category.
            The service message category. Possible values are: preventOrFixIssue, planForChange, stayInformed, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessage.HasAttachments">
            <summary>
            Gets or sets has attachments.
            Indicates whether the message has any attachment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessage.IsMajorChange">
            <summary>
            Gets or sets is major change.
            Indicates whether the message describes a major update for the service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessage.Services">
            <summary>
            Gets or sets services.
            The affected services by the service message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessage.Severity">
            <summary>
            Gets or sets severity.
            The severity of the service message. Possible values are: normal, high, critical, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessage.Tags">
            <summary>
            Gets or sets tags.
            A collection of tags for the service message. Tags are provided by the service team/support team who post the message to tell whether this message contains privacy data, or whether this message is for a service new feature update, and so on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessage.ViewPoint">
            <summary>
            Gets or sets view point.
            Represents user viewpoints data of the service message. This data includes message status such as whether the user has archived, read, or marked the message as favorite. This property is null when accessed with application permissions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessage.Attachments">
            <summary>
            Gets or sets attachments.
            A collection of serviceAnnouncementAttachments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessage.AttachmentsNextLink">
            <summary>
            Gets or sets attachmentsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageArchiveRequestBody">
            <summary>
            The type ServiceUpdateMessageArchiveRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageArchiveRequestBody.MessageIds">
            <summary>
            Gets or sets MessageIds.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageFavoriteRequestBody">
            <summary>
            The type ServiceUpdateMessageFavoriteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageFavoriteRequestBody.MessageIds">
            <summary>
            Gets or sets MessageIds.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageMarkReadRequestBody">
            <summary>
            The type ServiceUpdateMessageMarkReadRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageMarkReadRequestBody.MessageIds">
            <summary>
            Gets or sets MessageIds.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageMarkUnreadRequestBody">
            <summary>
            The type ServiceUpdateMessageMarkUnreadRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageMarkUnreadRequestBody.MessageIds">
            <summary>
            Gets or sets MessageIds.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageUnarchiveRequestBody">
            <summary>
            The type ServiceUpdateMessageUnarchiveRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageUnarchiveRequestBody.MessageIds">
            <summary>
            Gets or sets MessageIds.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageUnfavoriteRequestBody">
            <summary>
            The type ServiceUpdateMessageUnfavoriteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageUnfavoriteRequestBody.MessageIds">
            <summary>
            Gets or sets MessageIds.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageViewpoint">
            <summary>
            The type ServiceUpdateMessageViewpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageViewpoint.IsArchived">
            <summary>
            Gets or sets isArchived.
            Indicates whether the user archived the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageViewpoint.IsFavorited">
            <summary>
            Gets or sets isFavorited.
            Indicates whether the user marked the message as favorite.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageViewpoint.IsRead">
            <summary>
            Gets or sets isRead.
            Indicates whether the user read the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageViewpoint.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageViewpoint.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateSeverity">
            <summary>
            The enum ServiceUpdateSeverity.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceUpdateSeverity.Normal">
            <summary>
            Normal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceUpdateSeverity.High">
            <summary>
            High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceUpdateSeverity.Critical">
            <summary>
            Critical
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ServiceUpdateSeverity.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SettingSource">
            <summary>
            The type SettingSource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingSource.DisplayName">
            <summary>
            Gets or sets displayName.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingSource.Id">
            <summary>
            Gets or sets id.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingSource.SourceType">
            <summary>
            Gets or sets sourceType.
            Not yet documented. Possible values are: deviceConfiguration, deviceIntent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingSource.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingSource.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SettingSourceType">
            <summary>
            The enum SettingSourceType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SettingSourceType.DeviceConfiguration">
            <summary>
            Device Configuration
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SettingSourceType.DeviceIntent">
            <summary>
            Device Intent
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SettingStateDeviceSummary">
            <summary>
            The type Setting State Device Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.CompliantDeviceCount">
            <summary>
            Gets or sets compliant device count.
            Device Compliant count for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.ConflictDeviceCount">
            <summary>
            Gets or sets conflict device count.
            Device conflict error count for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.ErrorDeviceCount">
            <summary>
            Gets or sets error device count.
            Device error count for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.InstancePath">
            <summary>
            Gets or sets instance path.
            Name of the InstancePath for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.NonCompliantDeviceCount">
            <summary>
            Gets or sets non compliant device count.
            Device NonCompliant count for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.NotApplicableDeviceCount">
            <summary>
            Gets or sets not applicable device count.
            Device Not Applicable count for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.RemediatedDeviceCount">
            <summary>
            Gets or sets remediated device count.
            Device Compliant count for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.SettingName">
            <summary>
            Gets or sets setting name.
            Name of the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.UnknownDeviceCount">
            <summary>
            Gets or sets unknown device count.
            Device Unkown count for the setting
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SettingTemplateValue">
            <summary>
            The type SettingTemplateValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingTemplateValue.DefaultValue">
            <summary>
            Gets or sets defaultValue.
            Default value for the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingTemplateValue.Description">
            <summary>
            Gets or sets description.
            Description of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingTemplateValue.Name">
            <summary>
            Gets or sets name.
            Name of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingTemplateValue.Type">
            <summary>
            Gets or sets type.
            Type of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingTemplateValue.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingTemplateValue.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SettingValue">
            <summary>
            The type SettingValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingValue.Name">
            <summary>
            Gets or sets name.
            Name of the setting (as defined by the groupSettingTemplate).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingValue.Value">
            <summary>
            Gets or sets value.
            Value of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingValue.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingValue.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Shared">
            <summary>
            The type Shared.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shared.Owner">
            <summary>
            Gets or sets owner.
            The identity of the owner of the shared item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shared.Scope">
            <summary>
            Gets or sets scope.
            Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shared.SharedBy">
            <summary>
            Gets or sets sharedBy.
            The identity of the user who shared the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shared.SharedDateTime">
            <summary>
            Gets or sets sharedDateTime.
            The UTC date and time when the item was shared. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shared.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shared.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItem">
            <summary>
            The type Shared Drive Item.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItem.#ctor">
            <summary>
             The SharedDriveItem constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.Owner">
            <summary>
            Gets or sets owner.
            Information about the owner of the shared item being referenced.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.DriveItem">
            <summary>
            Gets or sets drive item.
            Used to access the underlying driveItem
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.Items">
            <summary>
            Gets or sets items.
            All driveItems contained in the sharing root. This collection cannot be enumerated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.ItemsNextLink">
            <summary>
            Gets or sets itemsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.List">
            <summary>
            Gets or sets list.
            Used to access the underlying list
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.ListItem">
            <summary>
            Gets or sets list item.
            Used to access the underlying listItem
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.Permission">
            <summary>
            Gets or sets permission.
            Used to access the permission representing the underlying sharing link
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.Root">
            <summary>
            Gets or sets root.
            Used to access the underlying driveItem. Deprecated -- use driveItem instead.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.Site">
            <summary>
            Gets or sets site.
            Used to access the underlying site
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedInsight">
            <summary>
            The type Shared Insight.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedInsight.LastShared">
            <summary>
            Gets or sets last shared.
            Details about the shared item. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedInsight.ResourceReference">
            <summary>
            Gets or sets resource reference.
            Reference properties of the shared document, such as the url and type of the document. Read-only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedInsight.ResourceVisualization">
            <summary>
            Gets or sets resource visualization.
            Properties that you can use to visualize the document in your experience. Read-only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedInsight.SharingHistory">
            <summary>
            Gets or sets sharing history.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedInsight.LastSharedMethod">
            <summary>
            Gets or sets last shared method.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedInsight.Resource">
            <summary>
            Gets or sets resource.
            Used for navigating to the item that was shared. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedPCAccountDeletionPolicyType">
            <summary>
            The enum SharedPCAccountDeletionPolicyType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SharedPCAccountDeletionPolicyType.Immediate">
            <summary>
            Immediate
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SharedPCAccountDeletionPolicyType.DiskSpaceThreshold">
            <summary>
            Disk Space Threshold
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SharedPCAccountDeletionPolicyType.DiskSpaceThresholdOrInactiveThreshold">
            <summary>
            Disk Space Threshold Or Inactive Threshold
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedPCAccountManagerPolicy">
            <summary>
            The type SharedPCAccountManagerPolicy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCAccountManagerPolicy.AccountDeletionPolicy">
            <summary>
            Gets or sets accountDeletionPolicy.
            Configures when accounts are deleted. Possible values are: immediate, diskSpaceThreshold, diskSpaceThresholdOrInactiveThreshold.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCAccountManagerPolicy.CacheAccountsAboveDiskFreePercentage">
            <summary>
            Gets or sets cacheAccountsAboveDiskFreePercentage.
            Sets the percentage of available disk space a PC should have before it stops deleting cached shared PC accounts. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCAccountManagerPolicy.InactiveThresholdDays">
            <summary>
            Gets or sets inactiveThresholdDays.
            Specifies when the accounts will start being deleted when they have not been logged on during the specified period, given as number of days. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCAccountManagerPolicy.RemoveAccountsBelowDiskFreePercentage">
            <summary>
            Gets or sets removeAccountsBelowDiskFreePercentage.
            Sets the percentage of disk space remaining on a PC before cached accounts will be deleted to free disk space. Accounts that have been inactive the longest will be deleted first. Only applies when AccountDeletionPolicy is DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCAccountManagerPolicy.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCAccountManagerPolicy.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedPCAllowedAccountType">
            <summary>
            The enum SharedPCAllowedAccountType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SharedPCAllowedAccountType.Guest">
            <summary>
            Guest
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SharedPCAllowedAccountType.Domain">
            <summary>
            Domain
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedPCConfiguration">
            <summary>
            The type Shared PCConfiguration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfiguration.#ctor">
            <summary>
             The SharedPCConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.AccountManagerPolicy">
            <summary>
            Gets or sets account manager policy.
            Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.AllowedAccounts">
            <summary>
            Gets or sets allowed accounts.
            Indicates which type of accounts are allowed to use on a shared PC. Possible values are: guest, domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.AllowLocalStorage">
            <summary>
            Gets or sets allow local storage.
            Specifies whether local storage is allowed on a shared PC.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.DisableAccountManager">
            <summary>
            Gets or sets disable account manager.
            Disables the account manager for shared PC mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.DisableEduPolicies">
            <summary>
            Gets or sets disable edu policies.
            Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.DisablePowerPolicies">
            <summary>
            Gets or sets disable power policies.
            Specifies whether the default shared PC power policies should be disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.DisableSignInOnResume">
            <summary>
            Gets or sets disable sign in on resume.
            Disables the requirement to sign in whenever the device wakes up from sleep mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.Enabled">
            <summary>
            Gets or sets enabled.
            Enables shared PC mode and applies the shared pc policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.IdleTimeBeforeSleepInSeconds">
            <summary>
            Gets or sets idle time before sleep in seconds.
            Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.KioskAppDisplayName">
            <summary>
            Gets or sets kiosk app display name.
            Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.KioskAppUserModelId">
            <summary>
            Gets or sets kiosk app user model id.
            Specifies the application user model ID of the app to use with assigned access.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.MaintenanceStartTime">
            <summary>
            Gets or sets maintenance start time.
            Specifies the daily start time of maintenance hour.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedWithChannelTeamInfo">
            <summary>
            The type Shared With Channel Team Info.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedWithChannelTeamInfo.IsHostTeam">
            <summary>
            Gets or sets is host team.
            Indicates whether the team is the host of the channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedWithChannelTeamInfo.AllowedMembers">
            <summary>
            Gets or sets allowed members.
            A collection of team members who have access to the shared channel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedWithChannelTeamInfo.AllowedMembersNextLink">
            <summary>
            Gets or sets allowedMembersNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharePointIdentity">
            <summary>
            The type SharePointIdentity.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharePointIdentity.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SharePointIdentity"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharePointIdentity.LoginName">
            <summary>
            Gets or sets loginName.
            The sign in name of the SharePoint identity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharePointIdentitySet">
            <summary>
            The type SharePointIdentitySet.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharePointIdentitySet.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SharePointIdentitySet"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharePointIdentitySet.Group">
            <summary>
            Gets or sets group.
            The group associated with this action. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharePointIdentitySet.SiteGroup">
            <summary>
            Gets or sets siteGroup.
            The SharePoint group associated with this action. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharePointIdentitySet.SiteUser">
            <summary>
            Gets or sets siteUser.
            The SharePoint user associated with this action. Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharepointIds">
            <summary>
            The type SharepointIds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.ListId">
            <summary>
            Gets or sets listId.
            The unique identifier (guid) for the item's list in SharePoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.ListItemId">
            <summary>
            Gets or sets listItemId.
            An integer identifier for the item within the containing list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.ListItemUniqueId">
            <summary>
            Gets or sets listItemUniqueId.
            The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.SiteId">
            <summary>
            Gets or sets siteId.
            The unique identifier (guid) for the item's site collection (SPSite).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.SiteUrl">
            <summary>
            Gets or sets siteUrl.
            The SharePoint URL for the site that contains the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.TenantId">
            <summary>
            Gets or sets tenantId.
            The unique identifier (guid) for the tenancy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.WebId">
            <summary>
            Gets or sets webId.
            The unique identifier (guid) for the item's site (SPWeb).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharingDetail">
            <summary>
            The type SharingDetail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingDetail.SharedBy">
            <summary>
            Gets or sets sharedBy.
            The user who shared the document.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingDetail.SharedDateTime">
            <summary>
            Gets or sets sharedDateTime.
            The date and time the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingDetail.SharingReference">
            <summary>
            Gets or sets sharingReference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingDetail.SharingSubject">
            <summary>
            Gets or sets sharingSubject.
            The subject with which the document was shared.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingDetail.SharingType">
            <summary>
            Gets or sets sharingType.
            Determines the way the document was shared, can be by a 'Link', 'Attachment', 'Group', 'Site'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingDetail.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingDetail.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharingInvitation">
            <summary>
            The type SharingInvitation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingInvitation.Email">
            <summary>
            Gets or sets email.
            The email address provided for the recipient of the sharing invitation. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingInvitation.InvitedBy">
            <summary>
            Gets or sets invitedBy.
            Provides information about who sent the invitation that created this permission, if that information is available. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingInvitation.RedeemedBy">
            <summary>
            Gets or sets redeemedBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingInvitation.SignInRequired">
            <summary>
            Gets or sets signInRequired.
            If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingInvitation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingInvitation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharingLink">
            <summary>
            The type SharingLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingLink.Application">
            <summary>
            Gets or sets application.
            The app the link is associated with.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingLink.PreventsDownload">
            <summary>
            Gets or sets preventsDownload.
            If true then the user can only use this link to view the item on the web, and cannot use it to download the contents of the item. Only for OneDrive for Business and SharePoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingLink.Scope">
            <summary>
            Gets or sets scope.
            The scope of the link represented by this permission. Value anonymous indicates the link is usable by anyone, organization indicates the link is only usable for users signed into the same tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingLink.Type">
            <summary>
            Gets or sets type.
            The type of the link created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingLink.WebHtml">
            <summary>
            Gets or sets webHtml.
            For embed links, this property contains the HTML code for an &amp;lt;iframe&amp;gt; element that will embed the item in a webpage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingLink.WebUrl">
            <summary>
            Gets or sets webUrl.
            A URL that opens the item in the browser on the OneDrive website.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingLink.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingLink.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Shift">
            <summary>
            The type Shift.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Shift.#ctor">
            <summary>
             The Shift constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shift.DraftShift">
            <summary>
            Gets or sets draft shift.
            The draft version of this shift that is viewable by managers. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shift.SchedulingGroupId">
            <summary>
            Gets or sets scheduling group id.
            ID of the scheduling group the shift is part of. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shift.SharedShift">
            <summary>
            Gets or sets shared shift.
            The shared version of this shift that is viewable by both employees and managers. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shift.UserId">
            <summary>
            Gets or sets user id.
            ID of the user assigned to the shift. Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ShiftActivity">
            <summary>
            The type ShiftActivity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftActivity.Code">
            <summary>
            Gets or sets code.
            Customer defined code for the shiftActivity. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftActivity.DisplayName">
            <summary>
            Gets or sets displayName.
            The name of the shiftActivity. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftActivity.EndDateTime">
            <summary>
            Gets or sets endDateTime.
            The end date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftActivity.IsPaid">
            <summary>
            Gets or sets isPaid.
            Indicates whether the microsoft.graph.user should be paid for the activity during their shift. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftActivity.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            The start date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftActivity.Theme">
            <summary>
            Gets or sets theme.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftActivity.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftActivity.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ShiftAvailability">
            <summary>
            The type ShiftAvailability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftAvailability.Recurrence">
            <summary>
            Gets or sets recurrence.
            Specifies the pattern for recurrence
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftAvailability.TimeSlots">
            <summary>
            Gets or sets timeSlots.
            The time slot(s) preferred by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftAvailability.TimeZone">
            <summary>
            Gets or sets timeZone.
            Specifies the time zone for the indicated time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftAvailability.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftAvailability.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ShiftItem">
            <summary>
            The type ShiftItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftItem.Activities">
            <summary>
            Gets or sets activities.
            An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftItem.DisplayName">
            <summary>
            Gets or sets displayName.
            The shift label of the shiftItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftItem.Notes">
            <summary>
            Gets or sets notes.
            The shift notes for the shiftItem.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ShiftPreferences">
            <summary>
            The type Shift Preferences.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferences.#ctor">
            <summary>
             The ShiftPreferences constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ShiftPreferences.Availability">
            <summary>
            Gets or sets availability.
            Availability of the user to be scheduled for work and its recurrence pattern.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SignIn">
            <summary>
            The type Sign In.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.AppDisplayName">
            <summary>
            Gets or sets app display name.
            App name displayed in the Azure Portal. Supports $filter (eq and startsWith operators only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.AppId">
            <summary>
            Gets or sets app id.
            Unique GUID representing the app ID in the Azure Active Directory. Supports $filter (eq operator only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.AppliedConditionalAccessPolicies">
            <summary>
            Gets or sets applied conditional access policies.
            Provides a list of conditional access policies that are triggered by the corresponding sign-in activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.ClientAppUsed">
            <summary>
            Gets or sets client app used.
            Identifies the client used for the sign-in activity. Modern authentication clients include Browser and modern clients. Legacy authentication clients include Exchange ActiveSync, IMAP, MAPI, SMTP, POP, and other clients. Supports $filter (eq operator only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.ConditionalAccessStatus">
            <summary>
            Gets or sets conditional access status.
            Reports status of an activated conditional access policy. Possible values are: success, failure, notApplied, and unknownFutureValue. Supports $filter (eq operator only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.CorrelationId">
            <summary>
            Gets or sets correlation id.
            The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. Supports $filter (eq operator only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Date and time (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 2014-01-01T00:00:00Z. Supports $orderby and $filter (eq, le, and ge operators only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.DeviceDetail">
            <summary>
            Gets or sets device detail.
            Device information from where the sign-in occurred; includes device ID, operating system, and browser. Supports $filter (eq and startsWith operators only) on browser and operatingSytem properties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.IpAddress">
            <summary>
            Gets or sets ip address.
            IP address of the client used to sign in. Supports $filter (eq and startsWith operators only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.IsInteractive">
            <summary>
            Gets or sets is interactive.
            Indicates if a sign-in is interactive or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.Location">
            <summary>
            Gets or sets location.
            Provides the city, state, and country code where the sign-in originated. Supports $filter (eq and startsWith operators only) on city, state, and countryOrRegion properties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.ResourceDisplayName">
            <summary>
            Gets or sets resource display name.
            Name of the resource the user signed into. Supports $filter (eq operator only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.ResourceId">
            <summary>
            Gets or sets resource id.
            ID of the resource that the user signed into. Supports $filter (eq operator only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.RiskDetail">
            <summary>
            Gets or sets risk detail.
            Provides the 'reason' behind a specific state of a risky user, sign-in or a risk event. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, unknownFutureValue. The value none means that no action has been performed on the user or sign-in so far.  Supports $filter (eq operator only).Note: Details for this property require an Azure AD Premium P2 license. Other licenses return the value hidden.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.RiskEventTypes">
            <summary>
            Gets or sets risk event types.
            Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence,  generic, and unknownFutureValue. Supports $filter (eq operator only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.RiskEventTypes_v2">
            <summary>
            Gets or sets risk event types_v2.
            The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence,  generic, or unknownFutureValue. Supports $filter (eq and startsWith operators only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.RiskLevelAggregated">
            <summary>
            Gets or sets risk level aggregated.
            Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq operator only).  Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.RiskLevelDuringSignIn">
            <summary>
            Gets or sets risk level during sign in.
            Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection.  Supports $filter (eq operator only). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.RiskState">
            <summary>
            Gets or sets risk state.
            Reports status of the risky user, sign-in, or a risk event. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. Supports $filter (eq operator only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.Status">
            <summary>
            Gets or sets status.
            Sign-in status. Includes the error code and description of the error (in case of a sign-in failure). Supports $filter (eq operator only) on errorCode property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.UserDisplayName">
            <summary>
            Gets or sets user display name.
            Display name of the user that initiated the sign-in. Supports $filter (eq and startsWith operators only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.UserId">
            <summary>
            Gets or sets user id.
            ID of the user that initiated the sign-in. Supports $filter (eq operator only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignIn.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            User principal name of the user that initiated the sign-in. Supports $filter (eq and startsWith operators only).
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SignInFrequencyAuthenticationType">
            <summary>
            The enum SignInFrequencyAuthenticationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SignInFrequencyAuthenticationType.PrimaryAndSecondaryAuthentication">
            <summary>
            Primary And Secondary Authentication
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SignInFrequencyAuthenticationType.SecondaryAuthentication">
            <summary>
            Secondary Authentication
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SignInFrequencyAuthenticationType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SignInFrequencyInterval">
            <summary>
            The enum SignInFrequencyInterval.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SignInFrequencyInterval.TimeBased">
            <summary>
            Time Based
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SignInFrequencyInterval.EveryTime">
            <summary>
            Every Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SignInFrequencyInterval.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SignInFrequencySessionControl">
            <summary>
            The type SignInFrequencySessionControl.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SignInFrequencySessionControl.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SignInFrequencySessionControl"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInFrequencySessionControl.AuthenticationType">
            <summary>
            Gets or sets authenticationType.
            The possible values are primaryAndSecondaryAuthentication, secondaryAuthentication, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInFrequencySessionControl.FrequencyInterval">
            <summary>
            Gets or sets frequencyInterval.
            The possible values are timeBased, everyTime, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInFrequencySessionControl.Type">
            <summary>
            Gets or sets type.
            Possible values are: days, hours.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInFrequencySessionControl.Value">
            <summary>
            Gets or sets value.
            The number of days or hours.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SigninFrequencyType">
            <summary>
            The enum SigninFrequencyType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SigninFrequencyType.Days">
            <summary>
            Days
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SigninFrequencyType.Hours">
            <summary>
            Hours
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SigningCertificateUpdateStatus">
            <summary>
            The type SigningCertificateUpdateStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SigningCertificateUpdateStatus.CertificateUpdateResult">
            <summary>
            Gets or sets certificateUpdateResult.
            Status of the last certificate update. Read-only. For a list of statuses, see certificateUpdateResult status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SigningCertificateUpdateStatus.LastRunDateTime">
            <summary>
            Gets or sets lastRunDateTime.
            Date and time in ISO 8601 format and in UTC time when the certificate was last updated. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SigningCertificateUpdateStatus.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SigningCertificateUpdateStatus.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SignInLocation">
            <summary>
            The type SignInLocation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInLocation.City">
            <summary>
            Gets or sets city.
            Provides the city where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInLocation.CountryOrRegion">
            <summary>
            Gets or sets countryOrRegion.
            Provides the country code info (2 letter code) where the sign-in originated.  This is calculated using latitude/longitude information from the sign-in activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInLocation.GeoCoordinates">
            <summary>
            Gets or sets geoCoordinates.
            Provides the latitude, longitude and altitude where the sign-in originated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInLocation.State">
            <summary>
            Gets or sets state.
            Provides the State where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInLocation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInLocation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SignInStatus">
            <summary>
            The type SignInStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInStatus.AdditionalDetails">
            <summary>
            Gets or sets additionalDetails.
            Provides additional details on the sign-in activity
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInStatus.ErrorCode">
            <summary>
            Gets or sets errorCode.
            Provides the 5-6 digit error code that's generated during a sign-in failure. Check out the list of error codes and messages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInStatus.FailureReason">
            <summary>
            Gets or sets failureReason.
            Provides the error message or the reason for failure for the corresponding sign-in activity. Check out the list of error codes and messages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInStatus.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SignInStatus.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Simulation">
            <summary>
            The type Simulation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.AttackTechnique">
            <summary>
            Gets or sets attack technique.
            The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue. For more information on the types of social engineering attack techniques, see simulations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.AttackType">
            <summary>
            Gets or sets attack type.
            Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.AutomationId">
            <summary>
            Gets or sets automation id.
            Unique identifier for the attack simulation automation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.CompletionDateTime">
            <summary>
            Gets or sets completion date time.
            Date and time of completion of the attack simulation and training campaign. Supports $filter and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.CreatedBy">
            <summary>
            Gets or sets created by.
            Identity of the user who created the attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Date and time of creation of the attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.Description">
            <summary>
            Gets or sets description.
            Description of the attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.DisplayName">
            <summary>
            Gets or sets display name.
            Display name of the attack simulation and training campaign. Supports $filter and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.IsAutomated">
            <summary>
            Gets or sets is automated.
            Flag that represents if the attack simulation and training campaign was created from a simulation automation flow. Supports $filter and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            Identity of the user who most recently modified the attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Date and time of the most recent modification of the attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.LaunchDateTime">
            <summary>
            Gets or sets launch date time.
            Date and time of the launch/start of the attack simulation and training campaign. Supports $filter and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.PayloadDeliveryPlatform">
            <summary>
            Gets or sets payload delivery platform.
            Method of delivery of the phishing payload used in the attack simulation and training campaign. Possible values are: unknown, sms, email, teams, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.Report">
            <summary>
            Gets or sets report.
            Report of the attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Simulation.Status">
            <summary>
            Gets or sets status.
            Status of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, draft, running, scheduled, succeeded, failed, cancelled, excluded, unknownFutureValue.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SimulationAttackTechnique">
            <summary>
            The enum SimulationAttackTechnique.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAttackTechnique.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAttackTechnique.CredentialHarvesting">
            <summary>
            Credential Harvesting
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAttackTechnique.AttachmentMalware">
            <summary>
            Attachment Malware
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAttackTechnique.DriveByUrl">
            <summary>
            Drive By Url
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAttackTechnique.LinkInAttachment">
            <summary>
            Link In Attachment
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAttackTechnique.LinkToMalwareFile">
            <summary>
            Link To Malware File
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAttackTechnique.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SimulationAttackType">
            <summary>
            The enum SimulationAttackType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAttackType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAttackType.Social">
            <summary>
            Social
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAttackType.Cloud">
            <summary>
            Cloud
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAttackType.Endpoint">
            <summary>
            Endpoint
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAttackType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SimulationAutomation">
            <summary>
            The type Simulation Automation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomation.CreatedBy">
            <summary>
            Gets or sets created by.
            Identity of the user who created the attack simulation automation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomation.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Date and time when the attack simulation automation was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomation.Description">
            <summary>
            Gets or sets description.
            Description of the attack simulation automation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomation.DisplayName">
            <summary>
            Gets or sets display name.
            Display name of the attack simulation automation. Supports $filter and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomation.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            Identity of the user who most recently modified the attack simulation automation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomation.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Date and time when the attack simulation automation was most recently modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomation.LastRunDateTime">
            <summary>
            Gets or sets last run date time.
            Date and time of the latest run of the attack simulation automation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomation.NextRunDateTime">
            <summary>
            Gets or sets next run date time.
            Date and time of the upcoming run of the attack simulation automation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomation.Status">
            <summary>
            Gets or sets status.
            Status of the attack simulation automation. Supports $filter and $orderby. The possible values are: unknown, draft, notRunning, running, completed, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomation.Runs">
            <summary>
            Gets or sets runs.
            A collection of simulation automation runs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomation.RunsNextLink">
            <summary>
            Gets or sets runsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SimulationAutomationRun">
            <summary>
            The type Simulation Automation Run.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomationRun.EndDateTime">
            <summary>
            Gets or sets end date time.
            Date and time when the run ends in an attack simulation automation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomationRun.SimulationId">
            <summary>
            Gets or sets simulation id.
            Unique identifier for the attack simulation campaign initiated in the attack simulation automation run.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomationRun.StartDateTime">
            <summary>
            Gets or sets start date time.
            Date and time when the run starts in an attack simulation automation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomationRun.Status">
            <summary>
            Gets or sets status.
            Status of the attack simulation automation run. The possible values are: unknown, running, succeeded, failed, skipped, unknownFutureValue.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SimulationAutomationRunStatus">
            <summary>
            The enum SimulationAutomationRunStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAutomationRunStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAutomationRunStatus.Running">
            <summary>
            Running
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAutomationRunStatus.Succeeded">
            <summary>
            Succeeded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAutomationRunStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAutomationRunStatus.Skipped">
            <summary>
            Skipped
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAutomationRunStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SimulationAutomationStatus">
            <summary>
            The enum SimulationAutomationStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAutomationStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAutomationStatus.Draft">
            <summary>
            Draft
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAutomationStatus.NotRunning">
            <summary>
            Not Running
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAutomationStatus.Running">
            <summary>
            Running
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAutomationStatus.Completed">
            <summary>
            Completed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationAutomationStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SimulationEvent">
            <summary>
            The type SimulationEvent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationEvent.Count">
            <summary>
            Gets or sets count.
            Count of the simulation event occurrence in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationEvent.EventName">
            <summary>
            Gets or sets eventName.
            Name of the simulation event in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationEvent.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationEvent.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SimulationEventsContent">
            <summary>
            The type SimulationEventsContent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationEventsContent.CompromisedRate">
            <summary>
            Gets or sets compromisedRate.
            Actual percentage of users who fell for the simulated attack in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationEventsContent.Events">
            <summary>
            Gets or sets events.
            List of simulation events in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationEventsContent.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationEventsContent.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SimulationReport">
            <summary>
            The type SimulationReport.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationReport.Overview">
            <summary>
            Gets or sets overview.
            Overview of an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationReport.SimulationUsers">
            <summary>
            Gets or sets simulationUsers.
            The tenant users and their online actions in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationReport.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationReport.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SimulationReportOverview">
            <summary>
            The type SimulationReportOverview.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationReportOverview.RecommendedActions">
            <summary>
            Gets or sets recommendedActions.
            List of recommended actions for a tenant to improve its security posture based on the attack simulation and training campaign attack type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationReportOverview.ResolvedTargetsCount">
            <summary>
            Gets or sets resolvedTargetsCount.
            Number of valid users in the attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationReportOverview.SimulationEventsContent">
            <summary>
            Gets or sets simulationEventsContent.
            Summary of simulation events in the attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationReportOverview.TrainingEventsContent">
            <summary>
            Gets or sets trainingEventsContent.
            Summary of assigned trainings in the attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationReportOverview.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationReportOverview.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SimulationStatus">
            <summary>
            The enum SimulationStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationStatus.Draft">
            <summary>
            Draft
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationStatus.Running">
            <summary>
            Running
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationStatus.Scheduled">
            <summary>
            Scheduled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationStatus.Succeeded">
            <summary>
            Succeeded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationStatus.Cancelled">
            <summary>
            Cancelled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationStatus.Excluded">
            <summary>
            Excluded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SimulationStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SingleServicePrincipal">
            <summary>
            The type SingleServicePrincipal.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SingleServicePrincipal.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SingleServicePrincipal"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SingleServicePrincipal.Description">
            <summary>
            Gets or sets description.
            Description of this service principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SingleServicePrincipal.ServicePrincipalId">
            <summary>
            Gets or sets servicePrincipalId.
            ID of the servicePrincipal.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SingleUser">
            <summary>
            The type SingleUser.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SingleUser.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SingleUser"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SingleUser.Description">
            <summary>
            Gets or sets description.
            The name of the user in Azure AD. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SingleUser.UserId">
            <summary>
            Gets or sets userId.
            The ID of the user in Azure AD.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SingleValueLegacyExtendedProperty">
            <summary>
            The type Single Value Legacy Extended Property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SingleValueLegacyExtendedProperty.Value">
            <summary>
            Gets or sets value.
            A property value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Site">
            <summary>
            The type Site.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Site.#ctor">
            <summary>
             The Site constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.DisplayName">
            <summary>
            Gets or sets display name.
            The full title for the site. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Error">
            <summary>
            Gets or sets error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Root">
            <summary>
            Gets or sets root.
            If present, indicates that this is the root site in the site collection. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.SharepointIds">
            <summary>
            Gets or sets sharepoint ids.
            Returns identifiers useful for SharePoint REST compatibility. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.SiteCollection">
            <summary>
            Gets or sets site collection.
            Provides details about the site's site collection. Available only on the root site. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Analytics">
            <summary>
            Gets or sets analytics.
            Analytics about the view activities that took place in this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Columns">
            <summary>
            Gets or sets columns.
            The collection of column definitions reusable across lists under this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.ColumnsNextLink">
            <summary>
            Gets or sets columnsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.ContentTypes">
            <summary>
            Gets or sets content types.
            The collection of content types defined for this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.ContentTypesNextLink">
            <summary>
            Gets or sets contentTypesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Drive">
            <summary>
            Gets or sets drive.
            The default drive (document library) for this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Drives">
            <summary>
            Gets or sets drives.
            The collection of drives (document libraries) under this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.DrivesNextLink">
            <summary>
            Gets or sets drivesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.ExternalColumns">
            <summary>
            Gets or sets external columns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.ExternalColumnsNextLink">
            <summary>
            Gets or sets externalColumnsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Items">
            <summary>
            Gets or sets items.
            Used to address any item contained in this site. This collection can't be enumerated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.ItemsNextLink">
            <summary>
            Gets or sets itemsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Lists">
            <summary>
            Gets or sets lists.
            The collection of lists under this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.ListsNextLink">
            <summary>
            Gets or sets listsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Operations">
            <summary>
            Gets or sets operations.
            The collection of long-running operations on the site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.OperationsNextLink">
            <summary>
            Gets or sets operationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Permissions">
            <summary>
            Gets or sets permissions.
            The permissions associated with the site. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.PermissionsNextLink">
            <summary>
            Gets or sets permissionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Sites">
            <summary>
            Gets or sets sites.
            The collection of the sub-sites under this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.SitesNextLink">
            <summary>
            Gets or sets sitesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.TermStore">
            <summary>
            Gets or sets term store.
            The default termStore under this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.TermStores">
            <summary>
            Gets or sets term stores.
            The collection of termStores under this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.TermStoresNextLink">
            <summary>
            Gets or sets termStoresNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Onenote">
            <summary>
            Gets or sets onenote.
            Calls the OneNote service for notebook related operations.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteAddRequestBody">
            <summary>
            The type SiteAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteAddRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteCollection">
            <summary>
            The type SiteCollection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteCollection.DataLocationCode">
            <summary>
            Gets or sets dataLocationCode.
            The geographic region code for where this site collection resides. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteCollection.Hostname">
            <summary>
            Gets or sets hostname.
            The hostname for the site collection. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteCollection.Root">
            <summary>
            Gets or sets root.
            If present, indicates that this is a root site collection in SharePoint. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteCollection.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteCollection.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteRemoveRequestBody">
            <summary>
            The type SiteRemoveRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteRemoveRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteSecurityLevel">
            <summary>
            The enum SiteSecurityLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SiteSecurityLevel.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SiteSecurityLevel.Low">
            <summary>
            Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SiteSecurityLevel.MediumLow">
            <summary>
            Medium Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SiteSecurityLevel.Medium">
            <summary>
            Medium
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SiteSecurityLevel.MediumHigh">
            <summary>
            Medium High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SiteSecurityLevel.High">
            <summary>
            High
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SizeRange">
            <summary>
            The type SizeRange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SizeRange.MaximumSize">
            <summary>
            Gets or sets maximumSize.
            The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SizeRange.MinimumSize">
            <summary>
            Gets or sets minimumSize.
            The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SizeRange.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SizeRange.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SkypeForBusinessUserConversationMember">
            <summary>
            The type Skype For Business User Conversation Member.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMember.#ctor">
            <summary>
             The SkypeForBusinessUserConversationMember constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SkypeForBusinessUserConversationMember.TenantId">
            <summary>
            Gets or sets tenant id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SkypeForBusinessUserConversationMember.UserId">
            <summary>
            Gets or sets user id.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SkypeUserConversationMember">
            <summary>
            The type Skype User Conversation Member.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMember.#ctor">
            <summary>
             The SkypeUserConversationMember constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SkypeUserConversationMember.SkypeId">
            <summary>
            Gets or sets skype id.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SocialIdentityProvider">
            <summary>
            The type Social Identity Provider.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProvider.#ctor">
            <summary>
             The SocialIdentityProvider constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SocialIdentityProvider.ClientId">
            <summary>
            Gets or sets client id.
            The identifier for the client application obtained when registering the application with the identity provider. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SocialIdentityProvider.ClientSecret">
            <summary>
            Gets or sets client secret.
            The client secret for the application that is obtained when the application is registered with the identity provider. This is write-only. A read operation returns ****. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SocialIdentityProvider.IdentityProviderType">
            <summary>
            Gets or sets identity provider type.
            For a B2B scenario, possible values: Google, Facebook. For a B2C scenario, possible values: Microsoft, Google, Amazon, LinkedIn, Facebook, GitHub, Twitter, Weibo, QQ, WeChat. Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SoftwareOathAuthenticationMethod">
            <summary>
            The type Software Oath Authentication Method.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethod.#ctor">
            <summary>
             The SoftwareOathAuthenticationMethod constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareOathAuthenticationMethod.SecretKey">
            <summary>
            Gets or sets secret key.
            The secret key of the method. Always returns null.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummary">
            <summary>
            The type Software Update Status Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.CompliantDeviceCount">
            <summary>
            Gets or sets compliant device count.
            Number of compliant devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.CompliantUserCount">
            <summary>
            Gets or sets compliant user count.
            Number of compliant users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.ConflictDeviceCount">
            <summary>
            Gets or sets conflict device count.
            Number of conflict devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.ConflictUserCount">
            <summary>
            Gets or sets conflict user count.
            Number of conflict users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.ErrorDeviceCount">
            <summary>
            Gets or sets error device count.
            Number of devices had error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.ErrorUserCount">
            <summary>
            Gets or sets error user count.
            Number of users had error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.NonCompliantDeviceCount">
            <summary>
            Gets or sets non compliant device count.
            Number of non compliant devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.NonCompliantUserCount">
            <summary>
            Gets or sets non compliant user count.
            Number of non compliant users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.NotApplicableDeviceCount">
            <summary>
            Gets or sets not applicable device count.
            Number of not applicable devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.NotApplicableUserCount">
            <summary>
            Gets or sets not applicable user count.
            Number of not applicable users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.RemediatedDeviceCount">
            <summary>
            Gets or sets remediated device count.
            Number of remediated devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.RemediatedUserCount">
            <summary>
            Gets or sets remediated user count.
            Number of remediated users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.UnknownDeviceCount">
            <summary>
            Gets or sets unknown device count.
            Number of unknown devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.UnknownUserCount">
            <summary>
            Gets or sets unknown user count.
            Number of unknown users.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SolutionsRoot">
            <summary>
            The type Solutions Root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRoot.BookingBusinesses">
            <summary>
            Gets or sets booking businesses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRoot.BookingBusinessesNextLink">
            <summary>
            Gets or sets bookingBusinessesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRoot.BookingCurrencies">
            <summary>
            Gets or sets booking currencies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRoot.BookingCurrenciesNextLink">
            <summary>
            Gets or sets bookingCurrenciesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRoot.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRoot.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SortProperty">
            <summary>
            The type SortProperty.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SortProperty.IsDescending">
            <summary>
            Gets or sets isDescending.
            True if the sort order is descending. Default is false, with the sort order as ascending. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SortProperty.Name">
            <summary>
            Gets or sets name.
            The name of the property to sort on. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SortProperty.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SortProperty.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SpaApplication">
            <summary>
            The type SpaApplication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SpaApplication.RedirectUris">
            <summary>
            Gets or sets redirectUris.
            Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SpaApplication.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SpaApplication.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SpecialFolder">
            <summary>
            The type SpecialFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SpecialFolder.Name">
            <summary>
            Gets or sets name.
            The unique identifier for this item in the /drive/special collection
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SpecialFolder.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SpecialFolder.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.StaffAvailabilityItem">
            <summary>
            The type StaffAvailabilityItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StaffAvailabilityItem.AvailabilityItems">
            <summary>
            Gets or sets availabilityItems.
            Each item in this collection indicates a slot and the status of the staff member.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StaffAvailabilityItem.StaffId">
            <summary>
            Gets or sets staffId.
            The ID of the staff member.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StaffAvailabilityItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StaffAvailabilityItem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.StagedFeatureName">
            <summary>
            The enum StagedFeatureName.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.StagedFeatureName.PassthroughAuthentication">
            <summary>
            Passthrough Authentication
            </summary>
        </member>
        <member name="F:Microsoft.Graph.StagedFeatureName.SeamlessSso">
            <summary>
            Seamless Sso
            </summary>
        </member>
        <member name="F:Microsoft.Graph.StagedFeatureName.PasswordHashSync">
            <summary>
            Password Hash Sync
            </summary>
        </member>
        <member name="F:Microsoft.Graph.StagedFeatureName.EmailAsAlternateId">
            <summary>
            Email As Alternate Id
            </summary>
        </member>
        <member name="F:Microsoft.Graph.StagedFeatureName.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.StagedFeatureName.CertificateBasedAuthentication">
            <summary>
            Certificate Based Authentication
            </summary>
        </member>
        <member name="F:Microsoft.Graph.StagedFeatureName.MultiFactorAuthentication">
            <summary>
            Multi Factor Authentication
            </summary>
        </member>
        <member name="T:Microsoft.Graph.StandardTimeZoneOffset">
            <summary>
            The type StandardTimeZoneOffset.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StandardTimeZoneOffset.DayOccurrence">
            <summary>
            Gets or sets dayOccurrence.
            Represents the nth occurrence of the day of week that the transition from daylight saving time to standard time occurs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StandardTimeZoneOffset.DayOfWeek">
            <summary>
            Gets or sets dayOfWeek.
            Represents the day of the week when the transition from daylight saving time to standard time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StandardTimeZoneOffset.Month">
            <summary>
            Gets or sets month.
            Represents the month of the year when the transition from daylight saving time to standard time occurs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StandardTimeZoneOffset.Time">
            <summary>
            Gets or sets time.
            Represents the time of day when the transition from daylight saving time to standard time occurs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StandardTimeZoneOffset.Year">
            <summary>
            Gets or sets year.
            Represents how frequently in terms of years the change from daylight saving time to standard time occurs. For example, a value of 0 means every year.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StandardTimeZoneOffset.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StandardTimeZoneOffset.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.StartHoldMusicOperation">
            <summary>
            The type Start Hold Music Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperation.#ctor">
            <summary>
             The StartHoldMusicOperation constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.StateManagementSetting">
            <summary>
            The enum StateManagementSetting.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.StateManagementSetting.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.StateManagementSetting.Blocked">
            <summary>
            Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.StateManagementSetting.Allowed">
            <summary>
            Allowed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Status">
            <summary>
            The enum Status.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Status.Active">
            <summary>
            Active
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Status.Updated">
            <summary>
            Updated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Status.Deleted">
            <summary>
            Deleted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Status.Ignored">
            <summary>
            Ignored
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Status.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.StopHoldMusicOperation">
            <summary>
            The type Stop Hold Music Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperation.#ctor">
            <summary>
             The StopHoldMusicOperation constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.StoragePlanInformation">
            <summary>
            The type StoragePlanInformation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StoragePlanInformation.UpgradeAvailable">
            <summary>
            Gets or sets upgradeAvailable.
            Indicates whether there are higher storage quota plans available. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StoragePlanInformation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StoragePlanInformation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.StsPolicy">
            <summary>
            The type Sts Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StsPolicy.#ctor">
            <summary>
             The internal StsPolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StsPolicy.Definition">
            <summary>
            Gets or sets definition.
            A string collection containing a JSON string that defines the rules and settings for a policy. The syntax for the definition differs for each derived policy type. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StsPolicy.IsOrganizationDefault">
            <summary>
            Gets or sets is organization default.
            If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StsPolicy.AppliesTo">
            <summary>
            Gets or sets applies to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StsPolicy.AppliesToNextLink">
            <summary>
            Gets or sets appliesToNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestObject">
            <summary>
            The type Subject Rights Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.AssignedTo">
            <summary>
            Gets or sets assigned to.
            Identity that the request is assigned to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.ClosedDateTime">
            <summary>
            Gets or sets closed date time.
            The date and time when the request was closed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.CreatedBy">
            <summary>
            Gets or sets created by.
            Identity information for the entity that created the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time when the request was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.DataSubject">
            <summary>
            Gets or sets data subject.
            Information about the data subject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.DataSubjectType">
            <summary>
            Gets or sets data subject type.
            The type of the data subject. Possible values are: customer, currentEmployee, formerEmployee, prospectiveEmployee, student, teacher, faculty, other, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.Description">
            <summary>
            Gets or sets description.
            Description for the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.History">
            <summary>
            Gets or sets history.
            Collection of history change events.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.Insight">
            <summary>
            Gets or sets insight.
            Insight about the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.InternalDueDateTime">
            <summary>
            Gets or sets internal due date time.
            The date and time when the request is internally due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            Identity information for the entity that last modified the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The date and time when the request was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.Regulations">
            <summary>
            Gets or sets regulations.
            List of regulations that this request will fulfill.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.Stages">
            <summary>
            Gets or sets stages.
            Information about the different stages for the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.Status">
            <summary>
            Gets or sets status.
            The status of the request.. Possible values are: active, closed, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.Type">
            <summary>
            Gets or sets type.
            The type of the request. Possible values are: export, delete,  access, tagForAction, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.Notes">
            <summary>
            Gets or sets notes.
            List of notes associcated with the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.NotesNextLink">
            <summary>
            Gets or sets notesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestObject.Team">
            <summary>
            Gets or sets team.
            Information about the Microsoft Teams team that was created for the request.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestDetail">
            <summary>
            The type SubjectRightsRequestDetail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestDetail.ExcludedItemCount">
            <summary>
            Gets or sets excludedItemCount.
            Count of items that are excluded from the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestDetail.InsightCounts">
            <summary>
            Gets or sets insightCounts.
            Count of items per insight.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestDetail.ItemCount">
            <summary>
            Gets or sets itemCount.
            Count of items found.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestDetail.ItemNeedReview">
            <summary>
            Gets or sets itemNeedReview.
            Count of item that need review.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestDetail.ProductItemCounts">
            <summary>
            Gets or sets productItemCounts.
            Count of items per product, such as Exchange, SharePoint, OneDrive, and Teams.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestDetail.SignedOffItemCount">
            <summary>
            Gets or sets signedOffItemCount.
            Count of items signed off by the administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestDetail.TotalItemSize">
            <summary>
            Gets or sets totalItemSize.
            Total item size in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestDetail.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestDetail.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestHistory">
            <summary>
            The type SubjectRightsRequestHistory.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestHistory.ChangedBy">
            <summary>
            Gets or sets changedBy.
            Identity of the user who changed the  subject rights request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestHistory.EventDateTime">
            <summary>
            Gets or sets eventDateTime.
            Data and time when the entity was changed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestHistory.Stage">
            <summary>
            Gets or sets stage.
            The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestHistory.StageStatus">
            <summary>
            Gets or sets stageStatus.
            The status of the stage when the entity was changed. Possible values are: notStarted, current, completed, failed, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestHistory.Type">
            <summary>
            Gets or sets type.
            Type of history.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestHistory.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestHistory.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestStage">
            <summary>
            The enum SubjectRightsRequestStage.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStage.ContentRetrieval">
            <summary>
            Content Retrieval
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStage.ContentReview">
            <summary>
            Content Review
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStage.GenerateReport">
            <summary>
            Generate Report
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStage.ContentDeletion">
            <summary>
            Content Deletion
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStage.CaseResolved">
            <summary>
            Case Resolved
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStage.ContentEstimate">
            <summary>
            Content Estimate
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStage.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestStageDetail">
            <summary>
            The type SubjectRightsRequestStageDetail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestStageDetail.Error">
            <summary>
            Gets or sets error.
            Describes the error, if any, for the current stage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestStageDetail.Stage">
            <summary>
            Gets or sets stage.
            The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestStageDetail.Status">
            <summary>
            Gets or sets status.
            Status of the current stage. Possible values are: notStarted, current, completed, failed, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestStageDetail.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestStageDetail.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestStageStatus">
            <summary>
            The enum SubjectRightsRequestStageStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStageStatus.NotStarted">
            <summary>
            Not Started
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStageStatus.Current">
            <summary>
            Current
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStageStatus.Completed">
            <summary>
            Completed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStageStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStageStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestStatus">
            <summary>
            The enum SubjectRightsRequestStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStatus.Active">
            <summary>
            Active
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStatus.Closed">
            <summary>
            Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestType">
            <summary>
            The enum SubjectRightsRequestType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestType.Export">
            <summary>
            Export
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestType.Delete">
            <summary>
            Delete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestType.Access">
            <summary>
            Access
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestType.TagForAction">
            <summary>
            Tag For Action
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SubjectRightsRequestType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubjectSet">
            <summary>
            The type SubjectSet.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubjectSet.#ctor">
            <summary>
             The internal SubjectSet constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectSet.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectSet.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubscribedSku">
            <summary>
            The type Subscribed Sku.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.AppliesTo">
            <summary>
            Gets or sets applies to.
            For example, 'User' or 'Company'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.CapabilityStatus">
            <summary>
            Gets or sets capability status.
            Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut. The capabilityStatus is Enabled if the prepaidUnits property has at least 1 unit that is enabled, and LockedOut if the customer cancelled their subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.ConsumedUnits">
            <summary>
            Gets or sets consumed units.
            The number of licenses that have been assigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.PrepaidUnits">
            <summary>
            Gets or sets prepaid units.
            Information about the number and status of prepaid licenses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.ServicePlans">
            <summary>
            Gets or sets service plans.
            Information about the service plans that are available with the SKU. Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.SkuId">
            <summary>
            Gets or sets sku id.
            The unique identifier (GUID) for the service SKU.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.SkuPartNumber">
            <summary>
            Gets or sets sku part number.
            The SKU part number; for example: 'AAD_PREMIUM' or 'RMSBASIC'. To get a list of commercial subscriptions that an organization has acquired, see List subscribedSkus.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubscribeToToneOperation">
            <summary>
            The type Subscribe To Tone Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperation.#ctor">
            <summary>
             The SubscribeToToneOperation constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Subscription">
            <summary>
            The type Subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.ApplicationId">
            <summary>
            Gets or sets application id.
            Optional. Identifier of the application used to create the subscription. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.ChangeType">
            <summary>
            Gets or sets change type.
            Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note:  Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted.  Use deleted to receive notifications when user or group is permanently deleted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.ClientState">
            <summary>
            Gets or sets client state.
            Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.CreatorId">
            <summary>
            Gets or sets creator id.
            Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.EncryptionCertificate">
            <summary>
            Gets or sets encryption certificate.
            Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.EncryptionCertificateId">
            <summary>
            Gets or sets encryption certificate id.
            Optional. A custom app-provided identifier to help identify the certificate needed to decrypt resource data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. For the maximum supported subscription length of time, see the table below.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.IncludeResourceData">
            <summary>
            Gets or sets include resource data.
            Optional. When set to true, change notifications include resource data (such as content of a chat message).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.LatestSupportedTlsVersion">
            <summary>
            Gets or sets latest supported tls version.
            Optional. Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.LifecycleNotificationUrl">
            <summary>
            Gets or sets lifecycle notification url.
            Optional. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved, reauthorizationRequired, and missed notifications. This URL must make use of the HTTPS protocol.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.NotificationQueryOptions">
            <summary>
            Gets or sets notification query options.
            Optional. OData query options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property. For example, when the print job is completed or when a print job resource isFetchable property value becomes true etc.  Supported only for Universal Print Service. For more information, see Subscribe to change notifications from cloud printing APIs using Microsoft Graph.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.NotificationUrl">
            <summary>
            Gets or sets notification url.
            Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.NotificationUrlAppId">
            <summary>
            Gets or sets notification url app id.
            Optional. The app ID that the subscription service can use to generate the validation token. This allows the client to validate the authenticity of the notification received.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.Resource">
            <summary>
            Gets or sets resource.
            Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SwapShiftsChangeRequestObject">
            <summary>
            The type Swap Shifts Change Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestObject.#ctor">
            <summary>
             The SwapShiftsChangeRequest constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SwapShiftsChangeRequestObject.RecipientShiftId">
            <summary>
            Gets or sets recipient shift id.
            ShiftId for the recipient user with whom the request is to swap.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SystemFacet">
            <summary>
            The type SystemFacet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SystemFacet.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SystemFacet.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TabUpdatedEventMessageDetail">
            <summary>
            The type TabUpdatedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TabUpdatedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TabUpdatedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TabUpdatedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TabUpdatedEventMessageDetail.TabId">
            <summary>
            Gets or sets tabId.
            Unique identifier of the tab.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetApplicationOwners">
            <summary>
            The type TargetApplicationOwners.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetApplicationOwners.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TargetApplicationOwners"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfiguration">
            <summary>
            The type Targeted Managed App Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfiguration.#ctor">
            <summary>
             The TargetedManagedAppConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfiguration.DeployedAppCount">
            <summary>
            Gets or sets deployed app count.
            Count of apps to which the current policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfiguration.IsAssigned">
            <summary>
            Gets or sets is assigned.
            Indicates if the policy is deployed to any inclusion groups or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfiguration.Apps">
            <summary>
            Gets or sets apps.
            List of apps to which the policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfiguration.AppsNextLink">
            <summary>
            Gets or sets appsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfiguration.Assignments">
            <summary>
            Gets or sets assignments.
            Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfiguration.AssignmentsNextLink">
            <summary>
            Gets or sets assignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfiguration.DeploymentSummary">
            <summary>
            Gets or sets deployment summary.
            Navigation property to deployment summary of the configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequestBody">
            <summary>
            The type TargetedManagedAppConfigurationAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequestBody.Assignments">
            <summary>
            Gets or sets Assignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequestBody">
            <summary>
            The type TargetedManagedAppConfigurationTargetAppsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequestBody.Apps">
            <summary>
            Gets or sets Apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequestBody.AppGroupType">
            <summary>
            Gets or sets AppGroupType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppGroupType">
            <summary>
            The enum TargetedManagedAppGroupType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TargetedManagedAppGroupType.SelectedPublicApps">
            <summary>
            Selected Public Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TargetedManagedAppGroupType.AllCoreMicrosoftApps">
            <summary>
            All Core Microsoft Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TargetedManagedAppGroupType.AllMicrosoftApps">
            <summary>
            All Microsoft Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TargetedManagedAppGroupType.AllApps">
            <summary>
            All Apps
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppPolicyAssignment">
            <summary>
            The type Targeted Managed App Policy Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppPolicyAssignment.Target">
            <summary>
            Gets or sets target.
            Identifier for deployment to a group or app
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtection">
            <summary>
            The type Targeted Managed App Protection.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtection.#ctor">
            <summary>
             The internal TargetedManagedAppProtection constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtection.IsAssigned">
            <summary>
            Gets or sets is assigned.
            Indicates if the policy is deployed to any inclusion groups or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtection.Assignments">
            <summary>
            Gets or sets assignments.
            Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtection.AssignmentsNextLink">
            <summary>
            Gets or sets assignmentsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignRequestBody">
            <summary>
            The type TargetedManagedAppProtectionAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionAssignRequestBody.Assignments">
            <summary>
            Gets or sets Assignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequestBody">
            <summary>
            The type TargetedManagedAppProtectionTargetAppsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequestBody.Apps">
            <summary>
            Gets or sets Apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequestBody.AppGroupType">
            <summary>
            Gets or sets AppGroupType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetManager">
            <summary>
            The type TargetManager.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetManager.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TargetManager"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetManager.ManagerLevel">
            <summary>
            Gets or sets managerLevel.
            Manager level, between 1 and 4. The direct manager is 1.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetResource">
            <summary>
            The type TargetResource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetResource.DisplayName">
            <summary>
            Gets or sets displayName.
            Indicates the visible name defined for the resource. Typically specified when the resource is created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetResource.GroupType">
            <summary>
            Gets or sets groupType.
            When type is set to Group, this indicates the group type. Possible values are: unifiedGroups, azureAD, and unknownFutureValue
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetResource.Id">
            <summary>
            Gets or sets id.
            Indicates the unique ID of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetResource.ModifiedProperties">
            <summary>
            Gets or sets modifiedProperties.
            Indicates name, old value and new value of each attribute that changed. Property values depend on the operation type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetResource.Type">
            <summary>
            Gets or sets type.
            Describes the resource type.  Example values include Application, Group, ServicePrincipal, and User.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetResource.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            When type is set to User, this includes the user name that initiated the action; null for other types.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetResource.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetResource.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TaskFileAttachment">
            <summary>
            The type Task File Attachment.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachment.#ctor">
            <summary>
             The TaskFileAttachment constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TaskFileAttachment.ContentBytes">
            <summary>
            Gets or sets content bytes.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TaskStatus">
            <summary>
            The enum TaskStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TaskStatus.NotStarted">
            <summary>
            Not Started
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TaskStatus.InProgress">
            <summary>
            In Progress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TaskStatus.Completed">
            <summary>
            Completed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TaskStatus.WaitingOnOthers">
            <summary>
            Waiting On Others
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TaskStatus.Deferred">
            <summary>
            Deferred
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Team">
            <summary>
            The type Team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.Classification">
            <summary>
            Gets or sets classification.
            An optional label. Typically describes the data or business sensitivity of the team. Must match one of a pre-configured set in the tenant's directory.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Timestamp at which the team was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.Description">
            <summary>
            Gets or sets description.
            An optional description for the team. Maximum length: 1024 characters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.FunSettings">
            <summary>
            Gets or sets fun settings.
            Settings to configure use of Giphy, memes, and stickers in the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.GuestSettings">
            <summary>
            Gets or sets guest settings.
            Settings to configure whether guests can create, update, or delete channels in the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.InternalId">
            <summary>
            Gets or sets internal id.
            A unique ID for the team that has been used in a few places such as the audit log/Office 365 Management Activity API.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.IsArchived">
            <summary>
            Gets or sets is archived.
            Whether this team is in read-only mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.MemberSettings">
            <summary>
            Gets or sets member settings.
            Settings to configure whether members can perform certain actions, for example, create channels and add bots, in the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.MessagingSettings">
            <summary>
            Gets or sets messaging settings.
            Settings to configure messaging and mentions in the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.Specialization">
            <summary>
            Gets or sets specialization.
            Optional. Indicates whether the team is intended for a particular use case.  Each team specialization has access to unique behaviors and experiences targeted to its use case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.Summary">
            <summary>
            Gets or sets summary.
            Contains summary information about the team, including number of owners, members, and guests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.TenantId">
            <summary>
            Gets or sets tenant id.
            The ID of the Azure Active Directory tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.Visibility">
            <summary>
            Gets or sets visibility.
            The visibility of the group and team. Defaults to Public.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.WebUrl">
            <summary>
            Gets or sets web url.
            A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.AllChannels">
            <summary>
            Gets or sets all channels.
            List of channels either hosted in or shared with the team (incoming channels).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.AllChannelsNextLink">
            <summary>
            Gets or sets allChannelsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.Channels">
            <summary>
            Gets or sets channels.
            The collection of channels and messages associated with the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.ChannelsNextLink">
            <summary>
            Gets or sets channelsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.Group">
            <summary>
            Gets or sets group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.IncomingChannels">
            <summary>
            Gets or sets incoming channels.
            List of channels shared with the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.IncomingChannelsNextLink">
            <summary>
            Gets or sets incomingChannelsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.InstalledApps">
            <summary>
            Gets or sets installed apps.
            The apps installed in this team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.InstalledAppsNextLink">
            <summary>
            Gets or sets installedAppsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.Members">
            <summary>
            Gets or sets members.
            Members and owners of the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.MembersNextLink">
            <summary>
            Gets or sets membersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.Operations">
            <summary>
            Gets or sets operations.
            The async operations that ran or are running on this team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.OperationsNextLink">
            <summary>
            Gets or sets operationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.Photo">
            <summary>
            Gets or sets photo.
            The profile photo for the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.PrimaryChannel">
            <summary>
            Gets or sets primary channel.
            The general channel for the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.Tags">
            <summary>
            Gets or sets tags.
            The tags associated with the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.TagsNextLink">
            <summary>
            Gets or sets tagsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.Template">
            <summary>
            Gets or sets template.
            The template this team was created from. See available templates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Team.Schedule">
            <summary>
            Gets or sets schedule.
            The schedule of shifts for this team.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamArchivedEventMessageDetail">
            <summary>
            The type TeamArchivedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamArchivedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamArchivedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamArchivedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamArchivedEventMessageDetail.TeamId">
            <summary>
            Gets or sets teamId.
            Unique identifier of the team.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamArchiveRequestBody">
            <summary>
            The type TeamArchiveRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamArchiveRequestBody.ShouldSetSpoSiteReadOnlyForMembers">
            <summary>
            Gets or sets ShouldSetSpoSiteReadOnlyForMembers.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamClassSettings">
            <summary>
            The type TeamClassSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamClassSettings.NotifyGuardiansAboutAssignments">
            <summary>
            Gets or sets notifyGuardiansAboutAssignments.
            If set to true, enables sending of weekly assignments digest emails to parents/guardians, provided the tenant admin has enabled the setting globally.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamClassSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamClassSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamCloneRequestBody">
            <summary>
            The type TeamCloneRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamCloneRequestBody.DisplayName">
            <summary>
            Gets or sets DisplayName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamCloneRequestBody.Description">
            <summary>
            Gets or sets Description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamCloneRequestBody.MailNickname">
            <summary>
            Gets or sets MailNickname.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamCloneRequestBody.Classification">
            <summary>
            Gets or sets Classification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamCloneRequestBody.Visibility">
            <summary>
            Gets or sets Visibility.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamCloneRequestBody.PartsToClone">
            <summary>
            Gets or sets PartsToClone.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamCreatedEventMessageDetail">
            <summary>
            The type TeamCreatedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamCreatedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamCreatedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamCreatedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamCreatedEventMessageDetail.TeamDescription">
            <summary>
            Gets or sets teamDescription.
            Description for the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamCreatedEventMessageDetail.TeamDisplayName">
            <summary>
            Gets or sets teamDisplayName.
            Display name of the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamCreatedEventMessageDetail.TeamId">
            <summary>
            Gets or sets teamId.
            Unique identifier of the team.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamDescriptionUpdatedEventMessageDetail">
            <summary>
            The type TeamDescriptionUpdatedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamDescriptionUpdatedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamDescriptionUpdatedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamDescriptionUpdatedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamDescriptionUpdatedEventMessageDetail.TeamDescription">
            <summary>
            Gets or sets teamDescription.
            The updated description for the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamDescriptionUpdatedEventMessageDetail.TeamId">
            <summary>
            Gets or sets teamId.
            Unique identifier of the team.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamFunSettings">
            <summary>
            The type TeamFunSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamFunSettings.AllowCustomMemes">
            <summary>
            Gets or sets allowCustomMemes.
            If set to true, enables users to include custom memes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamFunSettings.AllowGiphy">
            <summary>
            Gets or sets allowGiphy.
            If set to true, enables Giphy use.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamFunSettings.AllowStickersAndMemes">
            <summary>
            Gets or sets allowStickersAndMemes.
            If set to true, enables users to include stickers and memes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamFunSettings.GiphyContentRating">
            <summary>
            Gets or sets giphyContentRating.
            Giphy content rating. Possible values are: moderate, strict.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamFunSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamFunSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamGuestSettings">
            <summary>
            The type TeamGuestSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamGuestSettings.AllowCreateUpdateChannels">
            <summary>
            Gets or sets allowCreateUpdateChannels.
            If set to true, guests can add and update channels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamGuestSettings.AllowDeleteChannels">
            <summary>
            Gets or sets allowDeleteChannels.
            If set to true, guests can delete channels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamGuestSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamGuestSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamInfo">
            <summary>
            The type Team Info.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamInfo.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamInfo.TenantId">
            <summary>
            Gets or sets tenant id.
            The ID of the Azure Active Directory tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamInfo.Team">
            <summary>
            Gets or sets team.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamJoiningDisabledEventMessageDetail">
            <summary>
            The type TeamJoiningDisabledEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamJoiningDisabledEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamJoiningDisabledEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamJoiningDisabledEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamJoiningDisabledEventMessageDetail.TeamId">
            <summary>
            Gets or sets teamId.
            Unique identifier of the team.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamJoiningEnabledEventMessageDetail">
            <summary>
            The type TeamJoiningEnabledEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamJoiningEnabledEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamJoiningEnabledEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamJoiningEnabledEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamJoiningEnabledEventMessageDetail.TeamId">
            <summary>
            Gets or sets teamId.
            Unique identifier of the team.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamMemberSettings">
            <summary>
            The type TeamMemberSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMemberSettings.AllowAddRemoveApps">
            <summary>
            Gets or sets allowAddRemoveApps.
            If set to true, members can add and remove apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMemberSettings.AllowCreatePrivateChannels">
            <summary>
            Gets or sets allowCreatePrivateChannels.
            If set to true, members can add and update private channels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMemberSettings.AllowCreateUpdateChannels">
            <summary>
            Gets or sets allowCreateUpdateChannels.
            If set to true, members can add and update channels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMemberSettings.AllowCreateUpdateRemoveConnectors">
            <summary>
            Gets or sets allowCreateUpdateRemoveConnectors.
            If set to true, members can add, update, and remove connectors.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMemberSettings.AllowCreateUpdateRemoveTabs">
            <summary>
            Gets or sets allowCreateUpdateRemoveTabs.
            If set to true, members can add, update, and remove tabs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMemberSettings.AllowDeleteChannels">
            <summary>
            Gets or sets allowDeleteChannels.
            If set to true, members can delete channels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMemberSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMemberSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamMembersNotificationRecipient">
            <summary>
            The type TeamMembersNotificationRecipient.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersNotificationRecipient.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamMembersNotificationRecipient"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMembersNotificationRecipient.TeamId">
            <summary>
            Gets or sets teamId.
            The unique identifier for the team whose members should receive the notification.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamMessagingSettings">
            <summary>
            The type TeamMessagingSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMessagingSettings.AllowChannelMentions">
            <summary>
            Gets or sets allowChannelMentions.
            If set to true, @channel mentions are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMessagingSettings.AllowOwnerDeleteMessages">
            <summary>
            Gets or sets allowOwnerDeleteMessages.
            If set to true, owners can delete any message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMessagingSettings.AllowTeamMentions">
            <summary>
            Gets or sets allowTeamMentions.
            If set to true, @team mentions are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMessagingSettings.AllowUserDeleteMessages">
            <summary>
            Gets or sets allowUserDeleteMessages.
            If set to true, users can delete their messages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMessagingSettings.AllowUserEditMessages">
            <summary>
            Gets or sets allowUserEditMessages.
            If set to true, users can edit their messages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMessagingSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMessagingSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamRenamedEventMessageDetail">
            <summary>
            The type TeamRenamedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamRenamedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamRenamedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamRenamedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamRenamedEventMessageDetail.TeamDisplayName">
            <summary>
            Gets or sets teamDisplayName.
            The updated name of the team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamRenamedEventMessageDetail.TeamId">
            <summary>
            Gets or sets teamId.
            Unique identifier of the team.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsApp">
            <summary>
            The type Teams App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsApp.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the catalog app provided by the app developer in the Microsoft Teams zip app package.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsApp.DistributionMethod">
            <summary>
            Gets or sets distribution method.
            The method of distribution for the app. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsApp.ExternalId">
            <summary>
            Gets or sets external id.
            The ID of the catalog provided by the app developer in the Microsoft Teams zip app package.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsApp.AppDefinitions">
            <summary>
            Gets or sets app definitions.
            The details for each version of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsApp.AppDefinitionsNextLink">
            <summary>
            Gets or sets appDefinitionsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppDefinition">
            <summary>
            The type Teams App Definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppDefinition.CreatedBy">
            <summary>
            Gets or sets created by.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppDefinition.Description">
            <summary>
            Gets or sets description.
            Verbose description of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppDefinition.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the app provided by the app developer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppDefinition.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppDefinition.PublishingState">
            <summary>
            Gets or sets publishing state.
            The published status of a specific version of a Teams app. Possible values are:submitted — The specific version of the Teams app has been submitted and is under review. published  — The request to publish the specific version of the Teams app has been approved by the admin and the app is published.  rejected — The request to publish the specific version of the Teams app was rejected by the admin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppDefinition.ShortDescription">
            <summary>
            Gets or sets short description.
            Short description of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppDefinition.TeamsAppId">
            <summary>
            Gets or sets teams app id.
            The ID from the Teams app manifest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppDefinition.Version">
            <summary>
            Gets or sets version.
            The version number of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppDefinition.Bot">
            <summary>
            Gets or sets bot.
            The details of the bot specified in the Teams app manifest.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppDistributionMethod">
            <summary>
            The enum TeamsAppDistributionMethod.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAppDistributionMethod.Store">
            <summary>
            Store
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAppDistributionMethod.Organization">
            <summary>
            Organization
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAppDistributionMethod.Sideloaded">
            <summary>
            Sideloaded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAppDistributionMethod.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppInstallation">
            <summary>
            The type Teams App Installation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppInstallation.TeamsApp">
            <summary>
            Gets or sets teams app.
            The app that is installed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppInstallation.TeamsAppDefinition">
            <summary>
            Gets or sets teams app definition.
            The details of this version of the app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppInstalledEventMessageDetail">
            <summary>
            The type TeamsAppInstalledEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstalledEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamsAppInstalledEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppInstalledEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppInstalledEventMessageDetail.TeamsAppDisplayName">
            <summary>
            Gets or sets teamsAppDisplayName.
            Display name of the teamsApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppInstalledEventMessageDetail.TeamsAppId">
            <summary>
            Gets or sets teamsAppId.
            Unique identifier of the teamsApp.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppPublishingState">
            <summary>
            The enum TeamsAppPublishingState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAppPublishingState.Submitted">
            <summary>
            Submitted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAppPublishingState.Rejected">
            <summary>
            Rejected
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAppPublishingState.Published">
            <summary>
            Published
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAppPublishingState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppRemovedEventMessageDetail">
            <summary>
            The type TeamsAppRemovedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRemovedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamsAppRemovedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppRemovedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppRemovedEventMessageDetail.TeamsAppDisplayName">
            <summary>
            Gets or sets teamsAppDisplayName.
            Display name of the teamsApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppRemovedEventMessageDetail.TeamsAppId">
            <summary>
            Gets or sets teamsAppId.
            Unique identifier of the teamsApp.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppUpgradedEventMessageDetail">
            <summary>
            The type TeamsAppUpgradedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppUpgradedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamsAppUpgradedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppUpgradedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppUpgradedEventMessageDetail.TeamsAppDisplayName">
            <summary>
            Gets or sets teamsAppDisplayName.
            Display name of the teamsApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppUpgradedEventMessageDetail.TeamsAppId">
            <summary>
            Gets or sets teamsAppId.
            Unique identifier of the teamsApp.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsAsyncOperation">
            <summary>
            The type Teams Async Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAsyncOperation.AttemptsCount">
            <summary>
            Gets or sets attempts count.
            Number of times the operation was attempted before being marked successful or failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAsyncOperation.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Time when the operation was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAsyncOperation.Error">
            <summary>
            Gets or sets error.
            Any error that causes the async operation to fail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAsyncOperation.LastActionDateTime">
            <summary>
            Gets or sets last action date time.
            Time when the async operation was last updated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAsyncOperation.OperationType">
            <summary>
            Gets or sets operation type.
            Denotes which type of operation is being described.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAsyncOperation.Status">
            <summary>
            Gets or sets status.
            Operation status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAsyncOperation.TargetResourceId">
            <summary>
            Gets or sets target resource id.
            The ID of the object that's created or modified as result of this async operation, typically a team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAsyncOperation.TargetResourceLocation">
            <summary>
            Gets or sets target resource location.
            The location of the object that's created or modified as result of this async operation. This URL should be treated as an opaque value and not parsed into its component paths.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsAsyncOperationStatus">
            <summary>
            The enum TeamsAsyncOperationStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationStatus.Invalid">
            <summary>
            Invalid
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationStatus.NotStarted">
            <summary>
            Not Started
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationStatus.InProgress">
            <summary>
            In Progress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationStatus.Succeeded">
            <summary>
            Succeeded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsAsyncOperationType">
            <summary>
            The enum TeamsAsyncOperationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationType.Invalid">
            <summary>
            Invalid
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationType.CloneTeam">
            <summary>
            Clone Team
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationType.ArchiveTeam">
            <summary>
            Archive Team
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationType.UnarchiveTeam">
            <summary>
            Unarchive Team
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationType.CreateTeam">
            <summary>
            Create Team
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationType.TeamifyGroup">
            <summary>
            Teamify Group
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamsAsyncOperationType.CreateChannel">
            <summary>
            Create Channel
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamSendActivityNotificationRequestBody">
            <summary>
            The type TeamSendActivityNotificationRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamSendActivityNotificationRequestBody.Topic">
            <summary>
            Gets or sets Topic.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamSendActivityNotificationRequestBody.ActivityType">
            <summary>
            Gets or sets ActivityType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamSendActivityNotificationRequestBody.ChainId">
            <summary>
            Gets or sets ChainId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamSendActivityNotificationRequestBody.PreviewText">
            <summary>
            Gets or sets PreviewText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamSendActivityNotificationRequestBody.TemplateParameters">
            <summary>
            Gets or sets TemplateParameters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamSendActivityNotificationRequestBody.Recipient">
            <summary>
            Gets or sets Recipient.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamSpecialization">
            <summary>
            The enum TeamSpecialization.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamSpecialization.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamSpecialization.EducationStandard">
            <summary>
            Education Standard
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamSpecialization.EducationClass">
            <summary>
            Education Class
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamSpecialization.EducationProfessionalLearningCommunity">
            <summary>
            Education Professional Learning Community
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamSpecialization.EducationStaff">
            <summary>
            Education Staff
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamSpecialization.HealthcareStandard">
            <summary>
            Healthcare Standard
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamSpecialization.HealthcareCareCoordination">
            <summary>
            Healthcare Care Coordination
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamSpecialization.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsTab">
            <summary>
            The type Teams Tab.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsTab.Configuration">
            <summary>
            Gets or sets configuration.
            Container for custom settings applied to a tab. The tab is considered configured only once this property is set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsTab.DisplayName">
            <summary>
            Gets or sets display name.
            Name of the tab.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsTab.WebUrl">
            <summary>
            Gets or sets web url.
            Deep link URL of the tab instance. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsTab.TeamsApp">
            <summary>
            Gets or sets teams app.
            The application that is linked to the tab. This cannot be changed after tab creation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsTab.ODataBind">
            <summary>
            Gets or sets an associated existing app with a teams tab.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsTabConfiguration">
            <summary>
            The type TeamsTabConfiguration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsTabConfiguration.ContentUrl">
            <summary>
            Gets or sets contentUrl.
            Url used for rendering tab contents in Teams. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsTabConfiguration.EntityId">
            <summary>
            Gets or sets entityId.
            Identifier for the entity hosted by the tab provider.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsTabConfiguration.RemoveUrl">
            <summary>
            Gets or sets removeUrl.
            Url called by Teams client when a Tab is removed using the Teams Client.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsTabConfiguration.WebsiteUrl">
            <summary>
            Gets or sets websiteUrl.
            Url for showing tab contents outside of Teams.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsTabConfiguration.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsTabConfiguration.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsTemplate">
            <summary>
            The type Teams Template.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamSummary">
            <summary>
            The type TeamSummary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamSummary.GuestsCount">
            <summary>
            Gets or sets guestsCount.
            Count of guests in a team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamSummary.MembersCount">
            <summary>
            Gets or sets membersCount.
            Count of members in a team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamSummary.OwnersCount">
            <summary>
            Gets or sets ownersCount.
            Count of owners in a team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamSummary.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamSummary.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamUnarchivedEventMessageDetail">
            <summary>
            The type TeamUnarchivedEventMessageDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamUnarchivedEventMessageDetail.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamUnarchivedEventMessageDetail"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamUnarchivedEventMessageDetail.Initiator">
            <summary>
            Gets or sets initiator.
            Initiator of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamUnarchivedEventMessageDetail.TeamId">
            <summary>
            Gets or sets teamId.
            Unique identifier of the team.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamVisibilityType">
            <summary>
            The enum TeamVisibilityType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamVisibilityType.Private">
            <summary>
            Private
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamVisibilityType.Public">
            <summary>
            Public
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamVisibilityType.HiddenMembership">
            <summary>
            Hidden Membership
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamVisibilityType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Teamwork">
            <summary>
            The type Teamwork.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Teamwork.WorkforceIntegrations">
            <summary>
            Gets or sets workforce integrations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Teamwork.WorkforceIntegrationsNextLink">
            <summary>
            Gets or sets workforceIntegrationsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkActivityTopic">
            <summary>
            The type TeamworkActivityTopic.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkActivityTopic.Source">
            <summary>
            Gets or sets source.
            Type of source. Possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkActivityTopic.Value">
            <summary>
            Gets or sets value.
            The topic value. If the value of the source property is entityUrl, this must be a Microsoft Graph URL. If the vaule is text, this must be a plain text value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkActivityTopic.WebUrl">
            <summary>
            Gets or sets webUrl.
            The link the user clicks when they select the notification. Optional when source is entityUrl; required when source is text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkActivityTopic.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkActivityTopic.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkActivityTopicSource">
            <summary>
            The enum TeamworkActivityTopicSource.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkActivityTopicSource.EntityUrl">
            <summary>
            Entity Url
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkActivityTopicSource.Text">
            <summary>
            Text
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkApplicationIdentity">
            <summary>
            The type TeamworkApplicationIdentity.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkApplicationIdentity.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamworkApplicationIdentity"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkApplicationIdentity.ApplicationIdentityType">
            <summary>
            Gets or sets applicationIdentityType.
            Type of application that is referenced. Possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkApplicationIdentityType">
            <summary>
            The enum TeamworkApplicationIdentityType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkApplicationIdentityType.AadApplication">
            <summary>
            Aad Application
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkApplicationIdentityType.Bot">
            <summary>
            Bot
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkApplicationIdentityType.TenantBot">
            <summary>
            Tenant Bot
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkApplicationIdentityType.Office365Connector">
            <summary>
            Office365Connector
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkApplicationIdentityType.OutgoingWebhook">
            <summary>
            Outgoing Webhook
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkApplicationIdentityType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkBot">
            <summary>
            The type Teamwork Bot.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkCallEventType">
            <summary>
            The enum TeamworkCallEventType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkCallEventType.Call">
            <summary>
            Call
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkCallEventType.Meeting">
            <summary>
            Meeting
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkCallEventType.ScreenShare">
            <summary>
            Screen Share
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkCallEventType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkConversationIdentity">
            <summary>
            The type TeamworkConversationIdentity.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkConversationIdentity.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamworkConversationIdentity"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkConversationIdentity.ConversationIdentityType">
            <summary>
            Gets or sets conversationIdentityType.
            Type of conversation. Possible values are: team, channel, chat, and unknownFutureValue.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkConversationIdentityType">
            <summary>
            The enum TeamworkConversationIdentityType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkConversationIdentityType.Team">
            <summary>
            Team
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkConversationIdentityType.Channel">
            <summary>
            Channel
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkConversationIdentityType.Chat">
            <summary>
            Chat
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkConversationIdentityType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkHostedContent">
            <summary>
            The type Teamwork Hosted Content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkHostedContent.ContentBytes">
            <summary>
            Gets or sets content bytes.
            Write only. Bytes for the hosted content (such as images).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkHostedContent.ContentType">
            <summary>
            Gets or sets content type.
            Write only. Content type. sicj as image/png, image/jpg.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkNotificationRecipient">
            <summary>
            The type TeamworkNotificationRecipient.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkNotificationRecipient.#ctor">
            <summary>
             The internal TeamworkNotificationRecipient constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkNotificationRecipient.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkNotificationRecipient.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkOnlineMeetingInfo">
            <summary>
            The type TeamworkOnlineMeetingInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkOnlineMeetingInfo.CalendarEventId">
            <summary>
            Gets or sets calendarEventId.
            The identifier of the calendar event associated with the meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkOnlineMeetingInfo.JoinWebUrl">
            <summary>
            Gets or sets joinWebUrl.
            The URL that users click to join or uniquely identify the meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkOnlineMeetingInfo.Organizer">
            <summary>
            Gets or sets organizer.
            The organizer of the meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkOnlineMeetingInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkOnlineMeetingInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequestBody">
            <summary>
            The type TeamworkSendActivityNotificationToRecipientsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequestBody.Topic">
            <summary>
            Gets or sets Topic.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequestBody.ActivityType">
            <summary>
            Gets or sets ActivityType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequestBody.ChainId">
            <summary>
            Gets or sets ChainId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequestBody.PreviewText">
            <summary>
            Gets or sets PreviewText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequestBody.TeamsAppId">
            <summary>
            Gets or sets TeamsAppId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequestBody.TemplateParameters">
            <summary>
            Gets or sets TemplateParameters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequestBody.Recipients">
            <summary>
            Gets or sets Recipients.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkTag">
            <summary>
            The type Teamwork Tag.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTag.Description">
            <summary>
            Gets or sets description.
            The description of the tag as it will appear to the user in Microsoft Teams.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTag.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the tag as it will appear to the user in Microsoft Teams.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTag.MemberCount">
            <summary>
            Gets or sets member count.
            The number of users assigned to the tag.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTag.TagType">
            <summary>
            Gets or sets tag type.
            The type of the tag. Default is standard.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTag.TeamId">
            <summary>
            Gets or sets team id.
            ID of the team in which the tag is defined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTag.Members">
            <summary>
            Gets or sets members.
            Users assigned to the tag.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTag.MembersNextLink">
            <summary>
            Gets or sets membersNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkTagIdentity">
            <summary>
            The type TeamworkTagIdentity.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagIdentity.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamworkTagIdentity"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkTagMember">
            <summary>
            The type Teamwork Tag Member.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTagMember.DisplayName">
            <summary>
            Gets or sets display name.
            The member's display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTagMember.TenantId">
            <summary>
            Gets or sets tenant id.
            The ID of the tenant that the tag member is a part of.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTagMember.UserId">
            <summary>
            Gets or sets user id.
            The user ID of the member.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkTagType">
            <summary>
            The enum TeamworkTagType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkTagType.Standard">
            <summary>
            Standard
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkTagType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkUserIdentity">
            <summary>
            The type TeamworkUserIdentity.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkUserIdentity.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeamworkUserIdentity"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkUserIdentity.UserIdentityType">
            <summary>
            Gets or sets userIdentityType.
            Type of user. Possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkUserIdentityType">
            <summary>
            The enum TeamworkUserIdentityType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkUserIdentityType.AadUser">
            <summary>
            Aad User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkUserIdentityType.OnPremiseAadUser">
            <summary>
            On Premise Aad User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkUserIdentityType.AnonymousGuest">
            <summary>
            Anonymous Guest
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkUserIdentityType.FederatedUser">
            <summary>
            Federated User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkUserIdentityType.PersonalMicrosoftAccountUser">
            <summary>
            Personal Microsoft Account User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkUserIdentityType.SkypeUser">
            <summary>
            Skype User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkUserIdentityType.PhoneUser">
            <summary>
            Phone User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkUserIdentityType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TeamworkUserIdentityType.EmailUser">
            <summary>
            Email User
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TelecomExpenseManagementPartner">
            <summary>
            The type Telecom Expense Management Partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TelecomExpenseManagementPartner.AppAuthorized">
            <summary>
            Gets or sets app authorized.
            Whether the partner's AAD app has been authorized to access Intune.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TelecomExpenseManagementPartner.DisplayName">
            <summary>
            Gets or sets display name.
            Display name of the TEM partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TelecomExpenseManagementPartner.Enabled">
            <summary>
            Gets or sets enabled.
            Whether Intune's connection to the TEM service is currently enabled or disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TelecomExpenseManagementPartner.LastConnectionDateTime">
            <summary>
            Gets or sets last connection date time.
            Timestamp of the last request sent to Intune by the TEM partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TelecomExpenseManagementPartner.Url">
            <summary>
            Gets or sets url.
            URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeleconferenceDeviceAudioQuality">
            <summary>
            The type TeleconferenceDeviceAudioQuality.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeleconferenceDeviceAudioQuality.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeleconferenceDeviceAudioQuality"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeleconferenceDeviceMediaQuality">
            <summary>
            The type TeleconferenceDeviceMediaQuality.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeleconferenceDeviceMediaQuality.#ctor">
            <summary>
             The internal TeleconferenceDeviceMediaQuality constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.AverageInboundJitter">
            <summary>
            Gets or sets averageInboundJitter.
            The average inbound stream network jitter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.AverageInboundPacketLossRateInPercentage">
            <summary>
            Gets or sets averageInboundPacketLossRateInPercentage.
            The average inbound stream packet loss rate in percentage (0-100). For example, 0.01 means 0.01%.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.AverageInboundRoundTripDelay">
            <summary>
            Gets or sets averageInboundRoundTripDelay.
            The average inbound stream network round trip delay.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.AverageOutboundJitter">
            <summary>
            Gets or sets averageOutboundJitter.
            The average outbound stream network jitter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.AverageOutboundPacketLossRateInPercentage">
            <summary>
            Gets or sets averageOutboundPacketLossRateInPercentage.
            The average outbound stream packet loss rate in percentage (0-100). For example, 0.01 means 0.01%.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.AverageOutboundRoundTripDelay">
            <summary>
            Gets or sets averageOutboundRoundTripDelay.
            The average outbound stream network round trip delay.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.ChannelIndex">
            <summary>
            Gets or sets channelIndex.
            The channel index of media. Indexing begins with 1.  If a media session contains 3 video modalities, channel indexes will be 1, 2, and 3.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.InboundPackets">
            <summary>
            Gets or sets inboundPackets.
            The total number of the inbound packets.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.LocalIPAddress">
            <summary>
            Gets or sets localIPAddress.
            the local IP address for the media session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.LocalPort">
            <summary>
            Gets or sets localPort.
            The local media port.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.MaximumInboundJitter">
            <summary>
            Gets or sets maximumInboundJitter.
            The maximum inbound stream network jitter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.MaximumInboundPacketLossRateInPercentage">
            <summary>
            Gets or sets maximumInboundPacketLossRateInPercentage.
            The maximum inbound stream packet loss rate in percentage (0-100). For example, 0.01 means 0.01%.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.MaximumInboundRoundTripDelay">
            <summary>
            Gets or sets maximumInboundRoundTripDelay.
            The maximum inbound stream network round trip delay.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.MaximumOutboundJitter">
            <summary>
            Gets or sets maximumOutboundJitter.
            The maximum outbound stream network jitter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.MaximumOutboundPacketLossRateInPercentage">
            <summary>
            Gets or sets maximumOutboundPacketLossRateInPercentage.
            The maximum outbound stream packet loss rate in percentage (0-100). For example, 0.01 means 0.01%.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.MaximumOutboundRoundTripDelay">
            <summary>
            Gets or sets maximumOutboundRoundTripDelay.
            The maximum outbound stream network round trip delay.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.MediaDuration">
            <summary>
            Gets or sets mediaDuration.
            The total modality duration. If the media enabled and disabled multiple times, MediaDuration will the summation of all of the durations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.NetworkLinkSpeedInBytes">
            <summary>
            Gets or sets networkLinkSpeedInBytes.
            The network link speed in bytes
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.OutboundPackets">
            <summary>
            Gets or sets outboundPackets.
            The total number of the outbound packets.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.RemoteIPAddress">
            <summary>
            Gets or sets remoteIPAddress.
            The remote IP address for the media session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.RemotePort">
            <summary>
            Gets or sets remotePort.
            The remote media port.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceMediaQuality.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeleconferenceDeviceQuality">
            <summary>
            The type TeleconferenceDeviceQuality.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceQuality.CallChainId">
            <summary>
            Gets or sets callChainId.
            A unique identifier for all  the participant calls in a conference or a unique identifier for two participant calls in P2P call. This needs to be copied over from Microsoft.Graph.Call.CallChainId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceQuality.CloudServiceDeploymentEnvironment">
            <summary>
            Gets or sets cloudServiceDeploymentEnvironment.
            A geo-region where the service is deployed, such as ProdNoam.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceQuality.CloudServiceDeploymentId">
            <summary>
            Gets or sets cloudServiceDeploymentId.
            A unique deployment identifier assigned by Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceQuality.CloudServiceInstanceName">
            <summary>
            Gets or sets cloudServiceInstanceName.
            The Azure deployed cloud service instance name, such as FrontEnd_IN_3.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceQuality.CloudServiceName">
            <summary>
            Gets or sets cloudServiceName.
            The Azure deployed cloud service name, such as contoso.cloudapp.net.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceQuality.DeviceDescription">
            <summary>
            Gets or sets deviceDescription.
            Any additional description, such as VTC Bldg 30/21.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceQuality.DeviceName">
            <summary>
            Gets or sets deviceName.
            The user media agent name, such as Cisco SX80.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceQuality.MediaLegId">
            <summary>
            Gets or sets mediaLegId.
            A unique identifier for a specific media leg of a participant in a conference.  One participant can have multiple media leg identifiers if retargeting happens. CVI partner assigns this value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceQuality.MediaQualityList">
            <summary>
            Gets or sets mediaQualityList.
            The list of media qualities in a media session (call), such as audio quality, video quality, and/or screen sharing quality.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceQuality.ParticipantId">
            <summary>
            Gets or sets participantId.
            A unique identifier for a specific participant in a conference. The CVI partner needs to copy over Call.MyParticipantId to this property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceQuality.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceQuality.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeleconferenceDeviceScreenSharingQuality">
            <summary>
            The type TeleconferenceDeviceScreenSharingQuality.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeleconferenceDeviceScreenSharingQuality.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeleconferenceDeviceScreenSharingQuality"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeleconferenceDeviceVideoQuality">
            <summary>
            The type TeleconferenceDeviceVideoQuality.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeleconferenceDeviceVideoQuality.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TeleconferenceDeviceVideoQuality"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceVideoQuality.AverageInboundBitRate">
            <summary>
            Gets or sets averageInboundBitRate.
            The average inbound stream video bit rate per second.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceVideoQuality.AverageInboundFrameRate">
            <summary>
            Gets or sets averageInboundFrameRate.
            The average inbound stream video frame rate per second.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceVideoQuality.AverageOutboundBitRate">
            <summary>
            Gets or sets averageOutboundBitRate.
            The average outbound stream video bit rate per second.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeleconferenceDeviceVideoQuality.AverageOutboundFrameRate">
            <summary>
            Gets or sets averageOutboundFrameRate.
            The average outbound stream video frame rate per second.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TemplateScenarios">
            <summary>
            The enum TemplateScenarios.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TemplateScenarios.New">
            <summary>
            New
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TemplateScenarios.SecureFoundation">
            <summary>
            Secure Foundation
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TemplateScenarios.ZeroTrust">
            <summary>
            Zero Trust
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TemplateScenarios.RemoteWork">
            <summary>
            Remote Work
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TemplateScenarios.ProtectAdmins">
            <summary>
            Protect Admins
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TemplateScenarios.EmergingThreats">
            <summary>
            Emerging Threats
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TemplateScenarios.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TemporaryAccessPassAuthenticationMethod">
            <summary>
            The type Temporary Access Pass Authentication Method.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethod.#ctor">
            <summary>
             The TemporaryAccessPassAuthenticationMethod constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethod.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time when the Temporary Access Pass was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethod.IsUsable">
            <summary>
            Gets or sets is usable.
            The state of the authentication method that indicates whether it's currently usable by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethod.IsUsableOnce">
            <summary>
            Gets or sets is usable once.
            Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethod.LifetimeInMinutes">
            <summary>
            Gets or sets lifetime in minutes.
            The lifetime of the Temporary Access Pass in minutes starting at startDateTime. Must be between 10 and 43200 inclusive (equivalent to 30 days).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethod.MethodUsabilityReason">
            <summary>
            Gets or sets method usability reason.
            Details about the usability state (isUsable). Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, OneTimeUsed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethod.StartDateTime">
            <summary>
            Gets or sets start date time.
            The date and time when the Temporary Access Pass becomes available to use and when isUsable is true is enforced.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethod.TemporaryAccessPass">
            <summary>
            Gets or sets temporary access pass.
            The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration">
            <summary>
            The type Temporary Access Pass Authentication Method Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration.#ctor">
            <summary>
             The TemporaryAccessPassAuthenticationMethodConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration.DefaultLength">
            <summary>
            Gets or sets default length.
            Default length in characters of a Temporary Access Pass object. Must be between 8 and 48 characters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration.DefaultLifetimeInMinutes">
            <summary>
            Gets or sets default lifetime in minutes.
            Default lifetime in minutes for a Temporary Access Pass. Value can be any integer between the minimumLifetimeInMinutes and maximumLifetimeInMinutes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration.IsUsableOnce">
            <summary>
            Gets or sets is usable once.
            If true, all the passes in the tenant will be restricted to one-time use. If false, passes in the tenant can be created to be either one-time use or reusable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration.MaximumLifetimeInMinutes">
            <summary>
            Gets or sets maximum lifetime in minutes.
            Maximum lifetime in minutes for any Temporary Access Pass created in the tenant. Value can be between 10 and 43200 minutes (equivalent to 30 days).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration.MinimumLifetimeInMinutes">
            <summary>
            Gets or sets minimum lifetime in minutes.
            Minimum lifetime in minutes for any Temporary Access Pass created in the tenant. Value can be between 10 and 43200 minutes (equivalent to 30 days).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration.IncludeTargets">
            <summary>
            Gets or sets include targets.
            A collection of groups that are enabled to use the authentication method.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration.IncludeTargetsNextLink">
            <summary>
            Gets or sets includeTargetsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermColumn">
            <summary>
            The type TermColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermColumn.AllowMultipleValues">
            <summary>
            Gets or sets allowMultipleValues.
            Specifies whether the column will allow more than one value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermColumn.ShowFullyQualifiedName">
            <summary>
            Gets or sets showFullyQualifiedName.
            Specifies whether to display the entire term path or only the term label.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermColumn.ParentTerm">
            <summary>
            Gets or sets parentTerm.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermColumn.TermSet">
            <summary>
            Gets or sets termSet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditions">
            <summary>
            The type Terms And Conditions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.AcceptanceStatement">
            <summary>
            Gets or sets acceptance statement.
            Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&amp;C policy. This is shown to the user on prompts to accept the T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.BodyText">
            <summary>
            Gets or sets body text.
            Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            DateTime the object was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.Description">
            <summary>
            Gets or sets description.
            Administrator-supplied description of the T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.DisplayName">
            <summary>
            Gets or sets display name.
            Administrator-supplied name for the T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            DateTime the object was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.Title">
            <summary>
            Gets or sets title.
            Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.Version">
            <summary>
            Gets or sets version.
            Integer indicating the current version of the terms. Incremented when an administrator makes a change to the terms and wishes to require users to re-accept the modified T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.AcceptanceStatuses">
            <summary>
            Gets or sets acceptance statuses.
            The list of acceptance statuses for this T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.AcceptanceStatusesNextLink">
            <summary>
            Gets or sets acceptanceStatusesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.Assignments">
            <summary>
            Gets or sets assignments.
            The list of assignments for this T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.AssignmentsNextLink">
            <summary>
            Gets or sets assignmentsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatus">
            <summary>
            The type Terms And Conditions Acceptance Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatus.AcceptedDateTime">
            <summary>
            Gets or sets accepted date time.
            DateTime when the terms were last accepted by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatus.AcceptedVersion">
            <summary>
            Gets or sets accepted version.
            Most recent version number of the T&amp;C accepted by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatus.UserDisplayName">
            <summary>
            Gets or sets user display name.
            Display name of the user whose acceptance the entity represents.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            The userPrincipalName of the User that accepted the term.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatus.TermsAndConditions">
            <summary>
            Gets or sets terms and conditions.
            Navigation link to the terms and conditions that are assigned.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignment">
            <summary>
            The type Terms And Conditions Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAssignment.Target">
            <summary>
            Gets or sets target.
            Assignment target that the T&amp;C policy is assigned to.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsExpiration">
            <summary>
            The type TermsExpiration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsExpiration.Frequency">
            <summary>
            Gets or sets frequency.
            Represents the frequency at which the terms will expire, after its first expiration as set in startDateTime. The value is represented in ISO 8601 format for durations. For example, PT1M represents a time period of 1 month.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsExpiration.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            The DateTime when the agreement is set to expire for all users. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsExpiration.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsExpiration.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsOfUseContainer">
            <summary>
            The type Terms Of Use Container.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainer.AgreementAcceptances">
            <summary>
            Gets or sets agreement acceptances.
            Represents the current status of a user's response to a company's customizable terms of use agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainer.AgreementAcceptancesNextLink">
            <summary>
            Gets or sets agreementAcceptancesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainer.Agreements">
            <summary>
            Gets or sets agreements.
            Represents a tenant's customizable terms of use agreement that's created and managed with Azure Active Directory (Azure AD).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainer.AgreementsNextLink">
            <summary>
            Gets or sets agreementsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TextColumn">
            <summary>
            The type TextColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TextColumn.AllowMultipleLines">
            <summary>
            Gets or sets allowMultipleLines.
            Whether to allow multiple lines of text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TextColumn.AppendChangesToExistingText">
            <summary>
            Gets or sets appendChangesToExistingText.
            Whether updates to this column should replace existing text, or append to it.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TextColumn.LinesForEditing">
            <summary>
            Gets or sets linesForEditing.
            The size of the text box.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TextColumn.MaxLength">
            <summary>
            Gets or sets maxLength.
            The maximum number of characters for the value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TextColumn.TextType">
            <summary>
            Gets or sets textType.
            The type of text being stored. Must be one of plain or richText
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TextColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TextColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentContentType">
            <summary>
            The enum ThreatAssessmentContentType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatAssessmentContentType.Mail">
            <summary>
            Mail
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatAssessmentContentType.Url">
            <summary>
            Url
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatAssessmentContentType.File">
            <summary>
            File
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentRequestObject">
            <summary>
            The type Threat Assessment Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestObject.#ctor">
            <summary>
             The internal ThreatAssessmentRequest constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestObject.Category">
            <summary>
            Gets or sets category.
            The threat category. Possible values are: spam, phishing, malware.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestObject.ContentType">
            <summary>
            Gets or sets content type.
            The content type of threat assessment. Possible values are: mail, url, file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestObject.CreatedBy">
            <summary>
            Gets or sets created by.
            The threat assessment request creator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestObject.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestObject.ExpectedAssessment">
            <summary>
            Gets or sets expected assessment.
            The expected assessment from submitter. Possible values are: block, unblock.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestObject.RequestSource">
            <summary>
            Gets or sets request source.
            The source of the threat assessment request. Possible values are: administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestObject.Status">
            <summary>
            Gets or sets status.
            The assessment process status. Possible values are: pending, completed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestObject.Results">
            <summary>
            Gets or sets results.
            A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestObject.ResultsNextLink">
            <summary>
            Gets or sets resultsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentRequestSource">
            <summary>
            The enum ThreatAssessmentRequestSource.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatAssessmentRequestSource.Undefined">
            <summary>
            Undefined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatAssessmentRequestSource.User">
            <summary>
            User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatAssessmentRequestSource.Administrator">
            <summary>
            Administrator
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentResult">
            <summary>
            The type Threat Assessment Result.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentResult.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentResult.Message">
            <summary>
            Gets or sets message.
            The result message for each threat assessment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentResult.ResultType">
            <summary>
            Gets or sets result type.
            The threat assessment result type. Possible values are: checkPolicy, rescan.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentResultType">
            <summary>
            The enum ThreatAssessmentResultType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatAssessmentResultType.CheckPolicy">
            <summary>
            Check Policy
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatAssessmentResultType.Rescan">
            <summary>
            Rescan
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatAssessmentResultType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentStatus">
            <summary>
            The enum ThreatAssessmentStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatAssessmentStatus.Pending">
            <summary>
            Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatAssessmentStatus.Completed">
            <summary>
            Completed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ThreatCategory">
            <summary>
            The enum ThreatCategory.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatCategory.Undefined">
            <summary>
            Undefined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatCategory.Spam">
            <summary>
            Spam
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatCategory.Phishing">
            <summary>
            Phishing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatCategory.Malware">
            <summary>
            Malware
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatCategory.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ThreatExpectedAssessment">
            <summary>
            The enum ThreatExpectedAssessment.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatExpectedAssessment.Block">
            <summary>
            Block
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ThreatExpectedAssessment.Unblock">
            <summary>
            Unblock
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Thumbnail">
            <summary>
            The type Thumbnail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Thumbnail.Content">
            <summary>
            Gets or sets content.
            The content stream for the thumbnail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Thumbnail.Height">
            <summary>
            Gets or sets height.
            The height of the thumbnail, in pixels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Thumbnail.SourceItemId">
            <summary>
            Gets or sets sourceItemId.
            The unique identifier of the item that provided the thumbnail. This is only available when a folder thumbnail is requested.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Thumbnail.Url">
            <summary>
            Gets or sets url.
            The URL used to fetch the thumbnail content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Thumbnail.Width">
            <summary>
            Gets or sets width.
            The width of the thumbnail, in pixels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Thumbnail.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Thumbnail.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailColumn">
            <summary>
            The type ThumbnailColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailColumn.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailSet">
            <summary>
            The type Thumbnail Set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailSet.Large">
            <summary>
            Gets or sets large.
            A 1920x1920 scaled thumbnail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailSet.Medium">
            <summary>
            Gets or sets medium.
            A 176x176 scaled thumbnail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailSet.Small">
            <summary>
            Gets or sets small.
            A 48x48 cropped thumbnail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailSet.Source">
            <summary>
            Gets or sets source.
            A custom thumbnail image or the original image used to generate other thumbnails.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailSet.Item(System.String)">
            <summary>
            Allows for the lookup of custom thumbnails from this thumbnail set.
            </summary>
            <param name="customThumbnailName">The name of the custom thumbnail.</param>
            <returns>The custom thumbnail.</returns>
        </member>
        <member name="T:Microsoft.Graph.TicketInfo">
            <summary>
            The type TicketInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TicketInfo.TicketNumber">
            <summary>
            Gets or sets ticketNumber.
            The ticket number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TicketInfo.TicketSystem">
            <summary>
            Gets or sets ticketSystem.
            The description of the ticket system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TicketInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TicketInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeConstraint">
            <summary>
            The type TimeConstraint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeConstraint.ActivityDomain">
            <summary>
            Gets or sets activityDomain.
            The nature of the activity, optional. The possible values are: work, personal, unrestricted, or unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeConstraint.TimeSlots">
            <summary>
            Gets or sets timeSlots.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeConstraint.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeConstraint.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeOff">
            <summary>
            The type Time Off.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TimeOff.#ctor">
            <summary>
             The TimeOff constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeOff.DraftTimeOff">
            <summary>
            Gets or sets draft time off.
            The draft version of this timeOff that is viewable by managers. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeOff.SharedTimeOff">
            <summary>
            Gets or sets shared time off.
            The shared version of this timeOff that is viewable by both employees and managers. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeOff.UserId">
            <summary>
            Gets or sets user id.
            ID of the user assigned to the timeOff. Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeOffItem">
            <summary>
            The type TimeOffItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeOffItem.TimeOffReasonId">
            <summary>
            Gets or sets timeOffReasonId.
            ID of the timeOffReason for this timeOffItem. Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeOffReason">
            <summary>
            The type Time Off Reason.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReason.#ctor">
            <summary>
             The TimeOffReason constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeOffReason.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the timeOffReason. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeOffReason.IconType">
            <summary>
            Gets or sets icon type.
            Supported icon types are: none, car, calendar, running, plane, firstAid, doctor, notWorking, clock, juryDuty, globe, cup, phone, weather, umbrella, piggyBank, dog, cake, trafficCone, pin, sunny. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeOffReason.IsActive">
            <summary>
            Gets or sets is active.
            Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeOffReasonIconType">
            <summary>
            The enum TimeOffReasonIconType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Car">
            <summary>
            Car
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Calendar">
            <summary>
            Calendar
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Running">
            <summary>
            Running
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Plane">
            <summary>
            Plane
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.FirstAid">
            <summary>
            First Aid
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Doctor">
            <summary>
            Doctor
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.NotWorking">
            <summary>
            Not Working
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Clock">
            <summary>
            Clock
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.JuryDuty">
            <summary>
            Jury Duty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Globe">
            <summary>
            Globe
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Cup">
            <summary>
            Cup
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Phone">
            <summary>
            Phone
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Weather">
            <summary>
            Weather
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Umbrella">
            <summary>
            Umbrella
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.PiggyBank">
            <summary>
            Piggy Bank
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Dog">
            <summary>
            Dog
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Cake">
            <summary>
            Cake
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.TrafficCone">
            <summary>
            Traffic Cone
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Pin">
            <summary>
            Pin
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.Sunny">
            <summary>
            Sunny
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeOffReasonIconType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeOffRequestObject">
            <summary>
            The type Time Off Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestObject.#ctor">
            <summary>
             The TimeOffRequest constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeOffRequestObject.EndDateTime">
            <summary>
            Gets or sets end date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeOffRequestObject.StartDateTime">
            <summary>
            Gets or sets start date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeOffRequestObject.TimeOffReasonId">
            <summary>
            Gets or sets time off reason id.
            The reason for the time off.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeRange">
            <summary>
            The type TimeRange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeRange.EndTime">
            <summary>
            Gets or sets endTime.
            End time for the time range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeRange.StartTime">
            <summary>
            Gets or sets startTime.
            Start time for the time range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeRange.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeRange.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeSlot">
            <summary>
            The type TimeSlot.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeSlot.End">
            <summary>
            Gets or sets end.
            The date, time, and time zone that a period ends.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeSlot.Start">
            <summary>
            Gets or sets start.
            The date, time, and time zone that a period begins.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeSlot.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeSlot.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeZoneBase">
            <summary>
            The type TimeZoneBase.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeZoneBase.Name">
            <summary>
            Gets or sets name.
            The name of a time zone. It can be a standard time zone name such as 'Hawaii-Aleutian Standard Time', or 'Customized Time Zone' for a custom time zone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeZoneBase.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeZoneBase.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeZoneInformation">
            <summary>
            The type TimeZoneInformation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeZoneInformation.Alias">
            <summary>
            Gets or sets alias.
            An identifier for the time zone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeZoneInformation.DisplayName">
            <summary>
            Gets or sets displayName.
            A display string that represents the time zone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeZoneInformation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeZoneInformation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeZoneStandard">
            <summary>
            The enum TimeZoneStandard.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeZoneStandard.Windows">
            <summary>
            Windows
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeZoneStandard.Iana">
            <summary>
            Iana
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Todo">
            <summary>
            The type Todo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Todo.Lists">
            <summary>
            Gets or sets lists.
            The task lists in the users mailbox.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Todo.ListsNextLink">
            <summary>
            Gets or sets listsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTask">
            <summary>
            The type Todo Task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.Body">
            <summary>
            Gets or sets body.
            The task body that typically contains information about the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.BodyLastModifiedDateTime">
            <summary>
            Gets or sets body last modified date time.
            The date and time when the task body was last modified. By default, it is in UTC. You can provide a custom time zone in the request header. The property value uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2020 would look like this: '2020-01-01T00:00:00Z'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.Categories">
            <summary>
            Gets or sets categories.
            The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.CompletedDateTime">
            <summary>
            Gets or sets completed date time.
            The date and time in the specified time zone that the task was finished.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time when the task was created. By default, it is in UTC. You can provide a custom time zone in the request header. The property value uses ISO 8601 format. For example, midnight UTC on Jan 1, 2020 would look like this: '2020-01-01T00:00:00Z'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.DueDateTime">
            <summary>
            Gets or sets due date time.
            The date and time in the specified time zone that the task is to be finished.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.HasAttachments">
            <summary>
            Gets or sets has attachments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.Importance">
            <summary>
            Gets or sets importance.
            The importance of the task. Possible values are: low, normal, high.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.IsReminderOn">
            <summary>
            Gets or sets is reminder on.
            Set to true if an alert is set to remind the user of the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The date and time when the task was last modified. By default, it is in UTC. You can provide a custom time zone in the request header. The property value uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2020 would look like this: '2020-01-01T00:00:00Z'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.Recurrence">
            <summary>
            Gets or sets recurrence.
            The recurrence pattern for the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.ReminderDateTime">
            <summary>
            Gets or sets reminder date time.
            The date and time in the specified time zone for a reminder alert of the task to occur.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.StartDateTime">
            <summary>
            Gets or sets start date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.Status">
            <summary>
            Gets or sets status.
            Indicates the state or progress of the task. Possible values are: notStarted, inProgress, completed, waitingOnOthers, deferred.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.Title">
            <summary>
            Gets or sets title.
            A brief description of the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.Attachments">
            <summary>
            Gets or sets attachments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.AttachmentsNextLink">
            <summary>
            Gets or sets attachmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.AttachmentSessions">
            <summary>
            Gets or sets attachment sessions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.AttachmentSessionsNextLink">
            <summary>
            Gets or sets attachmentSessionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.ChecklistItems">
            <summary>
            Gets or sets checklist items.
            A collection of checklistItems linked to a task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.ChecklistItemsNextLink">
            <summary>
            Gets or sets checklistItemsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the task. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.ExtensionsNextLink">
            <summary>
            Gets or sets extensionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.LinkedResources">
            <summary>
            Gets or sets linked resources.
            A collection of resources linked to the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTask.LinkedResourcesNextLink">
            <summary>
            Gets or sets linkedResourcesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskList">
            <summary>
            The type Todo Task List.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskList.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the task list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskList.IsOwner">
            <summary>
            Gets or sets is owner.
            True if the user is owner of the given task list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskList.IsShared">
            <summary>
            Gets or sets is shared.
            True if the task list is shared with other users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskList.WellknownListName">
            <summary>
            Gets or sets wellknown list name.
            Property indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskList.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the task list. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskList.ExtensionsNextLink">
            <summary>
            Gets or sets extensionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskList.Tasks">
            <summary>
            Gets or sets tasks.
            The tasks in this task list. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskList.TasksNextLink">
            <summary>
            Gets or sets tasksNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TokenIssuancePolicy">
            <summary>
            The type Token Issuance Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicy.#ctor">
            <summary>
             The TokenIssuancePolicy constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TokenIssuerType">
            <summary>
            The enum TokenIssuerType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TokenIssuerType.AzureAD">
            <summary>
            Azure AD
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TokenIssuerType.ADFederationServices">
            <summary>
            ADFederation Services
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TokenIssuerType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TokenIssuerType.AzureADBackupAuth">
            <summary>
            Azure ADBackup Auth
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TokenIssuerType.ADFederationServicesMFAAdapter">
            <summary>
            ADFederation Services MFAAdapter
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TokenIssuerType.NPSExtension">
            <summary>
            NPSExtension
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TokenLifetimePolicy">
            <summary>
            The type Token Lifetime Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicy.#ctor">
            <summary>
             The TokenLifetimePolicy constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TokenMeetingInfo">
            <summary>
            The type TokenMeetingInfo.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenMeetingInfo.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.TokenMeetingInfo"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TokenMeetingInfo.Token">
            <summary>
            Gets or sets token.
            The token used to join the call.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Tone">
            <summary>
            The enum Tone.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.Tone0">
            <summary>
            Tone0
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.Tone1">
            <summary>
            Tone1
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.Tone2">
            <summary>
            Tone2
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.Tone3">
            <summary>
            Tone3
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.Tone4">
            <summary>
            Tone4
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.Tone5">
            <summary>
            Tone5
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.Tone6">
            <summary>
            Tone6
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.Tone7">
            <summary>
            Tone7
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.Tone8">
            <summary>
            Tone8
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.Tone9">
            <summary>
            Tone9
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.Star">
            <summary>
            Star
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.Pound">
            <summary>
            Pound
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.A">
            <summary>
            A
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.B">
            <summary>
            B
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.C">
            <summary>
            C
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.D">
            <summary>
            D
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Tone.Flash">
            <summary>
            Flash
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ToneInfo">
            <summary>
            The type ToneInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ToneInfo.SequenceId">
            <summary>
            Gets or sets sequenceId.
            An incremental identifier used for ordering DTMF events.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ToneInfo.Tone">
            <summary>
            Gets or sets tone.
            Possible values are: tone0, tone1, tone2, tone3, tone4, tone5, tone6, tone7, tone8, tone9, star, pound, a, b, c, d, flash.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ToneInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ToneInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TrainingEventsContent">
            <summary>
            The type TrainingEventsContent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TrainingEventsContent.AssignedTrainingsInfos">
            <summary>
            Gets or sets assignedTrainingsInfos.
            List of assigned trainings and their information in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TrainingEventsContent.TrainingsAssignedUserCount">
            <summary>
            Gets or sets trainingsAssignedUserCount.
            Number of users who were assigned trainings in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TrainingEventsContent.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TrainingEventsContent.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TrainingStatus">
            <summary>
            The enum TrainingStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TrainingStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TrainingStatus.Assigned">
            <summary>
            Assigned
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TrainingStatus.InProgress">
            <summary>
            In Progress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TrainingStatus.Completed">
            <summary>
            Completed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TrainingStatus.Overdue">
            <summary>
            Overdue
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TrainingStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Trending">
            <summary>
            The type Trending.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Trending.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Trending.ResourceReference">
            <summary>
            Gets or sets resource reference.
            Reference properties of the trending document, such as the url and type of the document.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Trending.ResourceVisualization">
            <summary>
            Gets or sets resource visualization.
            Properties that you can use to visualize the document in your experience.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Trending.Weight">
            <summary>
            Gets or sets weight.
            Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Trending.Resource">
            <summary>
            Gets or sets resource.
            Used for navigating to the trending document.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedApprovalStage">
            <summary>
            The type UnifiedApprovalStage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedApprovalStage.ApprovalStageTimeOutInDays">
            <summary>
            Gets or sets approvalStageTimeOutInDays.
            The number of days that a request can be pending a response before it is automatically denied.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedApprovalStage.EscalationApprovers">
            <summary>
            Gets or sets escalationApprovers.
            The escalation approvers for this stage when the primary approvers don't respond.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedApprovalStage.EscalationTimeInMinutes">
            <summary>
            Gets or sets escalationTimeInMinutes.
            The time a request can be pending a response from a primary approver before it can be escalated to the escalation approvers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedApprovalStage.IsApproverJustificationRequired">
            <summary>
            Gets or sets isApproverJustificationRequired.
            Indicates whether the approver must provide justification for their reponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedApprovalStage.IsEscalationEnabled">
            <summary>
            Gets or sets isEscalationEnabled.
            Indicates whether escalation if enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedApprovalStage.PrimaryApprovers">
            <summary>
            Gets or sets primaryApprovers.
            The primary approvers of this stage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedApprovalStage.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedApprovalStage.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignment">
            <summary>
            The type Unified Role Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignment.AppScopeId">
            <summary>
            Gets or sets app scope id.
            Identifier of the app-specific scope when the assignment scope is app-specific.  Either this property or directoryScopeId is required. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units. Supports $filter (eq, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignment.Condition">
            <summary>
            Gets or sets condition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignment.DirectoryScopeId">
            <summary>
            Gets or sets directory scope id.
            Identifier of the directory object representing the scope of the assignment.  Either this property or appScopeId is required. The scope of an assignment determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only. Supports $filter (eq, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignment.PrincipalId">
            <summary>
            Gets or sets principal id.
            Identifier of the principal to which the assignment is granted. Supports $filter (eq, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignment.RoleDefinitionId">
            <summary>
            Gets or sets role definition id.
            Identifier of the role definition the assignment is for. Read only. Supports $filter (eq, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignment.AppScope">
            <summary>
            Gets or sets app scope.
            Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignment.DirectoryScope">
            <summary>
            Gets or sets directory scope.
            The directory object that is the scope of the assignment. Read-only. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignment.Principal">
            <summary>
            Gets or sets principal.
            Referencing the assigned principal. Read-only. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignment.RoleDefinition">
            <summary>
            Gets or sets role definition.
            The roleDefinition the assignment is for.  Supports $expand. roleDefinition.Id will be auto expanded.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentSchedule">
            <summary>
            The type Unified Role Assignment Schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentSchedule.AssignmentType">
            <summary>
            Gets or sets assignment type.
            Type of the assignment which can either be Assigned or Activated. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentSchedule.MemberType">
            <summary>
            Gets or sets member type.
            How the assignments is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleAssignmentSchedule can be managed by the caller. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentSchedule.ScheduleInfo">
            <summary>
            Gets or sets schedule info.
            The period of the role assignment. It can represent a single occurrence or multiple recurrences.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentSchedule.ActivatedUsing">
            <summary>
            Gets or sets activated using.
            If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance">
            <summary>
            The type Unified Role Assignment Schedule Instance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance.AssignmentType">
            <summary>
            Gets or sets assignment type.
            Type of the assignment which can either be Assigned or Activated. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance.EndDateTime">
            <summary>
            Gets or sets end date time.
            The end date of the schedule instance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance.MemberType">
            <summary>
            Gets or sets member type.
            How the assignments is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleAssignmentSchedule can be managed by the caller. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance.RoleAssignmentOriginId">
            <summary>
            Gets or sets role assignment origin id.
            The identifier of the role assignment in Azure AD. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance.RoleAssignmentScheduleId">
            <summary>
            Gets or sets role assignment schedule id.
            The identifier of the unifiedRoleAssignmentSchedule object from which this instance was created. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance.StartDateTime">
            <summary>
            Gets or sets start date time.
            When this instance starts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance.ActivatedUsing">
            <summary>
            Gets or sets activated using.
            If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject">
            <summary>
            The type Unified Role Assignment Schedule Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.Action">
            <summary>
            Gets or sets action.
            Represents the type of the operation on the role assignment request. The possible values are: adminAssign, adminUpdate, adminRemove, selfActivate, selfDeactivate, adminExtend, adminRenew, selfExtend, selfRenew, unknownFutureValue. adminAssign: For administrators to assign roles to principals.adminRemove: For administrators to remove principals from roles. adminUpdate: For administrators to change existing role assignments.adminExtend: For administrators to extend expiring assignments.adminRenew: For administrators to renew expired assignments.selfActivate: For principals to activate their assignments.selfDeactivate: For principals to deactivate their active assignments.selfExtend: For principals to request to extend their expiring assignments.selfRenew: For principals to request to renew their expired assignments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.AppScopeId">
            <summary>
            Gets or sets app scope id.
            Identifier of the app-specific scope when the assignment is scoped to an app. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units. Supports $filter (eq, ne, and on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.DirectoryScopeId">
            <summary>
            Gets or sets directory scope id.
            Identifier of the directory object representing the scope of the assignment. The scope of an assignment determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only. Supports $filter (eq, ne, and on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.IsValidationOnly">
            <summary>
            Gets or sets is validation only.
            Determines whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.Justification">
            <summary>
            Gets or sets justification.
            A message provided by users and administrators when create they create the unifiedRoleAssignmentScheduleRequest object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.PrincipalId">
            <summary>
            Gets or sets principal id.
            Identifier of the principal that has been granted the assignment. Can be a user, role-assignable group, or a service principal. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.RoleDefinitionId">
            <summary>
            Gets or sets role definition id.
            Identifier of the unifiedRoleDefinition object that is being assigned to the principal. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.ScheduleInfo">
            <summary>
            Gets or sets schedule info.
            The period of the role assignment. Recurring schedules are currently unsupported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.TargetScheduleId">
            <summary>
            Gets or sets target schedule id.
            Identifier of the schedule object that's linked to the assignment request. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.TicketInfo">
            <summary>
            Gets or sets ticket info.
            Ticket details linked to the role assignment request including details of the ticket number and ticket system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.ActivatedUsing">
            <summary>
            Gets or sets activated using.
            If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it's null. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.AppScope">
            <summary>
            Gets or sets app scope.
            Read-only property with details of the app-specific scope when the assignment is scoped to an app. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.DirectoryScope">
            <summary>
            Gets or sets directory scope.
            The directory object that is the scope of the assignment. Read-only. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.Principal">
            <summary>
            Gets or sets principal.
            The principal that's getting a role assignment through the request. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.RoleDefinition">
            <summary>
            Gets or sets role definition.
            Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject.TargetSchedule">
            <summary>
            Gets or sets target schedule.
            The schedule for an eligible role assignment that is referenced through the targetScheduleId property. Supports $expand.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleDefinition">
            <summary>
            The type Unified Role Definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinition.Description">
            <summary>
            Gets or sets description.
            The description for the unifiedRoleDefinition. Read-only when isBuiltIn is true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinition.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for the unifiedRoleDefinition. Read-only when isBuiltIn is true. Required.  Supports $filter (eq, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinition.IsBuiltIn">
            <summary>
            Gets or sets is built in.
            Flag indicating whether the role definition is part of the default set included in Azure Active Directory (Azure AD) or a custom definition. Read-only. Supports $filter (eq, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinition.IsEnabled">
            <summary>
            Gets or sets is enabled.
            Flag indicating whether the role is enabled for assignment. If false the role is not available for assignment. Read-only when isBuiltIn is true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinition.ResourceScopes">
            <summary>
            Gets or sets resource scopes.
            List of the scopes or permissions the role definition applies to. Currently only / is supported. Read-only when isBuiltIn is true. DO NOT USE. This will be deprecated soon. Attach scope to role assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinition.RolePermissions">
            <summary>
            Gets or sets role permissions.
            List of permissions included in the role. Read-only when isBuiltIn is true. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinition.TemplateId">
            <summary>
            Gets or sets template id.
            Custom template identifier that can be set when isBuiltIn is false but is read-only when isBuiltIn is true. This identifier is typically used if one needs an identifier to be the same across different directories.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinition.Version">
            <summary>
            Gets or sets version.
            Indicates version of the role definition. Read-only when isBuiltIn is true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinition.InheritsPermissionsFrom">
            <summary>
            Gets or sets inherits permissions from.
            Read-only collection of role definitions that the given role definition inherits from. Only Azure AD built-in roles (isBuiltIn is true) support this attribute. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinition.InheritsPermissionsFromNextLink">
            <summary>
            Gets or sets inheritsPermissionsFromNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilitySchedule">
            <summary>
            The type Unified Role Eligibility Schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilitySchedule.MemberType">
            <summary>
            Gets or sets member type.
            How the role eligibility is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleEligibilitySchedule can be managed by the caller. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilitySchedule.ScheduleInfo">
            <summary>
            Gets or sets schedule info.
            The period of the role eligibility.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance">
            <summary>
            The type Unified Role Eligibility Schedule Instance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance.EndDateTime">
            <summary>
            Gets or sets end date time.
            The end date of the schedule instance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance.MemberType">
            <summary>
            Gets or sets member type.
            How the role eligibility is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleEligibilitySchedule can be managed by the caller. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance.RoleEligibilityScheduleId">
            <summary>
            Gets or sets role eligibility schedule id.
            The identifier of the unifiedRoleEligibilitySchedule object from which this instance was created. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance.StartDateTime">
            <summary>
            Gets or sets start date time.
            When this instance starts.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject">
            <summary>
            The type Unified Role Eligibility Schedule Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.Action">
            <summary>
            Gets or sets action.
            Represents the type of operation on the role eligibility request. The possible values are: adminAssign, adminUpdate, adminRemove, selfActivate, selfDeactivate, adminExtend, adminRenew, selfExtend, selfRenew, unknownFutureValue. adminAssign: For administrators to assign eligible roles to principals.adminRemove: For administrators to remove eligible roles from principals. adminUpdate: For administrators to change existing role eligibilities.adminExtend: For administrators to extend expiring role eligibilities.adminRenew: For administrators to renew expired eligibilities.selfActivate: For users to activate their assignments.selfDeactivate: For users to deactivate their active assignments.selfExtend: For users to request to extend their expiring assignments.selfRenew: For users to request to renew their expired assignments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.AppScopeId">
            <summary>
            Gets or sets app scope id.
            Identifier of the app-specific scope when the role eligibility is scoped to an app. The scope of a role eligibility determines the set of resources for which the principal is eligible to access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units. Supports $filter (eq, ne, and on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.DirectoryScopeId">
            <summary>
            Gets or sets directory scope id.
            Identifier of the directory object representing the scope of the role eligibility. The scope of a role eligibility determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only. Supports $filter (eq, ne, and on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.IsValidationOnly">
            <summary>
            Gets or sets is validation only.
            Determines whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.Justification">
            <summary>
            Gets or sets justification.
            A message provided by users and administrators when create they create the unifiedRoleEligibilityScheduleRequest object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.PrincipalId">
            <summary>
            Gets or sets principal id.
            Identifier of the principal that has been granted the role eligibility. Can be a user or a role-assignable group. You can grant only active assignments service principals.Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.RoleDefinitionId">
            <summary>
            Gets or sets role definition id.
            Identifier of the unifiedRoleDefinition object that is being assigned to the principal. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.ScheduleInfo">
            <summary>
            Gets or sets schedule info.
            The period of the role eligibility. Recurring schedules are currently unsupported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.TargetScheduleId">
            <summary>
            Gets or sets target schedule id.
            Identifier of the schedule object that's linked to the eligibility request. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.TicketInfo">
            <summary>
            Gets or sets ticket info.
            Ticket details linked to the role eligibility request including details of the ticket number and ticket system. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.AppScope">
            <summary>
            Gets or sets app scope.
            Read-only property with details of the app-specific scope when the role eligibility is scoped to an app. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.DirectoryScope">
            <summary>
            Gets or sets directory scope.
            The directory object that is the scope of the role eligibility. Read-only. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.Principal">
            <summary>
            Gets or sets principal.
            The principal that's getting a role eligibility through the request. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.RoleDefinition">
            <summary>
            Gets or sets role definition.
            Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject.TargetSchedule">
            <summary>
            Gets or sets target schedule.
            The schedule for a role eligibility that is referenced through the targetScheduleId property. Supports $expand.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicy">
            <summary>
            The type Unified Role Management Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicy.Description">
            <summary>
            Gets or sets description.
            Description for the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicy.DisplayName">
            <summary>
            Gets or sets display name.
            Display name for the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicy.IsOrganizationDefault">
            <summary>
            Gets or sets is organization default.
            This can only be set to true for a single tenant-wide policy which will apply to all scopes and roles. Set the scopeId to / and scopeType to Directory. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicy.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            The identity who last modified the role setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicy.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The time when the role setting was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicy.ScopeId">
            <summary>
            Gets or sets scope id.
            The identifier of the scope where the policy is created. Can be / for the tenant or a group ID. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicy.ScopeType">
            <summary>
            Gets or sets scope type.
            The type of the scope where the policy is created. One of Directory, DirectoryRole. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicy.EffectiveRules">
            <summary>
            Gets or sets effective rules.
            The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicy.EffectiveRulesNextLink">
            <summary>
            Gets or sets effectiveRulesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicy.Rules">
            <summary>
            Gets or sets rules.
            The collection of rules like approval rules and expiration rules. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicy.RulesNextLink">
            <summary>
            Gets or sets rulesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule">
            <summary>
            The type Unified Role Management Policy Approval Rule.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule.#ctor">
            <summary>
             The UnifiedRoleManagementPolicyApprovalRule constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule.Setting">
            <summary>
            Gets or sets setting.
            The settings for approval of the role assignment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyAssignment">
            <summary>
            The type Unified Role Management Policy Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyAssignment.PolicyId">
            <summary>
            Gets or sets policy id.
            The id of the policy. Inherited from entity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyAssignment.RoleDefinitionId">
            <summary>
            Gets or sets role definition id.
            The identifier of the role definition object where the policy applies. If not specified, the policy applies to all roles. Supports $filter (eq).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyAssignment.ScopeId">
            <summary>
            Gets or sets scope id.
            The identifier of the scope where the policy is assigned.  Can be / for the tenant or a group ID. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyAssignment.ScopeType">
            <summary>
            Gets or sets scope type.
            The type of the scope where the policy is assigned. One of Directory, DirectoryRole. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyAssignment.Policy">
            <summary>
            Gets or sets policy.
            The policy that's associated with a policy assignment. Supports $expand and a nested $expand of the rules and effectiveRules relationships for the policy.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule">
            <summary>
            The type Unified Role Management Policy Authentication Context Rule.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule.#ctor">
            <summary>
             The UnifiedRoleManagementPolicyAuthenticationContextRule constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule.ClaimValue">
            <summary>
            Gets or sets claim value.
            The value of the authentication context claim.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule.IsEnabled">
            <summary>
            Gets or sets is enabled.
            Whether this rule is enabled.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule">
            <summary>
            The type Unified Role Management Policy Enablement Rule.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule.#ctor">
            <summary>
             The UnifiedRoleManagementPolicyEnablementRule constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule.EnabledRules">
            <summary>
            Gets or sets enabled rules.
            The collection of rules that are enabled for this policy rule. For example, MultiFactorAuthentication, Ticketing, and Justification.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule">
            <summary>
            The type Unified Role Management Policy Expiration Rule.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule.#ctor">
            <summary>
             The UnifiedRoleManagementPolicyExpirationRule constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule.IsExpirationRequired">
            <summary>
            Gets or sets is expiration required.
            Indicates whether expiration is required or if it's a permanently active assignment or eligibility.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule.MaximumDuration">
            <summary>
            Gets or sets maximum duration.
            The maximum duration allowed for eligibility or assignment which is not permanent. Required when isExpirationRequired is true.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule">
            <summary>
            The type Unified Role Management Policy Notification Rule.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule.#ctor">
            <summary>
             The UnifiedRoleManagementPolicyNotificationRule constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule.IsDefaultRecipientsEnabled">
            <summary>
            Gets or sets is default recipients enabled.
            Indicates whether a default recipient will receive the notification email.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule.NotificationLevel">
            <summary>
            Gets or sets notification level.
            The level of notification. The possible values are None, Critical, All.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule.NotificationRecipients">
            <summary>
            Gets or sets notification recipients.
            The list of recipients of the email notifications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule.NotificationType">
            <summary>
            Gets or sets notification type.
            The type of notification. Only Email is supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule.RecipientType">
            <summary>
            Gets or sets recipient type.
            The type of recipient of the notification. The possible values are Requestor, Approver, Admin.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRule">
            <summary>
            The type Unified Role Management Policy Rule.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRule.#ctor">
            <summary>
             The internal UnifiedRoleManagementPolicyRule constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRule.Target">
            <summary>
            Gets or sets target.
            Defines details of scope that's targeted by role management policy rule. The details can include the principal type, the role assignment type, and actions affecting a role. Supports $filter (eq, ne).
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTarget">
            <summary>
            The type UnifiedRoleManagementPolicyRuleTarget.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTarget.Caller">
            <summary>
            Gets or sets caller.
            The type of caller that's the target of the policy rule. Allowed values are: None, Admin, EndUser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTarget.EnforcedSettings">
            <summary>
            Gets or sets enforcedSettings.
            The list of role settings that are enforced and cannot be overridden by child scopes. Use All for all settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTarget.InheritableSettings">
            <summary>
            Gets or sets inheritableSettings.
            The list of role settings that can be inherited by child scopes. Use All for all settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTarget.Level">
            <summary>
            Gets or sets level.
            The role assignment type that's the target of policy rule. Allowed values are: Eligibility, Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTarget.Operations">
            <summary>
            Gets or sets operations.
            The role management operations that are the target of the policy rule. Allowed values are: All, Activate, Deactivate, Assign, Update, Remove, Extend, Renew.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTarget.TargetObjects">
            <summary>
            Gets or sets targetObjects.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTarget.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTarget.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetOperations">
            <summary>
            The enum UnifiedRoleManagementPolicyRuleTargetOperations.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetOperations.All">
            <summary>
            All
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetOperations.Activate">
            <summary>
            Activate
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetOperations.Deactivate">
            <summary>
            Deactivate
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetOperations.Assign">
            <summary>
            Assign
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetOperations.Update">
            <summary>
            Update
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetOperations.Remove">
            <summary>
            Remove
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetOperations.Extend">
            <summary>
            Extend
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetOperations.Renew">
            <summary>
            Renew
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetOperations.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRolePermission">
            <summary>
            The type UnifiedRolePermission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRolePermission.AllowedResourceActions">
            <summary>
            Gets or sets allowedResourceActions.
            Set of tasks that can be performed on a resource. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRolePermission.Condition">
            <summary>
            Gets or sets condition.
            Optional constraints that must be met for the permission to be effective. Not supported for custom roles.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRolePermission.ExcludedResourceActions">
            <summary>
            Gets or sets excludedResourceActions.
            Set of tasks that may not be performed on a resource. Not yet supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRolePermission.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRolePermission.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleScheduleBase">
            <summary>
            The type Unified Role Schedule Base.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBase.AppScopeId">
            <summary>
            Gets or sets app scope id.
            Identifier of the app-specific scope when the assignment or eligibility is scoped to an app. The scope of an assignment or eligibility determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBase.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            When the schedule was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBase.CreatedUsing">
            <summary>
            Gets or sets created using.
            Identifier of the object through which this schedule was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBase.DirectoryScopeId">
            <summary>
            Gets or sets directory scope id.
            Identifier of the directory object representing the scope of the assignment or eligibility. The scope of an assignment or eligibility determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBase.ModifiedDateTime">
            <summary>
            Gets or sets modified date time.
            When the schedule was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBase.PrincipalId">
            <summary>
            Gets or sets principal id.
            Identifier of the principal that has been granted the role assignment or eligibility.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBase.RoleDefinitionId">
            <summary>
            Gets or sets role definition id.
            Identifier of the unifiedRoleDefinition object that is being assigned to the principal or that a principal is eligible for.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBase.Status">
            <summary>
            Gets or sets status.
            The status of the role assignment or eligibility request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBase.AppScope">
            <summary>
            Gets or sets app scope.
            Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBase.DirectoryScope">
            <summary>
            Gets or sets directory scope.
            The directory object that is the scope of the role eligibility or assignment. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBase.Principal">
            <summary>
            Gets or sets principal.
            The principal that's getting a role assignment or that's eligible for a role through the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBase.RoleDefinition">
            <summary>
            Gets or sets role definition.
            Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleScheduleInstanceBase">
            <summary>
            The type Unified Role Schedule Instance Base.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleInstanceBase.AppScopeId">
            <summary>
            Gets or sets app scope id.
            Identifier of the app-specific scope when the assignment or role eligibility is scoped to an app. The scope of an assignment or role eligibility determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleInstanceBase.DirectoryScopeId">
            <summary>
            Gets or sets directory scope id.
            Identifier of the directory object representing the scope of the assignment or role eligibility. The scope of an assignment or role eligibility determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleInstanceBase.PrincipalId">
            <summary>
            Gets or sets principal id.
            Identifier of the principal that has been granted the role assignment or that's eligible for a role.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleInstanceBase.RoleDefinitionId">
            <summary>
            Gets or sets role definition id.
            Identifier of the unifiedRoleDefinition object that is being assigned to the principal or that the principal is eligible for.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleInstanceBase.AppScope">
            <summary>
            Gets or sets app scope.
            Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleInstanceBase.DirectoryScope">
            <summary>
            Gets or sets directory scope.
            The directory object that is the scope of the assignment or role eligibility. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleInstanceBase.Principal">
            <summary>
            Gets or sets principal.
            The principal that's getting a role assignment or role eligibility through the request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleInstanceBase.RoleDefinition">
            <summary>
            Gets or sets role definition.
            Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleScheduleRequestActions">
            <summary>
            The enum UnifiedRoleScheduleRequestActions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleScheduleRequestActions.AdminAssign">
            <summary>
            Admin Assign
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleScheduleRequestActions.AdminUpdate">
            <summary>
            Admin Update
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleScheduleRequestActions.AdminRemove">
            <summary>
            Admin Remove
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleScheduleRequestActions.SelfActivate">
            <summary>
            Self Activate
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleScheduleRequestActions.SelfDeactivate">
            <summary>
            Self Deactivate
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleScheduleRequestActions.AdminExtend">
            <summary>
            Admin Extend
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleScheduleRequestActions.AdminRenew">
            <summary>
            Admin Renew
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleScheduleRequestActions.SelfExtend">
            <summary>
            Self Extend
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleScheduleRequestActions.SelfRenew">
            <summary>
            Self Renew
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UnifiedRoleScheduleRequestActions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnmuteParticipantOperation">
            <summary>
            The type Unmute Participant Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperation.#ctor">
            <summary>
             The UnmuteParticipantOperation constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UpdateRecordingStatusOperation">
            <summary>
            The type Update Recording Status Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperation.#ctor">
            <summary>
             The UpdateRecordingStatusOperation constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter">
            <summary>
            The type UpdateWindowsDeviceAccountActionParameter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.CalendarSyncEnabled">
            <summary>
            Gets or sets calendarSyncEnabled.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.DeviceAccount">
            <summary>
            Gets or sets deviceAccount.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.DeviceAccountEmail">
            <summary>
            Gets or sets deviceAccountEmail.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.ExchangeServer">
            <summary>
            Gets or sets exchangeServer.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.PasswordRotationEnabled">
            <summary>
            Gets or sets passwordRotationEnabled.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.SessionInitiationProtocalAddress">
            <summary>
            Gets or sets sessionInitiationProtocalAddress.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UploadSession">
            <summary>
            The type UploadSession.
            </summary>
            <summary>
            The type UploadSession.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadSession.ExpirationDateTime">
            <summary>
            Gets or sets expirationDateTime.
            The date and time in UTC that the upload session will expire. The complete file must be uploaded before this expiration time is reached.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadSession.NextExpectedRanges">
            <summary>
            Gets or sets nextExpectedRanges.
            A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format 'start-end' (e.g. '0-26' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value '{start}', the location in the file where the next upload should begin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadSession.UploadUrl">
            <summary>
            Gets or sets uploadUrl.
            The URL endpoint that accepts PUT requests for byte ranges of the file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadSession.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadSession.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UriClickSecurityState">
            <summary>
            The type UriClickSecurityState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UriClickSecurityState.ClickAction">
            <summary>
            Gets or sets clickAction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UriClickSecurityState.ClickDateTime">
            <summary>
            Gets or sets clickDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UriClickSecurityState.Id">
            <summary>
            Gets or sets id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UriClickSecurityState.SourceId">
            <summary>
            Gets or sets sourceId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UriClickSecurityState.UriDomain">
            <summary>
            Gets or sets uriDomain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UriClickSecurityState.Verdict">
            <summary>
            Gets or sets verdict.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UriClickSecurityState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UriClickSecurityState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UrlAssessmentRequestObject">
            <summary>
            The type Url Assessment Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestObject.#ctor">
            <summary>
             The UrlAssessmentRequest constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UrlAssessmentRequestObject.Url">
            <summary>
            Gets or sets url.
            The URL string.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UsageDetails">
            <summary>
            The type UsageDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UsageDetails.LastAccessedDateTime">
            <summary>
            Gets or sets lastAccessedDateTime.
            The date and time the resource was last accessed by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UsageDetails.LastModifiedDateTime">
            <summary>
            Gets or sets lastModifiedDateTime.
            The date and time the resource was last modified by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time.For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UsageDetails.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UsageDetails.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UsedInsight">
            <summary>
            The type Used Insight.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UsedInsight.LastUsed">
            <summary>
            Gets or sets last used.
            Information about when the item was last viewed or modified by the user. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UsedInsight.ResourceReference">
            <summary>
            Gets or sets resource reference.
            Reference properties of the used document, such as the url and type of the document. Read-only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UsedInsight.ResourceVisualization">
            <summary>
            Gets or sets resource visualization.
            Properties that you can use to visualize the document in your experience. Read-only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UsedInsight.Resource">
            <summary>
            Gets or sets resource.
            Used for navigating to the item that was used. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.User">
            <summary>
            The type User.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.User.#ctor">
            <summary>
             The User constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AccountEnabled">
            <summary>
            Gets or sets account enabled.
            true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter (eq, ne, not, and in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AgeGroup">
            <summary>
            Gets or sets age group.
            Sets the age group of the user. Allowed values: null, Minor, NotAdult and Adult. Refer to the legal age group property definitions for further information. Returned only on $select. Supports $filter (eq, ne, not, and in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AssignedLicenses">
            <summary>
            Gets or sets assigned licenses.
            The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate directly-assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly-assigned and inherited licenses.  Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AssignedPlans">
            <summary>
            Gets or sets assigned plans.
            The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AuthorizationInfo">
            <summary>
            Gets or sets authorization info.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.BusinessPhones">
            <summary>
            Gets or sets business phones.
            The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default. Supports $filter (eq, not, ge, le, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.City">
            <summary>
            Gets or sets city.
            The city in which the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CompanyName">
            <summary>
            Gets or sets company name.
            The company name which the user is associated. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ConsentProvidedForMinor">
            <summary>
            Gets or sets consent provided for minor.
            Sets whether consent has been obtained for minors. Allowed values: null, Granted, Denied and NotRequired. Refer to the legal age group property definitions for further information. Returned only on $select. Supports $filter (eq, ne, not, and in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Country">
            <summary>
            Gets or sets country.
            The country/region in which the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time the user was created, in ISO 8601 format and in UTC time. The value cannot be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Azure AD. Property is null for some users created before June 2018 and on-premises users that were synced to Azure AD before June 2018. Read-only.  Read-only. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CreationType">
            <summary>
            Gets or sets creation type.
            Indicates whether the user account was created through one of the following methods:  As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Department">
            <summary>
            Gets or sets department.
            The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.DisplayName">
            <summary>
            Gets or sets display name.
            The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderBy, and $search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.EmployeeHireDate">
            <summary>
            Gets or sets employee hire date.
            The date and time when the user was hired or will start work in case of a future hire. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.EmployeeId">
            <summary>
            Gets or sets employee id.
            The employee identifier assigned to the user by the organization. The maximum length is 16 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.EmployeeOrgData">
            <summary>
            Gets or sets employee org data.
            Represents organization data (e.g. division and costCenter) associated with a user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.EmployeeType">
            <summary>
            Gets or sets employee type.
            Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ExternalUserState">
            <summary>
            Gets or sets external user state.
            For an external user invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter (eq, ne, not , in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ExternalUserStateChangeDateTime">
            <summary>
            Gets or sets external user state change date time.
            Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. Supports $filter (eq, ne, not , in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.FaxNumber">
            <summary>
            Gets or sets fax number.
            The fax number of the user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.GivenName">
            <summary>
            Gets or sets given name.
            The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Identities">
            <summary>
            Gets or sets identities.
            Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) including on null values, only where the signInType is not userPrincipalName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ImAddresses">
            <summary>
            Gets or sets im addresses.
            The instant message voice over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.IsResourceAccount">
            <summary>
            Gets or sets is resource account.
            Do not use – reserved for future use.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.JobTitle">
            <summary>
            Gets or sets job title.
            The user's job title. Maximum length is 128 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.LastPasswordChangeDateTime">
            <summary>
            Gets or sets last password change date time.
            The time when this Azure AD user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.LegalAgeGroupClassification">
            <summary>
            Gets or sets legal age group classification.
            Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult and Adult. Refer to the legal age group property definitions for further information. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.LicenseAssignmentStates">
            <summary>
            Gets or sets license assignment states.
            State of license assignments for this user. Also indicates licenses that are directly-assigned and those that the user has inherited through group memberships. Read-only. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Mail">
            <summary>
            Gets or sets mail.
            The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. This property cannot contain accent characters.  NOTE: We do not recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MailNickname">
            <summary>
            Gets or sets mail nickname.
            The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MobilePhone">
            <summary>
            Gets or sets mobile phone.
            The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OfficeLocation">
            <summary>
            Gets or sets office location.
            The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesDistinguishedName">
            <summary>
            Gets or sets on premises distinguished name.
            Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesDomainName">
            <summary>
            Gets or sets on premises domain name.
            Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesExtensionAttributes">
            <summary>
            Gets or sets on premises extension attributes.
            Contains extensionAttributes1-15 for the user. These extension attributes are also known as Exchange custom attributes 1-15. For an onPremisesSyncEnabled user, the source of authority for this set of properties is the on-premises and is read-only. For a cloud-only user (where onPremisesSyncEnabled is false), these properties can be set during creation or update of a user object.  For a cloud-only user previously synced from on-premises Active Directory, these properties are read-only in Microsoft Graph but can be fully managed through the Exchange Admin Center or the Exchange Online V2 module in PowerShell. Returned only on $select. Supports $filter (eq, ne, not, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesImmutableId">
            <summary>
            Gets or sets on premises immutable id.
            This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in)..
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesLastSyncDateTime">
            <summary>
            Gets or sets on premises last sync date time.
            Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesProvisioningErrors">
            <summary>
            Gets or sets on premises provisioning errors.
            Errors when using Microsoft synchronization product during provisioning. Returned only on $select. Supports $filter (eq, not, ge, le).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesSamAccountName">
            <summary>
            Gets or sets on premises sam account name.
            Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesSecurityIdentifier">
            <summary>
            Gets or sets on premises security identifier.
            Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Returned only on $select.  Supports $filter (eq including on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesSyncEnabled">
            <summary>
            Gets or sets on premises sync enabled.
            true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Azure Active Directory (Azure AD). Read-only. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesUserPrincipalName">
            <summary>
            Gets or sets on premises user principal name.
            Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OtherMails">
            <summary>
            Gets or sets other mails.
            A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PasswordPolicies">
            <summary>
            Gets or sets password policies.
            Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two may be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. Returned only on $select. For more information on the default password policies, see Azure AD pasword policies. Supports $filter (ne, not, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PasswordProfile">
            <summary>
            Gets or sets password profile.
            Specifies the password profile for the user. The profile contains the user’s password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PostalCode">
            <summary>
            Gets or sets postal code.
            The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PreferredDataLocation">
            <summary>
            Gets or sets preferred data location.
            The preferred data location for the user. For more information, see OneDrive Online Multi-Geo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PreferredLanguage">
            <summary>
            Gets or sets preferred language.
            The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ProvisionedPlans">
            <summary>
            Gets or sets provisioned plans.
            The plans that are provisioned for the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ProxyAddresses">
            <summary>
            Gets or sets proxy addresses.
            For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. Changes to the mail property will also update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address while those prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of ten unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.SecurityIdentifier">
            <summary>
            Gets or sets security identifier.
            Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ShowInAddressList">
            <summary>
            Gets or sets show in address list.
            Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.SignInSessionsValidFromDateTime">
            <summary>
            Gets or sets sign in sessions valid from date time.
            Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph).  If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.State">
            <summary>
            Gets or sets state.
            The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.StreetAddress">
            <summary>
            Gets or sets street address.
            The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Surname">
            <summary>
            Gets or sets surname.
            The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.UsageLocation">
            <summary>
            Gets or sets usage location.
            A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries.  Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.UserType">
            <summary>
            Gets or sets user type.
            A string value that can be used to classify user types in your directory, such as Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory?
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MailboxSettings">
            <summary>
            Gets or sets mailbox settings.
            Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.DeviceEnrollmentLimit">
            <summary>
            Gets or sets device enrollment limit.
            The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AboutMe">
            <summary>
            Gets or sets about me.
            A freeform text entry field for the user to describe themselves. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Birthday">
            <summary>
            Gets or sets birthday.
            The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.HireDate">
            <summary>
            Gets or sets hire date.
            The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned only on $select.  Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Interests">
            <summary>
            Gets or sets interests.
            A list for the user to describe their interests. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MySite">
            <summary>
            Gets or sets my site.
            The URL for the user's personal site. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PastProjects">
            <summary>
            Gets or sets past projects.
            A list for the user to enumerate their past projects. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PreferredName">
            <summary>
            Gets or sets preferred name.
            The preferred name for the user. Not Supported. This attribute returns an empty string.Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Responsibilities">
            <summary>
            Gets or sets responsibilities.
            A list for the user to enumerate their responsibilities. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Schools">
            <summary>
            Gets or sets schools.
            A list for the user to enumerate the schools they have attended. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Skills">
            <summary>
            Gets or sets skills.
            A list for the user to enumerate their skills. Returned only on $select.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AppRoleAssignments">
            <summary>
            Gets or sets app role assignments.
            Represents the app roles a user has been granted for an application. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AppRoleAssignmentsNextLink">
            <summary>
            Gets or sets appRoleAssignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CreatedObjects">
            <summary>
            Gets or sets created objects.
            Directory objects that were created by the user. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CreatedObjectsNextLink">
            <summary>
            Gets or sets createdObjectsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.DirectReports">
            <summary>
            Gets or sets direct reports.
            The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.DirectReportsNextLink">
            <summary>
            Gets or sets directReportsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.LicenseDetails">
            <summary>
            Gets or sets license details.
            A collection of this user's license details. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.LicenseDetailsNextLink">
            <summary>
            Gets or sets licenseDetailsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Manager">
            <summary>
            Gets or sets manager.
            The user or contact that is this user's manager. Read-only. (HTTP Methods: GET, PUT, DELETE.). Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MemberOf">
            <summary>
            Gets or sets member of.
            The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MemberOfNextLink">
            <summary>
            Gets or sets memberOfNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Oauth2PermissionGrants">
            <summary>
            Gets or sets oauth2permission grants.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Oauth2PermissionGrantsNextLink">
            <summary>
            Gets or sets oauth2PermissionGrantsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OwnedDevices">
            <summary>
            Gets or sets owned devices.
            Devices that are owned by the user. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OwnedDevicesNextLink">
            <summary>
            Gets or sets ownedDevicesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OwnedObjects">
            <summary>
            Gets or sets owned objects.
            Directory objects that are owned by the user. Read-only. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OwnedObjectsNextLink">
            <summary>
            Gets or sets ownedObjectsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.RegisteredDevices">
            <summary>
            Gets or sets registered devices.
            Devices that are registered for the user. Read-only. Nullable. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.RegisteredDevicesNextLink">
            <summary>
            Gets or sets registeredDevicesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ScopedRoleMemberOf">
            <summary>
            Gets or sets scoped role member of.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ScopedRoleMemberOfNextLink">
            <summary>
            Gets or sets scopedRoleMemberOfNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.TransitiveMemberOf">
            <summary>
            Gets or sets transitive member of.
            The groups, including nested groups, and directory roles that a user is a member of. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.TransitiveMemberOfNextLink">
            <summary>
            Gets or sets transitiveMemberOfNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Calendar">
            <summary>
            Gets or sets calendar.
            The user's primary calendar. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CalendarGroups">
            <summary>
            Gets or sets calendar groups.
            The user's calendar groups. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CalendarGroupsNextLink">
            <summary>
            Gets or sets calendarGroupsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Calendars">
            <summary>
            Gets or sets calendars.
            The user's calendars. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CalendarsNextLink">
            <summary>
            Gets or sets calendarsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CalendarView">
            <summary>
            Gets or sets calendar view.
            The calendar view for the calendar. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CalendarViewNextLink">
            <summary>
            Gets or sets calendarViewNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ContactFolders">
            <summary>
            Gets or sets contact folders.
            The user's contacts folders. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ContactFoldersNextLink">
            <summary>
            Gets or sets contactFoldersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Contacts">
            <summary>
            Gets or sets contacts.
            The user's contacts. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ContactsNextLink">
            <summary>
            Gets or sets contactsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Events">
            <summary>
            Gets or sets events.
            The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.EventsNextLink">
            <summary>
            Gets or sets eventsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.InferenceClassification">
            <summary>
            Gets or sets inference classification.
            Relevance classification of the user's messages based on explicit designations which override inferred relevance or importance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MailFolders">
            <summary>
            Gets or sets mail folders.
            The user's mail folders. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MailFoldersNextLink">
            <summary>
            Gets or sets mailFoldersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Messages">
            <summary>
            Gets or sets messages.
            The messages in a mailbox or folder. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MessagesNextLink">
            <summary>
            Gets or sets messagesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Outlook">
            <summary>
            Gets or sets outlook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.People">
            <summary>
            Gets or sets people.
            People that are relevant to the user. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PeopleNextLink">
            <summary>
            Gets or sets peopleNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Drive">
            <summary>
            Gets or sets drive.
            The user's OneDrive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Drives">
            <summary>
            Gets or sets drives.
            A collection of drives available for this user. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.DrivesNextLink">
            <summary>
            Gets or sets drivesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.FollowedSites">
            <summary>
            Gets or sets followed sites.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.FollowedSitesNextLink">
            <summary>
            Gets or sets followedSitesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the user. Read-only. Supports $expand. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ExtensionsNextLink">
            <summary>
            Gets or sets extensionsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AgreementAcceptances">
            <summary>
            Gets or sets agreement acceptances.
            The user's terms of use acceptance statuses. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AgreementAcceptancesNextLink">
            <summary>
            Gets or sets agreementAcceptancesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ManagedDevices">
            <summary>
            Gets or sets managed devices.
            The managed devices associated with the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ManagedDevicesNextLink">
            <summary>
            Gets or sets managedDevicesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ManagedAppRegistrations">
            <summary>
            Gets or sets managed app registrations.
            Zero or more managed app registrations that belong to the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ManagedAppRegistrationsNextLink">
            <summary>
            Gets or sets managedAppRegistrationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.DeviceManagementTroubleshootingEvents">
            <summary>
            Gets or sets device management troubleshooting events.
            The list of troubleshooting events for this user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.DeviceManagementTroubleshootingEventsNextLink">
            <summary>
            Gets or sets deviceManagementTroubleshootingEventsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Planner">
            <summary>
            Gets or sets planner.
            Entry-point to the Planner resource that might exist for a user. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Insights">
            <summary>
            Gets or sets insights.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Settings">
            <summary>
            Gets or sets settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Onenote">
            <summary>
            Gets or sets onenote.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Photo">
            <summary>
            Gets or sets photo.
            The user's profile photo. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Photos">
            <summary>
            Gets or sets photos.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PhotosNextLink">
            <summary>
            Gets or sets photosNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Activities">
            <summary>
            Gets or sets activities.
            The user's activities across devices. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ActivitiesNextLink">
            <summary>
            Gets or sets activitiesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnlineMeetings">
            <summary>
            Gets or sets online meetings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnlineMeetingsNextLink">
            <summary>
            Gets or sets onlineMeetingsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Presence">
            <summary>
            Gets or sets presence.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Authentication">
            <summary>
            Gets or sets authentication.
            The authentication methods that are supported for the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Chats">
            <summary>
            Gets or sets chats.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ChatsNextLink">
            <summary>
            Gets or sets chatsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.JoinedTeams">
            <summary>
            Gets or sets joined teams.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.JoinedTeamsNextLink">
            <summary>
            Gets or sets joinedTeamsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Teamwork">
            <summary>
            Gets or sets teamwork.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Todo">
            <summary>
            Gets or sets todo.
            Represents the To Do services available to a user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserAccountSecurityType">
            <summary>
            The enum UserAccountSecurityType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserAccountSecurityType.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserAccountSecurityType.Standard">
            <summary>
            Standard
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserAccountSecurityType.Power">
            <summary>
            Power
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserAccountSecurityType.Administrator">
            <summary>
            Administrator
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserAccountSecurityType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivity">
            <summary>
            The type User Activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.ActivationUrl">
            <summary>
            Gets or sets activation url.
            Required. URL used to launch the activity in the best native experience represented by the appId. Might launch a web-based app if no native app exists.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.ActivitySourceHost">
            <summary>
            Gets or sets activity source host.
            Required. URL for the domain representing the cross-platform identity mapping for the app. Mapping is stored either as a JSON file hosted on the domain or configurable via Windows Dev Center. The JSON file is named cross-platform-app-identifiers and is hosted at root of your HTTPS domain, either at the top level domain or include a sub domain. For example: https://contoso.com or https://myapp.contoso.com but NOT https://myapp.contoso.com/somepath. You must have a unique file and domain (or sub domain) per cross-platform app identity. For example, a separate file and domain is needed for Word vs. PowerPoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.AppActivityId">
            <summary>
            Gets or sets app activity id.
            Required. The unique activity ID in the context of the app - supplied by caller and immutable thereafter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.AppDisplayName">
            <summary>
            Gets or sets app display name.
            Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.ContentInfo">
            <summary>
            Gets or sets content info.
            Optional. A custom piece of data - JSON-LD extensible description of content according to schema.org syntax.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.ContentUrl">
            <summary>
            Gets or sets content url.
            Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Set by the server. DateTime in UTC when the object was created on the server.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            Set by the server. DateTime in UTC when the object expired on the server.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.FallbackUrl">
            <summary>
            Gets or sets fallback url.
            Optional. URL used to launch the activity in a web-based app, if available.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Set by the server. DateTime in UTC when the object was modified on the server.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.Status">
            <summary>
            Gets or sets status.
            Set by the server. A status code used to identify valid objects. Values: active, updated, deleted, ignored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.UserTimezone">
            <summary>
            Gets or sets user timezone.
            Optional. The timezone in which the user's device used to generate the activity was located at activity creation time; values supplied as Olson IDs in order to support cross-platform representation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.VisualElements">
            <summary>
            Gets or sets visual elements.
            Required. The object containing information to render the activity in the UX.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.HistoryItems">
            <summary>
            Gets or sets history items.
            Optional. NavigationProperty/Containment; navigation property to the activity's historyItems.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.HistoryItemsNextLink">
            <summary>
            Gets or sets historyItemsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserAssignLicenseRequestBody">
            <summary>
            The type UserAssignLicenseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAssignLicenseRequestBody.AddLicenses">
            <summary>
            Gets or sets AddLicenses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAssignLicenseRequestBody.RemoveLicenses">
            <summary>
            Gets or sets RemoveLicenses.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserAttributeValuesItem">
            <summary>
            The type UserAttributeValuesItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAttributeValuesItem.IsDefault">
            <summary>
            Gets or sets isDefault.
            Determines whether the value is set as the default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAttributeValuesItem.Name">
            <summary>
            Gets or sets name.
            The display name of the property displayed to the user in the user flow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAttributeValuesItem.Value">
            <summary>
            Gets or sets value.
            The value that is set when this item is selected.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAttributeValuesItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAttributeValuesItem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserChangePasswordRequestBody">
            <summary>
            The type UserChangePasswordRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserChangePasswordRequestBody.CurrentPassword">
            <summary>
            Gets or sets CurrentPassword.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserChangePasswordRequestBody.NewPassword">
            <summary>
            Gets or sets NewPassword.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserConsentRequestObject">
            <summary>
            The type User Consent Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserConsentRequestObject.Reason">
            <summary>
            Gets or sets reason.
            The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserConsentRequestObject.Approval">
            <summary>
            Gets or sets approval.
            Approval decisions associated with a request.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance">
            <summary>
            The type User Experience Analytics Device Performance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.AverageBlueScreens">
            <summary>
            Gets or sets average blue screens.
            Average (mean) number of Blue Screens per device in the last 30 days. Valid values 0 to 9999999
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.AverageRestarts">
            <summary>
            Gets or sets average restarts.
            Average (mean) number of Restarts per device in the last 30 days. Valid values 0 to 9999999
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.BlueScreenCount">
            <summary>
            Gets or sets blue screen count.
            Number of Blue Screens in the last 30 days. Valid values 0 to 9999999
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.BootScore">
            <summary>
            Gets or sets boot score.
            The user experience analytics device boot score.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.CoreBootTimeInMs">
            <summary>
            Gets or sets core boot time in ms.
            The user experience analytics device core boot time in milliseconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.CoreLoginTimeInMs">
            <summary>
            Gets or sets core login time in ms.
            The user experience analytics device core login time in milliseconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.DeviceCount">
            <summary>
            Gets or sets device count.
            User experience analytics summarized device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.DeviceName">
            <summary>
            Gets or sets device name.
            The user experience analytics device name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.DiskType">
            <summary>
            Gets or sets disk type.
            The user experience analytics device disk type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.GroupPolicyBootTimeInMs">
            <summary>
            Gets or sets group policy boot time in ms.
            The user experience analytics device group policy boot time in milliseconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.GroupPolicyLoginTimeInMs">
            <summary>
            Gets or sets group policy login time in ms.
            The user experience analytics device group policy login time in milliseconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.HealthStatus">
            <summary>
            Gets or sets health status.
            The health state of the user experience analytics device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.LoginScore">
            <summary>
            Gets or sets login score.
            The user experience analytics device login score.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.Manufacturer">
            <summary>
            Gets or sets manufacturer.
            The user experience analytics device manufacturer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.Model">
            <summary>
            Gets or sets model.
            The user experience analytics device model.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.ModelStartupPerformanceScore">
            <summary>
            Gets or sets model startup performance score.
            The user experience analytics model level startup performance score. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.OperatingSystemVersion">
            <summary>
            Gets or sets operating system version.
            The user experience analytics device Operating System version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.ResponsiveDesktopTimeInMs">
            <summary>
            Gets or sets responsive desktop time in ms.
            The user experience analytics responsive desktop time in milliseconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.RestartCount">
            <summary>
            Gets or sets restart count.
            Number of Restarts in the last 30 days. Valid values 0 to 9999999
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance.StartupPerformanceScore">
            <summary>
            Gets or sets startup performance score.
            The user experience analytics device startup performance score. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserExperienceAnalyticsHealthState">
            <summary>
            The enum UserExperienceAnalyticsHealthState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserExperienceAnalyticsHealthState.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserExperienceAnalyticsHealthState.InsufficientData">
            <summary>
            Insufficient Data
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserExperienceAnalyticsHealthState.NeedsAttention">
            <summary>
            Needs Attention
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserExperienceAnalyticsHealthState.MeetingGoals">
            <summary>
            Meeting Goals
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserExperienceAnalyticsHealthState.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserExportPersonalDataRequestBody">
            <summary>
            The type UserExportPersonalDataRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExportPersonalDataRequestBody.StorageLocation">
            <summary>
            Gets or sets StorageLocation.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserFindMeetingTimesRequestBody">
            <summary>
            The type UserFindMeetingTimesRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.Attendees">
            <summary>
            Gets or sets Attendees.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.LocationConstraint">
            <summary>
            Gets or sets LocationConstraint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.TimeConstraint">
            <summary>
            Gets or sets TimeConstraint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.MeetingDuration">
            <summary>
            Gets or sets MeetingDuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.MaxCandidates">
            <summary>
            Gets or sets MaxCandidates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.IsOrganizerOptional">
            <summary>
            Gets or sets IsOrganizerOptional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.ReturnSuggestionReasons">
            <summary>
            Gets or sets ReturnSuggestionReasons.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.MinimumAttendeePercentage">
            <summary>
            Gets or sets MinimumAttendeePercentage.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserFlowApiConnectorConfiguration">
            <summary>
            The type UserFlowApiConnectorConfiguration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowApiConnectorConfiguration.PostAttributeCollection">
            <summary>
            Gets or sets postAttributeCollection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowApiConnectorConfiguration.PostFederationSignup">
            <summary>
            Gets or sets postFederationSignup.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowApiConnectorConfiguration.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowApiConnectorConfiguration.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguageConfiguration">
            <summary>
            The type User Flow Language Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfiguration.DisplayName">
            <summary>
            Gets or sets display name.
            The language name to display. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfiguration.IsEnabled">
            <summary>
            Gets or sets is enabled.
            Indicates whether the language is enabled within the user flow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfiguration.DefaultPages">
            <summary>
            Gets or sets default pages.
            Collection of pages with the default content to display in a user flow for a specified language. This collection does not allow any kind of modification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfiguration.DefaultPagesNextLink">
            <summary>
            Gets or sets defaultPagesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfiguration.OverridesPages">
            <summary>
            Gets or sets overrides pages.
            Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows to modify the content of the page, any other modification is not allowed (creation or deletion of pages).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfiguration.OverridesPagesNextLink">
            <summary>
            Gets or sets overridesPagesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguagePage">
            <summary>
            The type User Flow Language Page.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserFlowType">
            <summary>
            The enum UserFlowType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserFlowType.SignUp">
            <summary>
            Sign Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserFlowType.SignIn">
            <summary>
            Sign In
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserFlowType.SignUpOrSignIn">
            <summary>
            Sign Up Or Sign In
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserFlowType.PasswordReset">
            <summary>
            Password Reset
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserFlowType.ProfileUpdate">
            <summary>
            Profile Update
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserFlowType.ResourceOwner">
            <summary>
            Resource Owner
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserFlowType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserGetMailTipsRequestBody">
            <summary>
            The type UserGetMailTipsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetMailTipsRequestBody.EmailAddresses">
            <summary>
            Gets or sets EmailAddresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetMailTipsRequestBody.MailTipsOptions">
            <summary>
            Gets or sets MailTipsOptions.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserIdentity">
            <summary>
            The type UserIdentity.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserIdentity.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.UserIdentity"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserIdentity.IpAddress">
            <summary>
            Gets or sets ipAddress.
            Indicates the client IP address used by user performing the activity (audit log only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserIdentity.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            The userPrincipalName attribute of the user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummary">
            <summary>
            The type User Install State Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummary.FailedDeviceCount">
            <summary>
            Gets or sets failed device count.
            Failed Device Count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummary.InstalledDeviceCount">
            <summary>
            Gets or sets installed device count.
            Installed Device Count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummary.NotInstalledDeviceCount">
            <summary>
            Gets or sets not installed device count.
            Not installed device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummary.UserName">
            <summary>
            Gets or sets user name.
            User name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummary.DeviceStates">
            <summary>
            Gets or sets device states.
            The install state of the eBook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummary.DeviceStatesNextLink">
            <summary>
            Gets or sets deviceStatesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserPurpose">
            <summary>
            The enum UserPurpose.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserPurpose.User">
            <summary>
            User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserPurpose.Linked">
            <summary>
            Linked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserPurpose.Shared">
            <summary>
            Shared
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserPurpose.Room">
            <summary>
            Room
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserPurpose.Equipment">
            <summary>
            Equipment
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserPurpose.Others">
            <summary>
            Others
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UserPurpose.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserScopeTeamsAppInstallation">
            <summary>
            The type User Scope Teams App Installation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallation.#ctor">
            <summary>
             The UserScopeTeamsAppInstallation constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserScopeTeamsAppInstallation.Chat">
            <summary>
            Gets or sets chat.
            The chat between the user and Teams app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserSecurityState">
            <summary>
            The type UserSecurityState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.AadUserId">
            <summary>
            Gets or sets aadUserId.
            AAD User object identifier (GUID) - represents the physical/multi-account user entity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.AccountName">
            <summary>
            Gets or sets accountName.
            Account name of user account (without Active Directory domain or DNS domain) - (also called mailNickName).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.DomainName">
            <summary>
            Gets or sets domainName.
            NetBIOS/Active Directory domain of user account (that is, domain/account format).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.EmailRole">
            <summary>
            Gets or sets emailRole.
            For email-related alerts - user account's email 'role'. Possible values are: unknown, sender, recipient.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.IsVpn">
            <summary>
            Gets or sets isVpn.
            Indicates whether the user logged on through a VPN.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.LogonDateTime">
            <summary>
            Gets or sets logonDateTime.
            Time at which the sign-in occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.LogonId">
            <summary>
            Gets or sets logonId.
            User sign-in ID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.LogonIp">
            <summary>
            Gets or sets logonIp.
            IP Address the sign-in request originated from.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.LogonLocation">
            <summary>
            Gets or sets logonLocation.
            Location (by IP address mapping) associated with a user sign-in event by this user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.LogonType">
            <summary>
            Gets or sets logonType.
            Method of user sign in. Possible values are: unknown, interactive, remoteInteractive, network, batch, service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.OnPremisesSecurityIdentifier">
            <summary>
            Gets or sets onPremisesSecurityIdentifier.
            Active Directory (on-premises) Security Identifier (SID) of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.RiskScore">
            <summary>
            Gets or sets riskScore.
            Provider-generated/calculated risk score of the user account. Recommended value range of 0-1, which equates to a percentage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.UserAccountType">
            <summary>
            Gets or sets userAccountType.
            User account type (group membership), per Windows definition. Possible values are: unknown, standard, power, administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            User sign-in name - internet format: (user account name)@(user account DNS domain name).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSecurityState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserSendMailRequestBody">
            <summary>
            The type UserSendMailRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSendMailRequestBody.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSendMailRequestBody.SaveToSentItems">
            <summary>
            Gets or sets SaveToSentItems.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserSettings">
            <summary>
            The type User Settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSettings.ContributionToContentDiscoveryAsOrganizationDisabled">
            <summary>
            Gets or sets contribution to content discovery as organization disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSettings.ContributionToContentDiscoveryDisabled">
            <summary>
            Gets or sets contribution to content discovery disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSettings.ShiftPreferences">
            <summary>
            Gets or sets shift preferences.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserSimulationDetails">
            <summary>
            The type UserSimulationDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationDetails.AssignedTrainingsCount">
            <summary>
            Gets or sets assignedTrainingsCount.
            Number of trainings assigned to a user in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationDetails.CompletedTrainingsCount">
            <summary>
            Gets or sets completedTrainingsCount.
            Number of trainings completed by a user in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationDetails.CompromisedDateTime">
            <summary>
            Gets or sets compromisedDateTime.
            Date and time of the compromising online action by a user in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationDetails.InProgressTrainingsCount">
            <summary>
            Gets or sets inProgressTrainingsCount.
            Number of trainings in progress by a user in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationDetails.IsCompromised">
            <summary>
            Gets or sets isCompromised.
            Indicates whether a user was compromised in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationDetails.ReportedPhishDateTime">
            <summary>
            Gets or sets reportedPhishDateTime.
            Date and time when a user reported the delivered payload as phishing in the attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationDetails.SimulationEvents">
            <summary>
            Gets or sets simulationEvents.
            List of simulation events of a user in the attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationDetails.SimulationUser">
            <summary>
            Gets or sets simulationUser.
            User in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationDetails.TrainingEvents">
            <summary>
            Gets or sets trainingEvents.
            List of training events of a user in the attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationDetails.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationDetails.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserSimulationEventInfo">
            <summary>
            The type UserSimulationEventInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationEventInfo.Browser">
            <summary>
            Gets or sets browser.
            Browser information from where the simulation event was initiated by a user in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationEventInfo.EventDateTime">
            <summary>
            Gets or sets eventDateTime.
            Date and time of the simulation event by a user in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationEventInfo.EventName">
            <summary>
            Gets or sets eventName.
            Name of the simulation event by a user in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationEventInfo.IpAddress">
            <summary>
            Gets or sets ipAddress.
            IP address from where the simulation event was initiated by a user in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationEventInfo.OsPlatformDeviceDetails">
            <summary>
            Gets or sets osPlatformDeviceDetails.
            The operating system, platform, and device details from where the simulation event was initiated by a user in an attack simulation and training campaign.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationEventInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSimulationEventInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTeamwork">
            <summary>
            The type User Teamwork.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamwork.AssociatedTeams">
            <summary>
            Gets or sets associated teams.
            The list of associatedTeamInfo objects that a user is associated with.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamwork.AssociatedTeamsNextLink">
            <summary>
            Gets or sets associatedTeamsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamwork.InstalledApps">
            <summary>
            Gets or sets installed apps.
            The apps installed in the personal scope of this user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamwork.InstalledAppsNextLink">
            <summary>
            Gets or sets installedAppsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTeamworkSendActivityNotificationRequestBody">
            <summary>
            The type UserTeamworkSendActivityNotificationRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkSendActivityNotificationRequestBody.Topic">
            <summary>
            Gets or sets Topic.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkSendActivityNotificationRequestBody.ActivityType">
            <summary>
            Gets or sets ActivityType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkSendActivityNotificationRequestBody.ChainId">
            <summary>
            Gets or sets ChainId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkSendActivityNotificationRequestBody.PreviewText">
            <summary>
            Gets or sets PreviewText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkSendActivityNotificationRequestBody.TemplateParameters">
            <summary>
            Gets or sets TemplateParameters.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTrainingContentEventInfo">
            <summary>
            The type UserTrainingContentEventInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingContentEventInfo.Browser">
            <summary>
            Gets or sets browser.
            Browser of the user from where the training event was generated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingContentEventInfo.ContentDateTime">
            <summary>
            Gets or sets contentDateTime.
            Date and time of the training content playback by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingContentEventInfo.IpAddress">
            <summary>
            Gets or sets ipAddress.
            IP address of the user for the training event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingContentEventInfo.OsPlatformDeviceDetails">
            <summary>
            Gets or sets osPlatformDeviceDetails.
            The operating system, platform, and device details of the user for the training event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingContentEventInfo.PotentialScoreImpact">
            <summary>
            Gets or sets potentialScoreImpact.
            Potential improvement in the tenant security posture after completion of the training by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingContentEventInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingContentEventInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTrainingEventInfo">
            <summary>
            The type UserTrainingEventInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingEventInfo.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name of the training.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingEventInfo.LatestTrainingStatus">
            <summary>
            Gets or sets latestTrainingStatus.
            Latest status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingEventInfo.TrainingAssignedProperties">
            <summary>
            Gets or sets trainingAssignedProperties.
            Event details of the training when it was assigned to the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingEventInfo.TrainingCompletedProperties">
            <summary>
            Gets or sets trainingCompletedProperties.
            Event details of the training when it was completed by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingEventInfo.TrainingUpdatedProperties">
            <summary>
            Gets or sets trainingUpdatedProperties.
            Event details of the training when it was updated/in-progress by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingEventInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingEventInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTrainingStatusInfo">
            <summary>
            The type UserTrainingStatusInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingStatusInfo.AssignedDateTime">
            <summary>
            Gets or sets assignedDateTime.
            Date and time of assignment of the training to the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingStatusInfo.CompletionDateTime">
            <summary>
            Gets or sets completionDateTime.
            Date and time of completion of the training by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingStatusInfo.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name of the assigned training.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingStatusInfo.TrainingStatus">
            <summary>
            Gets or sets trainingStatus.
            The status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingStatusInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTrainingStatusInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTranslateExchangeIdsRequestBody">
            <summary>
            The type UserTranslateExchangeIdsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTranslateExchangeIdsRequestBody.InputIds">
            <summary>
            Gets or sets InputIds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTranslateExchangeIdsRequestBody.TargetIdType">
            <summary>
            Gets or sets TargetIdType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTranslateExchangeIdsRequestBody.SourceIdType">
            <summary>
            Gets or sets SourceIdType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequestBody">
            <summary>
            The type UserWipeManagedAppRegistrationsByDeviceTagRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequestBody.DeviceTag">
            <summary>
            Gets or sets DeviceTag.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VerifiedDomain">
            <summary>
            The type VerifiedDomain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedDomain.Capabilities">
            <summary>
            Gets or sets capabilities.
            For example, Email, OfficeCommunicationsOnline.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedDomain.IsDefault">
            <summary>
            Gets or sets isDefault.
            true if this is the default domain associated with the tenant; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedDomain.IsInitial">
            <summary>
            Gets or sets isInitial.
            true if this is the initial domain associated with the tenant; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedDomain.Name">
            <summary>
            Gets or sets name.
            The domain name; for example, contoso.onmicrosoft.com.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedDomain.Type">
            <summary>
            Gets or sets type.
            For example, Managed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedDomain.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedDomain.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VerifiedPublisher">
            <summary>
            The type VerifiedPublisher.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedPublisher.AddedDateTime">
            <summary>
            Gets or sets addedDateTime.
            The timestamp when the verified publisher was first added or most recently updated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedPublisher.DisplayName">
            <summary>
            Gets or sets displayName.
            The verified publisher name from the app publisher's Partner Center account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedPublisher.VerifiedPublisherId">
            <summary>
            Gets or sets verifiedPublisherId.
            The ID of the verified publisher from the app publisher's Partner Center account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedPublisher.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedPublisher.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Video">
            <summary>
            The type Video.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.AudioBitsPerSample">
            <summary>
            Gets or sets audioBitsPerSample.
            Number of audio bits per sample.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.AudioChannels">
            <summary>
            Gets or sets audioChannels.
            Number of audio channels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.AudioFormat">
            <summary>
            Gets or sets audioFormat.
            Name of the audio format (AAC, MP3, etc.).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.AudioSamplesPerSecond">
            <summary>
            Gets or sets audioSamplesPerSecond.
            Number of audio samples per second.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.Bitrate">
            <summary>
            Gets or sets bitrate.
            Bit rate of the video in bits per second.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.Duration">
            <summary>
            Gets or sets duration.
            Duration of the file in milliseconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.FourCC">
            <summary>
            Gets or sets fourCC.
            'Four character code' name of the video format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.FrameRate">
            <summary>
            Gets or sets frameRate.
            Frame rate of the video.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.Height">
            <summary>
            Gets or sets height.
            Height of the video, in pixels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.Width">
            <summary>
            Gets or sets width.
            Width of the video, in pixels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VisibilitySetting">
            <summary>
            The enum VisibilitySetting.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VisibilitySetting.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VisibilitySetting.Hide">
            <summary>
            Hide
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VisibilitySetting.Show">
            <summary>
            Show
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VisualInfo">
            <summary>
            The type VisualInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VisualInfo.Attribution">
            <summary>
            Gets or sets attribution.
            Optional. JSON object used to represent an icon which represents the application used to generate the activity
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VisualInfo.BackgroundColor">
            <summary>
            Gets or sets backgroundColor.
            Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VisualInfo.Content">
            <summary>
            Gets or sets content.
            Optional. Custom piece of data - JSON object used to provide custom content to render the activity in the Windows Shell UI
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VisualInfo.Description">
            <summary>
            Gets or sets description.
            Optional. Longer text description of the user's unique activity (example: document name, first sentence, and/or metadata)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VisualInfo.DisplayText">
            <summary>
            Gets or sets displayText.
            Required. Short text description of the user's unique activity (for example, document name in cases where an activity refers to document creation)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VisualInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VisualInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VolumeType">
            <summary>
            The enum VolumeType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VolumeType.OperatingSystemVolume">
            <summary>
            Operating System Volume
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VolumeType.FixedDataVolume">
            <summary>
            Fixed Data Volume
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VolumeType.RemovableDataVolume">
            <summary>
            Removable Data Volume
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VolumeType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VppLicensingType">
            <summary>
            The type VppLicensingType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppLicensingType.SupportsDeviceLicensing">
            <summary>
            Gets or sets supportsDeviceLicensing.
            Whether the program supports the device licensing type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppLicensingType.SupportsUserLicensing">
            <summary>
            Gets or sets supportsUserLicensing.
            Whether the program supports the user licensing type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppLicensingType.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppLicensingType.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VppToken">
            <summary>
            The type Vpp Token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.AppleId">
            <summary>
            Gets or sets apple id.
            The apple Id associated with the given Apple Volume Purchase Program Token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.AutomaticallyUpdateApps">
            <summary>
            Gets or sets automatically update apps.
            Whether or not apps for the VPP token will be automatically updated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.CountryOrRegion">
            <summary>
            Gets or sets country or region.
            Whether or not apps for the VPP token will be automatically updated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            The expiration date time of the Apple Volume Purchase Program Token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Last modification date time associated with the Apple Volume Purchase Program Token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.LastSyncDateTime">
            <summary>
            Gets or sets last sync date time.
            The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.LastSyncStatus">
            <summary>
            Gets or sets last sync status.
            Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program Token. Possible values are: none, inProgress, completed, failed. Possible values are: none, inProgress, completed, failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.OrganizationName">
            <summary>
            Gets or sets organization name.
            The organization associated with the Apple Volume Purchase Program Token
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.State">
            <summary>
            Gets or sets state.
            Current state of the Apple Volume Purchase Program Token. Possible values are: unknown, valid, expired, invalid, assignedToExternalMDM. Possible values are: unknown, valid, expired, invalid, assignedToExternalMDM.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.Token">
            <summary>
            Gets or sets token.
            The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.VppTokenAccountType">
            <summary>
            Gets or sets vpp token account type.
            The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: business, education. Possible values are: business, education.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VppTokenAccountType">
            <summary>
            The enum VppTokenAccountType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenAccountType.Business">
            <summary>
            Business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenAccountType.Education">
            <summary>
            Education
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VppTokenState">
            <summary>
            The enum VppTokenState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenState.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenState.Valid">
            <summary>
            Valid
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenState.Expired">
            <summary>
            Expired
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenState.Invalid">
            <summary>
            Invalid
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenState.AssignedToExternalMDM">
            <summary>
            Assigned To External MDM
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VppTokenSyncStatus">
            <summary>
            The enum VppTokenSyncStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenSyncStatus.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenSyncStatus.InProgress">
            <summary>
            In Progress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenSyncStatus.Completed">
            <summary>
            Completed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenSyncStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VulnerabilityState">
            <summary>
            The type VulnerabilityState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VulnerabilityState.Cve">
            <summary>
            Gets or sets cve.
            Common Vulnerabilities and Exposures (CVE) for the vulnerability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VulnerabilityState.Severity">
            <summary>
            Gets or sets severity.
            Base Common Vulnerability Scoring System (CVSS) severity score for this vulnerability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VulnerabilityState.WasRunning">
            <summary>
            Gets or sets wasRunning.
            Indicates whether the detected vulnerability (file) was running at the time of detection or was the file detected at rest on the disk.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VulnerabilityState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VulnerabilityState.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WebApp">
            <summary>
            The type Web App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WebApp.#ctor">
            <summary>
             The WebApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WebApp.AppUrl">
            <summary>
            Gets or sets app url.
            The web app URL. This property cannot be PATCHed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WebApp.UseManagedBrowser">
            <summary>
            Gets or sets use managed browser.
            Whether or not to use managed browser. This property is only applicable for Android and IOS.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WebApplication">
            <summary>
            The type WebApplication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WebApplication.HomePageUrl">
            <summary>
            Gets or sets homePageUrl.
            Home page or landing page of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WebApplication.ImplicitGrantSettings">
            <summary>
            Gets or sets implicitGrantSettings.
            Specifies whether this web application can request tokens using the OAuth 2.0 implicit flow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WebApplication.LogoutUrl">
            <summary>
            Gets or sets logoutUrl.
            Specifies the URL that will be used by Microsoft's authorization service to logout an user using front-channel, back-channel or SAML logout protocols.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WebApplication.RedirectUris">
            <summary>
            Gets or sets redirectUris.
            Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WebApplication.RedirectUriSettings">
            <summary>
            Gets or sets redirectUriSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WebApplication.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WebApplication.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WebBrowserCookieSettings">
            <summary>
            The enum WebBrowserCookieSettings.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebBrowserCookieSettings.BrowserDefault">
            <summary>
            Browser Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebBrowserCookieSettings.BlockAlways">
            <summary>
            Block Always
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebBrowserCookieSettings.AllowCurrentWebSite">
            <summary>
            Allow Current Web Site
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebBrowserCookieSettings.AllowFromWebsitesVisited">
            <summary>
            Allow From Websites Visited
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebBrowserCookieSettings.AllowAlways">
            <summary>
            Allow Always
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Website">
            <summary>
            The type Website.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Website.Address">
            <summary>
            Gets or sets address.
            The URL of the website.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Website.DisplayName">
            <summary>
            Gets or sets displayName.
            The display name of the web site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Website.Type">
            <summary>
            Gets or sets type.
            The possible values are: other, home, work, blog, profile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Website.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Website.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WebsiteType">
            <summary>
            The enum WebsiteType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebsiteType.Other">
            <summary>
            Other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebsiteType.Home">
            <summary>
            Home
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebsiteType.Work">
            <summary>
            Work
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebsiteType.Blog">
            <summary>
            Blog
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebsiteType.Profile">
            <summary>
            Profile
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WeekIndex">
            <summary>
            The enum WeekIndex.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeekIndex.First">
            <summary>
            First
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeekIndex.Second">
            <summary>
            Second
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeekIndex.Third">
            <summary>
            Third
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeekIndex.Fourth">
            <summary>
            Fourth
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeekIndex.Last">
            <summary>
            Last
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WeeklySchedule">
            <summary>
            The enum WeeklySchedule.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Everyday">
            <summary>
            Everyday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Sunday">
            <summary>
            Sunday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Monday">
            <summary>
            Monday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Tuesday">
            <summary>
            Tuesday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Wednesday">
            <summary>
            Wednesday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Thursday">
            <summary>
            Thursday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Friday">
            <summary>
            Friday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Saturday">
            <summary>
            Saturday
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WelcomeScreenMeetingInformation">
            <summary>
            The enum WelcomeScreenMeetingInformation.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WelcomeScreenMeetingInformation.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WelcomeScreenMeetingInformation.ShowOrganizerAndTimeOnly">
            <summary>
            Show Organizer And Time Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WelcomeScreenMeetingInformation.ShowOrganizerAndTimeAndSubject">
            <summary>
            Show Organizer And Time And Subject
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WellknownListName">
            <summary>
            The enum WellknownListName.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WellknownListName.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WellknownListName.DefaultList">
            <summary>
            Default List
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WellknownListName.FlaggedEmails">
            <summary>
            Flagged Emails
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WellknownListName.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobApp">
            <summary>
            The type Win32Lob App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Win32LobApp.#ctor">
            <summary>
             The Win32LobApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobApp.ApplicableArchitectures">
            <summary>
            Gets or sets applicable architectures.
            The Windows architecture(s) for which this app can run on. Possible values are: none, x86, x64, arm, neutral.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobApp.InstallCommandLine">
            <summary>
            Gets or sets install command line.
            The command line to install this app
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobApp.InstallExperience">
            <summary>
            Gets or sets install experience.
            The install experience for this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobApp.MinimumCpuSpeedInMHz">
            <summary>
            Gets or sets minimum cpu speed in mhz.
            The value for the minimum CPU speed which is required to install this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobApp.MinimumFreeDiskSpaceInMB">
            <summary>
            Gets or sets minimum free disk space in mb.
            The value for the minimum free disk space which is required to install this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobApp.MinimumMemoryInMB">
            <summary>
            Gets or sets minimum memory in mb.
            The value for the minimum physical memory which is required to install this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobApp.MinimumNumberOfProcessors">
            <summary>
            Gets or sets minimum number of processors.
            The value for the minimum number of processors which is required to install this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobApp.MinimumSupportedWindowsRelease">
            <summary>
            Gets or sets minimum supported windows release.
            The value for the minimum supported windows release.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobApp.MsiInformation">
            <summary>
            Gets or sets msi information.
            The MSI details if this Win32 app is an MSI app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobApp.ReturnCodes">
            <summary>
            Gets or sets return codes.
            The return codes for post installation behavior.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobApp.Rules">
            <summary>
            Gets or sets rules.
            The detection and requirement rules for this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobApp.SetupFilePath">
            <summary>
            Gets or sets setup file path.
            The relative path of the setup file in the encrypted Win32LobApp package.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobApp.UninstallCommandLine">
            <summary>
            Gets or sets uninstall command line.
            The command line to uninstall this app
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppAssignmentSettings">
            <summary>
            The type Win32LobAppAssignmentSettings.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppAssignmentSettings.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.Win32LobAppAssignmentSettings"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppAssignmentSettings.DeliveryOptimizationPriority">
            <summary>
            Gets or sets deliveryOptimizationPriority.
            The delivery optimization priority for this app assignment. This setting is not supported in National Cloud environments. Possible values are: notConfigured, foreground.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppAssignmentSettings.InstallTimeSettings">
            <summary>
            Gets or sets installTimeSettings.
            The install time settings to apply for this app assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppAssignmentSettings.Notifications">
            <summary>
            Gets or sets notifications.
            The notification status for this app assignment. Possible values are: showAll, showReboot, hideAll.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppAssignmentSettings.RestartSettings">
            <summary>
            Gets or sets restartSettings.
            The reboot settings to apply for this app assignment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppDeliveryOptimizationPriority">
            <summary>
            The enum Win32LobAppDeliveryOptimizationPriority.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppDeliveryOptimizationPriority.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppDeliveryOptimizationPriority.Foreground">
            <summary>
            Foreground
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppFileSystemOperationType">
            <summary>
            The enum Win32LobAppFileSystemOperationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppFileSystemOperationType.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppFileSystemOperationType.Exists">
            <summary>
            Exists
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppFileSystemOperationType.ModifiedDate">
            <summary>
            Modified Date
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppFileSystemOperationType.CreatedDate">
            <summary>
            Created Date
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppFileSystemOperationType.Version">
            <summary>
            Version
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppFileSystemOperationType.SizeInMB">
            <summary>
            Size In MB
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppFileSystemRule">
            <summary>
            The type Win32LobAppFileSystemRule.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppFileSystemRule.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.Win32LobAppFileSystemRule"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppFileSystemRule.Check32BitOn64System">
            <summary>
            Gets or sets check32BitOn64System.
            A value indicating whether to expand environment variables in the 32-bit context on 64-bit systems.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppFileSystemRule.ComparisonValue">
            <summary>
            Gets or sets comparisonValue.
            The file or folder comparison value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppFileSystemRule.FileOrFolderName">
            <summary>
            Gets or sets fileOrFolderName.
            The file or folder name to look up.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppFileSystemRule.OperationType">
            <summary>
            Gets or sets operationType.
            The file system operation type. Possible values are: notConfigured, exists, modifiedDate, createdDate, version, sizeInMB.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppFileSystemRule.Operator">
            <summary>
            Gets or sets operator.
            The operator for file or folder detection. Possible values are: notConfigured, equal, notEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppFileSystemRule.Path">
            <summary>
            Gets or sets path.
            The file or folder path to look up.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppInstallExperience">
            <summary>
            The type Win32LobAppInstallExperience.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppInstallExperience.DeviceRestartBehavior">
            <summary>
            Gets or sets deviceRestartBehavior.
            Device restart behavior. Possible values are: basedOnReturnCode, allow, suppress, force.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppInstallExperience.RunAsAccount">
            <summary>
            Gets or sets runAsAccount.
            Indicates the type of execution context the app runs in. Possible values are: system, user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppInstallExperience.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppInstallExperience.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppMsiInformation">
            <summary>
            The type Win32LobAppMsiInformation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppMsiInformation.PackageType">
            <summary>
            Gets or sets packageType.
            The MSI package type. Possible values are: perMachine, perUser, dualPurpose.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppMsiInformation.ProductCode">
            <summary>
            Gets or sets productCode.
            The MSI product code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppMsiInformation.ProductName">
            <summary>
            Gets or sets productName.
            The MSI product name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppMsiInformation.ProductVersion">
            <summary>
            Gets or sets productVersion.
            The MSI product version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppMsiInformation.Publisher">
            <summary>
            Gets or sets publisher.
            The MSI publisher.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppMsiInformation.RequiresReboot">
            <summary>
            Gets or sets requiresReboot.
            Whether the MSI app requires the machine to reboot to complete installation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppMsiInformation.UpgradeCode">
            <summary>
            Gets or sets upgradeCode.
            The MSI upgrade code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppMsiInformation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppMsiInformation.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppMsiPackageType">
            <summary>
            The enum Win32LobAppMsiPackageType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppMsiPackageType.PerMachine">
            <summary>
            Per Machine
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppMsiPackageType.PerUser">
            <summary>
            Per User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppMsiPackageType.DualPurpose">
            <summary>
            Dual Purpose
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppNotification">
            <summary>
            The enum Win32LobAppNotification.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppNotification.ShowAll">
            <summary>
            Show All
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppNotification.ShowReboot">
            <summary>
            Show Reboot
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppNotification.HideAll">
            <summary>
            Hide All
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppPowerShellScriptRule">
            <summary>
            The type Win32LobAppPowerShellScriptRule.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppPowerShellScriptRule.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.Win32LobAppPowerShellScriptRule"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppPowerShellScriptRule.ComparisonValue">
            <summary>
            Gets or sets comparisonValue.
            The script output comparison value. Do not specify a value if the rule is used for detection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppPowerShellScriptRule.DisplayName">
            <summary>
            Gets or sets displayName.
            The display name for the rule. Do not specify this value if the rule is used for detection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppPowerShellScriptRule.EnforceSignatureCheck">
            <summary>
            Gets or sets enforceSignatureCheck.
            A value indicating whether a signature check is enforced.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppPowerShellScriptRule.OperationType">
            <summary>
            Gets or sets operationType.
            The script output comparison operation type. Use NotConfigured (the default value) if the rule is used for detection. Possible values are: notConfigured, string, dateTime, integer, float, version, boolean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppPowerShellScriptRule.Operator">
            <summary>
            Gets or sets operator.
            The script output operator. Use NotConfigured (the default value) if the rule is used for detection. Possible values are: notConfigured, equal, notEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppPowerShellScriptRule.RunAs32Bit">
            <summary>
            Gets or sets runAs32Bit.
            A value indicating whether the script should run as 32-bit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppPowerShellScriptRule.RunAsAccount">
            <summary>
            Gets or sets runAsAccount.
            The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. Possible values are: system, user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppPowerShellScriptRule.ScriptContent">
            <summary>
            Gets or sets scriptContent.
            The base64-encoded script content.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppPowerShellScriptRuleOperationType">
            <summary>
            The enum Win32LobAppPowerShellScriptRuleOperationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppPowerShellScriptRuleOperationType.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppPowerShellScriptRuleOperationType.String">
            <summary>
            String
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppPowerShellScriptRuleOperationType.DateTime">
            <summary>
            Date Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppPowerShellScriptRuleOperationType.Integer">
            <summary>
            Integer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppPowerShellScriptRuleOperationType.Float">
            <summary>
            Float
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppPowerShellScriptRuleOperationType.Version">
            <summary>
            Version
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppPowerShellScriptRuleOperationType.Boolean">
            <summary>
            Boolean
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppProductCodeRule">
            <summary>
            The type Win32LobAppProductCodeRule.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppProductCodeRule.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.Win32LobAppProductCodeRule"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppProductCodeRule.ProductCode">
            <summary>
            Gets or sets productCode.
            The product code of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppProductCodeRule.ProductVersion">
            <summary>
            Gets or sets productVersion.
            The product version comparison value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppProductCodeRule.ProductVersionOperator">
            <summary>
            Gets or sets productVersionOperator.
            The product version comparison operator. Possible values are: notConfigured, equal, notEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppRegistryRule">
            <summary>
            The type Win32LobAppRegistryRule.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRegistryRule.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.Win32LobAppRegistryRule"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRegistryRule.Check32BitOn64System">
            <summary>
            Gets or sets check32BitOn64System.
            A value indicating whether to search the 32-bit registry on 64-bit systems.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRegistryRule.ComparisonValue">
            <summary>
            Gets or sets comparisonValue.
            The registry comparison value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRegistryRule.KeyPath">
            <summary>
            Gets or sets keyPath.
            The full path of the registry entry containing the value to detect.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRegistryRule.OperationType">
            <summary>
            Gets or sets operationType.
            The registry operation type. Possible values are: notConfigured, exists, doesNotExist, string, integer, version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRegistryRule.Operator">
            <summary>
            Gets or sets operator.
            The operator for registry detection. Possible values are: notConfigured, equal, notEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRegistryRule.ValueName">
            <summary>
            Gets or sets valueName.
            The name of the registry value to detect.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppRegistryRuleOperationType">
            <summary>
            The enum Win32LobAppRegistryRuleOperationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRegistryRuleOperationType.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRegistryRuleOperationType.Exists">
            <summary>
            Exists
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRegistryRuleOperationType.DoesNotExist">
            <summary>
            Does Not Exist
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRegistryRuleOperationType.String">
            <summary>
            String
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRegistryRuleOperationType.Integer">
            <summary>
            Integer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRegistryRuleOperationType.Version">
            <summary>
            Version
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppRestartBehavior">
            <summary>
            The enum Win32LobAppRestartBehavior.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRestartBehavior.BasedOnReturnCode">
            <summary>
            Based On Return Code
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRestartBehavior.Allow">
            <summary>
            Allow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRestartBehavior.Suppress">
            <summary>
            Suppress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRestartBehavior.Force">
            <summary>
            Force
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppRestartSettings">
            <summary>
            The type Win32LobAppRestartSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRestartSettings.CountdownDisplayBeforeRestartInMinutes">
            <summary>
            Gets or sets countdownDisplayBeforeRestartInMinutes.
            The number of minutes before the restart time to display the countdown dialog for pending restarts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRestartSettings.GracePeriodInMinutes">
            <summary>
            Gets or sets gracePeriodInMinutes.
            The number of minutes to wait before restarting the device after an app installation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRestartSettings.RestartNotificationSnoozeDurationInMinutes">
            <summary>
            Gets or sets restartNotificationSnoozeDurationInMinutes.
            The number of minutes to snooze the restart notification dialog when the snooze button is selected.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRestartSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRestartSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppReturnCode">
            <summary>
            The type Win32LobAppReturnCode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppReturnCode.ReturnCode">
            <summary>
            Gets or sets returnCode.
            Return code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppReturnCode.Type">
            <summary>
            Gets or sets type.
            The type of return code. Possible values are: failed, success, softReboot, hardReboot, retry.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppReturnCode.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppReturnCode.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppReturnCodeType">
            <summary>
            The enum Win32LobAppReturnCodeType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppReturnCodeType.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppReturnCodeType.Success">
            <summary>
            Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppReturnCodeType.SoftReboot">
            <summary>
            Soft Reboot
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppReturnCodeType.HardReboot">
            <summary>
            Hard Reboot
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppReturnCodeType.Retry">
            <summary>
            Retry
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppRule">
            <summary>
            The type Win32LobAppRule.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRule.#ctor">
            <summary>
             The internal Win32LobAppRule constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRule.RuleType">
            <summary>
            Gets or sets ruleType.
            The rule type indicating the purpose of the rule. Possible values are: detection, requirement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRule.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Win32LobAppRule.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppRuleOperator">
            <summary>
            The enum Win32LobAppRuleOperator.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRuleOperator.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRuleOperator.Equal">
            <summary>
            Equal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRuleOperator.NotEqual">
            <summary>
            Not Equal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRuleOperator.GreaterThan">
            <summary>
            Greater Than
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRuleOperator.GreaterThanOrEqual">
            <summary>
            Greater Than Or Equal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRuleOperator.LessThan">
            <summary>
            Less Than
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRuleOperator.LessThanOrEqual">
            <summary>
            Less Than Or Equal
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppRuleType">
            <summary>
            The enum Win32LobAppRuleType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRuleType.Detection">
            <summary>
            Detection
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Win32LobAppRuleType.Requirement">
            <summary>
            Requirement
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10CompliancePolicy">
            <summary>
            The type Windows10Compliance Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicy.#ctor">
            <summary>
             The Windows10CompliancePolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.BitLockerEnabled">
            <summary>
            Gets or sets bit locker enabled.
            Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.CodeIntegrityEnabled">
            <summary>
            Gets or sets code integrity enabled.
            Require devices to be reported as healthy by Windows Device Health Attestation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.EarlyLaunchAntiMalwareDriverEnabled">
            <summary>
            Gets or sets early launch anti malware driver enabled.
            Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.MobileOsMaximumVersion">
            <summary>
            Gets or sets mobile os maximum version.
            Maximum Windows Phone version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.MobileOsMinimumVersion">
            <summary>
            Gets or sets mobile os minimum version.
            Minimum Windows Phone version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum Windows 10 version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum Windows 10 version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Indicates whether or not to block simple password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            The password expiration in days.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            The minimum password length.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            The number of previous passwords to prevent re-use of.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordRequired">
            <summary>
            Gets or sets password required.
            Require a password to unlock Windows device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordRequiredToUnlockFromIdle">
            <summary>
            Gets or sets password required to unlock from idle.
            Require a password to unlock an idle device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.RequireHealthyDeviceReport">
            <summary>
            Gets or sets require healthy device report.
            Require devices to be reported as healthy by Windows Device Health Attestation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.SecureBootEnabled">
            <summary>
            Gets or sets secure boot enabled.
            Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Require encryption on windows devices.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10CustomConfiguration">
            <summary>
            The type Windows10Custom Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfiguration.#ctor">
            <summary>
             The Windows10CustomConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CustomConfiguration.OmaSettings">
            <summary>
            Gets or sets oma settings.
            OMA settings. This collection can contain a maximum of 1000 elements.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10EditionType">
            <summary>
            The enum Windows10EditionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10Enterprise">
            <summary>
            Windows10Enterprise
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10EnterpriseN">
            <summary>
            Windows10Enterprise N
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10Education">
            <summary>
            Windows10Education
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10EducationN">
            <summary>
            Windows10Education N
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10MobileEnterprise">
            <summary>
            Windows10Mobile Enterprise
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10HolographicEnterprise">
            <summary>
            Windows10Holographic Enterprise
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10Professional">
            <summary>
            Windows10Professional
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10ProfessionalN">
            <summary>
            Windows10Professional N
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10ProfessionalEducation">
            <summary>
            Windows10Professional Education
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10ProfessionalEducationN">
            <summary>
            Windows10Professional Education N
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10ProfessionalWorkstation">
            <summary>
            Windows10Professional Workstation
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10ProfessionalWorkstationN">
            <summary>
            Windows10Professional Workstation N
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10EndpointProtectionConfiguration">
            <summary>
            The type Windows10Endpoint Protection Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfiguration.#ctor">
            <summary>
             The Windows10EndpointProtectionConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardAllowPersistence">
            <summary>
            Gets or sets application guard allow persistence.
            Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardAllowPrintToLocalPrinters">
            <summary>
            Gets or sets application guard allow print to local printers.
            Allow printing to Local Printers from Container
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardAllowPrintToNetworkPrinters">
            <summary>
            Gets or sets application guard allow print to network printers.
            Allow printing to Network Printers from Container
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardAllowPrintToPDF">
            <summary>
            Gets or sets application guard allow print to pdf.
            Allow printing to PDF from Container
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardAllowPrintToXPS">
            <summary>
            Gets or sets application guard allow print to xps.
            Allow printing to XPS from Container
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardBlockClipboardSharing">
            <summary>
            Gets or sets application guard block clipboard sharing.
            Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways. Possible values are: notConfigured, blockBoth, blockHostToContainer, blockContainerToHost, blockNone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardBlockFileTransfer">
            <summary>
            Gets or sets application guard block file transfer.
            Block clipboard to transfer image file, text file or neither of them. Possible values are: notConfigured, blockImageAndTextFile, blockImageFile, blockNone, blockTextFile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardBlockNonEnterpriseContent">
            <summary>
            Gets or sets application guard block non enterprise content.
            Block enterprise sites to load non-enterprise content, such as third party plug-ins
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardEnabled">
            <summary>
            Gets or sets application guard enabled.
            Enable Windows Defender Application Guard
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardForceAuditing">
            <summary>
            Gets or sets application guard force auditing.
            Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.AppLockerApplicationControl">
            <summary>
            Gets or sets app locker application control.
            Enables the Admin to choose what types of app to allow on devices. Possible values are: notConfigured, enforceComponentsAndStoreApps, auditComponentsAndStoreApps, enforceComponentsStoreAppsAndSmartlocker, auditComponentsStoreAppsAndSmartlocker.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.BitLockerDisableWarningForOtherDiskEncryption">
            <summary>
            Gets or sets bit locker disable warning for other disk encryption.
            Allows the Admin to disable the warning prompt for other disk encryption on the user machines.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.BitLockerEnableStorageCardEncryptionOnMobile">
            <summary>
            Gets or sets bit locker enable storage card encryption on mobile.
            Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.BitLockerEncryptDevice">
            <summary>
            Gets or sets bit locker encrypt device.
            Allows the admin to require encryption to be turned on using BitLocker.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.BitLockerRemovableDrivePolicy">
            <summary>
            Gets or sets bit locker removable drive policy.
            BitLocker Removable Drive Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.DefenderAdditionalGuardedFolders">
            <summary>
            Gets or sets defender additional guarded folders.
            List of folder paths to be added to the list of protected folders
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.DefenderAttackSurfaceReductionExcludedPaths">
            <summary>
            Gets or sets defender attack surface reduction excluded paths.
            List of exe files and folders to be excluded from attack surface reduction rules
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.DefenderExploitProtectionXml">
            <summary>
            Gets or sets defender exploit protection xml.
            Xml content containing information regarding exploit protection details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.DefenderExploitProtectionXmlFileName">
            <summary>
            Gets or sets defender exploit protection xml file name.
            Name of the file from which DefenderExploitProtectionXml was obtained.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.DefenderGuardedFoldersAllowedAppPaths">
            <summary>
            Gets or sets defender guarded folders allowed app paths.
            List of paths to exe that are allowed to access protected folders
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.DefenderSecurityCenterBlockExploitProtectionOverride">
            <summary>
            Gets or sets defender security center block exploit protection override.
            Indicates whether or not to block user from overriding Exploit Protection settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallBlockStatefulFTP">
            <summary>
            Gets or sets firewall block stateful ftp.
            Blocks stateful FTP connections to the device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallCertificateRevocationListCheckMethod">
            <summary>
            Gets or sets firewall certificate revocation list check method.
            Specify how the certificate revocation list is to be enforced. Possible values are: deviceDefault, none, attempt, require.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallIdleTimeoutForSecurityAssociationInSeconds">
            <summary>
            Gets or sets firewall idle timeout for security association in seconds.
            Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallIPSecExemptionsAllowDHCP">
            <summary>
            Gets or sets firewall ipsec exemptions allow dhcp.
            Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallIPSecExemptionsAllowICMP">
            <summary>
            Gets or sets firewall ipsec exemptions allow icmp.
            Configures IPSec exemptions to allow ICMP
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallIPSecExemptionsAllowNeighborDiscovery">
            <summary>
            Gets or sets firewall ipsec exemptions allow neighbor discovery.
            Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallIPSecExemptionsAllowRouterDiscovery">
            <summary>
            Gets or sets firewall ipsec exemptions allow router discovery.
            Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallMergeKeyingModuleSettings">
            <summary>
            Gets or sets firewall merge keying module settings.
            If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallPacketQueueingMethod">
            <summary>
            Gets or sets firewall packet queueing method.
            Configures how packet queueing should be applied in the tunnel gateway scenario. Possible values are: deviceDefault, disabled, queueInbound, queueOutbound, queueBoth.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallPreSharedKeyEncodingMethod">
            <summary>
            Gets or sets firewall pre shared key encoding method.
            Select the preshared key encoding to be used. Possible values are: deviceDefault, none, utF8.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallProfileDomain">
            <summary>
            Gets or sets firewall profile domain.
            Configures the firewall profile settings for domain networks
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallProfilePrivate">
            <summary>
            Gets or sets firewall profile private.
            Configures the firewall profile settings for private networks
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallProfilePublic">
            <summary>
            Gets or sets firewall profile public.
            Configures the firewall profile settings for public networks
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.SmartScreenBlockOverrideForFiles">
            <summary>
            Gets or sets smart screen block override for files.
            Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.SmartScreenEnableInShell">
            <summary>
            Gets or sets smart screen enable in shell.
            Allows IT Admins to configure SmartScreen for Windows.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration">
            <summary>
            The type Windows10Enterprise Modern App Management Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration.#ctor">
            <summary>
             The Windows10EnterpriseModernAppManagementConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration.UninstallBuiltInApps">
            <summary>
            Gets or sets uninstall built in apps.
            Indicates whether or not to uninstall a fixed list of built-in Windows apps.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10GeneralConfiguration">
            <summary>
            The type Windows10General Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfiguration.#ctor">
            <summary>
             The Windows10GeneralConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.AccountsBlockAddingNonMicrosoftAccountEmail">
            <summary>
            Gets or sets accounts block adding non microsoft account email.
            Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.AntiTheftModeBlocked">
            <summary>
            Gets or sets anti theft mode blocked.
            Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.AppsAllowTrustedAppsSideloading">
            <summary>
            Gets or sets apps allow trusted apps sideloading.
            Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded. Possible values are: notConfigured, blocked, allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.AppsBlockWindowsStoreOriginatedApps">
            <summary>
            Gets or sets apps block windows store originated apps.
            Indicates whether or not to disable the launch of all apps from Windows Store that came pre-installed or were downloaded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.BluetoothAllowedServices">
            <summary>
            Gets or sets bluetooth allowed services.
            Specify a list of allowed Bluetooth services and profiles in hex formatted strings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.BluetoothBlockAdvertising">
            <summary>
            Gets or sets bluetooth block advertising.
            Whether or not to Block the user from using bluetooth advertising.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.BluetoothBlockDiscoverableMode">
            <summary>
            Gets or sets bluetooth block discoverable mode.
            Whether or not to Block the user from using bluetooth discoverable mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.BluetoothBlocked">
            <summary>
            Gets or sets bluetooth blocked.
            Whether or not to Block the user from using bluetooth.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.BluetoothBlockPrePairing">
            <summary>
            Gets or sets bluetooth block pre pairing.
            Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CameraBlocked">
            <summary>
            Gets or sets camera blocked.
            Whether or not to Block the user from accessing the camera of the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CellularBlockDataWhenRoaming">
            <summary>
            Gets or sets cellular block data when roaming.
            Whether or not to Block the user from using data over cellular while roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CellularBlockVpn">
            <summary>
            Gets or sets cellular block vpn.
            Whether or not to Block the user from using VPN over cellular.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CellularBlockVpnWhenRoaming">
            <summary>
            Gets or sets cellular block vpn when roaming.
            Whether or not to Block the user from using VPN when roaming over cellular.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CertificatesBlockManualRootCertificateInstallation">
            <summary>
            Gets or sets certificates block manual root certificate installation.
            Whether or not to Block the user from doing manual root certificate installation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.ConnectedDevicesServiceBlocked">
            <summary>
            Gets or sets connected devices service blocked.
            Whether or not to block Connected Devices Service which enables discovery and connection to other devices, remote messaging, remote app sessions and other cross-device experiences.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CopyPasteBlocked">
            <summary>
            Gets or sets copy paste blocked.
            Whether or not to Block the user from using copy paste.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CortanaBlocked">
            <summary>
            Gets or sets cortana blocked.
            Whether or not to Block the user from using Cortana.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderBlockEndUserAccess">
            <summary>
            Gets or sets defender block end user access.
            Whether or not to block end user access to Defender.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderCloudBlockLevel">
            <summary>
            Gets or sets defender cloud block level.
            Specifies the level of cloud-delivered protection. Possible values are: notConfigured, high, highPlus, zeroTolerance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderDaysBeforeDeletingQuarantinedMalware">
            <summary>
            Gets or sets defender days before deleting quarantined malware.
            Number of days before deleting quarantined malware. Valid values 0 to 90
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderDetectedMalwareActions">
            <summary>
            Gets or sets defender detected malware actions.
            Gets or sets Defender’s actions to take on detected Malware per threat level.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderFileExtensionsToExclude">
            <summary>
            Gets or sets defender file extensions to exclude.
            File extensions to exclude from scans and real time protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderFilesAndFoldersToExclude">
            <summary>
            Gets or sets defender files and folders to exclude.
            Files and folder to exclude from scans and real time protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderMonitorFileActivity">
            <summary>
            Gets or sets defender monitor file activity.
            Value for monitoring file activity. Possible values are: userDefined, disable, monitorAllFiles, monitorIncomingFilesOnly, monitorOutgoingFilesOnly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderProcessesToExclude">
            <summary>
            Gets or sets defender processes to exclude.
            Processes to exclude from scans and real time protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderPromptForSampleSubmission">
            <summary>
            Gets or sets defender prompt for sample submission.
            The configuration for how to prompt user for sample submission. Possible values are: userDefined, alwaysPrompt, promptBeforeSendingPersonalData, neverSendData, sendAllDataWithoutPrompting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderRequireBehaviorMonitoring">
            <summary>
            Gets or sets defender require behavior monitoring.
            Indicates whether or not to require behavior monitoring.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderRequireCloudProtection">
            <summary>
            Gets or sets defender require cloud protection.
            Indicates whether or not to require cloud protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderRequireNetworkInspectionSystem">
            <summary>
            Gets or sets defender require network inspection system.
            Indicates whether or not to require network inspection system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderRequireRealTimeMonitoring">
            <summary>
            Gets or sets defender require real time monitoring.
            Indicates whether or not to require real time monitoring.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanArchiveFiles">
            <summary>
            Gets or sets defender scan archive files.
            Indicates whether or not to scan archive files.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanDownloads">
            <summary>
            Gets or sets defender scan downloads.
            Indicates whether or not to scan downloads.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanIncomingMail">
            <summary>
            Gets or sets defender scan incoming mail.
            Indicates whether or not to scan incoming mail messages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanMappedNetworkDrivesDuringFullScan">
            <summary>
            Gets or sets defender scan mapped network drives during full scan.
            Indicates whether or not to scan mapped network drives during full scan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanMaxCpu">
            <summary>
            Gets or sets defender scan max cpu.
            Max CPU usage percentage during scan. Valid values 0 to 100
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanNetworkFiles">
            <summary>
            Gets or sets defender scan network files.
            Indicates whether or not to scan files opened from a network folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanRemovableDrivesDuringFullScan">
            <summary>
            Gets or sets defender scan removable drives during full scan.
            Indicates whether or not to scan removable drives during full scan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanScriptsLoadedInInternetExplorer">
            <summary>
            Gets or sets defender scan scripts loaded in internet explorer.
            Indicates whether or not to scan scripts loaded in Internet Explorer browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanType">
            <summary>
            Gets or sets defender scan type.
            The defender system scan type. Possible values are: userDefined, disabled, quick, full.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScheduledQuickScanTime">
            <summary>
            Gets or sets defender scheduled quick scan time.
            The time to perform a daily quick scan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScheduledScanTime">
            <summary>
            Gets or sets defender scheduled scan time.
            The defender time for the system scan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderSignatureUpdateIntervalInHours">
            <summary>
            Gets or sets defender signature update interval in hours.
            The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderSystemScanSchedule">
            <summary>
            Gets or sets defender system scan schedule.
            Defender day of the week for the system scan. Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DeveloperUnlockSetting">
            <summary>
            Gets or sets developer unlock setting.
            Indicates whether or not to allow developer unlock. Possible values are: notConfigured, blocked, allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DeviceManagementBlockFactoryResetOnMobile">
            <summary>
            Gets or sets device management block factory reset on mobile.
            Indicates whether or not to Block the user from resetting their phone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DeviceManagementBlockManualUnenroll">
            <summary>
            Gets or sets device management block manual unenroll.
            Indicates whether or not to Block the user from doing manual un-enrollment from device management.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DiagnosticsDataSubmissionMode">
            <summary>
            Gets or sets diagnostics data submission mode.
            Gets or sets a value allowing the device to send diagnostic and usage telemetry data, such as Watson. Possible values are: userDefined, none, basic, enhanced, full.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeAllowStartPagesModification">
            <summary>
            Gets or sets edge allow start pages modification.
            Allow users to change Start pages on Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockAccessToAboutFlags">
            <summary>
            Gets or sets edge block access to about flags.
            Indicates whether or not to prevent access to about flags on Edge browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockAddressBarDropdown">
            <summary>
            Gets or sets edge block address bar dropdown.
            Block the address bar dropdown functionality in Microsoft Edge. Disable this settings to minimize network connections from Microsoft Edge to Microsoft services.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockAutofill">
            <summary>
            Gets or sets edge block autofill.
            Indicates whether or not to block auto fill.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockCompatibilityList">
            <summary>
            Gets or sets edge block compatibility list.
            Block Microsoft compatibility list in Microsoft Edge. This list from Microsoft helps Edge properly display sites with known compatibility issues.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockDeveloperTools">
            <summary>
            Gets or sets edge block developer tools.
            Indicates whether or not to block developer tools in the Edge browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlocked">
            <summary>
            Gets or sets edge blocked.
            Indicates whether or not to Block the user from using the Edge browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockExtensions">
            <summary>
            Gets or sets edge block extensions.
            Indicates whether or not to block extensions in the Edge browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockInPrivateBrowsing">
            <summary>
            Gets or sets edge block in private browsing.
            Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockJavaScript">
            <summary>
            Gets or sets edge block java script.
            Indicates whether or not to Block the user from using JavaScript.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockLiveTileDataCollection">
            <summary>
            Gets or sets edge block live tile data collection.
            Block the collection of information by Microsoft for live tile creation when users pin a site to Start from Microsoft Edge.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockPasswordManager">
            <summary>
            Gets or sets edge block password manager.
            Indicates whether or not to Block password manager.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockPopups">
            <summary>
            Gets or sets edge block popups.
            Indicates whether or not to block popups.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockSearchSuggestions">
            <summary>
            Gets or sets edge block search suggestions.
            Indicates whether or not to block the user from using the search suggestions in the address bar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockSendingDoNotTrackHeader">
            <summary>
            Gets or sets edge block sending do not track header.
            Indicates whether or not to Block the user from sending the do not track header.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockSendingIntranetTrafficToInternetExplorer">
            <summary>
            Gets or sets edge block sending intranet traffic to internet explorer.
            Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. Note: the name of this property is misleading; the property is obsolete, use EdgeSendIntranetTrafficToInternetExplorer instead.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeClearBrowsingDataOnExit">
            <summary>
            Gets or sets edge clear browsing data on exit.
            Clear browsing data on exiting Microsoft Edge.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeCookiePolicy">
            <summary>
            Gets or sets edge cookie policy.
            Indicates which cookies to block in the Edge browser. Possible values are: userDefined, allow, blockThirdParty, blockAll.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeDisableFirstRunPage">
            <summary>
            Gets or sets edge disable first run page.
            Block the Microsoft web page that opens on the first use of Microsoft Edge. This policy allows enterprises, like those enrolled in zero emissions configurations, to block this page.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeEnterpriseModeSiteListLocation">
            <summary>
            Gets or sets edge enterprise mode site list location.
            Indicates the enterprise mode site list location. Could be a local file, local network or http location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeFirstRunUrl">
            <summary>
            Gets or sets edge first run url.
            The first run URL for when Edge browser is opened for the first time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeHomepageUrls">
            <summary>
            Gets or sets edge homepage urls.
            The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeRequireSmartScreen">
            <summary>
            Gets or sets edge require smart screen.
            Indicates whether or not to Require the user to use the smart screen filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeSearchEngine">
            <summary>
            Gets or sets edge search engine.
            Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeSendIntranetTrafficToInternetExplorer">
            <summary>
            Gets or sets edge send intranet traffic to internet explorer.
            Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeSyncFavoritesWithInternetExplorer">
            <summary>
            Gets or sets edge sync favorites with internet explorer.
            Enable favorites sync between Internet Explorer and Microsoft Edge. Additions, deletions, modifications and order changes to favorites are shared between browsers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EnterpriseCloudPrintDiscoveryEndPoint">
            <summary>
            Gets or sets enterprise cloud print discovery end point.
            Endpoint for discovering cloud printers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EnterpriseCloudPrintDiscoveryMaxLimit">
            <summary>
            Gets or sets enterprise cloud print discovery max limit.
            Maximum number of printers that should be queried from a discovery endpoint. This is a mobile only setting. Valid values 1 to 65535
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EnterpriseCloudPrintMopriaDiscoveryResourceIdentifier">
            <summary>
            Gets or sets enterprise cloud print mopria discovery resource identifier.
            OAuth resource URI for printer discovery service as configured in Azure portal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EnterpriseCloudPrintOAuthAuthority">
            <summary>
            Gets or sets enterprise cloud print oauth authority.
            Authentication endpoint for acquiring OAuth tokens.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EnterpriseCloudPrintOAuthClientIdentifier">
            <summary>
            Gets or sets enterprise cloud print oauth client identifier.
            GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EnterpriseCloudPrintResourceIdentifier">
            <summary>
            Gets or sets enterprise cloud print resource identifier.
            OAuth resource URI for print service as configured in the Azure portal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.ExperienceBlockDeviceDiscovery">
            <summary>
            Gets or sets experience block device discovery.
            Indicates whether or not to enable device discovery UX.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.ExperienceBlockErrorDialogWhenNoSIM">
            <summary>
            Gets or sets experience block error dialog when no sim.
            Indicates whether or not to allow the error dialog from displaying if no SIM card is detected.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.ExperienceBlockTaskSwitcher">
            <summary>
            Gets or sets experience block task switcher.
            Indicates whether or not to enable task switching on the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.GameDvrBlocked">
            <summary>
            Gets or sets game dvr blocked.
            Indicates whether or not to block DVR and broadcasting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.InternetSharingBlocked">
            <summary>
            Gets or sets internet sharing blocked.
            Indicates whether or not to Block the user from using internet sharing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LocationServicesBlocked">
            <summary>
            Gets or sets location services blocked.
            Indicates whether or not to Block the user from location services.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LockScreenAllowTimeoutConfiguration">
            <summary>
            Gets or sets lock screen allow timeout configuration.
            Specify whether to show a user-configurable setting to control the screen timeout while on the lock screen of Windows 10 Mobile devices. If this policy is set to Allow, the value set by lockScreenTimeoutInSeconds is ignored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LockScreenBlockActionCenterNotifications">
            <summary>
            Gets or sets lock screen block action center notifications.
            Indicates whether or not to block action center notifications over lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LockScreenBlockCortana">
            <summary>
            Gets or sets lock screen block cortana.
            Indicates whether or not the user can interact with Cortana using speech while the system is locked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LockScreenBlockToastNotifications">
            <summary>
            Gets or sets lock screen block toast notifications.
            Indicates whether to allow toast notifications above the device lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LockScreenTimeoutInSeconds">
            <summary>
            Gets or sets lock screen timeout in seconds.
            Set the duration (in seconds) from the screen locking to the screen turning off for Windows 10 Mobile devices. Supported values are 11-1800. Valid values 11 to 1800
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LogonBlockFastUserSwitching">
            <summary>
            Gets or sets logon block fast user switching.
            Disables the ability to quickly switch between users that are logged on simultaneously without logging off.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.MicrosoftAccountBlocked">
            <summary>
            Gets or sets microsoft account blocked.
            Indicates whether or not to Block a Microsoft account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.MicrosoftAccountBlockSettingsSync">
            <summary>
            Gets or sets microsoft account block settings sync.
            Indicates whether or not to Block Microsoft account settings sync.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.NetworkProxyApplySettingsDeviceWide">
            <summary>
            Gets or sets network proxy apply settings device wide.
            If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that’s enrolled into MDM.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.NetworkProxyAutomaticConfigurationUrl">
            <summary>
            Gets or sets network proxy automatic configuration url.
            Address to the proxy auto-config (PAC) script you want to use.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.NetworkProxyDisableAutoDetect">
            <summary>
            Gets or sets network proxy disable auto detect.
            Disable automatic detection of settings. If enabled, the system will try to find the path to a proxy auto-config (PAC) script.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.NetworkProxyServer">
            <summary>
            Gets or sets network proxy server.
            Specifies manual proxy server settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.NfcBlocked">
            <summary>
            Gets or sets nfc blocked.
            Indicates whether or not to Block the user from using near field communication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.OneDriveDisableFileSync">
            <summary>
            Gets or sets one drive disable file sync.
            Gets or sets a value allowing IT admins to prevent apps and features from working with files on OneDrive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Specify whether PINs or passwords such as '1111' or '1234' are allowed. For Windows 10 desktops, it also controls the use of picture passwords.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            The password expiration in days. Valid values 0 to 730
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            The minimum password length. Valid values 4 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets password minutes of inactivity before screen timeout.
            The minutes of inactivity before the screen times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            The number of previous passwords to prevent reuse of. Valid values 0 to 50
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordRequired">
            <summary>
            Gets or sets password required.
            Indicates whether or not to require the user to have a password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordRequireWhenResumeFromIdleState">
            <summary>
            Gets or sets password require when resume from idle state.
            Indicates whether or not to require a password upon resuming from an idle state.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordSignInFailureCountBeforeFactoryReset">
            <summary>
            Gets or sets password sign in failure count before factory reset.
            The number of sign in failures before factory reset. Valid values 0 to 999
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PersonalizationDesktopImageUrl">
            <summary>
            Gets or sets personalization desktop image url.
            A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to used as the Desktop Image.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PersonalizationLockScreenImageUrl">
            <summary>
            Gets or sets personalization lock screen image url.
            A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PrivacyAdvertisingId">
            <summary>
            Gets or sets privacy advertising id.
            Enables or disables the use of advertising ID. Added in Windows 10, version 1607. Possible values are: notConfigured, blocked, allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PrivacyAutoAcceptPairingAndConsentPrompts">
            <summary>
            Gets or sets privacy auto accept pairing and consent prompts.
            Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PrivacyBlockInputPersonalization">
            <summary>
            Gets or sets privacy block input personalization.
            Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.ResetProtectionModeBlocked">
            <summary>
            Gets or sets reset protection mode blocked.
            Indicates whether or not to Block the user from reset protection mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SafeSearchFilter">
            <summary>
            Gets or sets safe search filter.
            Specifies what filter level of safe search is required. Possible values are: userDefined, strict, moderate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.ScreenCaptureBlocked">
            <summary>
            Gets or sets screen capture blocked.
            Indicates whether or not to Block the user from taking Screenshots.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchBlockDiacritics">
            <summary>
            Gets or sets search block diacritics.
            Specifies if search can use diacritics.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchDisableAutoLanguageDetection">
            <summary>
            Gets or sets search disable auto language detection.
            Specifies whether to use automatic language detection when indexing content and properties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchDisableIndexerBackoff">
            <summary>
            Gets or sets search disable indexer backoff.
            Indicates whether or not to disable the search indexer backoff feature.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchDisableIndexingEncryptedItems">
            <summary>
            Gets or sets search disable indexing encrypted items.
            Indicates whether or not to block indexing of WIP-protected items to prevent them from appearing in search results for Cortana or Explorer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchDisableIndexingRemovableDrive">
            <summary>
            Gets or sets search disable indexing removable drive.
            Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchEnableAutomaticIndexSizeManangement">
            <summary>
            Gets or sets search enable automatic index size manangement.
            Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchEnableRemoteQueries">
            <summary>
            Gets or sets search enable remote queries.
            Indicates whether or not to block remote queries of this computer’s index.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockAccountsPage">
            <summary>
            Gets or sets settings block accounts page.
            Indicates whether or not to block access to Accounts in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockAddProvisioningPackage">
            <summary>
            Gets or sets settings block add provisioning package.
            Indicates whether or not to block the user from installing provisioning packages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockAppsPage">
            <summary>
            Gets or sets settings block apps page.
            Indicates whether or not to block access to Apps in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockChangeLanguage">
            <summary>
            Gets or sets settings block change language.
            Indicates whether or not to block the user from changing the language settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockChangePowerSleep">
            <summary>
            Gets or sets settings block change power sleep.
            Indicates whether or not to block the user from changing power and sleep settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockChangeRegion">
            <summary>
            Gets or sets settings block change region.
            Indicates whether or not to block the user from changing the region settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockChangeSystemTime">
            <summary>
            Gets or sets settings block change system time.
            Indicates whether or not to block the user from changing date and time settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockDevicesPage">
            <summary>
            Gets or sets settings block devices page.
            Indicates whether or not to block access to Devices in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockEaseOfAccessPage">
            <summary>
            Gets or sets settings block ease of access page.
            Indicates whether or not to block access to Ease of Access in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockEditDeviceName">
            <summary>
            Gets or sets settings block edit device name.
            Indicates whether or not to block the user from editing the device name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockGamingPage">
            <summary>
            Gets or sets settings block gaming page.
            Indicates whether or not to block access to Gaming in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockNetworkInternetPage">
            <summary>
            Gets or sets settings block network internet page.
            Indicates whether or not to block access to Network &amp; Internet in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockPersonalizationPage">
            <summary>
            Gets or sets settings block personalization page.
            Indicates whether or not to block access to Personalization in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockPrivacyPage">
            <summary>
            Gets or sets settings block privacy page.
            Indicates whether or not to block access to Privacy in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockRemoveProvisioningPackage">
            <summary>
            Gets or sets settings block remove provisioning package.
            Indicates whether or not to block the runtime configuration agent from removing provisioning packages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockSettingsApp">
            <summary>
            Gets or sets settings block settings app.
            Indicates whether or not to block access to Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockSystemPage">
            <summary>
            Gets or sets settings block system page.
            Indicates whether or not to block access to System in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockTimeLanguagePage">
            <summary>
            Gets or sets settings block time language page.
            Indicates whether or not to block access to Time &amp; Language in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockUpdateSecurityPage">
            <summary>
            Gets or sets settings block update security page.
            Indicates whether or not to block access to Update &amp; Security in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SharedUserAppDataAllowed">
            <summary>
            Gets or sets shared user app data allowed.
            Indicates whether or not to block multiple users of the same app to share data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SmartScreenBlockPromptOverride">
            <summary>
            Gets or sets smart screen block prompt override.
            Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SmartScreenBlockPromptOverrideForFiles">
            <summary>
            Gets or sets smart screen block prompt override for files.
            Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SmartScreenEnableAppInstallControl">
            <summary>
            Gets or sets smart screen enable app install control.
            This property will be deprecated in July 2019 and will be replaced by property SmartScreenAppInstallControl. Allows IT Admins to control whether users are allowed to install apps from places other than the Store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartBlockUnpinningAppsFromTaskbar">
            <summary>
            Gets or sets start block unpinning apps from taskbar.
            Indicates whether or not to block the user from unpinning apps from taskbar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuAppListVisibility">
            <summary>
            Gets or sets start menu app list visibility.
            Setting the value of this collapses the app list, removes the app list entirely, or disables the corresponding toggle in the Settings app. Possible values are: userDefined, collapse, remove, disableSettingsApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideChangeAccountSettings">
            <summary>
            Gets or sets start menu hide change account settings.
            Enabling this policy hides the change account setting from appearing in the user tile in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideFrequentlyUsedApps">
            <summary>
            Gets or sets start menu hide frequently used apps.
            Enabling this policy hides the most used apps from appearing on the start menu and disables the corresponding toggle in the Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideHibernate">
            <summary>
            Gets or sets start menu hide hibernate.
            Enabling this policy hides hibernate from appearing in the power button in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideLock">
            <summary>
            Gets or sets start menu hide lock.
            Enabling this policy hides lock from appearing in the user tile in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHidePowerButton">
            <summary>
            Gets or sets start menu hide power button.
            Enabling this policy hides the power button from appearing in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideRecentJumpLists">
            <summary>
            Gets or sets start menu hide recent jump lists.
            Enabling this policy hides recent jump lists from appearing on the start menu/taskbar and disables the corresponding toggle in the Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideRecentlyAddedApps">
            <summary>
            Gets or sets start menu hide recently added apps.
            Enabling this policy hides recently added apps from appearing on the start menu and disables the corresponding toggle in the Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideRestartOptions">
            <summary>
            Gets or sets start menu hide restart options.
            Enabling this policy hides 'Restart/Update and Restart' from appearing in the power button in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideShutDown">
            <summary>
            Gets or sets start menu hide shut down.
            Enabling this policy hides shut down/update and shut down from appearing in the power button in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideSignOut">
            <summary>
            Gets or sets start menu hide sign out.
            Enabling this policy hides sign out from appearing in the user tile in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideSleep">
            <summary>
            Gets or sets start menu hide sleep.
            Enabling this policy hides sleep from appearing in the power button in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideSwitchAccount">
            <summary>
            Gets or sets start menu hide switch account.
            Enabling this policy hides switch account from appearing in the user tile in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideUserTile">
            <summary>
            Gets or sets start menu hide user tile.
            Enabling this policy hides the user tile from appearing in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuLayoutEdgeAssetsXml">
            <summary>
            Gets or sets start menu layout edge assets xml.
            This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuLayoutXml">
            <summary>
            Gets or sets start menu layout xml.
            Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuMode">
            <summary>
            Gets or sets start menu mode.
            Allows admins to decide how the Start menu is displayed. Possible values are: userDefined, fullScreen, nonFullScreen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderDocuments">
            <summary>
            Gets or sets start menu pinned folder documents.
            Enforces the visibility (Show/Hide) of the Documents folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderDownloads">
            <summary>
            Gets or sets start menu pinned folder downloads.
            Enforces the visibility (Show/Hide) of the Downloads folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderFileExplorer">
            <summary>
            Gets or sets start menu pinned folder file explorer.
            Enforces the visibility (Show/Hide) of the FileExplorer shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderHomeGroup">
            <summary>
            Gets or sets start menu pinned folder home group.
            Enforces the visibility (Show/Hide) of the HomeGroup folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderMusic">
            <summary>
            Gets or sets start menu pinned folder music.
            Enforces the visibility (Show/Hide) of the Music folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderNetwork">
            <summary>
            Gets or sets start menu pinned folder network.
            Enforces the visibility (Show/Hide) of the Network folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderPersonalFolder">
            <summary>
            Gets or sets start menu pinned folder personal folder.
            Enforces the visibility (Show/Hide) of the PersonalFolder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderPictures">
            <summary>
            Gets or sets start menu pinned folder pictures.
            Enforces the visibility (Show/Hide) of the Pictures folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderSettings">
            <summary>
            Gets or sets start menu pinned folder settings.
            Enforces the visibility (Show/Hide) of the Settings folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderVideos">
            <summary>
            Gets or sets start menu pinned folder videos.
            Enforces the visibility (Show/Hide) of the Videos folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StorageBlockRemovableStorage">
            <summary>
            Gets or sets storage block removable storage.
            Indicates whether or not to Block the user from using removable storage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StorageRequireMobileDeviceEncryption">
            <summary>
            Gets or sets storage require mobile device encryption.
            Indicating whether or not to require encryption on a mobile device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StorageRestrictAppDataToSystemVolume">
            <summary>
            Gets or sets storage restrict app data to system volume.
            Indicates whether application data is restricted to the system drive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StorageRestrictAppInstallToSystemVolume">
            <summary>
            Gets or sets storage restrict app install to system volume.
            Indicates whether the installation of applications is restricted to the system drive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.TenantLockdownRequireNetworkDuringOutOfBoxExperience">
            <summary>
            Gets or sets tenant lockdown require network during out of box experience.
            Whether the device is required to connect to the network.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.UsbBlocked">
            <summary>
            Gets or sets usb blocked.
            Indicates whether or not to Block the user from USB connection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.VoiceRecordingBlocked">
            <summary>
            Gets or sets voice recording blocked.
            Indicates whether or not to Block the user from voice recording.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WebRtcBlockLocalhostIpAddress">
            <summary>
            Gets or sets web rtc block localhost ip address.
            Indicates whether or not user's localhost IP address is displayed while making phone calls using the WebRTC
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WiFiBlockAutomaticConnectHotspots">
            <summary>
            Gets or sets wi fi block automatic connect hotspots.
            Indicating whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WiFiBlocked">
            <summary>
            Gets or sets wi fi blocked.
            Indicates whether or not to Block the user from using Wi-Fi.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WiFiBlockManualConfiguration">
            <summary>
            Gets or sets wi fi block manual configuration.
            Indicates whether or not to Block the user from using Wi-Fi manual configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WiFiScanInterval">
            <summary>
            Gets or sets wi fi scan interval.
            Specify how often devices scan for Wi-Fi networks. Supported values are 1-500, where 100 = default, and 500 = low frequency. Valid values 1 to 500
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlockConsumerSpecificFeatures">
            <summary>
            Gets or sets windows spotlight block consumer specific features.
            Allows IT admins to block experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlocked">
            <summary>
            Gets or sets windows spotlight blocked.
            Allows IT admins to turn off all Windows Spotlight features
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlockOnActionCenter">
            <summary>
            Gets or sets windows spotlight block on action center.
            Block suggestions from Microsoft that show after each OS clean install, upgrade or in an on-going basis to introduce users to what is new or changed
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlockTailoredExperiences">
            <summary>
            Gets or sets windows spotlight block tailored experiences.
            Block personalized content in Windows spotlight based on user’s device usage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlockThirdPartyNotifications">
            <summary>
            Gets or sets windows spotlight block third party notifications.
            Block third party content delivered via Windows Spotlight
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlockWelcomeExperience">
            <summary>
            Gets or sets windows spotlight block welcome experience.
            Block Windows Spotlight Windows welcome experience
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlockWindowsTips">
            <summary>
            Gets or sets windows spotlight block windows tips.
            Allows IT admins to turn off the popup of Windows Tips.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightConfigureOnLockScreen">
            <summary>
            Gets or sets windows spotlight configure on lock screen.
            Specifies the type of Spotlight. Possible values are: notConfigured, disabled, enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsStoreBlockAutoUpdate">
            <summary>
            Gets or sets windows store block auto update.
            Indicates whether or not to block automatic update of apps from Windows Store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsStoreBlocked">
            <summary>
            Gets or sets windows store blocked.
            Indicates whether or not to Block the user from using the Windows store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsStoreEnablePrivateStoreOnly">
            <summary>
            Gets or sets windows store enable private store only.
            Indicates whether or not to enable Private Store Only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WirelessDisplayBlockProjectionToThisDevice">
            <summary>
            Gets or sets wireless display block projection to this device.
            Indicates whether or not to allow other devices from discovering this PC for projection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WirelessDisplayBlockUserInputFromReceiver">
            <summary>
            Gets or sets wireless display block user input from receiver.
            Indicates whether or not to allow user input from wireless display receiver.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WirelessDisplayRequirePinForPairing">
            <summary>
            Gets or sets wireless display require pin for pairing.
            Indicates whether or not to require a PIN for new devices to initiate pairing.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10MobileCompliancePolicy">
            <summary>
            The type Windows10Mobile Compliance Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicy.#ctor">
            <summary>
             The Windows10MobileCompliancePolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.BitLockerEnabled">
            <summary>
            Gets or sets bit locker enabled.
            Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.CodeIntegrityEnabled">
            <summary>
            Gets or sets code integrity enabled.
            Require devices to be reported as healthy by Windows Device Health Attestation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.EarlyLaunchAntiMalwareDriverEnabled">
            <summary>
            Gets or sets early launch anti malware driver enabled.
            Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum Windows Phone version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum Windows Phone version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Whether or not to block syncing the calendar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before password expiration. Valid values 1 to 255
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum password length. Valid values 4 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            The number of previous passwords to prevent re-use of.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordRequired">
            <summary>
            Gets or sets password required.
            Require a password to unlock Windows Phone device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordRequireToUnlockFromIdle">
            <summary>
            Gets or sets password require to unlock from idle.
            Require a password to unlock an idle device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.SecureBootEnabled">
            <summary>
            Gets or sets secure boot enabled.
            Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Require encryption on windows devices.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10NetworkProxyServer">
            <summary>
            The type Windows10NetworkProxyServer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10NetworkProxyServer.Address">
            <summary>
            Gets or sets address.
            Address to the proxy server. Specify an address in the format [':']
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10NetworkProxyServer.Exceptions">
            <summary>
            Gets or sets exceptions.
            Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10NetworkProxyServer.UseForLocalAddresses">
            <summary>
            Gets or sets useForLocalAddresses.
            Specifies whether the proxy server should be used for local (intranet) addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10NetworkProxyServer.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10NetworkProxyServer.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10SecureAssessmentConfiguration">
            <summary>
            The type Windows10Secure Assessment Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfiguration.#ctor">
            <summary>
             The Windows10SecureAssessmentConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10SecureAssessmentConfiguration.AllowPrinting">
            <summary>
            Gets or sets allow printing.
            Indicates whether or not to allow the app from printing during the test.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10SecureAssessmentConfiguration.AllowScreenCapture">
            <summary>
            Gets or sets allow screen capture.
            Indicates whether or not to allow screen capture capability during a test.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10SecureAssessmentConfiguration.AllowTextSuggestion">
            <summary>
            Gets or sets allow text suggestion.
            Indicates whether or not to allow text suggestions during the test.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10SecureAssessmentConfiguration.ConfigurationAccount">
            <summary>
            Gets or sets configuration account.
            The account used to configure the Windows device for taking the test. The user can be a domain account (domain/user), an AAD account (username@tenant.com) or a local account (username).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10SecureAssessmentConfiguration.LaunchUri">
            <summary>
            Gets or sets launch uri.
            Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/).
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10TeamGeneralConfiguration">
            <summary>
            The type Windows10Team General Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfiguration.#ctor">
            <summary>
             The Windows10TeamGeneralConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.AzureOperationalInsightsBlockTelemetry">
            <summary>
            Gets or sets azure operational insights block telemetry.
            Indicates whether or not to Block Azure Operational Insights.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.AzureOperationalInsightsWorkspaceId">
            <summary>
            Gets or sets azure operational insights workspace id.
            The Azure Operational Insights workspace id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.AzureOperationalInsightsWorkspaceKey">
            <summary>
            Gets or sets azure operational insights workspace key.
            The Azure Operational Insights Workspace key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.ConnectAppBlockAutoLaunch">
            <summary>
            Gets or sets connect app block auto launch.
            Specifies whether to automatically launch the Connect app whenever a projection is initiated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.MaintenanceWindowBlocked">
            <summary>
            Gets or sets maintenance window blocked.
            Indicates whether or not to Block setting a maintenance window for device updates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.MaintenanceWindowDurationInHours">
            <summary>
            Gets or sets maintenance window duration in hours.
            Maintenance window duration for device updates. Valid values 0 to 5
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.MaintenanceWindowStartTime">
            <summary>
            Gets or sets maintenance window start time.
            Maintenance window start time for device updates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.MiracastBlocked">
            <summary>
            Gets or sets miracast blocked.
            Indicates whether or not to Block wireless projection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.MiracastChannel">
            <summary>
            Gets or sets miracast channel.
            The channel. Possible values are: userDefined, one, two, three, four, five, six, seven, eight, nine, ten, eleven, thirtySix, forty, fortyFour, fortyEight, oneHundredFortyNine, oneHundredFiftyThree, oneHundredFiftySeven, oneHundredSixtyOne, oneHundredSixtyFive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.MiracastRequirePin">
            <summary>
            Gets or sets miracast require pin.
            Indicates whether or not to require a pin for wireless projection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsBlockMyMeetingsAndFiles">
            <summary>
            Gets or sets settings block my meetings and files.
            Specifies whether to disable the 'My meetings and files' feature in the Start menu, which shows the signed-in user's meetings and files from Office 365.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsBlockSessionResume">
            <summary>
            Gets or sets settings block session resume.
            Specifies whether to allow the ability to resume a session when the session times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsBlockSigninSuggestions">
            <summary>
            Gets or sets settings block signin suggestions.
            Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsDefaultVolume">
            <summary>
            Gets or sets settings default volume.
            Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsScreenTimeoutInMinutes">
            <summary>
            Gets or sets settings screen timeout in minutes.
            Specifies the number of minutes until the Hub screen turns off.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsSessionTimeoutInMinutes">
            <summary>
            Gets or sets settings session timeout in minutes.
            Specifies the number of minutes until the session times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsSleepTimeoutInMinutes">
            <summary>
            Gets or sets settings sleep timeout in minutes.
            Specifies the number of minutes until the Hub enters sleep mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.WelcomeScreenBackgroundImageUrl">
            <summary>
            Gets or sets welcome screen background image url.
            The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.WelcomeScreenBlockAutomaticWakeUp">
            <summary>
            Gets or sets welcome screen block automatic wake up.
            Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.WelcomeScreenMeetingInformation">
            <summary>
            Gets or sets welcome screen meeting information.
            The welcome screen meeting information shown. Possible values are: userDefined, showOrganizerAndTimeOnly, showOrganizerAndTimeAndSubject.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows81CompliancePolicy">
            <summary>
            The type Windows81Compliance Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicy.#ctor">
            <summary>
             The Windows81CompliancePolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum Windows 8.1 version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum Windows 8.1 version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Indicates whether or not to block simple password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Password expiration in days.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            The minimum password length.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            The number of previous passwords to prevent re-use of. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordRequired">
            <summary>
            Gets or sets password required.
            Require a password to unlock Windows device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Indicates whether or not to require encryption on a windows 8.1 device.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows81GeneralConfiguration">
            <summary>
            The type Windows81General Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfiguration.#ctor">
            <summary>
             The Windows81GeneralConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.AccountsBlockAddingNonMicrosoftAccountEmail">
            <summary>
            Gets or sets accounts block adding non microsoft account email.
            Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.ApplyOnlyToWindows81">
            <summary>
            Gets or sets apply only to windows81.
            Value indicating whether this policy only applies to Windows 8.1. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockAutofill">
            <summary>
            Gets or sets browser block autofill.
            Indicates whether or not to block auto fill.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockAutomaticDetectionOfIntranetSites">
            <summary>
            Gets or sets browser block automatic detection of intranet sites.
            Indicates whether or not to block automatic detection of Intranet sites.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockEnterpriseModeAccess">
            <summary>
            Gets or sets browser block enterprise mode access.
            Indicates whether or not to block enterprise mode access.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockJavaScript">
            <summary>
            Gets or sets browser block java script.
            Indicates whether or not to Block the user from using JavaScript.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockPlugins">
            <summary>
            Gets or sets browser block plugins.
            Indicates whether or not to block plug-ins.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockPopups">
            <summary>
            Gets or sets browser block popups.
            Indicates whether or not to block popups.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockSendingDoNotTrackHeader">
            <summary>
            Gets or sets browser block sending do not track header.
            Indicates whether or not to Block the user from sending the do not track header.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockSingleWordEntryOnIntranetSites">
            <summary>
            Gets or sets browser block single word entry on intranet sites.
            Indicates whether or not to block a single word entry on Intranet sites.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserEnterpriseModeSiteListLocation">
            <summary>
            Gets or sets browser enterprise mode site list location.
            The enterprise mode site list location. Could be a local file, local network or http location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserInternetSecurityLevel">
            <summary>
            Gets or sets browser internet security level.
            The internet security level. Possible values are: userDefined, medium, mediumHigh, high.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserIntranetSecurityLevel">
            <summary>
            Gets or sets browser intranet security level.
            The Intranet security level. Possible values are: userDefined, low, mediumLow, medium, mediumHigh, high.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserLoggingReportLocation">
            <summary>
            Gets or sets browser logging report location.
            The logging report location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserRequireFirewall">
            <summary>
            Gets or sets browser require firewall.
            Indicates whether or not to require a firewall.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserRequireFraudWarning">
            <summary>
            Gets or sets browser require fraud warning.
            Indicates whether or not to require fraud warning.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserRequireHighSecurityForRestrictedSites">
            <summary>
            Gets or sets browser require high security for restricted sites.
            Indicates whether or not to require high security for restricted sites.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserRequireSmartScreen">
            <summary>
            Gets or sets browser require smart screen.
            Indicates whether or not to require the user to use the smart screen filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserTrustedSitesSecurityLevel">
            <summary>
            Gets or sets browser trusted sites security level.
            The trusted sites security level. Possible values are: userDefined, low, mediumLow, medium, mediumHigh, high.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.CellularBlockDataRoaming">
            <summary>
            Gets or sets cellular block data roaming.
            Indicates whether or not to block data roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.DiagnosticsBlockDataSubmission">
            <summary>
            Gets or sets diagnostics block data submission.
            Indicates whether or not to block diagnostic data submission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordBlockPicturePasswordAndPin">
            <summary>
            Gets or sets password block picture password and pin.
            Indicates whether or not to Block the user from using a pictures password and pin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Password expiration in days.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            The minimum password length.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets password minutes of inactivity before screen timeout.
            The minutes of inactivity before the screen times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            The number of previous passwords to prevent re-use of. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordSignInFailureCountBeforeFactoryReset">
            <summary>
            Gets or sets password sign in failure count before factory reset.
            The number of sign in failures before factory reset.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.StorageRequireDeviceEncryption">
            <summary>
            Gets or sets storage require device encryption.
            Indicates whether or not to require encryption on a mobile device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.UpdatesRequireAutomaticUpdates">
            <summary>
            Gets or sets updates require automatic updates.
            Indicates whether or not to require automatic updates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.UserAccountControlSettings">
            <summary>
            Gets or sets user account control settings.
            The user account control settings. Possible values are: userDefined, alwaysNotify, notifyOnAppChanges, notifyOnAppChangesWithoutDimming, neverNotify.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.WorkFoldersUrl">
            <summary>
            Gets or sets work folders url.
            The work folders url.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsAppXAppAssignmentSettings">
            <summary>
            The type WindowsAppXAppAssignmentSettings.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsAppXAppAssignmentSettings.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.WindowsAppXAppAssignmentSettings"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAppXAppAssignmentSettings.UseDeviceContext">
            <summary>
            Gets or sets useDeviceContext.
            Whether or not to use device execution context for Windows AppX mobile app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsArchitecture">
            <summary>
            The enum WindowsArchitecture.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsArchitecture.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsArchitecture.X86">
            <summary>
            X86
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsArchitecture.X64">
            <summary>
            X64
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsArchitecture.Arm">
            <summary>
            Arm
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsArchitecture.Neutral">
            <summary>
            Neutral
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsAutopilotDeviceIdentity">
            <summary>
            The type Windows Autopilot Device Identity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.AddressableUserName">
            <summary>
            Gets or sets addressable user name.
            Addressable user name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.AzureActiveDirectoryDeviceId">
            <summary>
            Gets or sets azure active directory device id.
            AAD Device ID - to be deprecated
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.DisplayName">
            <summary>
            Gets or sets display name.
            Display Name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.EnrollmentState">
            <summary>
            Gets or sets enrollment state.
            Intune enrollment state of the Windows autopilot device. Possible values are: unknown, enrolled, pendingReset, failed, notContacted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.GroupTag">
            <summary>
            Gets or sets group tag.
            Group Tag of the Windows autopilot device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.LastContactedDateTime">
            <summary>
            Gets or sets last contacted date time.
            Intune Last Contacted Date Time of the Windows autopilot device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.ManagedDeviceId">
            <summary>
            Gets or sets managed device id.
            Managed Device ID
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.Manufacturer">
            <summary>
            Gets or sets manufacturer.
            Oem manufacturer of the Windows autopilot device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.Model">
            <summary>
            Gets or sets model.
            Model name of the Windows autopilot device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.ProductKey">
            <summary>
            Gets or sets product key.
            Product Key of the Windows autopilot device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.PurchaseOrderIdentifier">
            <summary>
            Gets or sets purchase order identifier.
            Purchase Order Identifier of the Windows autopilot device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.ResourceName">
            <summary>
            Gets or sets resource name.
            Resource Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.SerialNumber">
            <summary>
            Gets or sets serial number.
            Serial number of the Windows autopilot device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.SkuNumber">
            <summary>
            Gets or sets sku number.
            SKU Number
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.SystemFamily">
            <summary>
            Gets or sets system family.
            System Family
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentity.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            User Principal Name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBody">
            <summary>
            The type WindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBody.UserPrincipalName">
            <summary>
            Gets or sets UserPrincipalName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBody.AddressableUserName">
            <summary>
            Gets or sets AddressableUserName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBody">
            <summary>
            The type WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBody.UserPrincipalName">
            <summary>
            Gets or sets UserPrincipalName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBody.AddressableUserName">
            <summary>
            Gets or sets AddressableUserName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBody.GroupTag">
            <summary>
            Gets or sets GroupTag.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBody.DisplayName">
            <summary>
            Gets or sets DisplayName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration">
            <summary>
            The type Windows Defender Advanced Threat Protection Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration.#ctor">
            <summary>
             The WindowsDefenderAdvancedThreatProtectionConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration.AllowSampleSharing">
            <summary>
            Gets or sets allow sample sharing.
            Windows Defender AdvancedThreatProtection 'Allow Sample Sharing' Rule
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration.EnableExpeditedTelemetryReporting">
            <summary>
            Gets or sets enable expedited telemetry reporting.
            Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDefenderScanActionResult">
            <summary>
            The type WindowsDefenderScanActionResult.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderScanActionResult.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.WindowsDefenderScanActionResult"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDefenderScanActionResult.ScanType">
            <summary>
            Gets or sets scanType.
            Scan type either full scan or quick scan
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDeliveryOptimizationMode">
            <summary>
            The enum WindowsDeliveryOptimizationMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.HttpOnly">
            <summary>
            Http Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.HttpWithPeeringNat">
            <summary>
            Http With Peering Nat
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.HttpWithPeeringPrivateGroup">
            <summary>
            Http With Peering Private Group
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.HttpWithInternetPeering">
            <summary>
            Http With Internet Peering
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.SimpleDownload">
            <summary>
            Simple Download
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.BypassMode">
            <summary>
            Bypass Mode
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDeviceAccount">
            <summary>
            The type WindowsDeviceAccount.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDeviceAccount.Password">
            <summary>
            Gets or sets password.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDeviceAccount.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDeviceAccount.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDeviceADAccount">
            <summary>
            The type WindowsDeviceADAccount.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsDeviceADAccount.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.WindowsDeviceADAccount"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDeviceADAccount.DomainName">
            <summary>
            Gets or sets domainName.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDeviceADAccount.UserName">
            <summary>
            Gets or sets userName.
            Not yet documented
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDeviceAzureADAccount">
            <summary>
            The type WindowsDeviceAzureADAccount.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsDeviceAzureADAccount.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.WindowsDeviceAzureADAccount"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDeviceAzureADAccount.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            Not yet documented
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDeviceType">
            <summary>
            The enum WindowsDeviceType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeviceType.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeviceType.Desktop">
            <summary>
            Desktop
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeviceType.Mobile">
            <summary>
            Mobile
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeviceType.Holographic">
            <summary>
            Holographic
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeviceType.Team">
            <summary>
            Team
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsFirewallNetworkProfile">
            <summary>
            The type WindowsFirewallNetworkProfile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.AuthorizedApplicationRulesFromGroupPolicyMerged">
            <summary>
            Gets or sets authorizedApplicationRulesFromGroupPolicyMerged.
            Configures the firewall to merge authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.ConnectionSecurityRulesFromGroupPolicyMerged">
            <summary>
            Gets or sets connectionSecurityRulesFromGroupPolicyMerged.
            Configures the firewall to merge connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.FirewallEnabled">
            <summary>
            Gets or sets firewallEnabled.
            Configures the host device to allow or block the firewall and advanced security enforcement for the network profile. Possible values are: notConfigured, blocked, allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.GlobalPortRulesFromGroupPolicyMerged">
            <summary>
            Gets or sets globalPortRulesFromGroupPolicyMerged.
            Configures the firewall to merge global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.InboundConnectionsBlocked">
            <summary>
            Gets or sets inboundConnectionsBlocked.
            Configures the firewall to block all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.InboundNotificationsBlocked">
            <summary>
            Gets or sets inboundNotificationsBlocked.
            Prevents the firewall from displaying notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.IncomingTrafficBlocked">
            <summary>
            Gets or sets incomingTrafficBlocked.
            Configures the firewall to block all incoming traffic regardless of other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.OutboundConnectionsBlocked">
            <summary>
            Gets or sets outboundConnectionsBlocked.
            Configures the firewall to block all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority. This setting will get applied to Windows releases version 1809 and above.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.PolicyRulesFromGroupPolicyMerged">
            <summary>
            Gets or sets policyRulesFromGroupPolicyMerged.
            Configures the firewall to merge Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.SecuredPacketExemptionAllowed">
            <summary>
            Gets or sets securedPacketExemptionAllowed.
            Configures the firewall to allow the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.StealthModeBlocked">
            <summary>
            Gets or sets stealthModeBlocked.
            Prevent the server from operating in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.UnicastResponsesToMulticastBroadcastsBlocked">
            <summary>
            Gets or sets unicastResponsesToMulticastBroadcastsBlocked.
            Configures the firewall to block unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod">
            <summary>
            The type Windows Hello For Business Authentication Method.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod.#ctor">
            <summary>
             The WindowsHelloForBusinessAuthenticationMethod constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time that this Windows Hello for Business key was registered.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the device on which Windows Hello for Business is registered
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod.KeyStrength">
            <summary>
            Gets or sets key strength.
            Key strength of this Windows Hello for Business key. Possible values are: normal, weak, unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod.Device">
            <summary>
            Gets or sets device.
            The registered device on which this Windows Hello for Business key resides. Supports $expand. When you get a user's Windows Hello for Business registration information, this property is returned only on a single GET and when you specify ?$expand. For example, GET /users/admin@contoso.com/authentication/windowsHelloForBusinessMethods/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsHelloForBusinessPinUsage">
            <summary>
            The enum WindowsHelloForBusinessPinUsage.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsHelloForBusinessPinUsage.Allowed">
            <summary>
            Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsHelloForBusinessPinUsage.Required">
            <summary>
            Required
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsHelloForBusinessPinUsage.Disallowed">
            <summary>
            Disallowed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtection">
            <summary>
            The type Windows Information Protection.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtection.#ctor">
            <summary>
             The internal WindowsInformationProtection constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.AzureRightsManagementServicesAllowed">
            <summary>
            Gets or sets azure rights management services allowed.
            Specifies whether to allow Azure RMS encryption for WIP
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.DataRecoveryCertificate">
            <summary>
            Gets or sets data recovery certificate.
            Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnforcementLevel">
            <summary>
            Gets or sets enforcement level.
            WIP enforcement level.See the Enum definition for supported values. Possible values are: noProtection, encryptAndAuditOnly, encryptAuditAndPrompt, encryptAuditAndBlock.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseDomain">
            <summary>
            Gets or sets enterprise domain.
            Primary enterprise domain
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseInternalProxyServers">
            <summary>
            Gets or sets enterprise internal proxy servers.
            This is the comma-separated list of internal proxy servers. For example, '157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59'. These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseIPRanges">
            <summary>
            Gets or sets enterprise ipranges.
            Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseIPRangesAreAuthoritative">
            <summary>
            Gets or sets enterprise ipranges are authoritative.
            Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseNetworkDomainNames">
            <summary>
            Gets or sets enterprise network domain names.
            This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseProtectedDomainNames">
            <summary>
            Gets or sets enterprise protected domain names.
            List of enterprise domains to be protected
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseProxiedDomains">
            <summary>
            Gets or sets enterprise proxied domains.
            Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseProxyServers">
            <summary>
            Gets or sets enterprise proxy servers.
            This is a list of proxy servers. Any server not on this list is considered non-enterprise
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseProxyServersAreAuthoritative">
            <summary>
            Gets or sets enterprise proxy servers are authoritative.
            Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.ExemptApps">
            <summary>
            Gets or sets exempt apps.
            Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.IconsVisible">
            <summary>
            Gets or sets icons visible.
            Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.IndexingEncryptedStoresOrItemsBlocked">
            <summary>
            Gets or sets indexing encrypted stores or items blocked.
            This switch is for the Windows Search Indexer, to allow or disallow indexing of items
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.IsAssigned">
            <summary>
            Gets or sets is assigned.
            Indicates if the policy is deployed to any inclusion groups or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.NeutralDomainResources">
            <summary>
            Gets or sets neutral domain resources.
            List of domain names that can used for work or personal resource
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.ProtectedApps">
            <summary>
            Gets or sets protected apps.
            Protected applications can access enterprise data and the data handled by those applications are protected with encryption
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.ProtectionUnderLockConfigRequired">
            <summary>
            Gets or sets protection under lock config required.
            Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.RevokeOnUnenrollDisabled">
            <summary>
            Gets or sets revoke on unenroll disabled.
            This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.RightsManagementServicesTemplateId">
            <summary>
            Gets or sets rights management services template id.
            TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.SmbAutoEncryptedFileExtensions">
            <summary>
            Gets or sets smb auto encrypted file extensions.
            Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.Assignments">
            <summary>
            Gets or sets assignments.
            Navigation property to list of security groups targeted for policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.AssignmentsNextLink">
            <summary>
            Gets or sets assignmentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.ExemptAppLockerFiles">
            <summary>
            Gets or sets exempt app locker files.
            Another way to input exempt apps through xml files
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.ExemptAppLockerFilesNextLink">
            <summary>
            Gets or sets exemptAppLockerFilesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.ProtectedAppLockerFiles">
            <summary>
            Gets or sets protected app locker files.
            Another way to input protected apps through xml files
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.ProtectedAppLockerFilesNextLink">
            <summary>
            Gets or sets protectedAppLockerFilesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionApp">
            <summary>
            The type WindowsInformationProtectionApp.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionApp.#ctor">
            <summary>
             The internal WindowsInformationProtectionApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionApp.Denied">
            <summary>
            Gets or sets denied.
            If true, app is denied protection or exemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionApp.Description">
            <summary>
            Gets or sets description.
            The app's description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionApp.DisplayName">
            <summary>
            Gets or sets displayName.
            App display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionApp.ProductName">
            <summary>
            Gets or sets productName.
            The product name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionApp.PublisherName">
            <summary>
            Gets or sets publisherName.
            The publisher name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionApp.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionApp.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAppLearningSummary">
            <summary>
            The type Windows Information Protection App Learning Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLearningSummary.ApplicationName">
            <summary>
            Gets or sets application name.
            Application Name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLearningSummary.ApplicationType">
            <summary>
            Gets or sets application type.
            Application Type. Possible values are: universal, desktop.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLearningSummary.DeviceCount">
            <summary>
            Gets or sets device count.
            Device Count
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAppLockerFile">
            <summary>
            The type Windows Information Protection App Locker File.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLockerFile.DisplayName">
            <summary>
            Gets or sets display name.
            The friendly name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLockerFile.File">
            <summary>
            Gets or sets file.
            File as a byte array
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLockerFile.FileHash">
            <summary>
            Gets or sets file hash.
            SHA256 hash of the file
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLockerFile.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignRequestBody">
            <summary>
            The type WindowsInformationProtectionAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAssignRequestBody.Assignments">
            <summary>
            Gets or sets Assignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionDataRecoveryCertificate">
            <summary>
            The type WindowsInformationProtectionDataRecoveryCertificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDataRecoveryCertificate.Certificate">
            <summary>
            Gets or sets certificate.
            Data recovery Certificate
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDataRecoveryCertificate.Description">
            <summary>
            Gets or sets description.
            Data recovery Certificate description
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDataRecoveryCertificate.ExpirationDateTime">
            <summary>
            Gets or sets expirationDateTime.
            Data recovery Certificate expiration datetime
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDataRecoveryCertificate.SubjectName">
            <summary>
            Gets or sets subjectName.
            Data recovery Certificate subject name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDataRecoveryCertificate.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDataRecoveryCertificate.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionDesktopApp">
            <summary>
            The type WindowsInformationProtectionDesktopApp.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionDesktopApp.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.WindowsInformationProtectionDesktopApp"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDesktopApp.BinaryName">
            <summary>
            Gets or sets binaryName.
            The binary name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDesktopApp.BinaryVersionHigh">
            <summary>
            Gets or sets binaryVersionHigh.
            The high binary version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDesktopApp.BinaryVersionLow">
            <summary>
            Gets or sets binaryVersionLow.
            The lower binary version.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionEnforcementLevel">
            <summary>
            The enum WindowsInformationProtectionEnforcementLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionEnforcementLevel.NoProtection">
            <summary>
            No Protection
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionEnforcementLevel.EncryptAndAuditOnly">
            <summary>
            Encrypt And Audit Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionEnforcementLevel.EncryptAuditAndPrompt">
            <summary>
            Encrypt Audit And Prompt
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionEnforcementLevel.EncryptAuditAndBlock">
            <summary>
            Encrypt Audit And Block
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionIPRangeCollection">
            <summary>
            The type WindowsInformationProtectionIPRangeCollection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionIPRangeCollection.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionIPRangeCollection.Ranges">
            <summary>
            Gets or sets ranges.
            Collection of ip ranges
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionIPRangeCollection.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionIPRangeCollection.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary">
            <summary>
            The type Windows Information Protection Network Learning Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary.DeviceCount">
            <summary>
            Gets or sets device count.
            Device Count
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary.Url">
            <summary>
            Gets or sets url.
            Website url
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionPinCharacterRequirements">
            <summary>
            The enum WindowsInformationProtectionPinCharacterRequirements.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionPinCharacterRequirements.NotAllow">
            <summary>
            Not Allow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionPinCharacterRequirements.RequireAtLeastOne">
            <summary>
            Require At Least One
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionPinCharacterRequirements.Allow">
            <summary>
            Allow
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionPolicy">
            <summary>
            The type Windows Information Protection Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicy.#ctor">
            <summary>
             The WindowsInformationProtectionPolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.DaysWithoutContactBeforeUnenroll">
            <summary>
            Gets or sets days without contact before unenroll.
            Offline interval before app data is wiped (days)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.MdmEnrollmentUrl">
            <summary>
            Gets or sets mdm enrollment url.
            Enrollment url for the MDM
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.MinutesOfInactivityBeforeDeviceLock">
            <summary>
            Gets or sets minutes of inactivity before device lock.
            Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked.   Range is an integer X where 0 &amp;lt;= X &amp;lt;= 999.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.NumberOfPastPinsRemembered">
            <summary>
            Gets or sets number of past pins remembered.
            Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.PasswordMaximumAttemptCount">
            <summary>
            Gets or sets password maximum attempt count.
            The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &amp;lt;= X &amp;lt;= 16 for desktop and 0 &amp;lt;= X &amp;lt;= 999 for mobile devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.PinExpirationDays">
            <summary>
            Gets or sets pin expiration days.
            Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.PinLowercaseLetters">
            <summary>
            Gets or sets pin lowercase letters.
            Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow. Possible values are: notAllow, requireAtLeastOne, allow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.PinMinimumLength">
            <summary>
            Gets or sets pin minimum length.
            Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.PinSpecialCharacters">
            <summary>
            Gets or sets pin special characters.
            Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! ' # $ % &amp; ' ( )  + , - . / : ; &amp;lt; = &amp;gt; ? @ [ / ] ^  ` {
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.PinUppercaseLetters">
            <summary>
            Gets or sets pin uppercase letters.
            Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow. Possible values are: notAllow, requireAtLeastOne, allow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.RevokeOnMdmHandoffDisabled">
            <summary>
            Gets or sets revoke on mdm handoff disabled.
            New property in RS2, pending documentation
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.WindowsHelloForBusinessBlocked">
            <summary>
            Gets or sets windows hello for business blocked.
            Boolean value that sets Windows Hello for Business as a method for signing into Windows.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionProxiedDomainCollection">
            <summary>
            The type WindowsInformationProtectionProxiedDomainCollection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProxiedDomainCollection.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProxiedDomainCollection.ProxiedDomains">
            <summary>
            Gets or sets proxiedDomains.
            Collection of proxied domains
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProxiedDomainCollection.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProxiedDomainCollection.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionResourceCollection">
            <summary>
            The type WindowsInformationProtectionResourceCollection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionResourceCollection.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionResourceCollection.Resources">
            <summary>
            Gets or sets resources.
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionResourceCollection.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionResourceCollection.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionStoreApp">
            <summary>
            The type WindowsInformationProtectionStoreApp.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionStoreApp.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.WindowsInformationProtectionStoreApp"/> class.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsMicrosoftEdgeApp">
            <summary>
            The type Windows Microsoft Edge App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeApp.#ctor">
            <summary>
             The WindowsMicrosoftEdgeApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMicrosoftEdgeApp.Channel">
            <summary>
            Gets or sets channel.
            The channel to install on target devices. The possible values are dev, beta, and stable. By default, this property is set to dev. Possible values are: dev, beta, stable, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMicrosoftEdgeApp.DisplayLanguageLocale">
            <summary>
            Gets or sets display language locale.
            The language locale to use when the Edge app displays text to the user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsMinimumOperatingSystem">
            <summary>
            The type WindowsMinimumOperatingSystem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMinimumOperatingSystem.V10_0">
            <summary>
            Gets or sets v10_0.
            Windows version 10.0 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMinimumOperatingSystem.V8_0">
            <summary>
            Gets or sets v8_0.
            Windows version 8.0 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMinimumOperatingSystem.V8_1">
            <summary>
            Gets or sets v8_1.
            Windows version 8.1 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMinimumOperatingSystem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMinimumOperatingSystem.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsMobileMSI">
            <summary>
            The type Windows Mobile MSI.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSI.#ctor">
            <summary>
             The WindowsMobileMSI constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMobileMSI.CommandLine">
            <summary>
            Gets or sets command line.
            The command line.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMobileMSI.IgnoreVersionDetection">
            <summary>
            Gets or sets ignore version detection.
            A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMobileMSI.ProductCode">
            <summary>
            Gets or sets product code.
            The product code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMobileMSI.ProductVersion">
            <summary>
            Gets or sets product version.
            The product version of Windows Mobile MSI Line of Business (LoB) app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81CompliancePolicy">
            <summary>
            The type Windows Phone81Compliance Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicy.#ctor">
            <summary>
             The WindowsPhone81CompliancePolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum Windows Phone version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum Windows Phone version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Whether or not to block syncing the calendar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum length of passwords.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordRequired">
            <summary>
            Gets or sets password required.
            Whether or not to require a password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Require encryption on windows phone devices.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81CustomConfiguration">
            <summary>
            The type Windows Phone81Custom Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfiguration.#ctor">
            <summary>
             The WindowsPhone81CustomConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CustomConfiguration.OmaSettings">
            <summary>
            Gets or sets oma settings.
            OMA settings. This collection can contain a maximum of 1000 elements.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81GeneralConfiguration">
            <summary>
            The type Windows Phone81General Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfiguration.#ctor">
            <summary>
             The WindowsPhone81GeneralConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.ApplyOnlyToWindowsPhone81">
            <summary>
            Gets or sets apply only to windows phone81.
            Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.AppsBlockCopyPaste">
            <summary>
            Gets or sets apps block copy paste.
            Indicates whether or not to block copy paste.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.BluetoothBlocked">
            <summary>
            Gets or sets bluetooth blocked.
            Indicates whether or not to block bluetooth.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.CameraBlocked">
            <summary>
            Gets or sets camera blocked.
            Indicates whether or not to block camera.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.CellularBlockWifiTethering">
            <summary>
            Gets or sets cellular block wifi tethering.
            Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.CompliantAppListType">
            <summary>
            Gets or sets compliant app list type.
            List that is in the AppComplianceList. Possible values are: none, appsInListCompliant, appsNotInListCompliant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.CompliantAppsList">
            <summary>
            Gets or sets compliant apps list.
            List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.DiagnosticDataBlockSubmission">
            <summary>
            Gets or sets diagnostic data block submission.
            Indicates whether or not to block diagnostic data submission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.EmailBlockAddingAccounts">
            <summary>
            Gets or sets email block adding accounts.
            Indicates whether or not to block custom email accounts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.LocationServicesBlocked">
            <summary>
            Gets or sets location services blocked.
            Indicates whether or not to block location services.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.MicrosoftAccountBlocked">
            <summary>
            Gets or sets microsoft account blocked.
            Indicates whether or not to block using a Microsoft Account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.NfcBlocked">
            <summary>
            Gets or sets nfc blocked.
            Indicates whether or not to block Near-Field Communication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Indicates whether or not to block syncing the calendar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            Number of character sets a password must contain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum length of passwords.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets password minutes of inactivity before screen timeout.
            Minutes of inactivity before screen timeout.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordRequired">
            <summary>
            Gets or sets password required.
            Indicates whether or not to require a password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            Password type that is required. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordSignInFailureCountBeforeFactoryReset">
            <summary>
            Gets or sets password sign in failure count before factory reset.
            Number of sign in failures allowed before factory reset.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.ScreenCaptureBlocked">
            <summary>
            Gets or sets screen capture blocked.
            Indicates whether or not to block screenshots.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.StorageBlockRemovableStorage">
            <summary>
            Gets or sets storage block removable storage.
            Indicates whether or not to block removable storage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Indicates whether or not to require encryption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.WebBrowserBlocked">
            <summary>
            Gets or sets web browser blocked.
            Indicates whether or not to block the web browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.WifiBlockAutomaticConnectHotspots">
            <summary>
            Gets or sets wifi block automatic connect hotspots.
            Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.WifiBlocked">
            <summary>
            Gets or sets wifi blocked.
            Indicates whether or not to block Wi-Fi.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.WifiBlockHotspotReporting">
            <summary>
            Gets or sets wifi block hotspot reporting.
            Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.WindowsStoreBlocked">
            <summary>
            Gets or sets windows store blocked.
            Indicates whether or not to block the Windows Store.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsSpotlightEnablementSettings">
            <summary>
            The enum WindowsSpotlightEnablementSettings.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsSpotlightEnablementSettings.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsSpotlightEnablementSettings.Disabled">
            <summary>
            Disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsSpotlightEnablementSettings.Enabled">
            <summary>
            Enabled
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsStartMenuAppListVisibilityType">
            <summary>
            The enum WindowsStartMenuAppListVisibilityType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuAppListVisibilityType.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuAppListVisibilityType.Collapse">
            <summary>
            Collapse
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuAppListVisibilityType.Remove">
            <summary>
            Remove
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuAppListVisibilityType.DisableSettingsApp">
            <summary>
            Disable Settings App
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsStartMenuModeType">
            <summary>
            The enum WindowsStartMenuModeType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuModeType.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuModeType.FullScreen">
            <summary>
            Full Screen
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuModeType.NonFullScreen">
            <summary>
            Non Full Screen
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUniversalAppX">
            <summary>
            The type Windows Universal App X.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppX.#ctor">
            <summary>
             The WindowsUniversalAppX constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.ApplicableArchitectures">
            <summary>
            Gets or sets applicable architectures.
            The Windows architecture(s) for which this app can run on. Possible values are: none, x86, x64, arm, neutral.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.ApplicableDeviceTypes">
            <summary>
            Gets or sets applicable device types.
            The Windows device type(s) for which this app can run on. Possible values are: none, desktop, mobile, holographic, team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.IdentityName">
            <summary>
            Gets or sets identity name.
            The Identity Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.IdentityPublisherHash">
            <summary>
            Gets or sets identity publisher hash.
            The Identity Publisher Hash.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.IdentityResourceIdentifier">
            <summary>
            Gets or sets identity resource identifier.
            The Identity Resource Identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.IdentityVersion">
            <summary>
            Gets or sets identity version.
            The identity version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.IsBundle">
            <summary>
            Gets or sets is bundle.
            Whether or not the app is a bundle.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.CommittedContainedApps">
            <summary>
            Gets or sets committed contained apps.
            The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.CommittedContainedAppsNextLink">
            <summary>
            Gets or sets committedContainedAppsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUniversalAppXContainedApp">
            <summary>
            The type Windows Universal App XContained App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedApp.#ctor">
            <summary>
             The WindowsUniversalAppXContainedApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppXContainedApp.AppUserModelId">
            <summary>
            Gets or sets app user model id.
            The app user model ID of the contained app of a WindowsUniversalAppX app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateActiveHoursInstall">
            <summary>
            The type WindowsUpdateActiveHoursInstall.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateActiveHoursInstall.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.WindowsUpdateActiveHoursInstall"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateActiveHoursInstall.ActiveHoursEnd">
            <summary>
            Gets or sets activeHoursEnd.
            Active Hours End
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateActiveHoursInstall.ActiveHoursStart">
            <summary>
            Gets or sets activeHoursStart.
            Active Hours Start
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateForBusinessConfiguration">
            <summary>
            The type Windows Update For Business Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.#ctor">
            <summary>
             The WindowsUpdateForBusinessConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.AllowWindows11Upgrade">
            <summary>
            Gets or sets allow windows11upgrade.
            When TRUE, allows eligible Windows 10 devices to upgrade to Windows 11. When FALSE, implies the device stays on the existing operating system. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.AutomaticUpdateMode">
            <summary>
            Gets or sets automatic update mode.
            The Automatic Update Mode. Possible values are: UserDefined, NotifyDownload, AutoInstallAtMaintenanceTime, AutoInstallAndRebootAtMaintenanceTime, AutoInstallAndRebootAtScheduledTime, AutoInstallAndRebootWithoutEndUserControl, WindowsDefault. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: userDefined, notifyDownload, autoInstallAtMaintenanceTime, autoInstallAndRebootAtMaintenanceTime, autoInstallAndRebootAtScheduledTime, autoInstallAndRebootWithoutEndUserControl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.AutoRestartNotificationDismissal">
            <summary>
            Gets or sets auto restart notification dismissal.
            Specify the method by which the auto-restart required notification is dismissed. Possible values are: NotConfigured, Automatic, User. Returned by default. Query parameters are not supported. Possible values are: notConfigured, automatic, user, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.BusinessReadyUpdatesOnly">
            <summary>
            Gets or sets business ready updates only.
            Determines which branch devices will receive their updates from. Possible values are: UserDefined, All, BusinessReadyOnly, WindowsInsiderBuildFast, WindowsInsiderBuildSlow, WindowsInsiderBuildRelease. Returned by default. Query parameters are not supported. Possible values are: userDefined, all, businessReadyOnly, windowsInsiderBuildFast, windowsInsiderBuildSlow, windowsInsiderBuildRelease.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.DeadlineForFeatureUpdatesInDays">
            <summary>
            Gets or sets deadline for feature updates in days.
            Number of days before feature updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.DeadlineForQualityUpdatesInDays">
            <summary>
            Gets or sets deadline for quality updates in days.
            Number of days before quality updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.DeadlineGracePeriodInDays">
            <summary>
            Gets or sets deadline grace period in days.
            Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.DeliveryOptimizationMode">
            <summary>
            Gets or sets delivery optimization mode.
            The Delivery Optimization Mode. Possible values are: UserDefined, HttpOnly, HttpWithPeeringNat, HttpWithPeeringPrivateGroup, HttpWithInternetPeering, SimpleDownload, BypassMode. UserDefined allows the user to set. Returned by default. Query parameters are not supported. Possible values are: userDefined, httpOnly, httpWithPeeringNat, httpWithPeeringPrivateGroup, httpWithInternetPeering, simpleDownload, bypassMode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.DriversExcluded">
            <summary>
            Gets or sets drivers excluded.
            When TRUE, excludes Windows update Drivers. When FALSE, does not exclude Windows update Drivers. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.EngagedRestartDeadlineInDays">
            <summary>
            Gets or sets engaged restart deadline in days.
            Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.EngagedRestartSnoozeScheduleInDays">
            <summary>
            Gets or sets engaged restart snooze schedule in days.
            Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.EngagedRestartTransitionScheduleInDays">
            <summary>
            Gets or sets engaged restart transition schedule in days.
            Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.FeatureUpdatesDeferralPeriodInDays">
            <summary>
            Gets or sets feature updates deferral period in days.
            Defer Feature Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.FeatureUpdatesPaused">
            <summary>
            Gets or sets feature updates paused.
            When TRUE, assigned devices are paused from receiving feature updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Feature Updates. Returned by default. Query parameters are not supported.s
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.FeatureUpdatesPauseExpiryDateTime">
            <summary>
            Gets or sets feature updates pause expiry date time.
            The Feature Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.FeatureUpdatesPauseStartDate">
            <summary>
            Gets or sets feature updates pause start date.
            The Feature Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.FeatureUpdatesRollbackStartDateTime">
            <summary>
            Gets or sets feature updates rollback start date time.
            The Feature Updates Rollback Start datetime.This value is the time when the admin rolled back the Feature update for the ring.Returned by default.Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.FeatureUpdatesRollbackWindowInDays">
            <summary>
            Gets or sets feature updates rollback window in days.
            The number of days after a Feature Update for which a rollback is valid with valid range from 2 to 60 days. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.FeatureUpdatesWillBeRolledBack">
            <summary>
            Gets or sets feature updates will be rolled back.
            When TRUE, rollback Feature Updates on the next device check in. When FALSE, do not rollback Feature Updates on the next device check in. Returned by default.Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.InstallationSchedule">
            <summary>
            Gets or sets installation schedule.
            The Installation Schedule. Possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.MicrosoftUpdateServiceAllowed">
            <summary>
            Gets or sets microsoft update service allowed.
            When TRUE, allows Microsoft Update Service. When FALSE, does not allow Microsoft Update Service. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.PostponeRebootUntilAfterDeadline">
            <summary>
            Gets or sets postpone reboot until after deadline.
            When TRUE the device should wait until deadline for rebooting outside of active hours. When FALSE the device should not wait until deadline for rebooting outside of active hours. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.PrereleaseFeatures">
            <summary>
            Gets or sets prerelease features.
            The Pre-Release Features. Possible values are: UserDefined, SettingsOnly, SettingsAndExperimentations, NotAllowed. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: userDefined, settingsOnly, settingsAndExperimentations, notAllowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.QualityUpdatesDeferralPeriodInDays">
            <summary>
            Gets or sets quality updates deferral period in days.
            Defer Quality Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.QualityUpdatesPaused">
            <summary>
            Gets or sets quality updates paused.
            When TRUE, assigned devices are paused from receiving quality updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Quality Updates. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.QualityUpdatesPauseExpiryDateTime">
            <summary>
            Gets or sets quality updates pause expiry date time.
            The Quality Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.QualityUpdatesPauseStartDate">
            <summary>
            Gets or sets quality updates pause start date.
            The Quality Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.QualityUpdatesRollbackStartDateTime">
            <summary>
            Gets or sets quality updates rollback start date time.
            The Quality Updates Rollback Start datetime. This value is the time when the admin rolled back the Quality update for the ring. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.QualityUpdatesWillBeRolledBack">
            <summary>
            Gets or sets quality updates will be rolled back.
            When TRUE, rollback Quality Updates on the next device check in. When FALSE, do not rollback Quality Updates on the next device check in. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.ScheduleImminentRestartWarningInMinutes">
            <summary>
            Gets or sets schedule imminent restart warning in minutes.
            Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes). Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.ScheduleRestartWarningInHours">
            <summary>
            Gets or sets schedule restart warning in hours.
            Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours). Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.SkipChecksBeforeRestart">
            <summary>
            Gets or sets skip checks before restart.
            When TRUE, skips all checks before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. When FALSE, does not skip all checks before restart. Returned by default. Query parameters are not supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.UpdateNotificationLevel">
            <summary>
            Gets or sets update notification level.
            Specifies what Windows Update notifications users see. Possible values are: NotConfigured, DefaultNotifications, RestartWarningsOnly, DisableAllNotifications. Returned by default. Query parameters are not supported. Possible values are: notConfigured, defaultNotifications, restartWarningsOnly, disableAllNotifications, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.UpdateWeeks">
            <summary>
            Gets or sets update weeks.
            Schedule the update installation on the weeks of the month. Possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. Possible values are: userDefined, firstWeek, secondWeek, thirdWeek, fourthWeek, everyWeek, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.UserPauseAccess">
            <summary>
            Gets or sets user pause access.
            Specifies whether to enable end user’s access to pause software updates. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: notConfigured, enabled, disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.UserWindowsUpdateScanAccess">
            <summary>
            Gets or sets user windows update scan access.
            Specifies whether to disable user’s access to scan Windows Update. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: notConfigured, enabled, disabled.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateForBusinessUpdateWeeks">
            <summary>
            The enum WindowsUpdateForBusinessUpdateWeeks.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateForBusinessUpdateWeeks.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateForBusinessUpdateWeeks.FirstWeek">
            <summary>
            First Week
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateForBusinessUpdateWeeks.SecondWeek">
            <summary>
            Second Week
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateForBusinessUpdateWeeks.ThirdWeek">
            <summary>
            Third Week
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateForBusinessUpdateWeeks.FourthWeek">
            <summary>
            Fourth Week
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateForBusinessUpdateWeeks.EveryWeek">
            <summary>
            Every Week
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateForBusinessUpdateWeeks.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateInstallScheduleType">
            <summary>
            The type WindowsUpdateInstallScheduleType.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateInstallScheduleType.#ctor">
            <summary>
             The internal WindowsUpdateInstallScheduleType constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateInstallScheduleType.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateInstallScheduleType.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateNotificationDisplayOption">
            <summary>
            The enum WindowsUpdateNotificationDisplayOption.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateNotificationDisplayOption.NotConfigured">
            <summary>
            Not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateNotificationDisplayOption.DefaultNotifications">
            <summary>
            Default Notifications
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateNotificationDisplayOption.RestartWarningsOnly">
            <summary>
            Restart Warnings Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateNotificationDisplayOption.DisableAllNotifications">
            <summary>
            Disable All Notifications
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateNotificationDisplayOption.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateScheduledInstall">
            <summary>
            The type WindowsUpdateScheduledInstall.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateScheduledInstall.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.WindowsUpdateScheduledInstall"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateScheduledInstall.ScheduledInstallDay">
            <summary>
            Gets or sets scheduledInstallDay.
            Scheduled Install Day in week. Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateScheduledInstall.ScheduledInstallTime">
            <summary>
            Gets or sets scheduledInstallTime.
            Scheduled Install Time during day
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateType">
            <summary>
            The enum WindowsUpdateType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateType.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateType.All">
            <summary>
            All
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateType.BusinessReadyOnly">
            <summary>
            Business Ready Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateType.WindowsInsiderBuildFast">
            <summary>
            Windows Insider Build Fast
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateType.WindowsInsiderBuildSlow">
            <summary>
            Windows Insider Build Slow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateType.WindowsInsiderBuildRelease">
            <summary>
            Windows Insider Build Release
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUserAccountControlSettings">
            <summary>
            The enum WindowsUserAccountControlSettings.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUserAccountControlSettings.UserDefined">
            <summary>
            User Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUserAccountControlSettings.AlwaysNotify">
            <summary>
            Always Notify
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUserAccountControlSettings.NotifyOnAppChanges">
            <summary>
            Notify On App Changes
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUserAccountControlSettings.NotifyOnAppChangesWithoutDimming">
            <summary>
            Notify On App Changes Without Dimming
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUserAccountControlSettings.NeverNotify">
            <summary>
            Never Notify
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Workbook">
            <summary>
            The type Workbook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.Application">
            <summary>
            Gets or sets application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.Comments">
            <summary>
            Gets or sets comments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.CommentsNextLink">
            <summary>
            Gets or sets commentsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.Functions">
            <summary>
            Gets or sets functions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.Names">
            <summary>
            Gets or sets names.
            Represents a collection of workbooks scoped named items (named ranges and constants). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.NamesNextLink">
            <summary>
            Gets or sets namesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.Operations">
            <summary>
            Gets or sets operations.
            The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.OperationsNextLink">
            <summary>
            Gets or sets operationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.Tables">
            <summary>
            Gets or sets tables.
            Represents a collection of tables associated with the workbook. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.TablesNextLink">
            <summary>
            Gets or sets tablesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.Worksheets">
            <summary>
            Gets or sets worksheets.
            Represents a collection of worksheets associated with the workbook. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.WorksheetsNextLink">
            <summary>
            Gets or sets worksheetsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookApplication">
            <summary>
            The type Workbook Application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookApplication.CalculationMode">
            <summary>
            Gets or sets calculation mode.
            Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookApplicationCalculateRequestBody">
            <summary>
            The type WorkbookApplicationCalculateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookApplicationCalculateRequestBody.CalculationType">
            <summary>
            Gets or sets CalculationType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChart">
            <summary>
            The type Workbook Chart.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Height">
            <summary>
            Gets or sets height.
            Represents the height, in points, of the chart object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Left">
            <summary>
            Gets or sets left.
            The distance, in points, from the left side of the chart to the worksheet origin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Name">
            <summary>
            Gets or sets name.
            Represents the name of a chart object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Top">
            <summary>
            Gets or sets top.
            Represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Width">
            <summary>
            Gets or sets width.
            Represents the width, in points, of the chart object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Axes">
            <summary>
            Gets or sets axes.
            Represents chart axes. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.DataLabels">
            <summary>
            Gets or sets data labels.
            Represents the datalabels on the chart. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Format">
            <summary>
            Gets or sets format.
            Encapsulates the format properties for the chart area. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Legend">
            <summary>
            Gets or sets legend.
            Represents the legend for the chart. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Series">
            <summary>
            Gets or sets series.
            Represents either a single series or collection of series in the chart. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.SeriesNextLink">
            <summary>
            Gets or sets seriesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Title">
            <summary>
            Gets or sets title.
            Represents the title of the specified chart, including the text, visibility, position and formating of the title. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Worksheet">
            <summary>
            Gets or sets worksheet.
            The worksheet containing the current chart. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAddRequestBody">
            <summary>
            The type WorkbookChartAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAddRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAddRequestBody.SourceData">
            <summary>
            Gets or sets SourceData.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAddRequestBody.SeriesBy">
            <summary>
            Gets or sets SeriesBy.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAreaFormat">
            <summary>
            The type Workbook Chart Area Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAreaFormat.Fill">
            <summary>
            Gets or sets fill.
            Represents the fill format of an object, which includes background formatting information. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAreaFormat.Font">
            <summary>
            Gets or sets font.
            Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxes">
            <summary>
            The type Workbook Chart Axes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxes.CategoryAxis">
            <summary>
            Gets or sets category axis.
            Represents the category axis in a chart. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxes.SeriesAxis">
            <summary>
            Gets or sets series axis.
            Represents the series axis of a 3-dimensional chart. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxes.ValueAxis">
            <summary>
            Gets or sets value axis.
            Represents the value axis in an axis. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxis">
            <summary>
            The type Workbook Chart Axis.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.MajorUnit">
            <summary>
            Gets or sets major unit.
            Represents the interval between two major tick marks. Can be set to a numeric value or an empty string.  The returned value is always a number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.Maximum">
            <summary>
            Gets or sets maximum.
            Represents the maximum value on the value axis.  Can be set to a numeric value or an empty string (for automatic axis values).  The returned value is always a number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.Minimum">
            <summary>
            Gets or sets minimum.
            Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values).  The returned value is always a number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.MinorUnit">
            <summary>
            Gets or sets minor unit.
            Represents the interval between two minor tick marks. 'Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.Format">
            <summary>
            Gets or sets format.
            Represents the formatting of a chart object, which includes line and font formatting. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.MajorGridlines">
            <summary>
            Gets or sets major gridlines.
            Returns a gridlines object that represents the major gridlines for the specified axis. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.MinorGridlines">
            <summary>
            Gets or sets minor gridlines.
            Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.Title">
            <summary>
            Gets or sets title.
            Represents the axis title. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisFormat">
            <summary>
            The type Workbook Chart Axis Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisFormat.Font">
            <summary>
            Gets or sets font.
            Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisFormat.Line">
            <summary>
            Gets or sets line.
            Represents chart line formatting. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisTitle">
            <summary>
            The type Workbook Chart Axis Title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisTitle.Text">
            <summary>
            Gets or sets text.
            Represents the axis title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisTitle.Visible">
            <summary>
            Gets or sets visible.
            A boolean that specifies the visibility of an axis title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisTitle.Format">
            <summary>
            Gets or sets format.
            Represents the formatting of chart axis title. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisTitleFormat">
            <summary>
            The type Workbook Chart Axis Title Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisTitleFormat.Font">
            <summary>
            Gets or sets font.
            Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartDataLabelFormat">
            <summary>
            The type Workbook Chart Data Label Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabelFormat.Fill">
            <summary>
            Gets or sets fill.
            Represents the fill format of the current chart data label. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabelFormat.Font">
            <summary>
            Gets or sets font.
            Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartDataLabels">
            <summary>
            The type Workbook Chart Data Labels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.Position">
            <summary>
            Gets or sets position.
            DataLabelPosition value that represents the position of the data label. The possible values are: None, Center, InsideEnd, InsideBase, OutsideEnd, Left, Right, Top, Bottom, BestFit, Callout.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.Separator">
            <summary>
            Gets or sets separator.
            String representing the separator used for the data labels on a chart.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.ShowBubbleSize">
            <summary>
            Gets or sets show bubble size.
            Boolean value representing if the data label bubble size is visible or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.ShowCategoryName">
            <summary>
            Gets or sets show category name.
            Boolean value representing if the data label category name is visible or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.ShowLegendKey">
            <summary>
            Gets or sets show legend key.
            Boolean value representing if the data label legend key is visible or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.ShowPercentage">
            <summary>
            Gets or sets show percentage.
            Boolean value representing if the data label percentage is visible or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.ShowSeriesName">
            <summary>
            Gets or sets show series name.
            Boolean value representing if the data label series name is visible or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.ShowValue">
            <summary>
            Gets or sets show value.
            Boolean value representing if the data label value is visible or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.Format">
            <summary>
            Gets or sets format.
            Represents the format of chart data labels, which includes fill and font formatting. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFill">
            <summary>
            The type Workbook Chart Fill.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillSetSolidColorRequestBody">
            <summary>
            The type WorkbookChartFillSetSolidColorRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFillSetSolidColorRequestBody.Color">
            <summary>
            Gets or sets Color.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFont">
            <summary>
            The type Workbook Chart Font.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFont.Bold">
            <summary>
            Gets or sets bold.
            Represents the bold status of font.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFont.Color">
            <summary>
            Gets or sets color.
            HTML color code representation of the text color. E.g. #FF0000 represents Red.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFont.Italic">
            <summary>
            Gets or sets italic.
            Represents the italic status of the font.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFont.Name">
            <summary>
            Gets or sets name.
            Font name (e.g. 'Calibri')
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFont.Size">
            <summary>
            Gets or sets size.
            Size of the font (e.g. 11)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFont.Underline">
            <summary>
            Gets or sets underline.
            Type of underline applied to the font. The possible values are: None, Single.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartGridlines">
            <summary>
            The type Workbook Chart Gridlines.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartGridlines.Visible">
            <summary>
            Gets or sets visible.
            Boolean value representing if the axis gridlines are visible or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartGridlines.Format">
            <summary>
            Gets or sets format.
            Represents the formatting of chart gridlines. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartGridlinesFormat">
            <summary>
            The type Workbook Chart Gridlines Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartGridlinesFormat.Line">
            <summary>
            Gets or sets line.
            Represents chart line formatting. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLegend">
            <summary>
            The type Workbook Chart Legend.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegend.Overlay">
            <summary>
            Gets or sets overlay.
            Boolean value for whether the chart legend should overlap with the main body of the chart.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegend.Position">
            <summary>
            Gets or sets position.
            Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegend.Visible">
            <summary>
            Gets or sets visible.
            A boolean value the represents the visibility of a ChartLegend object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegend.Format">
            <summary>
            Gets or sets format.
            Represents the formatting of a chart legend, which includes fill and font formatting. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLegendFormat">
            <summary>
            The type Workbook Chart Legend Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegendFormat.Fill">
            <summary>
            Gets or sets fill.
            Represents the fill format of an object, which includes background formating information. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegendFormat.Font">
            <summary>
            Gets or sets font.
            Represents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLineFormat">
            <summary>
            The type Workbook Chart Line Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLineFormat.Color">
            <summary>
            Gets or sets color.
            HTML color code representing the color of lines in the chart.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPoint">
            <summary>
            The type Workbook Chart Point.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartPoint.Value">
            <summary>
            Gets or sets value.
            Returns the value of a chart point. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartPoint.Format">
            <summary>
            Gets or sets format.
            Encapsulates the format properties chart point. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointFormat">
            <summary>
            The type Workbook Chart Point Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartPointFormat.Fill">
            <summary>
            Gets or sets fill.
            Represents the fill format of a chart, which includes background formating information. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeries">
            <summary>
            The type Workbook Chart Series.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeries.Name">
            <summary>
            Gets or sets name.
            Represents the name of a series in a chart.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeries.Format">
            <summary>
            Gets or sets format.
            Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeries.Points">
            <summary>
            Gets or sets points.
            Represents a collection of all points in the series. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeries.PointsNextLink">
            <summary>
            Gets or sets pointsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesFormat">
            <summary>
            The type Workbook Chart Series Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesFormat.Fill">
            <summary>
            Gets or sets fill.
            Represents the fill format of a chart series, which includes background formating information. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesFormat.Line">
            <summary>
            Gets or sets line.
            Represents line formatting. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSetDataRequestBody">
            <summary>
            The type WorkbookChartSetDataRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSetDataRequestBody.SourceData">
            <summary>
            Gets or sets SourceData.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSetDataRequestBody.SeriesBy">
            <summary>
            Gets or sets SeriesBy.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSetPositionRequestBody">
            <summary>
            The type WorkbookChartSetPositionRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSetPositionRequestBody.StartCell">
            <summary>
            Gets or sets StartCell.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSetPositionRequestBody.EndCell">
            <summary>
            Gets or sets EndCell.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartTitle">
            <summary>
            The type Workbook Chart Title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitle.Overlay">
            <summary>
            Gets or sets overlay.
            Boolean value representing if the chart title will overlay the chart or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitle.Text">
            <summary>
            Gets or sets text.
            Represents the title text of a chart.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitle.Visible">
            <summary>
            Gets or sets visible.
            A boolean value the represents the visibility of a chart title object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitle.Format">
            <summary>
            Gets or sets format.
            Represents the formatting of a chart title, which includes fill and font formatting. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartTitleFormat">
            <summary>
            The type Workbook Chart Title Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitleFormat.Fill">
            <summary>
            Gets or sets fill.
            Represents the fill format of an object, which includes background formatting information. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitleFormat.Font">
            <summary>
            Gets or sets font.
            Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookComment">
            <summary>
            The type Workbook Comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookComment.Content">
            <summary>
            Gets or sets content.
            The content of comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookComment.ContentType">
            <summary>
            Gets or sets content type.
            Indicates the type for the comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookComment.Replies">
            <summary>
            Gets or sets replies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookComment.RepliesNextLink">
            <summary>
            Gets or sets repliesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCommentReply">
            <summary>
            The type Workbook Comment Reply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCommentReply.Content">
            <summary>
            Gets or sets content.
            The content of a comment reply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCommentReply.ContentType">
            <summary>
            Gets or sets content type.
            Indicates the type for the comment reply.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCreateSessionRequestBody">
            <summary>
            The type WorkbookCreateSessionRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCreateSessionRequestBody.PersistChanges">
            <summary>
            Gets or sets PersistChanges.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilter">
            <summary>
            The type Workbook Filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilter.Criteria">
            <summary>
            Gets or sets criteria.
            The currently applied filter on the given column. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyBottomItemsFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequestBody.Count">
            <summary>
            Gets or sets Count.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyBottomPercentFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequestBody.Percent">
            <summary>
            Gets or sets Percent.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyCellColorFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequestBody.Color">
            <summary>
            Gets or sets Color.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyCustomFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBody.Criteria1">
            <summary>
            Gets or sets Criteria1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBody.Criteria2">
            <summary>
            Gets or sets Criteria2.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBody.Oper">
            <summary>
            Gets or sets Oper.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyDynamicFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyFontColorFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequestBody.Color">
            <summary>
            Gets or sets Color.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyIconFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyIconFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyIconFilterRequestBody.Icon">
            <summary>
            Gets or sets Icon.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyRequestBody">
            <summary>
            The type WorkbookFilterApplyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyTopItemsFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequestBody.Count">
            <summary>
            Gets or sets Count.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyTopPercentFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequestBody.Percent">
            <summary>
            Gets or sets Percent.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyValuesFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterCriteria">
            <summary>
            The type WorkbookFilterCriteria.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.Color">
            <summary>
            Gets or sets color.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.Criterion1">
            <summary>
            Gets or sets criterion1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.Criterion2">
            <summary>
            Gets or sets criterion2.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.DynamicCriteria">
            <summary>
            Gets or sets dynamicCriteria.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.FilterOn">
            <summary>
            Gets or sets filterOn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.Icon">
            <summary>
            Gets or sets icon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.Operator">
            <summary>
            Gets or sets operator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.Values">
            <summary>
            Gets or sets values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterDatetime">
            <summary>
            The type WorkbookFilterDatetime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterDatetime.Date">
            <summary>
            Gets or sets date.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterDatetime.Specificity">
            <summary>
            Gets or sets specificity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterDatetime.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterDatetime.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFormatProtection">
            <summary>
            The type Workbook Format Protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFormatProtection.FormulaHidden">
            <summary>
            Gets or sets formula hidden.
            Indicates if Excel hides the formula for the cells in the range. A null value indicates that the entire range doesn't have uniform formula hidden setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFormatProtection.Locked">
            <summary>
            Gets or sets locked.
            Indicates if Excel locks the cells in the object. A null value indicates that the entire range doesn't have uniform lock setting.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionResult">
            <summary>
            The type Workbook Function Result.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionResult.Error">
            <summary>
            Gets or sets error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionResult.Value">
            <summary>
            Gets or sets value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctions">
            <summary>
            The type Workbook Functions.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAbsRequestBody">
            <summary>
            The type WorkbookFunctionsAbsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAbsRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBody">
            <summary>
            The type WorkbookFunctionsAccrIntMRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBody.Issue">
            <summary>
            Gets or sets Issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBody.Par">
            <summary>
            Gets or sets Par.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody">
            <summary>
            The type WorkbookFunctionsAccrIntRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.Issue">
            <summary>
            Gets or sets Issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.FirstInterest">
            <summary>
            Gets or sets FirstInterest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.Par">
            <summary>
            Gets or sets Par.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.CalcMethod">
            <summary>
            Gets or sets CalcMethod.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcoshRequestBody">
            <summary>
            The type WorkbookFunctionsAcoshRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcoshRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcosRequestBody">
            <summary>
            The type WorkbookFunctionsAcosRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcosRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcothRequestBody">
            <summary>
            The type WorkbookFunctionsAcothRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcothRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcotRequestBody">
            <summary>
            The type WorkbookFunctionsAcotRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcotRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody">
            <summary>
            The type WorkbookFunctionsAmorDegrcRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.DatePurchased">
            <summary>
            Gets or sets DatePurchased.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.FirstPeriod">
            <summary>
            Gets or sets FirstPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.Period">
            <summary>
            Gets or sets Period.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody">
            <summary>
            The type WorkbookFunctionsAmorLincRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.DatePurchased">
            <summary>
            Gets or sets DatePurchased.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.FirstPeriod">
            <summary>
            Gets or sets FirstPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.Period">
            <summary>
            Gets or sets Period.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAndRequestBody">
            <summary>
            The type WorkbookFunctionsAndRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAndRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsArabicRequestBody">
            <summary>
            The type WorkbookFunctionsArabicRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsArabicRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAreasRequestBody">
            <summary>
            The type WorkbookFunctionsAreasRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAreasRequestBody.Reference">
            <summary>
            Gets or sets Reference.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAscRequestBody">
            <summary>
            The type WorkbookFunctionsAscRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAscRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAsinhRequestBody">
            <summary>
            The type WorkbookFunctionsAsinhRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAsinhRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAsinRequestBody">
            <summary>
            The type WorkbookFunctionsAsinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAsinRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtan2RequestBody">
            <summary>
            The type WorkbookFunctionsAtan2RequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtan2RequestBody.XNum">
            <summary>
            Gets or sets XNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtan2RequestBody.YNum">
            <summary>
            Gets or sets YNum.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtanhRequestBody">
            <summary>
            The type WorkbookFunctionsAtanhRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtanhRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtanRequestBody">
            <summary>
            The type WorkbookFunctionsAtanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtanRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAveDevRequestBody">
            <summary>
            The type WorkbookFunctionsAveDevRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAveDevRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageARequestBody">
            <summary>
            The type WorkbookFunctionsAverageARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBody">
            <summary>
            The type WorkbookFunctionsAverageIfRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBody.Range">
            <summary>
            Gets or sets Range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBody.AverageRange">
            <summary>
            Gets or sets AverageRange.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBody">
            <summary>
            The type WorkbookFunctionsAverageIfsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBody.AverageRange">
            <summary>
            Gets or sets AverageRange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageRequestBody">
            <summary>
            The type WorkbookFunctionsAverageRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBahtTextRequestBody">
            <summary>
            The type WorkbookFunctionsBahtTextRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBahtTextRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBaseRequestBody">
            <summary>
            The type WorkbookFunctionsBaseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBaseRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBaseRequestBody.Radix">
            <summary>
            Gets or sets Radix.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBaseRequestBody.MinLength">
            <summary>
            Gets or sets MinLength.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselIRequestBody">
            <summary>
            The type WorkbookFunctionsBesselIRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselIRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselIRequestBody.N">
            <summary>
            Gets or sets N.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselJRequestBody">
            <summary>
            The type WorkbookFunctionsBesselJRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselJRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselJRequestBody.N">
            <summary>
            Gets or sets N.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselKRequestBody">
            <summary>
            The type WorkbookFunctionsBesselKRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselKRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselKRequestBody.N">
            <summary>
            Gets or sets N.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselYRequestBody">
            <summary>
            The type WorkbookFunctionsBesselYRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselYRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselYRequestBody.N">
            <summary>
            Gets or sets N.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody">
            <summary>
            The type WorkbookFunctionsBeta_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody.Beta">
            <summary>
            Gets or sets Beta.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody.A">
            <summary>
            Gets or sets A.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody.B">
            <summary>
            Gets or sets B.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBody">
            <summary>
            The type WorkbookFunctionsBeta_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBody.Beta">
            <summary>
            Gets or sets Beta.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBody.A">
            <summary>
            Gets or sets A.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBody.B">
            <summary>
            Gets or sets B.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2DecRequestBody">
            <summary>
            The type WorkbookFunctionsBin2DecRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2DecRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBody">
            <summary>
            The type WorkbookFunctionsBin2HexRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBody">
            <summary>
            The type WorkbookFunctionsBin2OctRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBody">
            <summary>
            The type WorkbookFunctionsBinom_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBody.NumberS">
            <summary>
            Gets or sets NumberS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBody.Trials">
            <summary>
            Gets or sets Trials.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBody.ProbabilityS">
            <summary>
            Gets or sets ProbabilityS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBody">
            <summary>
            The type WorkbookFunctionsBinom_Dist_RangeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBody.Trials">
            <summary>
            Gets or sets Trials.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBody.ProbabilityS">
            <summary>
            Gets or sets ProbabilityS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBody.NumberS">
            <summary>
            Gets or sets NumberS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBody.NumberS2">
            <summary>
            Gets or sets NumberS2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBody">
            <summary>
            The type WorkbookFunctionsBinom_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBody.Trials">
            <summary>
            Gets or sets Trials.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBody.ProbabilityS">
            <summary>
            Gets or sets ProbabilityS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitandRequestBody">
            <summary>
            The type WorkbookFunctionsBitandRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitandRequestBody.Number1">
            <summary>
            Gets or sets Number1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitandRequestBody.Number2">
            <summary>
            Gets or sets Number2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBody">
            <summary>
            The type WorkbookFunctionsBitlshiftRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBody.ShiftAmount">
            <summary>
            Gets or sets ShiftAmount.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitorRequestBody">
            <summary>
            The type WorkbookFunctionsBitorRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitorRequestBody.Number1">
            <summary>
            Gets or sets Number1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitorRequestBody.Number2">
            <summary>
            Gets or sets Number2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBody">
            <summary>
            The type WorkbookFunctionsBitrshiftRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBody.ShiftAmount">
            <summary>
            Gets or sets ShiftAmount.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitxorRequestBody">
            <summary>
            The type WorkbookFunctionsBitxorRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitxorRequestBody.Number1">
            <summary>
            Gets or sets Number1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitxorRequestBody.Number2">
            <summary>
            Gets or sets Number2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBody">
            <summary>
            The type WorkbookFunctionsCeiling_MathRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBody.Mode">
            <summary>
            Gets or sets Mode.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBody">
            <summary>
            The type WorkbookFunctionsCeiling_PreciseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCharRequestBody">
            <summary>
            The type WorkbookFunctionsCharRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCharRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBody">
            <summary>
            The type WorkbookFunctionsChiSq_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBody">
            <summary>
            The type WorkbookFunctionsChiSq_Dist_RTRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBody">
            <summary>
            The type WorkbookFunctionsChiSq_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBody">
            <summary>
            The type WorkbookFunctionsChiSq_Inv_RTRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChooseRequestBody">
            <summary>
            The type WorkbookFunctionsChooseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChooseRequestBody.IndexNum">
            <summary>
            Gets or sets IndexNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChooseRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCleanRequestBody">
            <summary>
            The type WorkbookFunctionsCleanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCleanRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCodeRequestBody">
            <summary>
            The type WorkbookFunctionsCodeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCodeRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsColumnsRequestBody">
            <summary>
            The type WorkbookFunctionsColumnsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsColumnsRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCombinaRequestBody">
            <summary>
            The type WorkbookFunctionsCombinaRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCombinaRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCombinaRequestBody.NumberChosen">
            <summary>
            Gets or sets NumberChosen.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCombinRequestBody">
            <summary>
            The type WorkbookFunctionsCombinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCombinRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCombinRequestBody.NumberChosen">
            <summary>
            Gets or sets NumberChosen.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsComplexRequestBody">
            <summary>
            The type WorkbookFunctionsComplexRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsComplexRequestBody.RealNum">
            <summary>
            Gets or sets RealNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsComplexRequestBody.INum">
            <summary>
            Gets or sets INum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsComplexRequestBody.Suffix">
            <summary>
            Gets or sets Suffix.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConcatenateRequestBody">
            <summary>
            The type WorkbookFunctionsConcatenateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConcatenateRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBody">
            <summary>
            The type WorkbookFunctionsConfidence_NormRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBody.Size">
            <summary>
            Gets or sets Size.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBody">
            <summary>
            The type WorkbookFunctionsConfidence_TRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBody.Size">
            <summary>
            Gets or sets Size.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConvertRequestBody">
            <summary>
            The type WorkbookFunctionsConvertRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConvertRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConvertRequestBody.FromUnit">
            <summary>
            Gets or sets FromUnit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConvertRequestBody.ToUnit">
            <summary>
            Gets or sets ToUnit.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoshRequestBody">
            <summary>
            The type WorkbookFunctionsCoshRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoshRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCosRequestBody">
            <summary>
            The type WorkbookFunctionsCosRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCosRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCothRequestBody">
            <summary>
            The type WorkbookFunctionsCothRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCothRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCotRequestBody">
            <summary>
            The type WorkbookFunctionsCotRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCotRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountARequestBody">
            <summary>
            The type WorkbookFunctionsCountARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountBlankRequestBody">
            <summary>
            The type WorkbookFunctionsCountBlankRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountBlankRequestBody.Range">
            <summary>
            Gets or sets Range.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountIfRequestBody">
            <summary>
            The type WorkbookFunctionsCountIfRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountIfRequestBody.Range">
            <summary>
            Gets or sets Range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountIfRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountIfsRequestBody">
            <summary>
            The type WorkbookFunctionsCountIfsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountIfsRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountRequestBody">
            <summary>
            The type WorkbookFunctionsCountRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBody">
            <summary>
            The type WorkbookFunctionsCoupDayBsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBody">
            <summary>
            The type WorkbookFunctionsCoupDaysNcRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBody">
            <summary>
            The type WorkbookFunctionsCoupDaysRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBody">
            <summary>
            The type WorkbookFunctionsCoupNcdRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBody">
            <summary>
            The type WorkbookFunctionsCoupNumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBody">
            <summary>
            The type WorkbookFunctionsCoupPcdRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCschRequestBody">
            <summary>
            The type WorkbookFunctionsCschRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCschRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCscRequestBody">
            <summary>
            The type WorkbookFunctionsCscRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCscRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody">
            <summary>
            The type WorkbookFunctionsCumIPmtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody.StartPeriod">
            <summary>
            Gets or sets StartPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody.EndPeriod">
            <summary>
            Gets or sets EndPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody">
            <summary>
            The type WorkbookFunctionsCumPrincRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody.StartPeriod">
            <summary>
            Gets or sets StartPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody.EndPeriod">
            <summary>
            Gets or sets EndPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDateRequestBody">
            <summary>
            The type WorkbookFunctionsDateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDateRequestBody.Year">
            <summary>
            Gets or sets Year.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDateRequestBody.Month">
            <summary>
            Gets or sets Month.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDateRequestBody.Day">
            <summary>
            Gets or sets Day.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDatevalueRequestBody">
            <summary>
            The type WorkbookFunctionsDatevalueRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDatevalueRequestBody.DateText">
            <summary>
            Gets or sets DateText.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDaverageRequestBody">
            <summary>
            The type WorkbookFunctionsDaverageRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaverageRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaverageRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaverageRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDayRequestBody">
            <summary>
            The type WorkbookFunctionsDayRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDayRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDays360RequestBody">
            <summary>
            The type WorkbookFunctionsDays360RequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDays360RequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDays360RequestBody.EndDate">
            <summary>
            Gets or sets EndDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDays360RequestBody.Method">
            <summary>
            Gets or sets Method.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDaysRequestBody">
            <summary>
            The type WorkbookFunctionsDaysRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaysRequestBody.EndDate">
            <summary>
            Gets or sets EndDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaysRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDbcsRequestBody">
            <summary>
            The type WorkbookFunctionsDbcsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbcsRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDbRequestBody">
            <summary>
            The type WorkbookFunctionsDbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbRequestBody.Life">
            <summary>
            Gets or sets Life.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbRequestBody.Period">
            <summary>
            Gets or sets Period.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbRequestBody.Month">
            <summary>
            Gets or sets Month.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDcountARequestBody">
            <summary>
            The type WorkbookFunctionsDcountARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountARequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountARequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountARequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDcountRequestBody">
            <summary>
            The type WorkbookFunctionsDcountRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDdbRequestBody">
            <summary>
            The type WorkbookFunctionsDdbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDdbRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDdbRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDdbRequestBody.Life">
            <summary>
            Gets or sets Life.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDdbRequestBody.Period">
            <summary>
            Gets or sets Period.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDdbRequestBody.Factor">
            <summary>
            Gets or sets Factor.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBody">
            <summary>
            The type WorkbookFunctionsDec2BinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBody">
            <summary>
            The type WorkbookFunctionsDec2HexRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBody">
            <summary>
            The type WorkbookFunctionsDec2OctRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDecimalRequestBody">
            <summary>
            The type WorkbookFunctionsDecimalRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDecimalRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDecimalRequestBody.Radix">
            <summary>
            Gets or sets Radix.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDegreesRequestBody">
            <summary>
            The type WorkbookFunctionsDegreesRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDegreesRequestBody.Angle">
            <summary>
            Gets or sets Angle.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDeltaRequestBody">
            <summary>
            The type WorkbookFunctionsDeltaRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDeltaRequestBody.Number1">
            <summary>
            Gets or sets Number1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDeltaRequestBody.Number2">
            <summary>
            Gets or sets Number2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDevSqRequestBody">
            <summary>
            The type WorkbookFunctionsDevSqRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDevSqRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDgetRequestBody">
            <summary>
            The type WorkbookFunctionsDgetRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDgetRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDgetRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDgetRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDiscRequestBody">
            <summary>
            The type WorkbookFunctionsDiscRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDiscRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDiscRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDiscRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDiscRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDiscRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDmaxRequestBody">
            <summary>
            The type WorkbookFunctionsDmaxRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDmaxRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDmaxRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDmaxRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDminRequestBody">
            <summary>
            The type WorkbookFunctionsDminRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDminRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDminRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDminRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBody">
            <summary>
            The type WorkbookFunctionsDollarDeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBody.FractionalDollar">
            <summary>
            Gets or sets FractionalDollar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBody.Fraction">
            <summary>
            Gets or sets Fraction.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBody">
            <summary>
            The type WorkbookFunctionsDollarFrRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBody.DecimalDollar">
            <summary>
            Gets or sets DecimalDollar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBody.Fraction">
            <summary>
            Gets or sets Fraction.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarRequestBody">
            <summary>
            The type WorkbookFunctionsDollarRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarRequestBody.Decimals">
            <summary>
            Gets or sets Decimals.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDproductRequestBody">
            <summary>
            The type WorkbookFunctionsDproductRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDproductRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDproductRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDproductRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBody">
            <summary>
            The type WorkbookFunctionsDstDevPRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDstDevRequestBody">
            <summary>
            The type WorkbookFunctionsDstDevRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDsumRequestBody">
            <summary>
            The type WorkbookFunctionsDsumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDsumRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDsumRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDsumRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDurationRequestBody">
            <summary>
            The type WorkbookFunctionsDurationRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequestBody.Coupon">
            <summary>
            Gets or sets Coupon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequestBody.Yld">
            <summary>
            Gets or sets Yld.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDvarPRequestBody">
            <summary>
            The type WorkbookFunctionsDvarPRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarPRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarPRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarPRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDvarRequestBody">
            <summary>
            The type WorkbookFunctionsDvarRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBody">
            <summary>
            The type WorkbookFunctionsEcma_CeilingRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEdateRequestBody">
            <summary>
            The type WorkbookFunctionsEdateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEdateRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEdateRequestBody.Months">
            <summary>
            Gets or sets Months.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEffectRequestBody">
            <summary>
            The type WorkbookFunctionsEffectRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEffectRequestBody.NominalRate">
            <summary>
            Gets or sets NominalRate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEffectRequestBody.Npery">
            <summary>
            Gets or sets Npery.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBody">
            <summary>
            The type WorkbookFunctionsEoMonthRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBody.Months">
            <summary>
            Gets or sets Months.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfCRequestBody">
            <summary>
            The type WorkbookFunctionsErfCRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfCRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequestBody">
            <summary>
            The type WorkbookFunctionsErfC_PreciseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfRequestBody">
            <summary>
            The type WorkbookFunctionsErfRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfRequestBody.LowerLimit">
            <summary>
            Gets or sets LowerLimit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfRequestBody.UpperLimit">
            <summary>
            Gets or sets UpperLimit.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequestBody">
            <summary>
            The type WorkbookFunctionsErf_PreciseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsError_TypeRequestBody">
            <summary>
            The type WorkbookFunctionsError_TypeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsError_TypeRequestBody.ErrorVal">
            <summary>
            Gets or sets ErrorVal.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEvenRequestBody">
            <summary>
            The type WorkbookFunctionsEvenRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEvenRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExactRequestBody">
            <summary>
            The type WorkbookFunctionsExactRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExactRequestBody.Text1">
            <summary>
            Gets or sets Text1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExactRequestBody.Text2">
            <summary>
            Gets or sets Text2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBody">
            <summary>
            The type WorkbookFunctionsExpon_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBody.Lambda">
            <summary>
            Gets or sets Lambda.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExpRequestBody">
            <summary>
            The type WorkbookFunctionsExpRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExpRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFactDoubleRequestBody">
            <summary>
            The type WorkbookFunctionsFactDoubleRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFactDoubleRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFactRequestBody">
            <summary>
            The type WorkbookFunctionsFactRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFactRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFindBRequestBody">
            <summary>
            The type WorkbookFunctionsFindBRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindBRequestBody.FindText">
            <summary>
            Gets or sets FindText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindBRequestBody.WithinText">
            <summary>
            Gets or sets WithinText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindBRequestBody.StartNum">
            <summary>
            Gets or sets StartNum.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFindRequestBody">
            <summary>
            The type WorkbookFunctionsFindRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindRequestBody.FindText">
            <summary>
            Gets or sets FindText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindRequestBody.WithinText">
            <summary>
            Gets or sets WithinText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindRequestBody.StartNum">
            <summary>
            Gets or sets StartNum.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFisherInvRequestBody">
            <summary>
            The type WorkbookFunctionsFisherInvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFisherInvRequestBody.Y">
            <summary>
            Gets or sets Y.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFisherRequestBody">
            <summary>
            The type WorkbookFunctionsFisherRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFisherRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFixedRequestBody">
            <summary>
            The type WorkbookFunctionsFixedRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFixedRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFixedRequestBody.Decimals">
            <summary>
            Gets or sets Decimals.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFixedRequestBody.NoCommas">
            <summary>
            Gets or sets NoCommas.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBody">
            <summary>
            The type WorkbookFunctionsFloor_MathRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBody.Mode">
            <summary>
            Gets or sets Mode.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBody">
            <summary>
            The type WorkbookFunctionsFloor_PreciseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFvRequestBody">
            <summary>
            The type WorkbookFunctionsFvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvRequestBody.Pmt">
            <summary>
            Gets or sets Pmt.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBody">
            <summary>
            The type WorkbookFunctionsFvscheduleRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBody.Principal">
            <summary>
            Gets or sets Principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBody.Schedule">
            <summary>
            Gets or sets Schedule.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_DistRequestBody">
            <summary>
            The type WorkbookFunctionsF_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_DistRequestBody.DegFreedom1">
            <summary>
            Gets or sets DegFreedom1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_DistRequestBody.DegFreedom2">
            <summary>
            Gets or sets DegFreedom2.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBody">
            <summary>
            The type WorkbookFunctionsF_Dist_RTRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBody.DegFreedom1">
            <summary>
            Gets or sets DegFreedom1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBody.DegFreedom2">
            <summary>
            Gets or sets DegFreedom2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_InvRequestBody">
            <summary>
            The type WorkbookFunctionsF_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_InvRequestBody.DegFreedom1">
            <summary>
            Gets or sets DegFreedom1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_InvRequestBody.DegFreedom2">
            <summary>
            Gets or sets DegFreedom2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBody">
            <summary>
            The type WorkbookFunctionsF_Inv_RTRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBody.DegFreedom1">
            <summary>
            Gets or sets DegFreedom1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBody.DegFreedom2">
            <summary>
            Gets or sets DegFreedom2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaLnRequestBody">
            <summary>
            The type WorkbookFunctionsGammaLnRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGammaLnRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequestBody">
            <summary>
            The type WorkbookFunctionsGammaLn_PreciseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaRequestBody">
            <summary>
            The type WorkbookFunctionsGammaRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGammaRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBody">
            <summary>
            The type WorkbookFunctionsGamma_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBody.Beta">
            <summary>
            Gets or sets Beta.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBody">
            <summary>
            The type WorkbookFunctionsGamma_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBody.Beta">
            <summary>
            Gets or sets Beta.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGaussRequestBody">
            <summary>
            The type WorkbookFunctionsGaussRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGaussRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGcdRequestBody">
            <summary>
            The type WorkbookFunctionsGcdRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGcdRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGeoMeanRequestBody">
            <summary>
            The type WorkbookFunctionsGeoMeanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGeoMeanRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGeStepRequestBody">
            <summary>
            The type WorkbookFunctionsGeStepRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGeStepRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGeStepRequestBody.Step">
            <summary>
            Gets or sets Step.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHarMeanRequestBody">
            <summary>
            The type WorkbookFunctionsHarMeanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHarMeanRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBody">
            <summary>
            The type WorkbookFunctionsHex2BinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2DecRequestBody">
            <summary>
            The type WorkbookFunctionsHex2DecRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2DecRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBody">
            <summary>
            The type WorkbookFunctionsHex2OctRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHlookupRequestBody">
            <summary>
            The type WorkbookFunctionsHlookupRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHlookupRequestBody.LookupValue">
            <summary>
            Gets or sets LookupValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHlookupRequestBody.TableArray">
            <summary>
            Gets or sets TableArray.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHlookupRequestBody.RowIndexNum">
            <summary>
            Gets or sets RowIndexNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHlookupRequestBody.RangeLookup">
            <summary>
            Gets or sets RangeLookup.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHourRequestBody">
            <summary>
            The type WorkbookFunctionsHourRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHourRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBody">
            <summary>
            The type WorkbookFunctionsHyperlinkRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBody.LinkLocation">
            <summary>
            Gets or sets LinkLocation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBody.FriendlyName">
            <summary>
            Gets or sets FriendlyName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBody">
            <summary>
            The type WorkbookFunctionsHypGeom_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBody.SampleS">
            <summary>
            Gets or sets SampleS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBody.NumberSample">
            <summary>
            Gets or sets NumberSample.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBody.PopulationS">
            <summary>
            Gets or sets PopulationS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBody.NumberPop">
            <summary>
            Gets or sets NumberPop.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIfRequestBody">
            <summary>
            The type WorkbookFunctionsIfRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIfRequestBody.LogicalTest">
            <summary>
            Gets or sets LogicalTest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIfRequestBody.ValueIfTrue">
            <summary>
            Gets or sets ValueIfTrue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIfRequestBody.ValueIfFalse">
            <summary>
            Gets or sets ValueIfFalse.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImAbsRequestBody">
            <summary>
            The type WorkbookFunctionsImAbsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImAbsRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImaginaryRequestBody">
            <summary>
            The type WorkbookFunctionsImaginaryRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImaginaryRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImArgumentRequestBody">
            <summary>
            The type WorkbookFunctionsImArgumentRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImArgumentRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImConjugateRequestBody">
            <summary>
            The type WorkbookFunctionsImConjugateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImConjugateRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCoshRequestBody">
            <summary>
            The type WorkbookFunctionsImCoshRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCoshRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCosRequestBody">
            <summary>
            The type WorkbookFunctionsImCosRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCosRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCotRequestBody">
            <summary>
            The type WorkbookFunctionsImCotRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCotRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCschRequestBody">
            <summary>
            The type WorkbookFunctionsImCschRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCschRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCscRequestBody">
            <summary>
            The type WorkbookFunctionsImCscRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCscRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImDivRequestBody">
            <summary>
            The type WorkbookFunctionsImDivRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImDivRequestBody.Inumber1">
            <summary>
            Gets or sets Inumber1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImDivRequestBody.Inumber2">
            <summary>
            Gets or sets Inumber2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImExpRequestBody">
            <summary>
            The type WorkbookFunctionsImExpRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImExpRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLnRequestBody">
            <summary>
            The type WorkbookFunctionsImLnRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImLnRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLog10RequestBody">
            <summary>
            The type WorkbookFunctionsImLog10RequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImLog10RequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLog2RequestBody">
            <summary>
            The type WorkbookFunctionsImLog2RequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImLog2RequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImPowerRequestBody">
            <summary>
            The type WorkbookFunctionsImPowerRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImPowerRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImPowerRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImProductRequestBody">
            <summary>
            The type WorkbookFunctionsImProductRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImProductRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImRealRequestBody">
            <summary>
            The type WorkbookFunctionsImRealRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImRealRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSechRequestBody">
            <summary>
            The type WorkbookFunctionsImSechRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSechRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSecRequestBody">
            <summary>
            The type WorkbookFunctionsImSecRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSecRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSinhRequestBody">
            <summary>
            The type WorkbookFunctionsImSinhRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSinhRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSinRequestBody">
            <summary>
            The type WorkbookFunctionsImSinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSinRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSqrtRequestBody">
            <summary>
            The type WorkbookFunctionsImSqrtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSqrtRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSubRequestBody">
            <summary>
            The type WorkbookFunctionsImSubRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSubRequestBody.Inumber1">
            <summary>
            Gets or sets Inumber1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSubRequestBody.Inumber2">
            <summary>
            Gets or sets Inumber2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSumRequestBody">
            <summary>
            The type WorkbookFunctionsImSumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSumRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImTanRequestBody">
            <summary>
            The type WorkbookFunctionsImTanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImTanRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIntRateRequestBody">
            <summary>
            The type WorkbookFunctionsIntRateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRateRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRateRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRateRequestBody.Investment">
            <summary>
            Gets or sets Investment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRateRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRateRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIntRequestBody">
            <summary>
            The type WorkbookFunctionsIntRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody">
            <summary>
            The type WorkbookFunctionsIpmtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody.Per">
            <summary>
            Gets or sets Per.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIrrRequestBody">
            <summary>
            The type WorkbookFunctionsIrrRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIrrRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIrrRequestBody.Guess">
            <summary>
            Gets or sets Guess.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsErrorRequestBody">
            <summary>
            The type WorkbookFunctionsIsErrorRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsErrorRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsErrRequestBody">
            <summary>
            The type WorkbookFunctionsIsErrRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsErrRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsEvenRequestBody">
            <summary>
            The type WorkbookFunctionsIsEvenRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsEvenRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsFormulaRequestBody">
            <summary>
            The type WorkbookFunctionsIsFormulaRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsFormulaRequestBody.Reference">
            <summary>
            Gets or sets Reference.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsLogicalRequestBody">
            <summary>
            The type WorkbookFunctionsIsLogicalRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsLogicalRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNARequestBody">
            <summary>
            The type WorkbookFunctionsIsNARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsNARequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNonTextRequestBody">
            <summary>
            The type WorkbookFunctionsIsNonTextRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsNonTextRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNumberRequestBody">
            <summary>
            The type WorkbookFunctionsIsNumberRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsNumberRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsOddRequestBody">
            <summary>
            The type WorkbookFunctionsIsOddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsOddRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequestBody">
            <summary>
            The type WorkbookFunctionsIsoWeekNumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequestBody.Date">
            <summary>
            Gets or sets Date.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBody">
            <summary>
            The type WorkbookFunctionsIso_CeilingRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIspmtRequestBody">
            <summary>
            The type WorkbookFunctionsIspmtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIspmtRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIspmtRequestBody.Per">
            <summary>
            Gets or sets Per.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIspmtRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIspmtRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsrefRequestBody">
            <summary>
            The type WorkbookFunctionsIsrefRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsrefRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsTextRequestBody">
            <summary>
            The type WorkbookFunctionsIsTextRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsTextRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsKurtRequestBody">
            <summary>
            The type WorkbookFunctionsKurtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsKurtRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLargeRequestBody">
            <summary>
            The type WorkbookFunctionsLargeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLargeRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLargeRequestBody.K">
            <summary>
            Gets or sets K.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLcmRequestBody">
            <summary>
            The type WorkbookFunctionsLcmRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLcmRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLeftbRequestBody">
            <summary>
            The type WorkbookFunctionsLeftbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLeftbRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLeftbRequestBody.NumBytes">
            <summary>
            Gets or sets NumBytes.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLeftRequestBody">
            <summary>
            The type WorkbookFunctionsLeftRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLeftRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLeftRequestBody.NumChars">
            <summary>
            Gets or sets NumChars.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLenbRequestBody">
            <summary>
            The type WorkbookFunctionsLenbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLenbRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLenRequestBody">
            <summary>
            The type WorkbookFunctionsLenRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLenRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLnRequestBody">
            <summary>
            The type WorkbookFunctionsLnRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLnRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLog10RequestBody">
            <summary>
            The type WorkbookFunctionsLog10RequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLog10RequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBody">
            <summary>
            The type WorkbookFunctionsLogNorm_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBody.Mean">
            <summary>
            Gets or sets Mean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBody">
            <summary>
            The type WorkbookFunctionsLogNorm_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBody.Mean">
            <summary>
            Gets or sets Mean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogRequestBody">
            <summary>
            The type WorkbookFunctionsLogRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogRequestBody.Base">
            <summary>
            Gets or sets Base.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLookupRequestBody">
            <summary>
            The type WorkbookFunctionsLookupRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLookupRequestBody.LookupValue">
            <summary>
            Gets or sets LookupValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLookupRequestBody.LookupVector">
            <summary>
            Gets or sets LookupVector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLookupRequestBody.ResultVector">
            <summary>
            Gets or sets ResultVector.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLowerRequestBody">
            <summary>
            The type WorkbookFunctionsLowerRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLowerRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMatchRequestBody">
            <summary>
            The type WorkbookFunctionsMatchRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMatchRequestBody.LookupValue">
            <summary>
            Gets or sets LookupValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMatchRequestBody.LookupArray">
            <summary>
            Gets or sets LookupArray.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMatchRequestBody.MatchType">
            <summary>
            Gets or sets MatchType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMaxARequestBody">
            <summary>
            The type WorkbookFunctionsMaxARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMaxARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMaxRequestBody">
            <summary>
            The type WorkbookFunctionsMaxRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMaxRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody">
            <summary>
            The type WorkbookFunctionsMdurationRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody.Coupon">
            <summary>
            Gets or sets Coupon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody.Yld">
            <summary>
            Gets or sets Yld.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMedianRequestBody">
            <summary>
            The type WorkbookFunctionsMedianRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMedianRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMidbRequestBody">
            <summary>
            The type WorkbookFunctionsMidbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidbRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidbRequestBody.StartNum">
            <summary>
            Gets or sets StartNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidbRequestBody.NumBytes">
            <summary>
            Gets or sets NumBytes.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMidRequestBody">
            <summary>
            The type WorkbookFunctionsMidRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidRequestBody.StartNum">
            <summary>
            Gets or sets StartNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidRequestBody.NumChars">
            <summary>
            Gets or sets NumChars.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinARequestBody">
            <summary>
            The type WorkbookFunctionsMinARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMinARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinRequestBody">
            <summary>
            The type WorkbookFunctionsMinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMinRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinuteRequestBody">
            <summary>
            The type WorkbookFunctionsMinuteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMinuteRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMirrRequestBody">
            <summary>
            The type WorkbookFunctionsMirrRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMirrRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMirrRequestBody.FinanceRate">
            <summary>
            Gets or sets FinanceRate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMirrRequestBody.ReinvestRate">
            <summary>
            Gets or sets ReinvestRate.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsModRequestBody">
            <summary>
            The type WorkbookFunctionsModRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsModRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsModRequestBody.Divisor">
            <summary>
            Gets or sets Divisor.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMonthRequestBody">
            <summary>
            The type WorkbookFunctionsMonthRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMonthRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMroundRequestBody">
            <summary>
            The type WorkbookFunctionsMroundRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMroundRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMroundRequestBody.Multiple">
            <summary>
            Gets or sets Multiple.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMultiNomialRequestBody">
            <summary>
            The type WorkbookFunctionsMultiNomialRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMultiNomialRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBody">
            <summary>
            The type WorkbookFunctionsNegBinom_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBody.NumberF">
            <summary>
            Gets or sets NumberF.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBody.NumberS">
            <summary>
            Gets or sets NumberS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBody.ProbabilityS">
            <summary>
            Gets or sets ProbabilityS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBody">
            <summary>
            The type WorkbookFunctionsNetworkDaysRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBody.EndDate">
            <summary>
            Gets or sets EndDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBody.Holidays">
            <summary>
            Gets or sets Holidays.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBody">
            <summary>
            The type WorkbookFunctionsNetworkDays_IntlRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBody.EndDate">
            <summary>
            Gets or sets EndDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBody.Weekend">
            <summary>
            Gets or sets Weekend.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBody.Holidays">
            <summary>
            Gets or sets Holidays.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNominalRequestBody">
            <summary>
            The type WorkbookFunctionsNominalRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNominalRequestBody.EffectRate">
            <summary>
            Gets or sets EffectRate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNominalRequestBody.Npery">
            <summary>
            Gets or sets Npery.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBody">
            <summary>
            The type WorkbookFunctionsNorm_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBody.Mean">
            <summary>
            Gets or sets Mean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBody">
            <summary>
            The type WorkbookFunctionsNorm_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBody.Mean">
            <summary>
            Gets or sets Mean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBody">
            <summary>
            The type WorkbookFunctionsNorm_S_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBody.Z">
            <summary>
            Gets or sets Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequestBody">
            <summary>
            The type WorkbookFunctionsNorm_S_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNotRequestBody">
            <summary>
            The type WorkbookFunctionsNotRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNotRequestBody.Logical">
            <summary>
            Gets or sets Logical.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNperRequestBody">
            <summary>
            The type WorkbookFunctionsNperRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNperRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNperRequestBody.Pmt">
            <summary>
            Gets or sets Pmt.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNperRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNperRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNperRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNpvRequestBody">
            <summary>
            The type WorkbookFunctionsNpvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNpvRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNpvRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNRequestBody">
            <summary>
            The type WorkbookFunctionsNRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBody">
            <summary>
            The type WorkbookFunctionsNumberValueRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBody.DecimalSeparator">
            <summary>
            Gets or sets DecimalSeparator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBody.GroupSeparator">
            <summary>
            Gets or sets GroupSeparator.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBody">
            <summary>
            The type WorkbookFunctionsOct2BinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2DecRequestBody">
            <summary>
            The type WorkbookFunctionsOct2DecRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2DecRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBody">
            <summary>
            The type WorkbookFunctionsOct2HexRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody">
            <summary>
            The type WorkbookFunctionsOddFPriceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Issue">
            <summary>
            Gets or sets Issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.FirstCoupon">
            <summary>
            Gets or sets FirstCoupon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Yld">
            <summary>
            Gets or sets Yld.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody">
            <summary>
            The type WorkbookFunctionsOddFYieldRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Issue">
            <summary>
            Gets or sets Issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.FirstCoupon">
            <summary>
            Gets or sets FirstCoupon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody">
            <summary>
            The type WorkbookFunctionsOddLPriceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.LastInterest">
            <summary>
            Gets or sets LastInterest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Yld">
            <summary>
            Gets or sets Yld.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody">
            <summary>
            The type WorkbookFunctionsOddLYieldRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.LastInterest">
            <summary>
            Gets or sets LastInterest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddRequestBody">
            <summary>
            The type WorkbookFunctionsOddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOrRequestBody">
            <summary>
            The type WorkbookFunctionsOrRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOrRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPdurationRequestBody">
            <summary>
            The type WorkbookFunctionsPdurationRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPdurationRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPdurationRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPdurationRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBody">
            <summary>
            The type WorkbookFunctionsPercentile_ExcRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBody.K">
            <summary>
            Gets or sets K.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBody">
            <summary>
            The type WorkbookFunctionsPercentile_IncRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBody.K">
            <summary>
            Gets or sets K.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBody">
            <summary>
            The type WorkbookFunctionsPercentRank_ExcRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBody">
            <summary>
            The type WorkbookFunctionsPercentRank_IncRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBody">
            <summary>
            The type WorkbookFunctionsPermutationaRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBody.NumberChosen">
            <summary>
            Gets or sets NumberChosen.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPermutRequestBody">
            <summary>
            The type WorkbookFunctionsPermutRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPermutRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPermutRequestBody.NumberChosen">
            <summary>
            Gets or sets NumberChosen.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPhiRequestBody">
            <summary>
            The type WorkbookFunctionsPhiRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPhiRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPmtRequestBody">
            <summary>
            The type WorkbookFunctionsPmtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPmtRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPmtRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPmtRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPmtRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPmtRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBody">
            <summary>
            The type WorkbookFunctionsPoisson_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBody.Mean">
            <summary>
            Gets or sets Mean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPowerRequestBody">
            <summary>
            The type WorkbookFunctionsPowerRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPowerRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPowerRequestBody.Power">
            <summary>
            Gets or sets Power.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody">
            <summary>
            The type WorkbookFunctionsPpmtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody.Per">
            <summary>
            Gets or sets Per.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBody">
            <summary>
            The type WorkbookFunctionsPriceDiscRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBody.Discount">
            <summary>
            Gets or sets Discount.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody">
            <summary>
            The type WorkbookFunctionsPriceMatRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody.Issue">
            <summary>
            Gets or sets Issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody.Yld">
            <summary>
            Gets or sets Yld.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceRequestBody">
            <summary>
            The type WorkbookFunctionsPriceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Yld">
            <summary>
            Gets or sets Yld.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsProductRequestBody">
            <summary>
            The type WorkbookFunctionsProductRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsProductRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsProperRequestBody">
            <summary>
            The type WorkbookFunctionsProperRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsProperRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPvRequestBody">
            <summary>
            The type WorkbookFunctionsPvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPvRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPvRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPvRequestBody.Pmt">
            <summary>
            Gets or sets Pmt.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPvRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPvRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBody">
            <summary>
            The type WorkbookFunctionsQuartile_ExcRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBody.Quart">
            <summary>
            Gets or sets Quart.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBody">
            <summary>
            The type WorkbookFunctionsQuartile_IncRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBody.Quart">
            <summary>
            Gets or sets Quart.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuotientRequestBody">
            <summary>
            The type WorkbookFunctionsQuotientRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuotientRequestBody.Numerator">
            <summary>
            Gets or sets Numerator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuotientRequestBody.Denominator">
            <summary>
            Gets or sets Denominator.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRadiansRequestBody">
            <summary>
            The type WorkbookFunctionsRadiansRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRadiansRequestBody.Angle">
            <summary>
            Gets or sets Angle.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBody">
            <summary>
            The type WorkbookFunctionsRandBetweenRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBody.Bottom">
            <summary>
            Gets or sets Bottom.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBody">
            <summary>
            The type WorkbookFunctionsRank_AvgRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBody.Ref">
            <summary>
            Gets or sets Ref.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBody.Order">
            <summary>
            Gets or sets Order.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBody">
            <summary>
            The type WorkbookFunctionsRank_EqRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBody.Ref">
            <summary>
            Gets or sets Ref.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBody.Order">
            <summary>
            Gets or sets Order.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRateRequestBody">
            <summary>
            The type WorkbookFunctionsRateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequestBody.Pmt">
            <summary>
            Gets or sets Pmt.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequestBody.Guess">
            <summary>
            Gets or sets Guess.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReceivedRequestBody">
            <summary>
            The type WorkbookFunctionsReceivedRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReceivedRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReceivedRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReceivedRequestBody.Investment">
            <summary>
            Gets or sets Investment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReceivedRequestBody.Discount">
            <summary>
            Gets or sets Discount.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReceivedRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBody">
            <summary>
            The type WorkbookFunctionsReplaceBRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBody.OldText">
            <summary>
            Gets or sets OldText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBody.StartNum">
            <summary>
            Gets or sets StartNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBody.NumBytes">
            <summary>
            Gets or sets NumBytes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBody.NewText">
            <summary>
            Gets or sets NewText.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReplaceRequestBody">
            <summary>
            The type WorkbookFunctionsReplaceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceRequestBody.OldText">
            <summary>
            Gets or sets OldText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceRequestBody.StartNum">
            <summary>
            Gets or sets StartNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceRequestBody.NumChars">
            <summary>
            Gets or sets NumChars.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceRequestBody.NewText">
            <summary>
            Gets or sets NewText.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReptRequestBody">
            <summary>
            The type WorkbookFunctionsReptRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReptRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReptRequestBody.NumberTimes">
            <summary>
            Gets or sets NumberTimes.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRightbRequestBody">
            <summary>
            The type WorkbookFunctionsRightbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRightbRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRightbRequestBody.NumBytes">
            <summary>
            Gets or sets NumBytes.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRightRequestBody">
            <summary>
            The type WorkbookFunctionsRightRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRightRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRightRequestBody.NumChars">
            <summary>
            Gets or sets NumChars.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRomanRequestBody">
            <summary>
            The type WorkbookFunctionsRomanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRomanRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRomanRequestBody.Form">
            <summary>
            Gets or sets Form.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBody">
            <summary>
            The type WorkbookFunctionsRoundDownRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBody.NumDigits">
            <summary>
            Gets or sets NumDigits.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundRequestBody">
            <summary>
            The type WorkbookFunctionsRoundRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundRequestBody.NumDigits">
            <summary>
            Gets or sets NumDigits.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBody">
            <summary>
            The type WorkbookFunctionsRoundUpRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBody.NumDigits">
            <summary>
            Gets or sets NumDigits.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRowsRequestBody">
            <summary>
            The type WorkbookFunctionsRowsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRowsRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRriRequestBody">
            <summary>
            The type WorkbookFunctionsRriRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRriRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRriRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRriRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSechRequestBody">
            <summary>
            The type WorkbookFunctionsSechRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSechRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSecondRequestBody">
            <summary>
            The type WorkbookFunctionsSecondRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSecondRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSecRequestBody">
            <summary>
            The type WorkbookFunctionsSecRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSecRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBody">
            <summary>
            The type WorkbookFunctionsSeriesSumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBody.N">
            <summary>
            Gets or sets N.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBody.M">
            <summary>
            Gets or sets M.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBody.Coefficients">
            <summary>
            Gets or sets Coefficients.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSheetRequestBody">
            <summary>
            The type WorkbookFunctionsSheetRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSheetRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSheetsRequestBody">
            <summary>
            The type WorkbookFunctionsSheetsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSheetsRequestBody.Reference">
            <summary>
            Gets or sets Reference.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSignRequestBody">
            <summary>
            The type WorkbookFunctionsSignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSignRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSinhRequestBody">
            <summary>
            The type WorkbookFunctionsSinhRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSinhRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSinRequestBody">
            <summary>
            The type WorkbookFunctionsSinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSinRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSkewRequestBody">
            <summary>
            The type WorkbookFunctionsSkewRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSkewRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSkew_pRequestBody">
            <summary>
            The type WorkbookFunctionsSkew_pRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSkew_pRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSlnRequestBody">
            <summary>
            The type WorkbookFunctionsSlnRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSlnRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSlnRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSlnRequestBody.Life">
            <summary>
            Gets or sets Life.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSmallRequestBody">
            <summary>
            The type WorkbookFunctionsSmallRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSmallRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSmallRequestBody.K">
            <summary>
            Gets or sets K.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSqrtPiRequestBody">
            <summary>
            The type WorkbookFunctionsSqrtPiRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSqrtPiRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSqrtRequestBody">
            <summary>
            The type WorkbookFunctionsSqrtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSqrtRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBody">
            <summary>
            The type WorkbookFunctionsStandardizeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBody.Mean">
            <summary>
            Gets or sets Mean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDevARequestBody">
            <summary>
            The type WorkbookFunctionsStDevARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDevARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDevPARequestBody">
            <summary>
            The type WorkbookFunctionsStDevPARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDevPARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDev_PRequestBody">
            <summary>
            The type WorkbookFunctionsStDev_PRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDev_PRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDev_SRequestBody">
            <summary>
            The type WorkbookFunctionsStDev_SRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDev_SRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBody">
            <summary>
            The type WorkbookFunctionsSubstituteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBody.OldText">
            <summary>
            Gets or sets OldText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBody.NewText">
            <summary>
            Gets or sets NewText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBody.InstanceNum">
            <summary>
            Gets or sets InstanceNum.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBody">
            <summary>
            The type WorkbookFunctionsSubtotalRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBody.FunctionNum">
            <summary>
            Gets or sets FunctionNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumIfRequestBody">
            <summary>
            The type WorkbookFunctionsSumIfRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfRequestBody.Range">
            <summary>
            Gets or sets Range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfRequestBody.SumRange">
            <summary>
            Gets or sets SumRange.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBody">
            <summary>
            The type WorkbookFunctionsSumIfsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBody.SumRange">
            <summary>
            Gets or sets SumRange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumRequestBody">
            <summary>
            The type WorkbookFunctionsSumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumSqRequestBody">
            <summary>
            The type WorkbookFunctionsSumSqRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumSqRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSydRequestBody">
            <summary>
            The type WorkbookFunctionsSydRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSydRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSydRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSydRequestBody.Life">
            <summary>
            Gets or sets Life.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSydRequestBody.Per">
            <summary>
            Gets or sets Per.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTanhRequestBody">
            <summary>
            The type WorkbookFunctionsTanhRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTanhRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTanRequestBody">
            <summary>
            The type WorkbookFunctionsTanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTanRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBody">
            <summary>
            The type WorkbookFunctionsTbillEqRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBody.Discount">
            <summary>
            Gets or sets Discount.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBody">
            <summary>
            The type WorkbookFunctionsTbillPriceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBody.Discount">
            <summary>
            Gets or sets Discount.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBody">
            <summary>
            The type WorkbookFunctionsTbillYieldRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTextRequestBody">
            <summary>
            The type WorkbookFunctionsTextRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTextRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTextRequestBody.FormatText">
            <summary>
            Gets or sets FormatText.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTimeRequestBody">
            <summary>
            The type WorkbookFunctionsTimeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTimeRequestBody.Hour">
            <summary>
            Gets or sets Hour.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTimeRequestBody.Minute">
            <summary>
            Gets or sets Minute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTimeRequestBody.Second">
            <summary>
            Gets or sets Second.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTimevalueRequestBody">
            <summary>
            The type WorkbookFunctionsTimevalueRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTimevalueRequestBody.TimeText">
            <summary>
            Gets or sets TimeText.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTRequestBody">
            <summary>
            The type WorkbookFunctionsTRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBody">
            <summary>
            The type WorkbookFunctionsTrimMeanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBody.Percent">
            <summary>
            Gets or sets Percent.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrimRequestBody">
            <summary>
            The type WorkbookFunctionsTrimRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTrimRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTruncRequestBody">
            <summary>
            The type WorkbookFunctionsTruncRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTruncRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTruncRequestBody.NumDigits">
            <summary>
            Gets or sets NumDigits.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTypeRequestBody">
            <summary>
            The type WorkbookFunctionsTypeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTypeRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_DistRequestBody">
            <summary>
            The type WorkbookFunctionsT_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_DistRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBody">
            <summary>
            The type WorkbookFunctionsT_Dist_2TRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBody">
            <summary>
            The type WorkbookFunctionsT_Dist_RTRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_InvRequestBody">
            <summary>
            The type WorkbookFunctionsT_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_InvRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBody">
            <summary>
            The type WorkbookFunctionsT_Inv_2TRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUnicharRequestBody">
            <summary>
            The type WorkbookFunctionsUnicharRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUnicharRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUnicodeRequestBody">
            <summary>
            The type WorkbookFunctionsUnicodeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUnicodeRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUpperRequestBody">
            <summary>
            The type WorkbookFunctionsUpperRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUpperRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBody">
            <summary>
            The type WorkbookFunctionsUsdollarRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBody.Decimals">
            <summary>
            Gets or sets Decimals.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsValueRequestBody">
            <summary>
            The type WorkbookFunctionsValueRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsValueRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVarARequestBody">
            <summary>
            The type WorkbookFunctionsVarARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVarARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVarPARequestBody">
            <summary>
            The type WorkbookFunctionsVarPARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVarPARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVar_PRequestBody">
            <summary>
            The type WorkbookFunctionsVar_PRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVar_PRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVar_SRequestBody">
            <summary>
            The type WorkbookFunctionsVar_SRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVar_SRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVdbRequestBody">
            <summary>
            The type WorkbookFunctionsVdbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.Life">
            <summary>
            Gets or sets Life.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.StartPeriod">
            <summary>
            Gets or sets StartPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.EndPeriod">
            <summary>
            Gets or sets EndPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.Factor">
            <summary>
            Gets or sets Factor.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.NoSwitch">
            <summary>
            Gets or sets NoSwitch.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVlookupRequestBody">
            <summary>
            The type WorkbookFunctionsVlookupRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVlookupRequestBody.LookupValue">
            <summary>
            Gets or sets LookupValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVlookupRequestBody.TableArray">
            <summary>
            Gets or sets TableArray.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVlookupRequestBody.ColIndexNum">
            <summary>
            Gets or sets ColIndexNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVlookupRequestBody.RangeLookup">
            <summary>
            Gets or sets RangeLookup.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBody">
            <summary>
            The type WorkbookFunctionsWeekdayRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBody.ReturnType">
            <summary>
            Gets or sets ReturnType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBody">
            <summary>
            The type WorkbookFunctionsWeekNumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBody.ReturnType">
            <summary>
            Gets or sets ReturnType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBody">
            <summary>
            The type WorkbookFunctionsWeibull_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBody.Beta">
            <summary>
            Gets or sets Beta.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBody">
            <summary>
            The type WorkbookFunctionsWorkDayRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBody.Days">
            <summary>
            Gets or sets Days.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBody.Holidays">
            <summary>
            Gets or sets Holidays.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBody">
            <summary>
            The type WorkbookFunctionsWorkDay_IntlRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBody.Days">
            <summary>
            Gets or sets Days.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBody.Weekend">
            <summary>
            Gets or sets Weekend.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBody.Holidays">
            <summary>
            Gets or sets Holidays.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXirrRequestBody">
            <summary>
            The type WorkbookFunctionsXirrRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXirrRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXirrRequestBody.Dates">
            <summary>
            Gets or sets Dates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXirrRequestBody.Guess">
            <summary>
            Gets or sets Guess.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXnpvRequestBody">
            <summary>
            The type WorkbookFunctionsXnpvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXnpvRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXnpvRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXnpvRequestBody.Dates">
            <summary>
            Gets or sets Dates.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXorRequestBody">
            <summary>
            The type WorkbookFunctionsXorRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXorRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYearFracRequestBody">
            <summary>
            The type WorkbookFunctionsYearFracRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYearFracRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYearFracRequestBody.EndDate">
            <summary>
            Gets or sets EndDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYearFracRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYearRequestBody">
            <summary>
            The type WorkbookFunctionsYearRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYearRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBody">
            <summary>
            The type WorkbookFunctionsYieldDiscRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody">
            <summary>
            The type WorkbookFunctionsYieldMatRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody.Issue">
            <summary>
            Gets or sets Issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldRequestBody">
            <summary>
            The type WorkbookFunctionsYieldRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBody">
            <summary>
            The type WorkbookFunctionsZ_TestRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBody.Sigma">
            <summary>
            Gets or sets Sigma.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookIcon">
            <summary>
            The type WorkbookIcon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookIcon.Index">
            <summary>
            Gets or sets index.
            Represents the index of the icon in the given set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookIcon.Set">
            <summary>
            Gets or sets set.
            Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookIcon.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookIcon.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItem">
            <summary>
            The type Workbook Named Item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Comment">
            <summary>
            Gets or sets comment.
            Represents the comment associated with this name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Name">
            <summary>
            Gets or sets name.
            The name of the object. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Scope">
            <summary>
            Gets or sets scope.
            Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Type">
            <summary>
            Gets or sets type.
            Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Value">
            <summary>
            Gets or sets value.
            Represents the formula that the name is defined to refer to. E.g. =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Visible">
            <summary>
            Gets or sets visible.
            Specifies whether the object is visible or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Worksheet">
            <summary>
            Gets or sets worksheet.
            Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBody">
            <summary>
            The type WorkbookNamedItemAddFormulaLocalRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBody.Formula">
            <summary>
            Gets or sets Formula.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemAddRequestBody">
            <summary>
            The type WorkbookNamedItemAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddRequestBody.Reference">
            <summary>
            Gets or sets Reference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookOperation">
            <summary>
            The type Workbook Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookOperation.Error">
            <summary>
            Gets or sets error.
            The error returned by the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookOperation.ResourceLocation">
            <summary>
            Gets or sets resource location.
            The resource URI for the result.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookOperation.Status">
            <summary>
            Gets or sets status.
            The current status of the operation. Possible values are: NotStarted, Running, Completed, Failed.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookOperationError">
            <summary>
            The type WorkbookOperationError.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookOperationError.Code">
            <summary>
            Gets or sets code.
            The error code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookOperationError.InnerError">
            <summary>
            Gets or sets innerError.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookOperationError.Message">
            <summary>
            Gets or sets message.
            The error message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookOperationError.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookOperationError.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookOperationStatus">
            <summary>
            The enum WorkbookOperationStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkbookOperationStatus.NotStarted">
            <summary>
            Not Started
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkbookOperationStatus.Running">
            <summary>
            Running
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkbookOperationStatus.Succeeded">
            <summary>
            Succeeded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkbookOperationStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTable">
            <summary>
            The type Workbook Pivot Table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookPivotTable.Name">
            <summary>
            Gets or sets name.
            Name of the PivotTable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookPivotTable.Worksheet">
            <summary>
            Gets or sets worksheet.
            The worksheet containing the current PivotTable. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRange">
            <summary>
            The type Workbook Range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Address">
            <summary>
            Gets or sets address.
            Represents the range reference in A1-style. Address value will contain the Sheet reference (e.g. Sheet1!A1:B4). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.AddressLocal">
            <summary>
            Gets or sets address local.
            Represents range reference for the specified range in the language of the user. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.CellCount">
            <summary>
            Gets or sets cell count.
            Number of cells in the range. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.ColumnCount">
            <summary>
            Gets or sets column count.
            Represents the total number of columns in the range. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.ColumnHidden">
            <summary>
            Gets or sets column hidden.
            Represents if all columns of the current range are hidden.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.ColumnIndex">
            <summary>
            Gets or sets column index.
            Represents the column number of the first cell in the range. Zero-indexed. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Formulas">
            <summary>
            Gets or sets formulas.
            Represents the formula in A1-style notation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.FormulasLocal">
            <summary>
            Gets or sets formulas local.
            Represents the formula in A1-style notation, in the user's language and number-formatting locale.  For example, the English '=SUM(A1, 1.5)' formula would become '=SUMME(A1; 1,5)' in German.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.FormulasR1C1">
            <summary>
            Gets or sets formulas r1c1.
            Represents the formula in R1C1-style notation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Hidden">
            <summary>
            Gets or sets hidden.
            Represents if all cells of the current range are hidden. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.NumberFormat">
            <summary>
            Gets or sets number format.
            Represents Excel's number format code for the given cell.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.RowCount">
            <summary>
            Gets or sets row count.
            Returns the total number of rows in the range. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.RowHidden">
            <summary>
            Gets or sets row hidden.
            Represents if all rows of the current range are hidden.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.RowIndex">
            <summary>
            Gets or sets row index.
            Returns the row number of the first cell in the range. Zero-indexed. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Text">
            <summary>
            Gets or sets text.
            Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Values">
            <summary>
            Gets or sets values.
            Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.ValueTypes">
            <summary>
            Gets or sets value types.
            Represents the type of data of each cell. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Format">
            <summary>
            Gets or sets format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Sort">
            <summary>
            Gets or sets sort.
            The worksheet containing the current range. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Worksheet">
            <summary>
            Gets or sets worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorder">
            <summary>
            The type Workbook Range Border.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeBorder.Color">
            <summary>
            Gets or sets color.
            HTML color code representing the color of the border line, of the form #RRGGBB (e.g. 'FFA500') or as a named HTML color (e.g. 'orange').
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeBorder.SideIndex">
            <summary>
            Gets or sets side index.
            Constant value that indicates the specific side of the border. The possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeBorder.Style">
            <summary>
            Gets or sets style.
            One of the constants of line style specifying the line style for the border. The possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeBorder.Weight">
            <summary>
            Gets or sets weight.
            Specifies the weight of the border around a range. The possible values are: Hairline, Thin, Medium, Thick.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeClearRequestBody">
            <summary>
            The type WorkbookRangeClearRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeClearRequestBody.ApplyTo">
            <summary>
            Gets or sets ApplyTo.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeDeleteRequestBody">
            <summary>
            The type WorkbookRangeDeleteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeDeleteRequestBody.Shift">
            <summary>
            Gets or sets Shift.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFill">
            <summary>
            The type Workbook Range Fill.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFill.Color">
            <summary>
            Gets or sets color.
            HTML color code representing the color of the border line, of the form #RRGGBB (e.g. 'FFA500') or as a named HTML color (e.g. 'orange')
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFont">
            <summary>
            The type Workbook Range Font.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFont.Bold">
            <summary>
            Gets or sets bold.
            Represents the bold status of font.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFont.Color">
            <summary>
            Gets or sets color.
            HTML color code representation of the text color. E.g. #FF0000 represents Red.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFont.Italic">
            <summary>
            Gets or sets italic.
            Represents the italic status of the font.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFont.Name">
            <summary>
            Gets or sets name.
            Font name (e.g. 'Calibri')
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFont.Size">
            <summary>
            Gets or sets size.
            Font size.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFont.Underline">
            <summary>
            Gets or sets underline.
            Type of underline applied to the font. The possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormat">
            <summary>
            The type Workbook Range Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.ColumnWidth">
            <summary>
            Gets or sets column width.
            Gets or sets the width of all colums within the range. If the column widths are not uniform, null will be returned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.HorizontalAlignment">
            <summary>
            Gets or sets horizontal alignment.
            Represents the horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.RowHeight">
            <summary>
            Gets or sets row height.
            Gets or sets the height of all rows in the range. If the row heights are not uniform null will be returned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.VerticalAlignment">
            <summary>
            Gets or sets vertical alignment.
            Represents the vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.WrapText">
            <summary>
            Gets or sets wrap text.
            Indicates if Excel wraps the text in the object. A null value indicates that the entire range doesn't have uniform wrap setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.Borders">
            <summary>
            Gets or sets borders.
            Collection of border objects that apply to the overall range selected Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.BordersNextLink">
            <summary>
            Gets or sets bordersNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.Fill">
            <summary>
            Gets or sets fill.
            Returns the fill object defined on the overall range. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.Font">
            <summary>
            Gets or sets font.
            Returns the font object defined on the overall range selected Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.Protection">
            <summary>
            Gets or sets protection.
            Returns the format protection object for a range. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeInsertRequestBody">
            <summary>
            The type WorkbookRangeInsertRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeInsertRequestBody.Shift">
            <summary>
            Gets or sets Shift.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeMergeRequestBody">
            <summary>
            The type WorkbookRangeMergeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeMergeRequestBody.Across">
            <summary>
            Gets or sets Across.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeReference">
            <summary>
            The type WorkbookRangeReference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeReference.Address">
            <summary>
            Gets or sets address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeReference.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeReference.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeSort">
            <summary>
            The type Workbook Range Sort.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeSortApplyRequestBody">
            <summary>
            The type WorkbookRangeSortApplyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeSortApplyRequestBody.Fields">
            <summary>
            Gets or sets Fields.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeSortApplyRequestBody.MatchCase">
            <summary>
            Gets or sets MatchCase.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeSortApplyRequestBody.HasHeaders">
            <summary>
            Gets or sets HasHeaders.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeSortApplyRequestBody.Orientation">
            <summary>
            Gets or sets Orientation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeSortApplyRequestBody.Method">
            <summary>
            Gets or sets Method.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeView">
            <summary>
            The type Workbook Range View.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.CellAddresses">
            <summary>
            Gets or sets cell addresses.
            Represents the cell addresses
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.ColumnCount">
            <summary>
            Gets or sets column count.
            Returns the number of visible columns. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.Formulas">
            <summary>
            Gets or sets formulas.
            Represents the formula in A1-style notation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.FormulasLocal">
            <summary>
            Gets or sets formulas local.
            Represents the formula in A1-style notation, in the user's language and number-formatting locale. For example, the English '=SUM(A1, 1.5)' formula would become '=SUMME(A1; 1,5)' in German.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.FormulasR1C1">
            <summary>
            Gets or sets formulas r1c1.
            Represents the formula in R1C1-style notation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.Index">
            <summary>
            Gets or sets index.
            Index of the range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.NumberFormat">
            <summary>
            Gets or sets number format.
            Represents Excel's number format code for the given cell. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.RowCount">
            <summary>
            Gets or sets row count.
            Returns the number of visible rows. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.Text">
            <summary>
            Gets or sets text.
            Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.Values">
            <summary>
            Gets or sets values.
            Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.ValueTypes">
            <summary>
            Gets or sets value types.
            Represents the type of data of each cell. Read-only. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.Rows">
            <summary>
            Gets or sets rows.
            Represents a collection of range views associated with the range. Read-only. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.RowsNextLink">
            <summary>
            Gets or sets rowsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookSessionInfo">
            <summary>
            The type WorkbookSessionInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSessionInfo.Id">
            <summary>
            Gets or sets id.
            Id of the workbook session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSessionInfo.PersistChanges">
            <summary>
            Gets or sets persistChanges.
            true for persistent session. false for non-persistent session (view mode)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSessionInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSessionInfo.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookSortField">
            <summary>
            The type WorkbookSortField.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.Ascending">
            <summary>
            Gets or sets ascending.
            Represents whether the sorting is done in an ascending fashion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.Color">
            <summary>
            Gets or sets color.
            Represents the color that is the target of the condition if the sorting is on font or cell color.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.DataOption">
            <summary>
            Gets or sets dataOption.
            Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.Icon">
            <summary>
            Gets or sets icon.
            Represents the icon that is the target of the condition if the sorting is on the cell's icon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.Key">
            <summary>
            Gets or sets key.
            Represents the column (or row, depending on the sort orientation) that the condition is on. Represented as an offset from the first column (or row).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.SortOn">
            <summary>
            Gets or sets sortOn.
            Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTable">
            <summary>
            The type Workbook Table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.HighlightFirstColumn">
            <summary>
            Gets or sets highlight first column.
            Indicates whether the first column contains special formatting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.HighlightLastColumn">
            <summary>
            Gets or sets highlight last column.
            Indicates whether the last column contains special formatting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.LegacyId">
            <summary>
            Gets or sets legacy id.
            Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.Name">
            <summary>
            Gets or sets name.
            Name of the table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.ShowBandedColumns">
            <summary>
            Gets or sets show banded columns.
            Indicates whether the columns show banded formatting in which odd columns are highlighted differently from even ones to make reading the table easier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.ShowBandedRows">
            <summary>
            Gets or sets show banded rows.
            Indicates whether the rows show banded formatting in which odd rows are highlighted differently from even ones to make reading the table easier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.ShowFilterButton">
            <summary>
            Gets or sets show filter button.
            Indicates whether the filter buttons are visible at the top of each column header. Setting this is only allowed if the table contains a header row.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.ShowHeaders">
            <summary>
            Gets or sets show headers.
            Indicates whether the header row is visible or not. This value can be set to show or remove the header row.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.ShowTotals">
            <summary>
            Gets or sets show totals.
            Indicates whether the total row is visible or not. This value can be set to show or remove the total row.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.Style">
            <summary>
            Gets or sets style.
            Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.Columns">
            <summary>
            Gets or sets columns.
            Represents a collection of all the columns in the table. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.ColumnsNextLink">
            <summary>
            Gets or sets columnsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.Rows">
            <summary>
            Gets or sets rows.
            Represents a collection of all the rows in the table. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.RowsNextLink">
            <summary>
            Gets or sets rowsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.Sort">
            <summary>
            Gets or sets sort.
            Represents the sorting for the table. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.Worksheet">
            <summary>
            Gets or sets worksheet.
            The worksheet containing the current table. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableAddRequestBody">
            <summary>
            The type WorkbookTableAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableAddRequestBody.Address">
            <summary>
            Gets or sets Address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableAddRequestBody.HasHeaders">
            <summary>
            Gets or sets HasHeaders.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumn">
            <summary>
            The type Workbook Table Column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumn.Index">
            <summary>
            Gets or sets index.
            Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumn.Name">
            <summary>
            Gets or sets name.
            Returns the name of the table column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumn.Values">
            <summary>
            Gets or sets values.
            Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumn.Filter">
            <summary>
            Gets or sets filter.
            Retrieve the filter applied to the column. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnAddRequestBody">
            <summary>
            The type WorkbookTableColumnAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnAddRequestBody.Index">
            <summary>
            Gets or sets Index.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnAddRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnAddRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRow">
            <summary>
            The type Workbook Table Row.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRow.Index">
            <summary>
            Gets or sets index.
            Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRow.Values">
            <summary>
            Gets or sets values.
            Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowAddRequestBody">
            <summary>
            The type WorkbookTableRowAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowAddRequestBody.Index">
            <summary>
            Gets or sets Index.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowAddRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSort">
            <summary>
            The type Workbook Table Sort.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSort.Fields">
            <summary>
            Gets or sets fields.
            Represents the current conditions used to last sort the table. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSort.MatchCase">
            <summary>
            Gets or sets match case.
            Represents whether the casing impacted the last sort of the table. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSort.Method">
            <summary>
            Gets or sets method.
            Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortApplyRequestBody">
            <summary>
            The type WorkbookTableSortApplyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSortApplyRequestBody.Fields">
            <summary>
            Gets or sets Fields.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSortApplyRequestBody.MatchCase">
            <summary>
            Gets or sets MatchCase.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSortApplyRequestBody.Method">
            <summary>
            Gets or sets Method.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheet">
            <summary>
            The type Workbook Worksheet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Name">
            <summary>
            Gets or sets name.
            The display name of the worksheet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Position">
            <summary>
            Gets or sets position.
            The zero-based position of the worksheet within the workbook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Visibility">
            <summary>
            Gets or sets visibility.
            The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Charts">
            <summary>
            Gets or sets charts.
            Returns collection of charts that are part of the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.ChartsNextLink">
            <summary>
            Gets or sets chartsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Names">
            <summary>
            Gets or sets names.
            Returns collection of names that are associated with the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.NamesNextLink">
            <summary>
            Gets or sets namesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.PivotTables">
            <summary>
            Gets or sets pivot tables.
            Collection of PivotTables that are part of the worksheet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.PivotTablesNextLink">
            <summary>
            Gets or sets pivotTablesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Protection">
            <summary>
            Gets or sets protection.
            Returns sheet protection object for a worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Tables">
            <summary>
            Gets or sets tables.
            Collection of tables that are part of the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.TablesNextLink">
            <summary>
            Gets or sets tablesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetAddRequestBody">
            <summary>
            The type WorkbookWorksheetAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetAddRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtection">
            <summary>
            The type Workbook Worksheet Protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtection.Options">
            <summary>
            Gets or sets options.
            Sheet protection options. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtection.Protected">
            <summary>
            Gets or sets protected.
            Indicates if the worksheet is protected.  Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionOptions">
            <summary>
            The type WorkbookWorksheetProtectionOptions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowAutoFilter">
            <summary>
            Gets or sets allowAutoFilter.
            Represents the worksheet protection option of allowing using auto filter feature.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowDeleteColumns">
            <summary>
            Gets or sets allowDeleteColumns.
            Represents the worksheet protection option of allowing deleting columns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowDeleteRows">
            <summary>
            Gets or sets allowDeleteRows.
            Represents the worksheet protection option of allowing deleting rows.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowFormatCells">
            <summary>
            Gets or sets allowFormatCells.
            Represents the worksheet protection option of allowing formatting cells.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowFormatColumns">
            <summary>
            Gets or sets allowFormatColumns.
            Represents the worksheet protection option of allowing formatting columns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowFormatRows">
            <summary>
            Gets or sets allowFormatRows.
            Represents the worksheet protection option of allowing formatting rows.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowInsertColumns">
            <summary>
            Gets or sets allowInsertColumns.
            Represents the worksheet protection option of allowing inserting columns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowInsertHyperlinks">
            <summary>
            Gets or sets allowInsertHyperlinks.
            Represents the worksheet protection option of allowing inserting hyperlinks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowInsertRows">
            <summary>
            Gets or sets allowInsertRows.
            Represents the worksheet protection option of allowing inserting rows.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowPivotTables">
            <summary>
            Gets or sets allowPivotTables.
            Represents the worksheet protection option of allowing using pivot table feature.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowSort">
            <summary>
            Gets or sets allowSort.
            Represents the worksheet protection option of allowing using sort feature.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequestBody">
            <summary>
            The type WorkbookWorksheetProtectionProtectRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequestBody.Options">
            <summary>
            Gets or sets Options.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkforceIntegration">
            <summary>
            The type Workforce Integration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegration.#ctor">
            <summary>
             The WorkforceIntegration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkforceIntegration.ApiVersion">
            <summary>
            Gets or sets api version.
            API version for the call back URL. Start with 1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkforceIntegration.DisplayName">
            <summary>
            Gets or sets display name.
            Name of the workforce integration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkforceIntegration.Encryption">
            <summary>
            Gets or sets encryption.
            The workforce integration encryption resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkforceIntegration.IsActive">
            <summary>
            Gets or sets is active.
            Indicates whether this workforce integration is currently active and available.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkforceIntegration.SupportedEntities">
            <summary>
            Gets or sets supported entities.
            The Shifts entities supported for synchronous change notifications. Shifts will make a call back to the url provided on client changes on those entities added here. By default, no entities are supported for change notifications. Possible values are: none, shift, swapRequest, userShiftPreferences, openshift, openShiftRequest, offerShiftRequest, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkforceIntegration.Url">
            <summary>
            Gets or sets url.
            Workforce Integration URL for callbacks from the Shifts service.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkforceIntegrationEncryption">
            <summary>
            The type WorkforceIntegrationEncryption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkforceIntegrationEncryption.Protocol">
            <summary>
            Gets or sets protocol.
            Possible values are: sharedSecret, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkforceIntegrationEncryption.Secret">
            <summary>
            Gets or sets secret.
            Encryption shared secret.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkforceIntegrationEncryption.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkforceIntegrationEncryption.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkforceIntegrationEncryptionProtocol">
            <summary>
            The enum WorkforceIntegrationEncryptionProtocol.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkforceIntegrationEncryptionProtocol.SharedSecret">
            <summary>
            Shared Secret
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkforceIntegrationEncryptionProtocol.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkforceIntegrationSupportedEntities">
            <summary>
            The enum WorkforceIntegrationSupportedEntities.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkforceIntegrationSupportedEntities.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkforceIntegrationSupportedEntities.Shift">
            <summary>
            Shift
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkforceIntegrationSupportedEntities.SwapRequest">
            <summary>
            Swap Request
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkforceIntegrationSupportedEntities.UserShiftPreferences">
            <summary>
            User Shift Preferences
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkforceIntegrationSupportedEntities.OpenShift">
            <summary>
            Open Shift
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkforceIntegrationSupportedEntities.OpenShiftRequest">
            <summary>
            Open Shift Request
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkforceIntegrationSupportedEntities.OfferShiftRequest">
            <summary>
            Offer Shift Request
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WorkforceIntegrationSupportedEntities.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkingHours">
            <summary>
            The type WorkingHours.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkingHours.DaysOfWeek">
            <summary>
            Gets or sets daysOfWeek.
            The days of the week on which the user works.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkingHours.EndTime">
            <summary>
            Gets or sets endTime.
            The time of the day that the user stops working.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkingHours.StartTime">
            <summary>
            Gets or sets startTime.
            The time of the day that the user starts working.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkingHours.TimeZone">
            <summary>
            Gets or sets timeZone.
            The time zone to which the working hours apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkingHours.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkingHours.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration">
            <summary>
            The type X509Certificate Authentication Method Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration.#ctor">
            <summary>
             The X509CertificateAuthenticationMethodConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration.AuthenticationModeConfiguration">
            <summary>
            Gets or sets authentication mode configuration.
            Defines strong authentication configurations. This configuration includes the default authentication mode and the different rules for strong authentication bindings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration.CertificateUserBindings">
            <summary>
            Gets or sets certificate user bindings.
            Defines fields in the X.509 certificate that map to attributes of the Azure AD user object in order to bind the certificate to the user. The priority of the object determines the order in which the binding is carried out. The first binding that matches will be used and the rest ignored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration.IncludeTargets">
            <summary>
            Gets or sets include targets.
            A collection of groups that are enabled to use the authentication method.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration.IncludeTargetsNextLink">
            <summary>
            Gets or sets includeTargetsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.X509CertificateAuthenticationMode">
            <summary>
            The enum X509CertificateAuthenticationMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.X509CertificateAuthenticationMode.X509CertificateSingleFactor">
            <summary>
            X509Certificate Single Factor
            </summary>
        </member>
        <member name="F:Microsoft.Graph.X509CertificateAuthenticationMode.X509CertificateMultiFactor">
            <summary>
            X509Certificate Multi Factor
            </summary>
        </member>
        <member name="F:Microsoft.Graph.X509CertificateAuthenticationMode.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.X509CertificateAuthenticationModeConfiguration">
            <summary>
            The type X509CertificateAuthenticationModeConfiguration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationModeConfiguration.Rules">
            <summary>
            Gets or sets rules.
            Rules are configured in addition to the authentication mode to bind a specific x509CertificateRuleType to an x509CertificateAuthenticationMode. For example, bind the policyOID with identifier 1.32.132.343 to x509CertificateMultiFactor authentication mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationModeConfiguration.X509CertificateAuthenticationDefaultMode">
            <summary>
            Gets or sets x509CertificateAuthenticationDefaultMode.
            The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationModeConfiguration.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationModeConfiguration.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.X509CertificateRule">
            <summary>
            The type X509CertificateRule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateRule.Identifier">
            <summary>
            Gets or sets identifier.
            The identifier of the X.509 certificate. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateRule.X509CertificateAuthenticationMode">
            <summary>
            Gets or sets x509CertificateAuthenticationMode.
            The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateRule.X509CertificateRuleType">
            <summary>
            Gets or sets x509CertificateRuleType.
            The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateRule.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateRule.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.X509CertificateRuleType">
            <summary>
            The enum X509CertificateRuleType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.X509CertificateRuleType.IssuerSubject">
            <summary>
            Issuer Subject
            </summary>
        </member>
        <member name="F:Microsoft.Graph.X509CertificateRuleType.PolicyOID">
            <summary>
            Policy OID
            </summary>
        </member>
        <member name="F:Microsoft.Graph.X509CertificateRuleType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.X509CertificateUserBinding">
            <summary>
            The type X509CertificateUserBinding.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateUserBinding.Priority">
            <summary>
            Gets or sets priority.
            The priority of the binding. Azure AD uses the binding with the highest priority. This value must be a non-negative integer and unique in the collection of objects in the certificateUserBindings property of an x509CertificateAuthenticationMethodConfiguration object. Required
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateUserBinding.UserProperty">
            <summary>
            Gets or sets userProperty.
            Defines the Azure AD user property of the user object to use for the binding. The possible values are: userPrincipalName, onPremisesUserPrincipalName, certificateUserIds. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateUserBinding.X509CertificateField">
            <summary>
            Gets or sets x509CertificateField.
            The field on the X.509 certificate to use for the binding. The possible values are: PrincipalName, RFC822Name, SubjectKeyIdentifier, SHA1PublicKey.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateUserBinding.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateUserBinding.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AadUserConversationMemberRequest">
            <summary>
            The type AadUserConversationMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AadUserConversationMemberRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.CreateAsync(Microsoft.Graph.AadUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AadUserConversationMember using POST.
            </summary>
            <param name="aadUserConversationMemberToCreate">The AadUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AadUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.CreateResponseAsync(Microsoft.Graph.AadUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AadUserConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="aadUserConversationMemberToCreate">The AadUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AadUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AadUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AadUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AadUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AadUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.UpdateAsync(Microsoft.Graph.AadUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AadUserConversationMember using PATCH.
            </summary>
            <param name="aadUserConversationMemberToUpdate">The AadUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AadUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.UpdateResponseAsync(Microsoft.Graph.AadUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AadUserConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="aadUserConversationMemberToUpdate">The AadUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.PutAsync(Microsoft.Graph.AadUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AadUserConversationMember using PUT.
            </summary>
            <param name="aadUserConversationMemberToUpdate">The AadUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.PutResponseAsync(Microsoft.Graph.AadUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AadUserConversationMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="aadUserConversationMemberToUpdate">The AadUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AadUserConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AadUserConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequest.InitializeCollectionProperties(Microsoft.Graph.AadUserConversationMember)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="aadUserConversationMemberToInitialize">The <see cref="T:Microsoft.Graph.AadUserConversationMember"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AadUserConversationMemberRequestBuilder">
            <summary>
            The type AadUserConversationMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AadUserConversationMemberRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AadUserConversationMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AadUserConversationMemberRequestBuilder.User">
            <summary>
            Gets the request builder for User.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequest">
            <summary>
            The type AccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="accessPackageReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder">
            <summary>
            The type AccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesPage">
            <summary>
            The type AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest">
            <summary>
            The type AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder">
            <summary>
            The type AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/> for the specified AccessPackageAccessPackage.
            </summary>
            <param name="id">The ID for the AccessPackageAccessPackage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesResponse">
            <summary>
            The type AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessCollectionPage">
            <summary>
            The type AccessPackageAssignmentAdditionalAccessCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessCollectionResponse">
            <summary>
            The type AccessPackageAssignmentAdditionalAccessCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequest">
            <summary>
            The type AccessPackageAssignmentAdditionalAccessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentAdditionalAccessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequestBuilder">
            <summary>
            The type AccessPackageAssignmentAdditionalAccessRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="accessPackageId">A accessPackageId parameter for the OData method call.</param>
            <param name="incompatibleAccessPackageId">A incompatibleAccessPackageId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentAdditionalAccessRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserCollectionPage">
            <summary>
            The type AccessPackageAssignmentFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserCollectionResponse">
            <summary>
            The type AccessPackageAssignmentFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequest">
            <summary>
            The type AccessPackageAssignmentFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequestBuilder">
            <summary>
            The type AccessPackageAssignmentFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionPage">
            <summary>
            The type AccessPackageAssignmentPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest">
            <summary>
            The type AccessPackageAssignmentPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest.AddAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignmentPolicy to the collection via POST.
            </summary>
            <param name="accessPackageAssignmentPolicy">The AccessPackageAssignmentPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignmentPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageAssignmentPolicy">The AccessPackageAssignmentPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequestBuilder">
            <summary>
            The type AccessPackageAssignmentPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageAssignmentPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPolicyRequestBuilder"/> for the specified AccessPackageAccessPackageAssignmentPolicy.
            </summary>
            <param name="id">The ID for the AccessPackageAccessPackageAssignmentPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionResponse">
            <summary>
            The type AccessPackageAssignmentPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentPolicyReferenceRequest">
            <summary>
            The type AccessPackageAssignmentPolicyReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentPolicyReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentPolicy reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentPolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageAssignmentPolicy reference.
            </summary>
            <param name="id">The AccessPackageAssignmentPolicy reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageAssignmentPolicy reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The AccessPackageAssignmentPolicy reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentPolicyReferenceRequestBuilder">
            <summary>
            The type AccessPackageAssignmentPolicyReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageAssignmentPolicyReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentPolicyRequest">
            <summary>
            The type AccessPackageAssignmentPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.CreateAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignmentPolicy using POST.
            </summary>
            <param name="accessPackageAssignmentPolicyToCreate">The AccessPackageAssignmentPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignmentPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentPolicyToCreate">The AccessPackageAssignmentPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignmentPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignmentPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.UpdateAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentPolicy using PATCH.
            </summary>
            <param name="accessPackageAssignmentPolicyToUpdate">The AccessPackageAssignmentPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentPolicyToUpdate">The AccessPackageAssignmentPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.PutAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentPolicy using PUT.
            </summary>
            <param name="accessPackageAssignmentPolicyToUpdate">The AccessPackageAssignmentPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.PutResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentPolicyToUpdate">The AccessPackageAssignmentPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.AccessPackageAssignmentPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessPackageAssignmentPolicyToInitialize">The <see cref="T:Microsoft.Graph.AccessPackageAssignmentPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentPolicyRequestBuilder">
            <summary>
            The type AccessPackageAssignmentPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageAssignmentPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicyRequestBuilder.AccessPackage">
            <summary>
            Gets the request builder for AccessPackage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicyRequestBuilder.Catalog">
            <summary>
            Gets the request builder for Catalog.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest">
            <summary>
            The type AccessPackageAssignmentPolicyWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentPolicyWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignmentPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignmentPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest.CreateAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignmentPolicy using POST.
            </summary>
            <param name="accessPackageAssignmentPolicyToCreate">The AccessPackageAssignmentPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignmentPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentPolicyToCreate">The AccessPackageAssignmentPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest.UpdateAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentPolicy using PATCH.
            </summary>
            <param name="accessPackageAssignmentPolicyToUpdate">The AccessPackageAssignmentPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentPolicyToUpdate">The AccessPackageAssignmentPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequestBuilder">
            <summary>
            The type AccessPackageAssignmentPolicyWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageAssignmentPolicyWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentPolicyWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the accessPackageAssignmentPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPolicyReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentReferenceRequest">
            <summary>
            The type AccessPackageAssignmentReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignment reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignment reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageAssignment reference.
            </summary>
            <param name="id">The AccessPackageAssignment reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageAssignment reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The AccessPackageAssignment reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentReferenceRequestBuilder">
            <summary>
            The type AccessPackageAssignmentReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageAssignmentReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentReprocessRequest">
            <summary>
            The type AccessPackageAssignmentReprocessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReprocessRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentReprocessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReprocessRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReprocessRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReprocessRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReprocessRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentReprocessRequestBuilder">
            <summary>
            The type AccessPackageAssignmentReprocessRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReprocessRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessPackageAssignmentReprocessRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentReprocessRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequest">
            <summary>
            The type AccessPackageAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.CreateAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignment using POST.
            </summary>
            <param name="accessPackageAssignmentToCreate">The AccessPackageAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentToCreate">The AccessPackageAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.UpdateAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignment using PATCH.
            </summary>
            <param name="accessPackageAssignmentToUpdate">The AccessPackageAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentToUpdate">The AccessPackageAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.PutAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignment using PUT.
            </summary>
            <param name="accessPackageAssignmentToUpdate">The AccessPackageAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.PutResponseAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentToUpdate">The AccessPackageAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.AccessPackageAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessPackageAssignmentToInitialize">The <see cref="T:Microsoft.Graph.AccessPackageAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestBuilder">
            <summary>
            The type AccessPackageAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestBuilder.AccessPackage">
            <summary>
            Gets the request builder for AccessPackage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestBuilder.AssignmentPolicy">
            <summary>
            Gets the request builder for AssignmentPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestBuilder.Target">
            <summary>
            Gets the request builder for Target.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestBuilder.Reprocess">
            <summary>
            Gets the request builder for AccessPackageAssignmentReprocess.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentReprocessRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestCancelRequest">
            <summary>
            The type AccessPackageAssignmentRequestCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestCancelRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentRequestCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestCancelRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestCancelRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestCancelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestCancelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestCancelRequestBuilder">
            <summary>
            The type AccessPackageAssignmentRequestCancelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestCancelRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessPackageAssignmentRequestCancelRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestCancelRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserCollectionPage">
            <summary>
            The type AccessPackageAssignmentRequestFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserCollectionResponse">
            <summary>
            The type AccessPackageAssignmentRequestFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequest">
            <summary>
            The type AccessPackageAssignmentRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequestBuilder">
            <summary>
            The type AccessPackageAssignmentRequestFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestReprocessRequest">
            <summary>
            The type AccessPackageAssignmentRequestReprocessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestReprocessRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentRequestReprocessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestReprocessRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestReprocessRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestReprocessRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestReprocessRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestReprocessRequestBuilder">
            <summary>
            The type AccessPackageAssignmentRequestReprocessRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestReprocessRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessPackageAssignmentRequestReprocessRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestReprocessRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestRequest">
            <summary>
            The type AccessPackageAssignmentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.CreateAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignmentRequestObject using POST.
            </summary>
            <param name="accessPackageAssignmentRequestObjectToCreate">The AccessPackageAssignmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignmentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentRequestObjectToCreate">The AccessPackageAssignmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageAssignmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.UpdateAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentRequestObject using PATCH.
            </summary>
            <param name="accessPackageAssignmentRequestObjectToUpdate">The AccessPackageAssignmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageAssignmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentRequestObjectToUpdate">The AccessPackageAssignmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.PutAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentRequestObject using PUT.
            </summary>
            <param name="accessPackageAssignmentRequestObjectToUpdate">The AccessPackageAssignmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.PutResponseAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentRequestObjectToUpdate">The AccessPackageAssignmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequest.InitializeCollectionProperties(Microsoft.Graph.AccessPackageAssignmentRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessPackageAssignmentRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.AccessPackageAssignmentRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentRequestRequestBuilder">
            <summary>
            The type AccessPackageAssignmentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageAssignmentRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestRequestBuilder.AccessPackage">
            <summary>
            Gets the request builder for AccessPackage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestRequestBuilder.Assignment">
            <summary>
            Gets the request builder for Assignment.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentRequestRequestBuilder.Requestor">
            <summary>
            Gets the request builder for Requestor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequestBuilder.Cancel">
            <summary>
            Gets the request builder for AccessPackageAssignmentRequestCancel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestCancelRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentRequestRequestBuilder.Reprocess">
            <summary>
            Gets the request builder for AccessPackageAssignmentRequestReprocess.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestReprocessRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest">
            <summary>
            The type AccessPackageAssignmentWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageAssignmentWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest.CreateAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignment using POST.
            </summary>
            <param name="accessPackageAssignmentToCreate">The AccessPackageAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentToCreate">The AccessPackageAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest.UpdateAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignment using PATCH.
            </summary>
            <param name="accessPackageAssignmentToUpdate">The AccessPackageAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentToUpdate">The AccessPackageAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequestBuilder">
            <summary>
            The type AccessPackageAssignmentWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageAssignmentWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageAssignmentWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the accessPackageAssignment.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionPage">
            <summary>
            The type AccessPackageCatalogAccessPackagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest">
            <summary>
            The type AccessPackageCatalogAccessPackagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageCatalogAccessPackagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest.AddAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackage to the collection via POST.
            </summary>
            <param name="accessPackage">The AccessPackage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackage">The AccessPackage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequestBuilder">
            <summary>
            The type AccessPackageCatalogAccessPackagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageCatalogAccessPackagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageRequestBuilder"/> for the specified AccessPackageCatalogAccessPackage.
            </summary>
            <param name="id">The ID for the AccessPackageCatalogAccessPackage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessPackageFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessPackageFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionResponse">
            <summary>
            The type AccessPackageCatalogAccessPackagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalogAccessPackagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageCatalogReferenceRequest">
            <summary>
            The type AccessPackageCatalogReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageCatalogReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageCatalog reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageCatalog reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageCatalog reference.
            </summary>
            <param name="id">The AccessPackageCatalog reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageCatalog reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The AccessPackageCatalog reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageCatalogReferenceRequestBuilder">
            <summary>
            The type AccessPackageCatalogReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageCatalogReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageCatalogRequest">
            <summary>
            The type AccessPackageCatalogRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageCatalogRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.CreateAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageCatalog using POST.
            </summary>
            <param name="accessPackageCatalogToCreate">The AccessPackageCatalog to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageCatalog using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageCatalogToCreate">The AccessPackageCatalog to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageCatalog.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageCatalog and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageCatalog.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageCatalog and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.UpdateAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageCatalog using PATCH.
            </summary>
            <param name="accessPackageCatalogToUpdate">The AccessPackageCatalog to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageCatalog using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageCatalogToUpdate">The AccessPackageCatalog to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.PutAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageCatalog using PUT.
            </summary>
            <param name="accessPackageCatalogToUpdate">The AccessPackageCatalog object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.PutResponseAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageCatalog using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageCatalogToUpdate">The AccessPackageCatalog object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageCatalog,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageCatalog,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequest.InitializeCollectionProperties(Microsoft.Graph.AccessPackageCatalog)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessPackageCatalogToInitialize">The <see cref="T:Microsoft.Graph.AccessPackageCatalog"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageCatalogRequestBuilder">
            <summary>
            The type AccessPackageCatalogRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageCatalogRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalogRequestBuilder.AccessPackages">
            <summary>
            Gets the request builder for AccessPackages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest">
            <summary>
            The type AccessPackageCatalogWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageCatalogWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageCatalog.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageCatalog and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest.CreateAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageCatalog using POST.
            </summary>
            <param name="accessPackageCatalogToCreate">The AccessPackageCatalog to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageCatalog using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageCatalogToCreate">The AccessPackageCatalog to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest.UpdateAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageCatalog using PATCH.
            </summary>
            <param name="accessPackageCatalogToUpdate">The AccessPackageCatalog to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageCatalog using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageCatalogToUpdate">The AccessPackageCatalog to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageCatalog.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageCatalog and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageCatalog,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageCatalog,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageCatalogWithReferenceRequestBuilder">
            <summary>
            The type AccessPackageCatalogWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageCatalogWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageCatalogWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageCatalogWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the accessPackageCatalog.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageCatalogReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageFilterByCurrentUserCollectionPage">
            <summary>
            The type AccessPackageFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageFilterByCurrentUserCollectionResponse">
            <summary>
            The type AccessPackageFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessPackageFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageFilterByCurrentUserRequest">
            <summary>
            The type AccessPackageFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageFilterByCurrentUserRequestBuilder">
            <summary>
            The type AccessPackageFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.AccessPackageFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessPackageFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsCollectionPage">
            <summary>
            The type AccessPackageGetApplicablePolicyRequirementsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsCollectionResponse">
            <summary>
            The type AccessPackageGetApplicablePolicyRequirementsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequest">
            <summary>
            The type AccessPackageGetApplicablePolicyRequirementsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageGetApplicablePolicyRequirementsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequestBuilder">
            <summary>
            The type AccessPackageGetApplicablePolicyRequirementsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageGetApplicablePolicyRequirementsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionReferencesRequest">
            <summary>
            The type AccessPackageIncompatibleAccessPackagesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageIncompatibleAccessPackagesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="accessPackageReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder">
            <summary>
            The type AccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesPage">
            <summary>
            The type AccessPackageIncompatibleAccessPackagesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest">
            <summary>
            The type AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder">
            <summary>
            The type AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/> for the specified AccessPackageAccessPackage.
            </summary>
            <param name="id">The ID for the AccessPackageAccessPackage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesResponse">
            <summary>
            The type AccessPackageIncompatibleAccessPackagesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageIncompatibleAccessPackagesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionPage">
            <summary>
            The type AccessPackageIncompatibleGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest">
            <summary>
            The type AccessPackageIncompatibleGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageIncompatibleGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest.AddAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequestBuilder">
            <summary>
            The type AccessPackageIncompatibleGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageIncompatibleGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupRequestBuilder"/> for the specified AccessPackageGroup.
            </summary>
            <param name="id">The ID for the AccessPackageGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for GroupDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionResponse">
            <summary>
            The type AccessPackageIncompatibleGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageIncompatibleGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageReferenceRequest">
            <summary>
            The type AccessPackageReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackage reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackage reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackage reference.
            </summary>
            <param name="id">The AccessPackage reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackage reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The AccessPackage reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageReferenceRequestBuilder">
            <summary>
            The type AccessPackageReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageRequest">
            <summary>
            The type AccessPackageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.CreateAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackage using POST.
            </summary>
            <param name="accessPackageToCreate">The AccessPackage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.CreateResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageToCreate">The AccessPackage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.UpdateAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackage using PATCH.
            </summary>
            <param name="accessPackageToUpdate">The AccessPackage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageToUpdate">The AccessPackage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.PutAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackage using PUT.
            </summary>
            <param name="accessPackageToUpdate">The AccessPackage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.PutResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageToUpdate">The AccessPackage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequest.InitializeCollectionProperties(Microsoft.Graph.AccessPackage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessPackageToInitialize">The <see cref="T:Microsoft.Graph.AccessPackage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageRequestBuilder">
            <summary>
            The type AccessPackageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageRequestBuilder.AccessPackagesIncompatibleWith">
            <summary>
            Gets the request builder for AccessPackagesIncompatibleWith.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageRequestBuilder.AssignmentPolicies">
            <summary>
            Gets the request builder for AssignmentPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageRequestBuilder.Catalog">
            <summary>
            Gets the request builder for Catalog.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageRequestBuilder.IncompatibleAccessPackages">
            <summary>
            Gets the request builder for IncompatibleAccessPackages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageRequestBuilder.IncompatibleGroups">
            <summary>
            Gets the request builder for IncompatibleGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageRequestBuilder.GetApplicablePolicyRequirements">
            <summary>
            Gets the request builder for AccessPackageGetApplicablePolicyRequirements.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageSubjectReferenceRequest">
            <summary>
            The type AccessPackageSubjectReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageSubjectReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageSubject reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageSubject reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageSubject reference.
            </summary>
            <param name="id">The AccessPackageSubject reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageSubject reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The AccessPackageSubject reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageSubjectReferenceRequestBuilder">
            <summary>
            The type AccessPackageSubjectReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageSubjectReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageSubjectRequest">
            <summary>
            The type AccessPackageSubjectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageSubjectRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.CreateAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageSubject using POST.
            </summary>
            <param name="accessPackageSubjectToCreate">The AccessPackageSubject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageSubject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageSubject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageSubjectToCreate">The AccessPackageSubject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageSubject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageSubject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageSubject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageSubject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageSubject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.UpdateAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageSubject using PATCH.
            </summary>
            <param name="accessPackageSubjectToUpdate">The AccessPackageSubject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageSubject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageSubject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageSubjectToUpdate">The AccessPackageSubject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.PutAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageSubject using PUT.
            </summary>
            <param name="accessPackageSubjectToUpdate">The AccessPackageSubject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.PutResponseAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageSubject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageSubjectToUpdate">The AccessPackageSubject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageSubject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageSubject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequest.InitializeCollectionProperties(Microsoft.Graph.AccessPackageSubject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessPackageSubjectToInitialize">The <see cref="T:Microsoft.Graph.AccessPackageSubject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageSubjectRequestBuilder">
            <summary>
            The type AccessPackageSubjectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageSubjectRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageSubjectRequestBuilder.ConnectedOrganization">
            <summary>
            Gets the request builder for ConnectedOrganization.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConnectedOrganizationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest">
            <summary>
            The type AccessPackageSubjectWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageSubjectWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageSubject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageSubject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageSubject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest.CreateAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageSubject using POST.
            </summary>
            <param name="accessPackageSubjectToCreate">The AccessPackageSubject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageSubject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageSubject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageSubjectToCreate">The AccessPackageSubject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest.UpdateAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageSubject using PATCH.
            </summary>
            <param name="accessPackageSubjectToUpdate">The AccessPackageSubject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageSubject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageSubject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageSubjectToUpdate">The AccessPackageSubject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageSubject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageSubject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageSubject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageSubject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageSubjectWithReferenceRequestBuilder">
            <summary>
            The type AccessPackageSubjectWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageSubjectWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageSubjectWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageSubjectWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the accessPackageSubject.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageSubjectReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageWithReferenceRequest">
            <summary>
            The type AccessPackageWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessPackageWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequest.CreateAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackage using POST.
            </summary>
            <param name="accessPackageToCreate">The AccessPackage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageToCreate">The AccessPackage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequest.UpdateAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackage using PATCH.
            </summary>
            <param name="accessPackageToUpdate">The AccessPackage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageToUpdate">The AccessPackage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessPackageWithReferenceRequestBuilder">
            <summary>
            The type AccessPackageWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessPackageWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessPackageWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessPackageWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the accessPackage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionPage">
            <summary>
            The type AccessReviewHistoryDefinitionInstancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest">
            <summary>
            The type AccessReviewHistoryDefinitionInstancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewHistoryDefinitionInstancesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewHistoryInstance to the collection via POST.
            </summary>
            <param name="accessReviewHistoryInstance">The AccessReviewHistoryInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewHistoryInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewHistoryInstance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewHistoryInstance">The AccessReviewHistoryInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequestBuilder">
            <summary>
            The type AccessReviewHistoryDefinitionInstancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewHistoryDefinitionInstancesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewHistoryInstanceRequestBuilder"/> for the specified AccessReviewHistoryDefinitionAccessReviewHistoryInstance.
            </summary>
            <param name="id">The ID for the AccessReviewHistoryDefinitionAccessReviewHistoryInstance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewHistoryInstanceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionResponse">
            <summary>
            The type AccessReviewHistoryDefinitionInstancesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinitionInstancesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryDefinitionRequest">
            <summary>
            The type AccessReviewHistoryDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewHistoryDefinitionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.CreateAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewHistoryDefinition using POST.
            </summary>
            <param name="accessReviewHistoryDefinitionToCreate">The AccessReviewHistoryDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewHistoryDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewHistoryDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewHistoryDefinitionToCreate">The AccessReviewHistoryDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewHistoryDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewHistoryDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewHistoryDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewHistoryDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewHistoryDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.UpdateAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryDefinition using PATCH.
            </summary>
            <param name="accessReviewHistoryDefinitionToUpdate">The AccessReviewHistoryDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewHistoryDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewHistoryDefinitionToUpdate">The AccessReviewHistoryDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.PutAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryDefinition using PUT.
            </summary>
            <param name="accessReviewHistoryDefinitionToUpdate">The AccessReviewHistoryDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.PutResponseAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewHistoryDefinitionToUpdate">The AccessReviewHistoryDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequest.InitializeCollectionProperties(Microsoft.Graph.AccessReviewHistoryDefinition)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessReviewHistoryDefinitionToInitialize">The <see cref="T:Microsoft.Graph.AccessReviewHistoryDefinition"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryDefinitionRequestBuilder">
            <summary>
            The type AccessReviewHistoryDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewHistoryDefinitionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewHistoryDefinitionRequestBuilder.Instances">
            <summary>
            Gets the request builder for Instances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryInstanceGenerateDownloadUriRequest">
            <summary>
            The type AccessReviewHistoryInstanceGenerateDownloadUriRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceGenerateDownloadUriRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewHistoryInstanceGenerateDownloadUriRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceGenerateDownloadUriRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceGenerateDownloadUriRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceGenerateDownloadUriRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceGenerateDownloadUriRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryInstanceGenerateDownloadUriRequestBuilder">
            <summary>
            The type AccessReviewHistoryInstanceGenerateDownloadUriRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceGenerateDownloadUriRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessReviewHistoryInstanceGenerateDownloadUriRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceGenerateDownloadUriRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryInstanceRequest">
            <summary>
            The type AccessReviewHistoryInstanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewHistoryInstanceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.CreateAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewHistoryInstance using POST.
            </summary>
            <param name="accessReviewHistoryInstanceToCreate">The AccessReviewHistoryInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewHistoryInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewHistoryInstance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewHistoryInstanceToCreate">The AccessReviewHistoryInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewHistoryInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewHistoryInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewHistoryInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewHistoryInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewHistoryInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.UpdateAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryInstance using PATCH.
            </summary>
            <param name="accessReviewHistoryInstanceToUpdate">The AccessReviewHistoryInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewHistoryInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryInstance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewHistoryInstanceToUpdate">The AccessReviewHistoryInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.PutAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryInstance using PUT.
            </summary>
            <param name="accessReviewHistoryInstanceToUpdate">The AccessReviewHistoryInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.PutResponseAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryInstance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewHistoryInstanceToUpdate">The AccessReviewHistoryInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequest.InitializeCollectionProperties(Microsoft.Graph.AccessReviewHistoryInstance)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessReviewHistoryInstanceToInitialize">The <see cref="T:Microsoft.Graph.AccessReviewHistoryInstance"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewHistoryInstanceRequestBuilder">
            <summary>
            The type AccessReviewHistoryInstanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewHistoryInstanceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewHistoryInstanceRequestBuilder.GenerateDownloadUri">
            <summary>
            Gets the request builder for AccessReviewHistoryInstanceGenerateDownloadUri.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewHistoryInstanceGenerateDownloadUriRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceAcceptRecommendationsRequest">
            <summary>
            The type AccessReviewInstanceAcceptRecommendationsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceAcceptRecommendationsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewInstanceAcceptRecommendationsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceAcceptRecommendationsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceAcceptRecommendationsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceAcceptRecommendationsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceAcceptRecommendationsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceAcceptRecommendationsRequestBuilder">
            <summary>
            The type AccessReviewInstanceAcceptRecommendationsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceAcceptRecommendationsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessReviewInstanceAcceptRecommendationsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceAcceptRecommendationsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceApplyDecisionsRequest">
            <summary>
            The type AccessReviewInstanceApplyDecisionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceApplyDecisionsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewInstanceApplyDecisionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceApplyDecisionsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceApplyDecisionsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceApplyDecisionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceApplyDecisionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceApplyDecisionsRequestBuilder">
            <summary>
            The type AccessReviewInstanceApplyDecisionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceApplyDecisionsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessReviewInstanceApplyDecisionsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceApplyDecisionsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequest">
            <summary>
            The type AccessReviewInstanceBatchRecordDecisionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewInstanceBatchRecordDecisionsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequestBuilder">
            <summary>
            The type AccessReviewInstanceBatchRecordDecisionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="decision">A decision parameter for the OData method call.</param>
            <param name="justification">A justification parameter for the OData method call.</param>
            <param name="principalId">A principalId parameter for the OData method call.</param>
            <param name="resourceId">A resourceId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceBatchRecordDecisionsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionPage">
            <summary>
            The type AccessReviewInstanceContactedReviewersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest">
            <summary>
            The type AccessReviewInstanceContactedReviewersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewInstanceContactedReviewersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewReviewer to the collection via POST.
            </summary>
            <param name="accessReviewReviewer">The AccessReviewReviewer to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewReviewer.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewReviewer to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewReviewer">The AccessReviewReviewer to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewReviewer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewReviewer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequestBuilder">
            <summary>
            The type AccessReviewInstanceContactedReviewersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewInstanceContactedReviewersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewReviewerRequestBuilder"/> for the specified AccessReviewInstanceAccessReviewReviewer.
            </summary>
            <param name="id">The ID for the AccessReviewInstanceAccessReviewReviewer.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewReviewerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionResponse">
            <summary>
            The type AccessReviewInstanceContactedReviewersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceContactedReviewersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserCollectionPage">
            <summary>
            The type AccessReviewInstanceDecisionItemFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserCollectionResponse">
            <summary>
            The type AccessReviewInstanceDecisionItemFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequest">
            <summary>
            The type AccessReviewInstanceDecisionItemFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewInstanceDecisionItemFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequestBuilder">
            <summary>
            The type AccessReviewInstanceDecisionItemFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest">
            <summary>
            The type AccessReviewInstanceDecisionItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewInstanceDecisionItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.CreateAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewInstanceDecisionItem using POST.
            </summary>
            <param name="accessReviewInstanceDecisionItemToCreate">The AccessReviewInstanceDecisionItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewInstanceDecisionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewInstanceDecisionItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewInstanceDecisionItemToCreate">The AccessReviewInstanceDecisionItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewInstanceDecisionItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewInstanceDecisionItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewInstanceDecisionItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewInstanceDecisionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewInstanceDecisionItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.UpdateAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstanceDecisionItem using PATCH.
            </summary>
            <param name="accessReviewInstanceDecisionItemToUpdate">The AccessReviewInstanceDecisionItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewInstanceDecisionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstanceDecisionItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewInstanceDecisionItemToUpdate">The AccessReviewInstanceDecisionItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.PutAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstanceDecisionItem using PUT.
            </summary>
            <param name="accessReviewInstanceDecisionItemToUpdate">The AccessReviewInstanceDecisionItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.PutResponseAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstanceDecisionItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewInstanceDecisionItemToUpdate">The AccessReviewInstanceDecisionItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequest.InitializeCollectionProperties(Microsoft.Graph.AccessReviewInstanceDecisionItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessReviewInstanceDecisionItemToInitialize">The <see cref="T:Microsoft.Graph.AccessReviewInstanceDecisionItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionItemRequestBuilder">
            <summary>
            The type AccessReviewInstanceDecisionItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewInstanceDecisionItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionPage">
            <summary>
            The type AccessReviewInstanceDecisionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest">
            <summary>
            The type AccessReviewInstanceDecisionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewInstanceDecisionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewInstanceDecisionItem to the collection via POST.
            </summary>
            <param name="accessReviewInstanceDecisionItem">The AccessReviewInstanceDecisionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewInstanceDecisionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewInstanceDecisionItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewInstanceDecisionItem">The AccessReviewInstanceDecisionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequestBuilder">
            <summary>
            The type AccessReviewInstanceDecisionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewInstanceDecisionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequestBuilder"/> for the specified AccessReviewInstanceAccessReviewInstanceDecisionItem.
            </summary>
            <param name="id">The ID for the AccessReviewInstanceAccessReviewInstanceDecisionItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessReviewInstanceDecisionItemFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionResponse">
            <summary>
            The type AccessReviewInstanceDecisionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceDecisionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserCollectionPage">
            <summary>
            The type AccessReviewInstanceFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserCollectionResponse">
            <summary>
            The type AccessReviewInstanceFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequest">
            <summary>
            The type AccessReviewInstanceFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewInstanceFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequestBuilder">
            <summary>
            The type AccessReviewInstanceFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceRequest">
            <summary>
            The type AccessReviewInstanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewInstanceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.CreateAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewInstance using POST.
            </summary>
            <param name="accessReviewInstanceToCreate">The AccessReviewInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewInstance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewInstanceToCreate">The AccessReviewInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.UpdateAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstance using PATCH.
            </summary>
            <param name="accessReviewInstanceToUpdate">The AccessReviewInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewInstanceToUpdate">The AccessReviewInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.PutAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstance using PUT.
            </summary>
            <param name="accessReviewInstanceToUpdate">The AccessReviewInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.PutResponseAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewInstanceToUpdate">The AccessReviewInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequest.InitializeCollectionProperties(Microsoft.Graph.AccessReviewInstance)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessReviewInstanceToInitialize">The <see cref="T:Microsoft.Graph.AccessReviewInstance"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceRequestBuilder">
            <summary>
            The type AccessReviewInstanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewInstanceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceRequestBuilder.ContactedReviewers">
            <summary>
            Gets the request builder for ContactedReviewers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceRequestBuilder.Decisions">
            <summary>
            Gets the request builder for Decisions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceRequestBuilder.Stages">
            <summary>
            Gets the request builder for Stages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequestBuilder.AcceptRecommendations">
            <summary>
            Gets the request builder for AccessReviewInstanceAcceptRecommendations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceAcceptRecommendationsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequestBuilder.ApplyDecisions">
            <summary>
            Gets the request builder for AccessReviewInstanceApplyDecisions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceApplyDecisionsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequestBuilder.BatchRecordDecisions(System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for AccessReviewInstanceBatchRecordDecisions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceBatchRecordDecisionsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequestBuilder.ResetDecisions">
            <summary>
            Gets the request builder for AccessReviewInstanceResetDecisions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceResetDecisionsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequestBuilder.SendReminder">
            <summary>
            Gets the request builder for AccessReviewInstanceSendReminder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceSendReminderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceRequestBuilder.Stop">
            <summary>
            Gets the request builder for AccessReviewInstanceStop.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceStopRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceResetDecisionsRequest">
            <summary>
            The type AccessReviewInstanceResetDecisionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceResetDecisionsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewInstanceResetDecisionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceResetDecisionsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceResetDecisionsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceResetDecisionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceResetDecisionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceResetDecisionsRequestBuilder">
            <summary>
            The type AccessReviewInstanceResetDecisionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceResetDecisionsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessReviewInstanceResetDecisionsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceResetDecisionsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceSendReminderRequest">
            <summary>
            The type AccessReviewInstanceSendReminderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceSendReminderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewInstanceSendReminderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceSendReminderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceSendReminderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceSendReminderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceSendReminderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceSendReminderRequestBuilder">
            <summary>
            The type AccessReviewInstanceSendReminderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceSendReminderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessReviewInstanceSendReminderRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceSendReminderRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceStagesCollectionPage">
            <summary>
            The type AccessReviewInstanceStagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceStagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest">
            <summary>
            The type AccessReviewInstanceStagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewInstanceStagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewStage to the collection via POST.
            </summary>
            <param name="accessReviewStage">The AccessReviewStage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewStage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewStage">The AccessReviewStage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewStage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewStage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequestBuilder">
            <summary>
            The type AccessReviewInstanceStagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewInstanceStagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewStageRequestBuilder"/> for the specified AccessReviewInstanceAccessReviewStage.
            </summary>
            <param name="id">The ID for the AccessReviewInstanceAccessReviewStage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewStageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStagesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessReviewStageFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessReviewStageFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceStagesCollectionResponse">
            <summary>
            The type AccessReviewInstanceStagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceStagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessReviewInstanceStagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceStagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewInstanceStagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceStopRequest">
            <summary>
            The type AccessReviewInstanceStopRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStopRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewInstanceStopRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStopRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStopRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStopRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStopRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewInstanceStopRequestBuilder">
            <summary>
            The type AccessReviewInstanceStopRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStopRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessReviewInstanceStopRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewInstanceStopRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewReviewerRequest">
            <summary>
            The type AccessReviewReviewerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewReviewerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.CreateAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewReviewer using POST.
            </summary>
            <param name="accessReviewReviewerToCreate">The AccessReviewReviewer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewReviewer.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewReviewer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewReviewerToCreate">The AccessReviewReviewer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewReviewer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewReviewer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewReviewer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewReviewer.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewReviewer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.UpdateAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewReviewer using PATCH.
            </summary>
            <param name="accessReviewReviewerToUpdate">The AccessReviewReviewer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewReviewer.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewReviewer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewReviewerToUpdate">The AccessReviewReviewer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.PutAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewReviewer using PUT.
            </summary>
            <param name="accessReviewReviewerToUpdate">The AccessReviewReviewer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.PutResponseAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewReviewer using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewReviewerToUpdate">The AccessReviewReviewer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewReviewer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewReviewer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequest.InitializeCollectionProperties(Microsoft.Graph.AccessReviewReviewer)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessReviewReviewerToInitialize">The <see cref="T:Microsoft.Graph.AccessReviewReviewer"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewReviewerRequestBuilder">
            <summary>
            The type AccessReviewReviewerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewReviewerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewReviewerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserCollectionPage">
            <summary>
            The type AccessReviewScheduleDefinitionFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserCollectionResponse">
            <summary>
            The type AccessReviewScheduleDefinitionFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequest">
            <summary>
            The type AccessReviewScheduleDefinitionFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewScheduleDefinitionFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequestBuilder">
            <summary>
            The type AccessReviewScheduleDefinitionFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionPage">
            <summary>
            The type AccessReviewScheduleDefinitionInstancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest">
            <summary>
            The type AccessReviewScheduleDefinitionInstancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewScheduleDefinitionInstancesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewInstance to the collection via POST.
            </summary>
            <param name="accessReviewInstance">The AccessReviewInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewInstance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewInstance">The AccessReviewInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequestBuilder">
            <summary>
            The type AccessReviewScheduleDefinitionInstancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewScheduleDefinitionInstancesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewInstanceRequestBuilder"/> for the specified AccessReviewScheduleDefinitionAccessReviewInstance.
            </summary>
            <param name="id">The ID for the AccessReviewScheduleDefinitionAccessReviewInstance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessReviewInstanceFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionResponse">
            <summary>
            The type AccessReviewScheduleDefinitionInstancesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinitionInstancesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinitionRequest">
            <summary>
            The type AccessReviewScheduleDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewScheduleDefinitionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.CreateAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewScheduleDefinition using POST.
            </summary>
            <param name="accessReviewScheduleDefinitionToCreate">The AccessReviewScheduleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewScheduleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewScheduleDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewScheduleDefinitionToCreate">The AccessReviewScheduleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewScheduleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewScheduleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewScheduleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewScheduleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewScheduleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.UpdateAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewScheduleDefinition using PATCH.
            </summary>
            <param name="accessReviewScheduleDefinitionToUpdate">The AccessReviewScheduleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewScheduleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewScheduleDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewScheduleDefinitionToUpdate">The AccessReviewScheduleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.PutAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewScheduleDefinition using PUT.
            </summary>
            <param name="accessReviewScheduleDefinitionToUpdate">The AccessReviewScheduleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.PutResponseAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewScheduleDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewScheduleDefinitionToUpdate">The AccessReviewScheduleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewScheduleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewScheduleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequest.InitializeCollectionProperties(Microsoft.Graph.AccessReviewScheduleDefinition)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessReviewScheduleDefinitionToInitialize">The <see cref="T:Microsoft.Graph.AccessReviewScheduleDefinition"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinitionRequestBuilder">
            <summary>
            The type AccessReviewScheduleDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewScheduleDefinitionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewScheduleDefinitionRequestBuilder.Instances">
            <summary>
            Gets the request builder for Instances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionRequestBuilder.Stop">
            <summary>
            Gets the request builder for AccessReviewScheduleDefinitionStop.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionStopRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinitionStopRequest">
            <summary>
            The type AccessReviewScheduleDefinitionStopRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionStopRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewScheduleDefinitionStopRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionStopRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionStopRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionStopRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionStopRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewScheduleDefinitionStopRequestBuilder">
            <summary>
            The type AccessReviewScheduleDefinitionStopRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionStopRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessReviewScheduleDefinitionStopRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewScheduleDefinitionStopRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewSetDefinitionsCollectionPage">
            <summary>
            The type AccessReviewSetDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSetDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest">
            <summary>
            The type AccessReviewSetDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewSetDefinitionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewScheduleDefinition to the collection via POST.
            </summary>
            <param name="accessReviewScheduleDefinition">The AccessReviewScheduleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewScheduleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewScheduleDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewScheduleDefinition">The AccessReviewScheduleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewScheduleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewScheduleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequestBuilder">
            <summary>
            The type AccessReviewSetDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewSetDefinitionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionRequestBuilder"/> for the specified AccessReviewSetAccessReviewScheduleDefinition.
            </summary>
            <param name="id">The ID for the AccessReviewSetAccessReviewScheduleDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetDefinitionsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessReviewScheduleDefinitionFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewSetDefinitionsCollectionResponse">
            <summary>
            The type AccessReviewSetDefinitionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSetDefinitionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSetDefinitionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSetDefinitionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionPage">
            <summary>
            The type AccessReviewSetHistoryDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest">
            <summary>
            The type AccessReviewSetHistoryDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewSetHistoryDefinitionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewHistoryDefinition to the collection via POST.
            </summary>
            <param name="accessReviewHistoryDefinition">The AccessReviewHistoryDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewHistoryDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewHistoryDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewHistoryDefinition">The AccessReviewHistoryDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequestBuilder">
            <summary>
            The type AccessReviewSetHistoryDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewSetHistoryDefinitionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewHistoryDefinitionRequestBuilder"/> for the specified AccessReviewSetAccessReviewHistoryDefinition.
            </summary>
            <param name="id">The ID for the AccessReviewSetAccessReviewHistoryDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewHistoryDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionResponse">
            <summary>
            The type AccessReviewSetHistoryDefinitionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSetHistoryDefinitionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewSetRequest">
            <summary>
            The type AccessReviewSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewSetRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.CreateAsync(Microsoft.Graph.AccessReviewSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewSet using POST.
            </summary>
            <param name="accessReviewSetToCreate">The AccessReviewSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewSetToCreate">The AccessReviewSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.UpdateAsync(Microsoft.Graph.AccessReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewSet using PATCH.
            </summary>
            <param name="accessReviewSetToUpdate">The AccessReviewSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewSetToUpdate">The AccessReviewSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.PutAsync(Microsoft.Graph.AccessReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewSet using PUT.
            </summary>
            <param name="accessReviewSetToUpdate">The AccessReviewSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.PutResponseAsync(Microsoft.Graph.AccessReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewSet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewSetToUpdate">The AccessReviewSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequest.InitializeCollectionProperties(Microsoft.Graph.AccessReviewSet)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessReviewSetToInitialize">The <see cref="T:Microsoft.Graph.AccessReviewSet"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewSetRequestBuilder">
            <summary>
            The type AccessReviewSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewSetRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSetRequestBuilder.Definitions">
            <summary>
            Gets the request builder for Definitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewSetRequestBuilder.HistoryDefinitions">
            <summary>
            Gets the request builder for HistoryDefinitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageDecisionsCollectionPage">
            <summary>
            The type AccessReviewStageDecisionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageDecisionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest">
            <summary>
            The type AccessReviewStageDecisionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewStageDecisionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewInstanceDecisionItem to the collection via POST.
            </summary>
            <param name="accessReviewInstanceDecisionItem">The AccessReviewInstanceDecisionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewInstanceDecisionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewInstanceDecisionItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewInstanceDecisionItem">The AccessReviewInstanceDecisionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequestBuilder">
            <summary>
            The type AccessReviewStageDecisionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewStageDecisionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequestBuilder"/> for the specified AccessReviewStageAccessReviewInstanceDecisionItem.
            </summary>
            <param name="id">The ID for the AccessReviewStageAccessReviewInstanceDecisionItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageDecisionsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessReviewInstanceDecisionItemFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageDecisionsCollectionResponse">
            <summary>
            The type AccessReviewStageDecisionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageDecisionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessReviewStageDecisionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageDecisionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageDecisionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageFilterByCurrentUserCollectionPage">
            <summary>
            The type AccessReviewStageFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageFilterByCurrentUserCollectionResponse">
            <summary>
            The type AccessReviewStageFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequest">
            <summary>
            The type AccessReviewStageFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewStageFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequestBuilder">
            <summary>
            The type AccessReviewStageFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.AccessReviewStageFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageRequest">
            <summary>
            The type AccessReviewStageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewStageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.CreateAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewStage using POST.
            </summary>
            <param name="accessReviewStageToCreate">The AccessReviewStage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewStage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewStageToCreate">The AccessReviewStage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewStage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewStage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewStage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewStage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.UpdateAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewStage using PATCH.
            </summary>
            <param name="accessReviewStageToUpdate">The AccessReviewStage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewStage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewStageToUpdate">The AccessReviewStage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.PutAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewStage using PUT.
            </summary>
            <param name="accessReviewStageToUpdate">The AccessReviewStage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.PutResponseAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewStage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewStageToUpdate">The AccessReviewStage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewStage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewStage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequest.InitializeCollectionProperties(Microsoft.Graph.AccessReviewStage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="accessReviewStageToInitialize">The <see cref="T:Microsoft.Graph.AccessReviewStage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageRequestBuilder">
            <summary>
            The type AccessReviewStageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AccessReviewStageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AccessReviewStageRequestBuilder.Decisions">
            <summary>
            Gets the request builder for Decisions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageRequestBuilder.Stop">
            <summary>
            Gets the request builder for AccessReviewStageStop.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewStageStopRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageStopRequest">
            <summary>
            The type AccessReviewStageStopRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageStopRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AccessReviewStageStopRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageStopRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageStopRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageStopRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageStopRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AccessReviewStageStopRequestBuilder">
            <summary>
            The type AccessReviewStageStopRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageStopRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AccessReviewStageStopRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AccessReviewStageStopRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest">
            <summary>
            The type ActivityBasedTimeoutPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ActivityBasedTimeoutPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.CreateAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ActivityBasedTimeoutPolicy using POST.
            </summary>
            <param name="activityBasedTimeoutPolicyToCreate">The ActivityBasedTimeoutPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityBasedTimeoutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.CreateResponseAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ActivityBasedTimeoutPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="activityBasedTimeoutPolicyToCreate">The ActivityBasedTimeoutPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ActivityBasedTimeoutPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ActivityBasedTimeoutPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ActivityBasedTimeoutPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ActivityBasedTimeoutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ActivityBasedTimeoutPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.UpdateAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityBasedTimeoutPolicy using PATCH.
            </summary>
            <param name="activityBasedTimeoutPolicyToUpdate">The ActivityBasedTimeoutPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ActivityBasedTimeoutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.UpdateResponseAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityBasedTimeoutPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="activityBasedTimeoutPolicyToUpdate">The ActivityBasedTimeoutPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.PutAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityBasedTimeoutPolicy using PUT.
            </summary>
            <param name="activityBasedTimeoutPolicyToUpdate">The ActivityBasedTimeoutPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.PutResponseAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityBasedTimeoutPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="activityBasedTimeoutPolicyToUpdate">The ActivityBasedTimeoutPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.ActivityBasedTimeoutPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="activityBasedTimeoutPolicyToInitialize">The <see cref="T:Microsoft.Graph.ActivityBasedTimeoutPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ActivityBasedTimeoutPolicyRequestBuilder">
            <summary>
            The type ActivityBasedTimeoutPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ActivityBasedTimeoutPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityBasedTimeoutPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ActivityHistoryItemRequest">
            <summary>
            The type ActivityHistoryItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ActivityHistoryItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.CreateAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ActivityHistoryItem using POST.
            </summary>
            <param name="activityHistoryItemToCreate">The ActivityHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.CreateResponseAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ActivityHistoryItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="activityHistoryItemToCreate">The ActivityHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ActivityHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ActivityHistoryItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ActivityHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ActivityHistoryItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.UpdateAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityHistoryItem using PATCH.
            </summary>
            <param name="activityHistoryItemToUpdate">The ActivityHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.UpdateResponseAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityHistoryItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="activityHistoryItemToUpdate">The ActivityHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.PutAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityHistoryItem using PUT.
            </summary>
            <param name="activityHistoryItemToUpdate">The ActivityHistoryItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.PutResponseAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityHistoryItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="activityHistoryItemToUpdate">The ActivityHistoryItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.InitializeCollectionProperties(Microsoft.Graph.ActivityHistoryItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="activityHistoryItemToInitialize">The <see cref="T:Microsoft.Graph.ActivityHistoryItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ActivityHistoryItemRequestBuilder">
            <summary>
            The type ActivityHistoryItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ActivityHistoryItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItemRequestBuilder.Activity">
            <summary>
            Gets the request builder for Activity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AddLargeGalleryViewOperationRequest">
            <summary>
            The type AddLargeGalleryViewOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AddLargeGalleryViewOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.CreateAsync(Microsoft.Graph.AddLargeGalleryViewOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AddLargeGalleryViewOperation using POST.
            </summary>
            <param name="addLargeGalleryViewOperationToCreate">The AddLargeGalleryViewOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AddLargeGalleryViewOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.CreateResponseAsync(Microsoft.Graph.AddLargeGalleryViewOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AddLargeGalleryViewOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="addLargeGalleryViewOperationToCreate">The AddLargeGalleryViewOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AddLargeGalleryViewOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AddLargeGalleryViewOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AddLargeGalleryViewOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AddLargeGalleryViewOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AddLargeGalleryViewOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.UpdateAsync(Microsoft.Graph.AddLargeGalleryViewOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AddLargeGalleryViewOperation using PATCH.
            </summary>
            <param name="addLargeGalleryViewOperationToUpdate">The AddLargeGalleryViewOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AddLargeGalleryViewOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.UpdateResponseAsync(Microsoft.Graph.AddLargeGalleryViewOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AddLargeGalleryViewOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="addLargeGalleryViewOperationToUpdate">The AddLargeGalleryViewOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.PutAsync(Microsoft.Graph.AddLargeGalleryViewOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AddLargeGalleryViewOperation using PUT.
            </summary>
            <param name="addLargeGalleryViewOperationToUpdate">The AddLargeGalleryViewOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.PutResponseAsync(Microsoft.Graph.AddLargeGalleryViewOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AddLargeGalleryViewOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="addLargeGalleryViewOperationToUpdate">The AddLargeGalleryViewOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AddLargeGalleryViewOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AddLargeGalleryViewOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequest.InitializeCollectionProperties(Microsoft.Graph.AddLargeGalleryViewOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="addLargeGalleryViewOperationToInitialize">The <see cref="T:Microsoft.Graph.AddLargeGalleryViewOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AddLargeGalleryViewOperationRequestBuilder">
            <summary>
            The type AddLargeGalleryViewOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AddLargeGalleryViewOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AddLargeGalleryViewOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdminConsentRequestPolicyRequest">
            <summary>
            The type AdminConsentRequestPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AdminConsentRequestPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.CreateAsync(Microsoft.Graph.AdminConsentRequestPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdminConsentRequestPolicy using POST.
            </summary>
            <param name="adminConsentRequestPolicyToCreate">The AdminConsentRequestPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AdminConsentRequestPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.CreateResponseAsync(Microsoft.Graph.AdminConsentRequestPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdminConsentRequestPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="adminConsentRequestPolicyToCreate">The AdminConsentRequestPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdminConsentRequestPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdminConsentRequestPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdminConsentRequestPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AdminConsentRequestPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdminConsentRequestPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.UpdateAsync(Microsoft.Graph.AdminConsentRequestPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdminConsentRequestPolicy using PATCH.
            </summary>
            <param name="adminConsentRequestPolicyToUpdate">The AdminConsentRequestPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AdminConsentRequestPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.UpdateResponseAsync(Microsoft.Graph.AdminConsentRequestPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdminConsentRequestPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="adminConsentRequestPolicyToUpdate">The AdminConsentRequestPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.PutAsync(Microsoft.Graph.AdminConsentRequestPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdminConsentRequestPolicy using PUT.
            </summary>
            <param name="adminConsentRequestPolicyToUpdate">The AdminConsentRequestPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.PutResponseAsync(Microsoft.Graph.AdminConsentRequestPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdminConsentRequestPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="adminConsentRequestPolicyToUpdate">The AdminConsentRequestPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdminConsentRequestPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdminConsentRequestPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.AdminConsentRequestPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="adminConsentRequestPolicyToInitialize">The <see cref="T:Microsoft.Graph.AdminConsentRequestPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AdminConsentRequestPolicyRequestBuilder">
            <summary>
            The type AdminConsentRequestPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AdminConsentRequestPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminConsentRequestPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitDeltaCollectionPage">
            <summary>
            The type AdministrativeUnitDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAdministrativeUnitDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitDeltaCollectionResponse">
            <summary>
            The type AdministrativeUnitDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAdministrativeUnitDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitDeltaRequest">
            <summary>
            The type AdministrativeUnitDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AdministrativeUnitDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitDeltaRequestBuilder">
            <summary>
            The type AdministrativeUnitDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AdministrativeUnitDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitExtensionsCollectionPage">
            <summary>
            The type AdministrativeUnitExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest">
            <summary>
            The type AdministrativeUnitExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AdministrativeUnitExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequestBuilder">
            <summary>
            The type AdministrativeUnitExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AdministrativeUnitExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified AdministrativeUnitExtension.
            </summary>
            <param name="id">The ID for the AdministrativeUnitExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitExtensionsCollectionResponse">
            <summary>
            The type AdministrativeUnitExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitExtensionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitMembersCollectionReferencesRequest">
            <summary>
            The type AdministrativeUnitMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AdministrativeUnitMembersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitMembersCollectionReferencesRequestBuilder">
            <summary>
            The type AdministrativeUnitMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AdministrativeUnitMembersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesPage">
            <summary>
            The type AdministrativeUnitMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequest">
            <summary>
            The type AdministrativeUnitMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AdministrativeUnitMembersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The type AdministrativeUnitMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AdministrativeUnitMembersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified AdministrativeUnitDirectoryObject.
            </summary>
            <param name="id">The ID for the AdministrativeUnitDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesResponse">
            <summary>
            The type AdministrativeUnitMembersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitMembersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitReferenceRequest">
            <summary>
            The type AdministrativeUnitReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AdministrativeUnitReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AdministrativeUnit reference.
            </summary>
            <param name="id">The AdministrativeUnit reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AdministrativeUnit reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The AdministrativeUnit reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitReferenceRequestBuilder">
            <summary>
            The type AdministrativeUnitReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AdministrativeUnitReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitRequest">
            <summary>
            The type AdministrativeUnitRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AdministrativeUnitRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.CreateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdministrativeUnit using POST.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.CreateResponseAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdministrativeUnit using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdministrativeUnit and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.UpdateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.UpdateResponseAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.PutAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PUT.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.PutResponseAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.InitializeCollectionProperties(Microsoft.Graph.AdministrativeUnit)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="administrativeUnitToInitialize">The <see cref="T:Microsoft.Graph.AdministrativeUnit"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitRequestBuilder">
            <summary>
            The type AdministrativeUnitRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AdministrativeUnitRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitRequestBuilder.ScopedRoleMembers">
            <summary>
            Gets the request builder for ScopedRoleMembers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionPage">
            <summary>
            The type AdministrativeUnitScopedRoleMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest">
            <summary>
            The type AdministrativeUnitScopedRoleMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AdministrativeUnitScopedRoleMembersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest.AddAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequestBuilder">
            <summary>
            The type AdministrativeUnitScopedRoleMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AdministrativeUnitScopedRoleMembersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/> for the specified AdministrativeUnitScopedRoleMembership.
            </summary>
            <param name="id">The ID for the AdministrativeUnitScopedRoleMembership.</param>
            <returns>The <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionResponse">
            <summary>
            The type AdministrativeUnitScopedRoleMembersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitScopedRoleMembersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitWithReferenceRequest">
            <summary>
            The type AdministrativeUnitWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AdministrativeUnitWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdministrativeUnit and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.CreateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdministrativeUnit using POST.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdministrativeUnit using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.UpdateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitWithReferenceRequestBuilder">
            <summary>
            The type AdministrativeUnitWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AdministrativeUnitWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the administrativeUnit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdminRequest">
            <summary>
            The type AdminRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AdminRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.CreateAsync(Microsoft.Graph.Admin,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Admin using POST.
            </summary>
            <param name="adminToCreate">The Admin to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Admin.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.CreateResponseAsync(Microsoft.Graph.Admin,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Admin using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="adminToCreate">The Admin to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Admin.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Admin and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Admin.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Admin.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Admin and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.UpdateAsync(Microsoft.Graph.Admin,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Admin using PATCH.
            </summary>
            <param name="adminToUpdate">The Admin to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Admin.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.UpdateResponseAsync(Microsoft.Graph.Admin,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Admin using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="adminToUpdate">The Admin to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.PutAsync(Microsoft.Graph.Admin,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Admin using PUT.
            </summary>
            <param name="adminToUpdate">The Admin object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.PutResponseAsync(Microsoft.Graph.Admin,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Admin using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="adminToUpdate">The Admin object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Admin,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Admin,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequest.InitializeCollectionProperties(Microsoft.Graph.Admin)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="adminToInitialize">The <see cref="T:Microsoft.Graph.Admin"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AdminRequestBuilder">
            <summary>
            The type AdminRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdminRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AdminRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AdminRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdminRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AdminRequestBuilder.ServiceAnnouncement">
            <summary>
            Gets the request builder for ServiceAnnouncement.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceAnnouncementRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementAcceptanceReferenceRequest">
            <summary>
            The type AgreementAcceptanceReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AgreementAcceptanceReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementAcceptance reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementAcceptance reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AgreementAcceptance reference.
            </summary>
            <param name="id">The AgreementAcceptance reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AgreementAcceptance reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The AgreementAcceptance reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementAcceptanceReferenceRequestBuilder">
            <summary>
            The type AgreementAcceptanceReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AgreementAcceptanceReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementAcceptanceRequest">
            <summary>
            The type AgreementAcceptanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AgreementAcceptanceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.CreateAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementAcceptance using POST.
            </summary>
            <param name="agreementAcceptanceToCreate">The AgreementAcceptance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.CreateResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementAcceptance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementAcceptanceToCreate">The AgreementAcceptance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementAcceptance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementAcceptance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementAcceptance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementAcceptance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.UpdateAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementAcceptance using PATCH.
            </summary>
            <param name="agreementAcceptanceToUpdate">The AgreementAcceptance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.UpdateResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementAcceptance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementAcceptanceToUpdate">The AgreementAcceptance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.PutAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementAcceptance using PUT.
            </summary>
            <param name="agreementAcceptanceToUpdate">The AgreementAcceptance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.PutResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementAcceptance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementAcceptanceToUpdate">The AgreementAcceptance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequest.InitializeCollectionProperties(Microsoft.Graph.AgreementAcceptance)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="agreementAcceptanceToInitialize">The <see cref="T:Microsoft.Graph.AgreementAcceptance"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AgreementAcceptanceRequestBuilder">
            <summary>
            The type AgreementAcceptanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AgreementAcceptanceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementAcceptancesCollectionPage">
            <summary>
            The type AgreementAcceptancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAgreementAcceptancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementAcceptancesCollectionRequest">
            <summary>
            The type AgreementAcceptancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AgreementAcceptancesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequest.AddAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequest.AddResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementAcceptancesCollectionRequestBuilder">
            <summary>
            The type AgreementAcceptancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AgreementAcceptancesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementAcceptanceRequestBuilder"/> for the specified AgreementAgreementAcceptance.
            </summary>
            <param name="id">The ID for the AgreementAgreementAcceptance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementAcceptanceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementAcceptancesCollectionResponse">
            <summary>
            The type AgreementAcceptancesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptancesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAgreementAcceptancesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptancesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptancesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest">
            <summary>
            The type AgreementAcceptanceWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AgreementAcceptanceWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementAcceptance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementAcceptance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest.CreateAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementAcceptance using POST.
            </summary>
            <param name="agreementAcceptanceToCreate">The AgreementAcceptance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementAcceptance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementAcceptanceToCreate">The AgreementAcceptance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest.UpdateAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementAcceptance using PATCH.
            </summary>
            <param name="agreementAcceptanceToUpdate">The AgreementAcceptance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementAcceptance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementAcceptanceToUpdate">The AgreementAcceptance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementAcceptance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementAcceptance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementAcceptanceWithReferenceRequestBuilder">
            <summary>
            The type AgreementAcceptanceWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AgreementAcceptanceWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementAcceptanceWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AgreementAcceptanceWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the agreementAcceptance.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementAcceptanceReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileLocalizationRequest">
            <summary>
            The type AgreementFileLocalizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AgreementFileLocalizationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.CreateAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFileLocalization using POST.
            </summary>
            <param name="agreementFileLocalizationToCreate">The AgreementFileLocalization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFileLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.CreateResponseAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFileLocalization using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileLocalizationToCreate">The AgreementFileLocalization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFileLocalization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFileLocalization and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFileLocalization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AgreementFileLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFileLocalization and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.UpdateAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileLocalization using PATCH.
            </summary>
            <param name="agreementFileLocalizationToUpdate">The AgreementFileLocalization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AgreementFileLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.UpdateResponseAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileLocalization using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileLocalizationToUpdate">The AgreementFileLocalization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.PutAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileLocalization using PUT.
            </summary>
            <param name="agreementFileLocalizationToUpdate">The AgreementFileLocalization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.PutResponseAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileLocalization using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileLocalizationToUpdate">The AgreementFileLocalization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileLocalization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileLocalization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequest.InitializeCollectionProperties(Microsoft.Graph.AgreementFileLocalization)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="agreementFileLocalizationToInitialize">The <see cref="T:Microsoft.Graph.AgreementFileLocalization"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileLocalizationRequestBuilder">
            <summary>
            The type AgreementFileLocalizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AgreementFileLocalizationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileLocalizationRequestBuilder.Versions">
            <summary>
            Gets the request builder for Versions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileLocalizationsCollectionPage">
            <summary>
            The type AgreementFileLocalizationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileLocalizationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest">
            <summary>
            The type AgreementFileLocalizationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AgreementFileLocalizationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest.AddAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementFileLocalization to the collection via POST.
            </summary>
            <param name="agreementFileLocalization">The AgreementFileLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFileLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest.AddResponseAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementFileLocalization to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementFileLocalization">The AgreementFileLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileLocalization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileLocalization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileLocalizationsCollectionRequestBuilder">
            <summary>
            The type AgreementFileLocalizationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AgreementFileLocalizationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileLocalizationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementFileLocalizationRequestBuilder"/> for the specified AgreementFileAgreementFileLocalization.
            </summary>
            <param name="id">The ID for the AgreementFileAgreementFileLocalization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFileLocalizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileLocalizationsCollectionResponse">
            <summary>
            The type AgreementFileLocalizationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileLocalizationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAgreementFileLocalizationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileLocalizationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileLocalizationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionPage">
            <summary>
            The type AgreementFileLocalizationVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest">
            <summary>
            The type AgreementFileLocalizationVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AgreementFileLocalizationVersionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest.AddAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementFileVersion to the collection via POST.
            </summary>
            <param name="agreementFileVersion">The AgreementFileVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFileVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementFileVersion to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementFileVersion">The AgreementFileVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequestBuilder">
            <summary>
            The type AgreementFileLocalizationVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AgreementFileLocalizationVersionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementFileVersionRequestBuilder"/> for the specified AgreementFileLocalizationAgreementFileVersion.
            </summary>
            <param name="id">The ID for the AgreementFileLocalizationAgreementFileVersion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFileVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionResponse">
            <summary>
            The type AgreementFileLocalizationVersionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileLocalizationVersionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementFilePropertiesRequest">
            <summary>
            The type AgreementFilePropertiesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AgreementFilePropertiesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.CreateAsync(Microsoft.Graph.AgreementFileProperties,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFileProperties using POST.
            </summary>
            <param name="agreementFilePropertiesToCreate">The AgreementFileProperties to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFileProperties.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.CreateResponseAsync(Microsoft.Graph.AgreementFileProperties,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFileProperties using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFilePropertiesToCreate">The AgreementFileProperties to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFileProperties.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFileProperties and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFileProperties.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AgreementFileProperties.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFileProperties and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.UpdateAsync(Microsoft.Graph.AgreementFileProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileProperties using PATCH.
            </summary>
            <param name="agreementFilePropertiesToUpdate">The AgreementFileProperties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AgreementFileProperties.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.UpdateResponseAsync(Microsoft.Graph.AgreementFileProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileProperties using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFilePropertiesToUpdate">The AgreementFileProperties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.PutAsync(Microsoft.Graph.AgreementFileProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileProperties using PUT.
            </summary>
            <param name="agreementFilePropertiesToUpdate">The AgreementFileProperties object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.PutResponseAsync(Microsoft.Graph.AgreementFileProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileProperties using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFilePropertiesToUpdate">The AgreementFileProperties object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileProperties,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileProperties,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequest.InitializeCollectionProperties(Microsoft.Graph.AgreementFileProperties)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="agreementFilePropertiesToInitialize">The <see cref="T:Microsoft.Graph.AgreementFileProperties"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AgreementFilePropertiesRequestBuilder">
            <summary>
            The type AgreementFilePropertiesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AgreementFilePropertiesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilePropertiesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileRequest">
            <summary>
            The type AgreementFileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AgreementFileRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.CreateAsync(Microsoft.Graph.AgreementFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFile using POST.
            </summary>
            <param name="agreementFileToCreate">The AgreementFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.CreateResponseAsync(Microsoft.Graph.AgreementFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFile using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileToCreate">The AgreementFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFile and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AgreementFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFile and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.UpdateAsync(Microsoft.Graph.AgreementFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFile using PATCH.
            </summary>
            <param name="agreementFileToUpdate">The AgreementFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AgreementFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.UpdateResponseAsync(Microsoft.Graph.AgreementFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFile using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileToUpdate">The AgreementFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.PutAsync(Microsoft.Graph.AgreementFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFile using PUT.
            </summary>
            <param name="agreementFileToUpdate">The AgreementFile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.PutResponseAsync(Microsoft.Graph.AgreementFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFile using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileToUpdate">The AgreementFile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequest.InitializeCollectionProperties(Microsoft.Graph.AgreementFile)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="agreementFileToInitialize">The <see cref="T:Microsoft.Graph.AgreementFile"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileRequestBuilder">
            <summary>
            The type AgreementFileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AgreementFileRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AgreementFileRequestBuilder.Localizations">
            <summary>
            Gets the request builder for Localizations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementFilesCollectionPage">
            <summary>
            The type AgreementFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAgreementFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementFilesCollectionRequest">
            <summary>
            The type AgreementFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AgreementFilesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequest.AddAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementFileLocalization to the collection via POST.
            </summary>
            <param name="agreementFileLocalization">The AgreementFileLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFileLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequest.AddResponseAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementFileLocalization to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementFileLocalization">The AgreementFileLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileLocalization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileLocalization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementFilesCollectionRequestBuilder">
            <summary>
            The type AgreementFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AgreementFilesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AgreementFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementFileLocalizationRequestBuilder"/> for the specified AgreementAgreementFileLocalization.
            </summary>
            <param name="id">The ID for the AgreementAgreementFileLocalization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFileLocalizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementFilesCollectionResponse">
            <summary>
            The type AgreementFilesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFilesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAgreementFilesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFilesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AgreementFilesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileVersionRequest">
            <summary>
            The type AgreementFileVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AgreementFileVersionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.CreateAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFileVersion using POST.
            </summary>
            <param name="agreementFileVersionToCreate">The AgreementFileVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFileVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.CreateResponseAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFileVersion using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileVersionToCreate">The AgreementFileVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFileVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFileVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFileVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AgreementFileVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFileVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.UpdateAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileVersion using PATCH.
            </summary>
            <param name="agreementFileVersionToUpdate">The AgreementFileVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AgreementFileVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.UpdateResponseAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileVersion using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileVersionToUpdate">The AgreementFileVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.PutAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileVersion using PUT.
            </summary>
            <param name="agreementFileVersionToUpdate">The AgreementFileVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.PutResponseAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileVersion using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileVersionToUpdate">The AgreementFileVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequest.InitializeCollectionProperties(Microsoft.Graph.AgreementFileVersion)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="agreementFileVersionToInitialize">The <see cref="T:Microsoft.Graph.AgreementFileVersion"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AgreementFileVersionRequestBuilder">
            <summary>
            The type AgreementFileVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AgreementFileVersionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementFileVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AgreementRequest">
            <summary>
            The type AgreementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AgreementRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.CreateAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Agreement using POST.
            </summary>
            <param name="agreementToCreate">The Agreement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Agreement.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.CreateResponseAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Agreement using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementToCreate">The Agreement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Agreement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Agreement and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Agreement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Agreement.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Agreement and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.UpdateAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Agreement using PATCH.
            </summary>
            <param name="agreementToUpdate">The Agreement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Agreement.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.UpdateResponseAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Agreement using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementToUpdate">The Agreement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.PutAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Agreement using PUT.
            </summary>
            <param name="agreementToUpdate">The Agreement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.PutResponseAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Agreement using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementToUpdate">The Agreement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Agreement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Agreement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequest.InitializeCollectionProperties(Microsoft.Graph.Agreement)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="agreementToInitialize">The <see cref="T:Microsoft.Graph.Agreement"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AgreementRequestBuilder">
            <summary>
            The type AgreementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AgreementRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AgreementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AgreementRequestBuilder.Acceptances">
            <summary>
            Gets the request builder for Acceptances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementAcceptancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AgreementRequestBuilder.File">
            <summary>
            Gets the request builder for File.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFileRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AgreementRequestBuilder.Files">
            <summary>
            Gets the request builder for Files.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AlertRequest">
            <summary>
            The type AlertRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AlertRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.CreateAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Alert using POST.
            </summary>
            <param name="alertToCreate">The Alert to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.CreateResponseAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Alert using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToCreate">The Alert to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Alert.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Alert and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.UpdateAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PATCH.
            </summary>
            <param name="alertToUpdate">The Alert to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.UpdateResponseAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToUpdate">The Alert to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.PutAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PUT.
            </summary>
            <param name="alertToUpdate">The Alert object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.PutResponseAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToUpdate">The Alert object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Alert,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Alert,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequest.InitializeCollectionProperties(Microsoft.Graph.Alert)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="alertToInitialize">The <see cref="T:Microsoft.Graph.Alert"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AlertRequestBuilder">
            <summary>
            The type AlertRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AlertRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AlertRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AlertRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AlertRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidCompliancePolicyRequest">
            <summary>
            The type AndroidCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidCompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.CreateAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidCompliancePolicy using POST.
            </summary>
            <param name="androidCompliancePolicyToCreate">The AndroidCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidCompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidCompliancePolicyToCreate">The AndroidCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCompliancePolicy using PATCH.
            </summary>
            <param name="androidCompliancePolicyToUpdate">The AndroidCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidCompliancePolicyToUpdate">The AndroidCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.PutAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCompliancePolicy using PUT.
            </summary>
            <param name="androidCompliancePolicyToUpdate">The AndroidCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidCompliancePolicyToUpdate">The AndroidCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidCompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidCompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.AndroidCompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidCompliancePolicyRequestBuilder">
            <summary>
            The type AndroidCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidCompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidCustomConfigurationRequest">
            <summary>
            The type AndroidCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidCustomConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidCustomConfiguration using POST.
            </summary>
            <param name="androidCustomConfigurationToCreate">The AndroidCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.CreateResponseAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidCustomConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidCustomConfigurationToCreate">The AndroidCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCustomConfiguration using PATCH.
            </summary>
            <param name="androidCustomConfigurationToUpdate">The AndroidCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCustomConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidCustomConfigurationToUpdate">The AndroidCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.PutAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCustomConfiguration using PUT.
            </summary>
            <param name="androidCustomConfigurationToUpdate">The AndroidCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.PutResponseAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCustomConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidCustomConfigurationToUpdate">The AndroidCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidCustomConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidCustomConfigurationToInitialize">The <see cref="T:Microsoft.Graph.AndroidCustomConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidCustomConfigurationRequestBuilder">
            <summary>
            The type AndroidCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidCustomConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest">
            <summary>
            The type AndroidGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidGeneralDeviceConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidGeneralDeviceConfiguration using POST.
            </summary>
            <param name="androidGeneralDeviceConfigurationToCreate">The AndroidGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.CreateResponseAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidGeneralDeviceConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidGeneralDeviceConfigurationToCreate">The AndroidGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="androidGeneralDeviceConfigurationToUpdate">The AndroidGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidGeneralDeviceConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidGeneralDeviceConfigurationToUpdate">The AndroidGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.PutAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="androidGeneralDeviceConfigurationToUpdate">The AndroidGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.PutResponseAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidGeneralDeviceConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidGeneralDeviceConfigurationToUpdate">The AndroidGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidGeneralDeviceConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidGeneralDeviceConfigurationToInitialize">The <see cref="T:Microsoft.Graph.AndroidGeneralDeviceConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The type AndroidGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidGeneralDeviceConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidLobAppRequest">
            <summary>
            The type AndroidLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidLobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.CreateAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidLobApp using POST.
            </summary>
            <param name="androidLobAppToCreate">The AndroidLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.CreateResponseAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidLobAppToCreate">The AndroidLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.UpdateAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidLobApp using PATCH.
            </summary>
            <param name="androidLobAppToUpdate">The AndroidLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.UpdateResponseAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidLobAppToUpdate">The AndroidLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.PutAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidLobApp using PUT.
            </summary>
            <param name="androidLobAppToUpdate">The AndroidLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.PutResponseAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidLobAppToUpdate">The AndroidLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidLobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidLobAppToInitialize">The <see cref="T:Microsoft.Graph.AndroidLobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidLobAppRequestBuilder">
            <summary>
            The type AndroidLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidLobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionPage">
            <summary>
            The type AndroidManagedAppProtectionAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest">
            <summary>
            The type AndroidManagedAppProtectionAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidManagedAppProtectionAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequestBuilder">
            <summary>
            The type AndroidManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified AndroidManagedAppProtectionManagedMobileApp.
            </summary>
            <param name="id">The ID for the AndroidManagedAppProtectionManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionResponse">
            <summary>
            The type AndroidManagedAppProtectionAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtectionRequest">
            <summary>
            The type AndroidManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidManagedAppProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidManagedAppProtection using POST.
            </summary>
            <param name="androidManagedAppProtectionToCreate">The AndroidManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.CreateResponseAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidManagedAppProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidManagedAppProtectionToCreate">The AndroidManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppProtection using PATCH.
            </summary>
            <param name="androidManagedAppProtectionToUpdate">The AndroidManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.UpdateResponseAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidManagedAppProtectionToUpdate">The AndroidManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.PutAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppProtection using PUT.
            </summary>
            <param name="androidManagedAppProtectionToUpdate">The AndroidManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.PutResponseAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidManagedAppProtectionToUpdate">The AndroidManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidManagedAppProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidManagedAppProtectionToInitialize">The <see cref="T:Microsoft.Graph.AndroidManagedAppProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtectionRequestBuilder">
            <summary>
            The type AndroidManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidManagedAppProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtectionRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtectionRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppRegistrationRequest">
            <summary>
            The type AndroidManagedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidManagedAppRegistrationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidManagedAppRegistration using POST.
            </summary>
            <param name="androidManagedAppRegistrationToCreate">The AndroidManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.CreateResponseAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidManagedAppRegistration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidManagedAppRegistrationToCreate">The AndroidManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppRegistration using PATCH.
            </summary>
            <param name="androidManagedAppRegistrationToUpdate">The AndroidManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.UpdateResponseAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppRegistration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidManagedAppRegistrationToUpdate">The AndroidManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.PutAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppRegistration using PUT.
            </summary>
            <param name="androidManagedAppRegistrationToUpdate">The AndroidManagedAppRegistration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.PutResponseAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppRegistration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidManagedAppRegistrationToUpdate">The AndroidManagedAppRegistration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidManagedAppRegistration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidManagedAppRegistrationToInitialize">The <see cref="T:Microsoft.Graph.AndroidManagedAppRegistration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppRegistrationRequestBuilder">
            <summary>
            The type AndroidManagedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidManagedAppRegistrationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidStoreAppRequest">
            <summary>
            The type AndroidStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidStoreAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.CreateAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidStoreApp using POST.
            </summary>
            <param name="androidStoreAppToCreate">The AndroidStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.CreateResponseAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidStoreApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidStoreAppToCreate">The AndroidStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.UpdateAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidStoreApp using PATCH.
            </summary>
            <param name="androidStoreAppToUpdate">The AndroidStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.UpdateResponseAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidStoreApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidStoreAppToUpdate">The AndroidStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.PutAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidStoreApp using PUT.
            </summary>
            <param name="androidStoreAppToUpdate">The AndroidStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.PutResponseAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidStoreApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidStoreAppToUpdate">The AndroidStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidStoreApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidStoreAppToInitialize">The <see cref="T:Microsoft.Graph.AndroidStoreApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidStoreAppRequestBuilder">
            <summary>
            The type AndroidStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidStoreAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest">
            <summary>
            The type AndroidWorkProfileCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidWorkProfileCompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.CreateAsync(Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidWorkProfileCompliancePolicy using POST.
            </summary>
            <param name="androidWorkProfileCompliancePolicyToCreate">The AndroidWorkProfileCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidWorkProfileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidWorkProfileCompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileCompliancePolicyToCreate">The AndroidWorkProfileCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidWorkProfileCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidWorkProfileCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidWorkProfileCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidWorkProfileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidWorkProfileCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCompliancePolicy using PATCH.
            </summary>
            <param name="androidWorkProfileCompliancePolicyToUpdate">The AndroidWorkProfileCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidWorkProfileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileCompliancePolicyToUpdate">The AndroidWorkProfileCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.PutAsync(Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCompliancePolicy using PUT.
            </summary>
            <param name="androidWorkProfileCompliancePolicyToUpdate">The AndroidWorkProfileCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileCompliancePolicyToUpdate">The AndroidWorkProfileCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidWorkProfileCompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidWorkProfileCompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.AndroidWorkProfileCompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequestBuilder">
            <summary>
            The type AndroidWorkProfileCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidWorkProfileCompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest">
            <summary>
            The type AndroidWorkProfileCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidWorkProfileCustomConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidWorkProfileCustomConfiguration using POST.
            </summary>
            <param name="androidWorkProfileCustomConfigurationToCreate">The AndroidWorkProfileCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidWorkProfileCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.CreateResponseAsync(Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidWorkProfileCustomConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileCustomConfigurationToCreate">The AndroidWorkProfileCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidWorkProfileCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidWorkProfileCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidWorkProfileCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidWorkProfileCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidWorkProfileCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCustomConfiguration using PATCH.
            </summary>
            <param name="androidWorkProfileCustomConfigurationToUpdate">The AndroidWorkProfileCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidWorkProfileCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCustomConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileCustomConfigurationToUpdate">The AndroidWorkProfileCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.PutAsync(Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCustomConfiguration using PUT.
            </summary>
            <param name="androidWorkProfileCustomConfigurationToUpdate">The AndroidWorkProfileCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.PutResponseAsync(Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCustomConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileCustomConfigurationToUpdate">The AndroidWorkProfileCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidWorkProfileCustomConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidWorkProfileCustomConfigurationToInitialize">The <see cref="T:Microsoft.Graph.AndroidWorkProfileCustomConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequestBuilder">
            <summary>
            The type AndroidWorkProfileCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidWorkProfileCustomConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest">
            <summary>
            The type AndroidWorkProfileGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidWorkProfileGeneralDeviceConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidWorkProfileGeneralDeviceConfiguration using POST.
            </summary>
            <param name="androidWorkProfileGeneralDeviceConfigurationToCreate">The AndroidWorkProfileGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidWorkProfileGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.CreateResponseAsync(Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidWorkProfileGeneralDeviceConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileGeneralDeviceConfigurationToCreate">The AndroidWorkProfileGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidWorkProfileGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidWorkProfileGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidWorkProfileGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidWorkProfileGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidWorkProfileGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="androidWorkProfileGeneralDeviceConfigurationToUpdate">The AndroidWorkProfileGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidWorkProfileGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileGeneralDeviceConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileGeneralDeviceConfigurationToUpdate">The AndroidWorkProfileGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.PutAsync(Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="androidWorkProfileGeneralDeviceConfigurationToUpdate">The AndroidWorkProfileGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.PutResponseAsync(Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileGeneralDeviceConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileGeneralDeviceConfigurationToUpdate">The AndroidWorkProfileGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidWorkProfileGeneralDeviceConfigurationToInitialize">The <see cref="T:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The type AndroidWorkProfileGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidWorkProfileGeneralDeviceConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AnonymousGuestConversationMemberRequest">
            <summary>
            The type AnonymousGuestConversationMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AnonymousGuestConversationMemberRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.CreateAsync(Microsoft.Graph.AnonymousGuestConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AnonymousGuestConversationMember using POST.
            </summary>
            <param name="anonymousGuestConversationMemberToCreate">The AnonymousGuestConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AnonymousGuestConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.CreateResponseAsync(Microsoft.Graph.AnonymousGuestConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AnonymousGuestConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="anonymousGuestConversationMemberToCreate">The AnonymousGuestConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AnonymousGuestConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AnonymousGuestConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AnonymousGuestConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AnonymousGuestConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AnonymousGuestConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.UpdateAsync(Microsoft.Graph.AnonymousGuestConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AnonymousGuestConversationMember using PATCH.
            </summary>
            <param name="anonymousGuestConversationMemberToUpdate">The AnonymousGuestConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AnonymousGuestConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.UpdateResponseAsync(Microsoft.Graph.AnonymousGuestConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AnonymousGuestConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="anonymousGuestConversationMemberToUpdate">The AnonymousGuestConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.PutAsync(Microsoft.Graph.AnonymousGuestConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AnonymousGuestConversationMember using PUT.
            </summary>
            <param name="anonymousGuestConversationMemberToUpdate">The AnonymousGuestConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.PutResponseAsync(Microsoft.Graph.AnonymousGuestConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AnonymousGuestConversationMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="anonymousGuestConversationMemberToUpdate">The AnonymousGuestConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AnonymousGuestConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AnonymousGuestConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequest.InitializeCollectionProperties(Microsoft.Graph.AnonymousGuestConversationMember)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="anonymousGuestConversationMemberToInitialize">The <see cref="T:Microsoft.Graph.AnonymousGuestConversationMember"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AnonymousGuestConversationMemberRequestBuilder">
            <summary>
            The type AnonymousGuestConversationMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AnonymousGuestConversationMemberRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AnonymousGuestConversationMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppCatalogsRequest">
            <summary>
            The type AppCatalogsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppCatalogsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.CreateAsync(Microsoft.Graph.AppCatalogs,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppCatalogs using POST.
            </summary>
            <param name="appCatalogsToCreate">The AppCatalogs to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppCatalogs.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.CreateResponseAsync(Microsoft.Graph.AppCatalogs,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppCatalogs using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appCatalogsToCreate">The AppCatalogs to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppCatalogs.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppCatalogs and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppCatalogs.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppCatalogs.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppCatalogs and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.UpdateAsync(Microsoft.Graph.AppCatalogs,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppCatalogs using PATCH.
            </summary>
            <param name="appCatalogsToUpdate">The AppCatalogs to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppCatalogs.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.UpdateResponseAsync(Microsoft.Graph.AppCatalogs,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppCatalogs using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appCatalogsToUpdate">The AppCatalogs to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.PutAsync(Microsoft.Graph.AppCatalogs,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppCatalogs using PUT.
            </summary>
            <param name="appCatalogsToUpdate">The AppCatalogs object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.PutResponseAsync(Microsoft.Graph.AppCatalogs,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppCatalogs using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appCatalogsToUpdate">The AppCatalogs object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppCatalogs,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppCatalogs,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequest.InitializeCollectionProperties(Microsoft.Graph.AppCatalogs)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="appCatalogsToInitialize">The <see cref="T:Microsoft.Graph.AppCatalogs"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AppCatalogsRequestBuilder">
            <summary>
            The type AppCatalogsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AppCatalogsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AppCatalogsRequestBuilder.TeamsApps">
            <summary>
            Gets the request builder for TeamsApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppCatalogsTeamsAppsCollectionPage">
            <summary>
            The type AppCatalogsTeamsAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppCatalogsTeamsAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest">
            <summary>
            The type AppCatalogsTeamsAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppCatalogsTeamsAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest.AddAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsApp to the collection via POST.
            </summary>
            <param name="teamsApp">The TeamsApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsApp">The TeamsApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequestBuilder">
            <summary>
            The type AppCatalogsTeamsAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AppCatalogsTeamsAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AppCatalogsTeamsAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsAppRequestBuilder"/> for the specified AppCatalogsTeamsApp.
            </summary>
            <param name="id">The ID for the AppCatalogsTeamsApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppCatalogsTeamsAppsCollectionResponse">
            <summary>
            The type AppCatalogsTeamsAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppCatalogsTeamsAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppCatalogsTeamsAppsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppCatalogsTeamsAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionPage">
            <summary>
            The type AppConsentApprovalRouteAppConsentRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest">
            <summary>
            The type AppConsentApprovalRouteAppConsentRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppConsentApprovalRouteAppConsentRequestsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest.AddAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppConsentRequestObject to the collection via POST.
            </summary>
            <param name="appConsentRequest">The AppConsentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppConsentRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="appConsentRequest">The AppConsentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder">
            <summary>
            The type AppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAppConsentRequestRequestBuilder"/> for the specified AppConsentApprovalRouteAppConsentRequest.
            </summary>
            <param name="id">The ID for the AppConsentApprovalRouteAppConsentRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAppConsentRequestRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.ConsentRequestFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AppConsentRequestFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionResponse">
            <summary>
            The type AppConsentApprovalRouteAppConsentRequestsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentApprovalRouteAppConsentRequestsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppConsentApprovalRouteRequest">
            <summary>
            The type AppConsentApprovalRouteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppConsentApprovalRouteRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.CreateAsync(Microsoft.Graph.AppConsentApprovalRoute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppConsentApprovalRoute using POST.
            </summary>
            <param name="appConsentApprovalRouteToCreate">The AppConsentApprovalRoute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppConsentApprovalRoute.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.CreateResponseAsync(Microsoft.Graph.AppConsentApprovalRoute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppConsentApprovalRoute using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appConsentApprovalRouteToCreate">The AppConsentApprovalRoute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppConsentApprovalRoute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppConsentApprovalRoute and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppConsentApprovalRoute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppConsentApprovalRoute.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppConsentApprovalRoute and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.UpdateAsync(Microsoft.Graph.AppConsentApprovalRoute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentApprovalRoute using PATCH.
            </summary>
            <param name="appConsentApprovalRouteToUpdate">The AppConsentApprovalRoute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppConsentApprovalRoute.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.UpdateResponseAsync(Microsoft.Graph.AppConsentApprovalRoute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentApprovalRoute using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appConsentApprovalRouteToUpdate">The AppConsentApprovalRoute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.PutAsync(Microsoft.Graph.AppConsentApprovalRoute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentApprovalRoute using PUT.
            </summary>
            <param name="appConsentApprovalRouteToUpdate">The AppConsentApprovalRoute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.PutResponseAsync(Microsoft.Graph.AppConsentApprovalRoute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentApprovalRoute using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appConsentApprovalRouteToUpdate">The AppConsentApprovalRoute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppConsentApprovalRoute,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppConsentApprovalRoute,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequest.InitializeCollectionProperties(Microsoft.Graph.AppConsentApprovalRoute)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="appConsentApprovalRouteToInitialize">The <see cref="T:Microsoft.Graph.AppConsentApprovalRoute"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AppConsentApprovalRouteRequestBuilder">
            <summary>
            The type AppConsentApprovalRouteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AppConsentApprovalRouteRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentApprovalRouteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AppConsentApprovalRouteRequestBuilder.AppConsentRequests">
            <summary>
            Gets the request builder for AppConsentRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppConsentRequestFilterByCurrentUserCollectionPage">
            <summary>
            The type AppConsentRequestFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppConsentRequestFilterByCurrentUserCollectionResponse">
            <summary>
            The type AppConsentRequestFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequest">
            <summary>
            The type AppConsentRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppConsentRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequestBuilder">
            <summary>
            The type AppConsentRequestFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.ConsentRequestFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppConsentRequestRequest">
            <summary>
            The type AppConsentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppConsentRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.CreateAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppConsentRequestObject using POST.
            </summary>
            <param name="appConsentRequestObjectToCreate">The AppConsentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.CreateResponseAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppConsentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appConsentRequestObjectToCreate">The AppConsentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppConsentRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppConsentRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppConsentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppConsentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.UpdateAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentRequestObject using PATCH.
            </summary>
            <param name="appConsentRequestObjectToUpdate">The AppConsentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.UpdateResponseAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appConsentRequestObjectToUpdate">The AppConsentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.PutAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentRequestObject using PUT.
            </summary>
            <param name="appConsentRequestObjectToUpdate">The AppConsentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.PutResponseAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appConsentRequestObjectToUpdate">The AppConsentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequest.InitializeCollectionProperties(Microsoft.Graph.AppConsentRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="appConsentRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.AppConsentRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AppConsentRequestRequestBuilder">
            <summary>
            The type AppConsentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AppConsentRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestRequestBuilder.UserConsentRequests">
            <summary>
            Gets the request builder for UserConsentRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionPage">
            <summary>
            The type AppConsentRequestUserConsentRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest">
            <summary>
            The type AppConsentRequestUserConsentRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppConsentRequestUserConsentRequestsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest.AddAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserConsentRequestObject to the collection via POST.
            </summary>
            <param name="userConsentRequest">The UserConsentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserConsentRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userConsentRequest">The UserConsentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequestBuilder">
            <summary>
            The type AppConsentRequestUserConsentRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AppConsentRequestUserConsentRequestsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserConsentRequestRequestBuilder"/> for the specified AppConsentRequestUserConsentRequest.
            </summary>
            <param name="id">The ID for the AppConsentRequestUserConsentRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserConsentRequestRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.ConsentRequestFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UserConsentRequestFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionResponse">
            <summary>
            The type AppConsentRequestUserConsentRequestsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConsentRequestUserConsentRequestsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest">
            <summary>
            The type AppleDeviceFeaturesConfigurationBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppleDeviceFeaturesConfigurationBaseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.CreateAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppleDeviceFeaturesConfigurationBase using POST.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToCreate">The AppleDeviceFeaturesConfigurationBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.CreateResponseAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppleDeviceFeaturesConfigurationBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToCreate">The AppleDeviceFeaturesConfigurationBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppleDeviceFeaturesConfigurationBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppleDeviceFeaturesConfigurationBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppleDeviceFeaturesConfigurationBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppleDeviceFeaturesConfigurationBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.UpdateAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleDeviceFeaturesConfigurationBase using PATCH.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToUpdate">The AppleDeviceFeaturesConfigurationBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.UpdateResponseAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleDeviceFeaturesConfigurationBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToUpdate">The AppleDeviceFeaturesConfigurationBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.PutAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleDeviceFeaturesConfigurationBase using PUT.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToUpdate">The AppleDeviceFeaturesConfigurationBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.PutResponseAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleDeviceFeaturesConfigurationBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToUpdate">The AppleDeviceFeaturesConfigurationBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.InitializeCollectionProperties(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToInitialize">The <see cref="T:Microsoft.Graph.AppleDeviceFeaturesConfigurationBase"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequestBuilder">
            <summary>
            The type AppleDeviceFeaturesConfigurationBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AppleDeviceFeaturesConfigurationBaseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppleManagedIdentityProviderRequest">
            <summary>
            The type AppleManagedIdentityProviderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppleManagedIdentityProviderRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.CreateAsync(Microsoft.Graph.AppleManagedIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppleManagedIdentityProvider using POST.
            </summary>
            <param name="appleManagedIdentityProviderToCreate">The AppleManagedIdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppleManagedIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.CreateResponseAsync(Microsoft.Graph.AppleManagedIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppleManagedIdentityProvider using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appleManagedIdentityProviderToCreate">The AppleManagedIdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppleManagedIdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppleManagedIdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppleManagedIdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppleManagedIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppleManagedIdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.UpdateAsync(Microsoft.Graph.AppleManagedIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleManagedIdentityProvider using PATCH.
            </summary>
            <param name="appleManagedIdentityProviderToUpdate">The AppleManagedIdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppleManagedIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.UpdateResponseAsync(Microsoft.Graph.AppleManagedIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleManagedIdentityProvider using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appleManagedIdentityProviderToUpdate">The AppleManagedIdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.PutAsync(Microsoft.Graph.AppleManagedIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleManagedIdentityProvider using PUT.
            </summary>
            <param name="appleManagedIdentityProviderToUpdate">The AppleManagedIdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.PutResponseAsync(Microsoft.Graph.AppleManagedIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleManagedIdentityProvider using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appleManagedIdentityProviderToUpdate">The AppleManagedIdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppleManagedIdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppleManagedIdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequest.InitializeCollectionProperties(Microsoft.Graph.AppleManagedIdentityProvider)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="appleManagedIdentityProviderToInitialize">The <see cref="T:Microsoft.Graph.AppleManagedIdentityProvider"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AppleManagedIdentityProviderRequestBuilder">
            <summary>
            The type AppleManagedIdentityProviderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AppleManagedIdentityProviderRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleManagedIdentityProviderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest">
            <summary>
            The type ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder">
            <summary>
            The type ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplePushNotificationCertificateRequest">
            <summary>
            The type ApplePushNotificationCertificateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplePushNotificationCertificateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.CreateAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApplePushNotificationCertificate using POST.
            </summary>
            <param name="applePushNotificationCertificateToCreate">The ApplePushNotificationCertificate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.CreateResponseAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApplePushNotificationCertificate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applePushNotificationCertificateToCreate">The ApplePushNotificationCertificate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApplePushNotificationCertificate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApplePushNotificationCertificate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApplePushNotificationCertificate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApplePushNotificationCertificate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.UpdateAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplePushNotificationCertificate using PATCH.
            </summary>
            <param name="applePushNotificationCertificateToUpdate">The ApplePushNotificationCertificate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.UpdateResponseAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplePushNotificationCertificate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applePushNotificationCertificateToUpdate">The ApplePushNotificationCertificate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.PutAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplePushNotificationCertificate using PUT.
            </summary>
            <param name="applePushNotificationCertificateToUpdate">The ApplePushNotificationCertificate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.PutResponseAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplePushNotificationCertificate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applePushNotificationCertificateToUpdate">The ApplePushNotificationCertificate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplePushNotificationCertificate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplePushNotificationCertificate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.InitializeCollectionProperties(Microsoft.Graph.ApplePushNotificationCertificate)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="applePushNotificationCertificateToInitialize">The <see cref="T:Microsoft.Graph.ApplePushNotificationCertificate"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ApplePushNotificationCertificateRequestBuilder">
            <summary>
            The type ApplePushNotificationCertificateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplePushNotificationCertificateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequestBuilder.DownloadApplePushNotificationCertificateSigningRequest">
            <summary>
            Gets the request builder for ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequest.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationAddKeyRequest">
            <summary>
            The type ApplicationAddKeyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddKeyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationAddKeyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationAddKeyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddKeyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddKeyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddKeyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddKeyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationAddKeyRequestBuilder">
            <summary>
            The type ApplicationAddKeyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddKeyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.KeyCredential,System.String,Microsoft.Graph.PasswordCredential)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ApplicationAddKeyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="keyCredential">A keyCredential parameter for the OData method call.</param>
            <param name="proof">A proof parameter for the OData method call.</param>
            <param name="passwordCredential">A passwordCredential parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddKeyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationAddPasswordRequest">
            <summary>
            The type ApplicationAddPasswordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddPasswordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationAddPasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationAddPasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddPasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddPasswordRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddPasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddPasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationAddPasswordRequestBuilder">
            <summary>
            The type ApplicationAddPasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddPasswordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.PasswordCredential)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ApplicationAddPasswordRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="passwordCredential">A passwordCredential parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationAddPasswordRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationDeltaCollectionPage">
            <summary>
            The type ApplicationDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationDeltaCollectionResponse">
            <summary>
            The type ApplicationDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IApplicationDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationDeltaRequest">
            <summary>
            The type ApplicationDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationDeltaRequestBuilder">
            <summary>
            The type ApplicationDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ApplicationDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationExtensionPropertiesCollectionPage">
            <summary>
            The type ApplicationExtensionPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationExtensionPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest">
            <summary>
            The type ApplicationExtensionPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationExtensionPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest.AddAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExtensionProperty to the collection via POST.
            </summary>
            <param name="extensionProperty">The ExtensionProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExtensionProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExtensionProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extensionProperty">The ExtensionProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExtensionProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExtensionProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequestBuilder">
            <summary>
            The type ApplicationExtensionPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationExtensionPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationExtensionPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionPropertyRequestBuilder"/> for the specified ApplicationExtensionProperty.
            </summary>
            <param name="id">The ID for the ApplicationExtensionProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationExtensionPropertiesCollectionResponse">
            <summary>
            The type ApplicationExtensionPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationExtensionPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IApplicationExtensionPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationExtensionPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationExtensionPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionPage">
            <summary>
            The type ApplicationFederatedIdentityCredentialsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest">
            <summary>
            The type ApplicationFederatedIdentityCredentialsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationFederatedIdentityCredentialsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest.AddAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Adds the specified FederatedIdentityCredential to the collection via POST.
            </summary>
            <param name="federatedIdentityCredential">The FederatedIdentityCredential to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FederatedIdentityCredential.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest.AddResponseAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Adds the specified FederatedIdentityCredential to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="federatedIdentityCredential">The FederatedIdentityCredential to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FederatedIdentityCredential,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FederatedIdentityCredential,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequestBuilder">
            <summary>
            The type ApplicationFederatedIdentityCredentialsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationFederatedIdentityCredentialsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IFederatedIdentityCredentialRequestBuilder"/> for the specified ApplicationFederatedIdentityCredential.
            </summary>
            <param name="id">The ID for the ApplicationFederatedIdentityCredential.</param>
            <returns>The <see cref="T:Microsoft.Graph.IFederatedIdentityCredentialRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionResponse">
            <summary>
            The type ApplicationFederatedIdentityCredentialsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationFederatedIdentityCredentialsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequest">
            <summary>
            The type ApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified HomeRealmDiscoveryPolicy to the collection via POST.
            </summary>
            <param name="homeRealmDiscoveryPolicy">The HomeRealmDiscoveryPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified HomeRealmDiscoveryPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="homeRealmDiscoveryPolicy">The HomeRealmDiscoveryPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder">
            <summary>
            The type ApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesPage">
            <summary>
            The type ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest">
            <summary>
            The type ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The type ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequestBuilder"/> for the specified ApplicationHomeRealmDiscoveryPolicy.
            </summary>
            <param name="id">The ID for the ApplicationHomeRealmDiscoveryPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesResponse">
            <summary>
            The type ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationLogoRequest">
            <summary>
            The type ApplicationLogoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationLogoRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationLogoRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationLogoRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationLogoRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationLogoRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="logo">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationLogoRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="logo">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationLogoRequestBuilder">
            <summary>
            The type ApplicationLogoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationLogoRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationLogoRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationLogoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationOwnersCollectionReferencesRequest">
            <summary>
            The type ApplicationOwnersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationOwnersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationOwnersCollectionReferencesRequestBuilder">
            <summary>
            The type ApplicationOwnersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationOwnersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesPage">
            <summary>
            The type ApplicationOwnersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequest">
            <summary>
            The type ApplicationOwnersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationOwnersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequestBuilder">
            <summary>
            The type ApplicationOwnersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationOwnersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified ApplicationDirectoryObject.
            </summary>
            <param name="id">The ID for the ApplicationDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApplicationOwnersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationOwnersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesResponse">
            <summary>
            The type ApplicationOwnersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationOwnersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationReferenceRequest">
            <summary>
            The type ApplicationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Application reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Application reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Application reference.
            </summary>
            <param name="id">The Application reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Application reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The Application reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationReferenceRequestBuilder">
            <summary>
            The type ApplicationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationRemoveKeyRequest">
            <summary>
            The type ApplicationRemoveKeyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemoveKeyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationRemoveKeyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationRemoveKeyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemoveKeyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemoveKeyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemoveKeyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemoveKeyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationRemoveKeyRequestBuilder">
            <summary>
            The type ApplicationRemoveKeyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemoveKeyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Guid,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ApplicationRemoveKeyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="keyId">A keyId parameter for the OData method call.</param>
            <param name="proof">A proof parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemoveKeyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationRemovePasswordRequest">
            <summary>
            The type ApplicationRemovePasswordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemovePasswordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationRemovePasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationRemovePasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemovePasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemovePasswordRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemovePasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemovePasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationRemovePasswordRequestBuilder">
            <summary>
            The type ApplicationRemovePasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemovePasswordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Guid)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ApplicationRemovePasswordRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="keyId">A keyId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRemovePasswordRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationRequest">
            <summary>
            The type ApplicationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.CreateAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Application using POST.
            </summary>
            <param name="applicationToCreate">The Application to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.CreateResponseAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Application using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationToCreate">The Application to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Application.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Application and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Application.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Application and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.UpdateAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Application using PATCH.
            </summary>
            <param name="applicationToUpdate">The Application to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.UpdateResponseAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Application using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationToUpdate">The Application to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.PutAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Application using PUT.
            </summary>
            <param name="applicationToUpdate">The Application object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.PutResponseAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Application using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationToUpdate">The Application object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Application,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Application,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequest.InitializeCollectionProperties(Microsoft.Graph.Application)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="applicationToInitialize">The <see cref="T:Microsoft.Graph.Application"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ApplicationRequestBuilder">
            <summary>
            The type ApplicationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationRequestBuilder.CreatedOnBehalfOf">
            <summary>
            Gets the request builder for CreatedOnBehalfOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationRequestBuilder.ExtensionProperties">
            <summary>
            Gets the request builder for ExtensionProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationRequestBuilder.FederatedIdentityCredentials">
            <summary>
            Gets the request builder for FederatedIdentityCredentials.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationRequestBuilder.HomeRealmDiscoveryPolicies">
            <summary>
            Gets the request builder for HomeRealmDiscoveryPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationRequestBuilder.Owners">
            <summary>
            Gets the request builder for Owners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationRequestBuilder.TokenIssuancePolicies">
            <summary>
            Gets the request builder for TokenIssuancePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationRequestBuilder.TokenLifetimePolicies">
            <summary>
            Gets the request builder for TokenLifetimePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationRequestBuilder.Logo">
            <summary>
            Gets the request builder for Logo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationLogoRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequestBuilder.SetVerifiedPublisher(System.String)">
            <summary>
            Gets the request builder for ApplicationSetVerifiedPublisher.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationSetVerifiedPublisherRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequestBuilder.UnsetVerifiedPublisher">
            <summary>
            Gets the request builder for ApplicationUnsetVerifiedPublisher.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationUnsetVerifiedPublisherRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequestBuilder.AddKey(Microsoft.Graph.KeyCredential,System.String,Microsoft.Graph.PasswordCredential)">
            <summary>
            Gets the request builder for ApplicationAddKey.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationAddKeyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequestBuilder.AddPassword(Microsoft.Graph.PasswordCredential)">
            <summary>
            Gets the request builder for ApplicationAddPassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationAddPasswordRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequestBuilder.RemoveKey(System.Guid,System.String)">
            <summary>
            Gets the request builder for ApplicationRemoveKey.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationRemoveKeyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationRequestBuilder.RemovePassword(System.Guid)">
            <summary>
            Gets the request builder for ApplicationRemovePassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationRemovePasswordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationSetVerifiedPublisherRequest">
            <summary>
            The type ApplicationSetVerifiedPublisherRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationSetVerifiedPublisherRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationSetVerifiedPublisherRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationSetVerifiedPublisherRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationSetVerifiedPublisherRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationSetVerifiedPublisherRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationSetVerifiedPublisherRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationSetVerifiedPublisherRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationSetVerifiedPublisherRequestBuilder">
            <summary>
            The type ApplicationSetVerifiedPublisherRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationSetVerifiedPublisherRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ApplicationSetVerifiedPublisherRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="verifiedPublisherId">A verifiedPublisherId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationSetVerifiedPublisherRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTemplateInstantiateRequest">
            <summary>
            The type ApplicationTemplateInstantiateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateInstantiateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationTemplateInstantiateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTemplateInstantiateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateInstantiateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateInstantiateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateInstantiateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateInstantiateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTemplateInstantiateRequestBuilder">
            <summary>
            The type ApplicationTemplateInstantiateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateInstantiateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ApplicationTemplateInstantiateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="displayName">A displayName parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateInstantiateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTemplateRequest">
            <summary>
            The type ApplicationTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationTemplateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.CreateAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApplicationTemplate using POST.
            </summary>
            <param name="applicationTemplateToCreate">The ApplicationTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ApplicationTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.CreateResponseAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApplicationTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationTemplateToCreate">The ApplicationTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApplicationTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApplicationTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApplicationTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ApplicationTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApplicationTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.UpdateAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplicationTemplate using PATCH.
            </summary>
            <param name="applicationTemplateToUpdate">The ApplicationTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ApplicationTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.UpdateResponseAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplicationTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationTemplateToUpdate">The ApplicationTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.PutAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplicationTemplate using PUT.
            </summary>
            <param name="applicationTemplateToUpdate">The ApplicationTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.PutResponseAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplicationTemplate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationTemplateToUpdate">The ApplicationTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplicationTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplicationTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequest.InitializeCollectionProperties(Microsoft.Graph.ApplicationTemplate)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="applicationTemplateToInitialize">The <see cref="T:Microsoft.Graph.ApplicationTemplate"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTemplateRequestBuilder">
            <summary>
            The type ApplicationTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationTemplateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTemplateRequestBuilder.Instantiate(System.String)">
            <summary>
            Gets the request builder for ApplicationTemplateInstantiate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationTemplateInstantiateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionReferencesRequest">
            <summary>
            The type ApplicationTokenIssuancePoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationTokenIssuancePoliciesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenIssuancePolicy to the collection via POST.
            </summary>
            <param name="tokenIssuancePolicy">The TokenIssuancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenIssuancePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="tokenIssuancePolicy">The TokenIssuancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder">
            <summary>
            The type ApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesPage">
            <summary>
            The type ApplicationTokenIssuancePoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest">
            <summary>
            The type ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The type ApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequestBuilder"/> for the specified ApplicationTokenIssuancePolicy.
            </summary>
            <param name="id">The ID for the ApplicationTokenIssuancePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesResponse">
            <summary>
            The type ApplicationTokenIssuancePoliciesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTokenIssuancePoliciesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionReferencesRequest">
            <summary>
            The type ApplicationTokenLifetimePoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationTokenLifetimePoliciesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenLifetimePolicy to the collection via POST.
            </summary>
            <param name="tokenLifetimePolicy">The TokenLifetimePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenLifetimePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="tokenLifetimePolicy">The TokenLifetimePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder">
            <summary>
            The type ApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesPage">
            <summary>
            The type ApplicationTokenLifetimePoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest">
            <summary>
            The type ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The type ApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequestBuilder"/> for the specified ApplicationTokenLifetimePolicy.
            </summary>
            <param name="id">The ID for the ApplicationTokenLifetimePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesResponse">
            <summary>
            The type ApplicationTokenLifetimePoliciesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplicationTokenLifetimePoliciesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationUnsetVerifiedPublisherRequest">
            <summary>
            The type ApplicationUnsetVerifiedPublisherRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationUnsetVerifiedPublisherRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationUnsetVerifiedPublisherRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationUnsetVerifiedPublisherRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationUnsetVerifiedPublisherRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationUnsetVerifiedPublisherRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationUnsetVerifiedPublisherRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationUnsetVerifiedPublisherRequestBuilder">
            <summary>
            The type ApplicationUnsetVerifiedPublisherRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationUnsetVerifiedPublisherRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ApplicationUnsetVerifiedPublisherRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationUnsetVerifiedPublisherRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationWithReferenceRequest">
            <summary>
            The type ApplicationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplicationWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Application.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Application and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequest.CreateAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Application using POST.
            </summary>
            <param name="applicationToCreate">The Application to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Application using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationToCreate">The Application to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequest.UpdateAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Application using PATCH.
            </summary>
            <param name="applicationToUpdate">The Application to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Application using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationToUpdate">The Application to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Application.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Application and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Application,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Application,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplicationWithReferenceRequestBuilder">
            <summary>
            The type ApplicationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplicationWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplicationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApplicationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the application.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppRoleAssignmentRequest">
            <summary>
            The type AppRoleAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppRoleAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.CreateAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppRoleAssignment using POST.
            </summary>
            <param name="appRoleAssignmentToCreate">The AppRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.CreateResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppRoleAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appRoleAssignmentToCreate">The AppRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppRoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppRoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.UpdateAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppRoleAssignment using PATCH.
            </summary>
            <param name="appRoleAssignmentToUpdate">The AppRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppRoleAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appRoleAssignmentToUpdate">The AppRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.PutAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppRoleAssignment using PUT.
            </summary>
            <param name="appRoleAssignmentToUpdate">The AppRoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.PutResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppRoleAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appRoleAssignmentToUpdate">The AppRoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.AppRoleAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="appRoleAssignmentToInitialize">The <see cref="T:Microsoft.Graph.AppRoleAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AppRoleAssignmentRequestBuilder">
            <summary>
            The type AppRoleAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AppRoleAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppRoleAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApprovalFilterByCurrentUserCollectionPage">
            <summary>
            The type ApprovalFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApprovalFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApprovalFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApprovalFilterByCurrentUserCollectionResponse">
            <summary>
            The type ApprovalFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IApprovalFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApprovalFilterByCurrentUserRequest">
            <summary>
            The type ApprovalFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApprovalFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApprovalFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApprovalFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApprovalFilterByCurrentUserRequestBuilder">
            <summary>
            The type ApprovalFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApprovalFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.ApprovalFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ApprovalFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ApprovalFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApprovalRequest">
            <summary>
            The type ApprovalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApprovalRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.CreateAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Approval using POST.
            </summary>
            <param name="approvalToCreate">The Approval to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Approval.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.CreateResponseAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Approval using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="approvalToCreate">The Approval to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Approval.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Approval and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Approval.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Approval.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Approval and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.UpdateAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Approval using PATCH.
            </summary>
            <param name="approvalToUpdate">The Approval to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Approval.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.UpdateResponseAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Approval using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="approvalToUpdate">The Approval to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.PutAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Approval using PUT.
            </summary>
            <param name="approvalToUpdate">The Approval object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.PutResponseAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Approval using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="approvalToUpdate">The Approval object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Approval,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Approval,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequest.InitializeCollectionProperties(Microsoft.Graph.Approval)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="approvalToInitialize">The <see cref="T:Microsoft.Graph.Approval"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ApprovalRequestBuilder">
            <summary>
            The type ApprovalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApprovalRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApprovalRequestBuilder.Stages">
            <summary>
            Gets the request builder for Stages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApprovalStagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApprovalStageRequest">
            <summary>
            The type ApprovalStageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApprovalStageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.CreateAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApprovalStage using POST.
            </summary>
            <param name="approvalStageToCreate">The ApprovalStage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ApprovalStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.CreateResponseAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApprovalStage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="approvalStageToCreate">The ApprovalStage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApprovalStage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApprovalStage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApprovalStage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ApprovalStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApprovalStage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.UpdateAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApprovalStage using PATCH.
            </summary>
            <param name="approvalStageToUpdate">The ApprovalStage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ApprovalStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.UpdateResponseAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApprovalStage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="approvalStageToUpdate">The ApprovalStage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.PutAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApprovalStage using PUT.
            </summary>
            <param name="approvalStageToUpdate">The ApprovalStage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.PutResponseAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApprovalStage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="approvalStageToUpdate">The ApprovalStage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApprovalStage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApprovalStage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequest.InitializeCollectionProperties(Microsoft.Graph.ApprovalStage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="approvalStageToInitialize">The <see cref="T:Microsoft.Graph.ApprovalStage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ApprovalStageRequestBuilder">
            <summary>
            The type ApprovalStageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApprovalStageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApprovalStagesCollectionPage">
            <summary>
            The type ApprovalStagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalStagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApprovalStagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApprovalStagesCollectionRequest">
            <summary>
            The type ApprovalStagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApprovalStagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequest.AddAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ApprovalStage to the collection via POST.
            </summary>
            <param name="approvalStage">The ApprovalStage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ApprovalStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequest.AddResponseAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ApprovalStage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="approvalStage">The ApprovalStage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApprovalStage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApprovalStage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApprovalStagesCollectionRequestBuilder">
            <summary>
            The type ApprovalStagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApprovalStagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApprovalStagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ApprovalStagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApprovalStageRequestBuilder"/> for the specified ApprovalApprovalStage.
            </summary>
            <param name="id">The ID for the ApprovalApprovalStage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IApprovalStageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApprovalStagesCollectionResponse">
            <summary>
            The type ApprovalStagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalStagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IApprovalStagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalStagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApprovalStagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppScopeReferenceRequest">
            <summary>
            The type AppScopeReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppScopeReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppScopeReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AppScopeReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppScope reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppScope reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AppScope reference.
            </summary>
            <param name="id">The AppScope reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AppScope reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The AppScope reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppScopeReferenceRequestBuilder">
            <summary>
            The type AppScopeReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppScopeReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AppScopeReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AppScopeReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppScopeRequest">
            <summary>
            The type AppScopeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppScopeRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.CreateAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppScope using POST.
            </summary>
            <param name="appScopeToCreate">The AppScope to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppScope.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.CreateResponseAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppScope using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appScopeToCreate">The AppScope to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppScope.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppScope and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppScope.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppScope.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppScope and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.UpdateAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppScope using PATCH.
            </summary>
            <param name="appScopeToUpdate">The AppScope to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppScope.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.UpdateResponseAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppScope using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appScopeToUpdate">The AppScope to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.PutAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppScope using PUT.
            </summary>
            <param name="appScopeToUpdate">The AppScope object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.PutResponseAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppScope using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appScopeToUpdate">The AppScope object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppScope,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppScope,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequest.InitializeCollectionProperties(Microsoft.Graph.AppScope)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="appScopeToInitialize">The <see cref="T:Microsoft.Graph.AppScope"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AppScopeRequestBuilder">
            <summary>
            The type AppScopeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AppScopeRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppScopeWithReferenceRequest">
            <summary>
            The type AppScopeWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppScopeWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppScope.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppScope.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppScope and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequest.CreateAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppScope using POST.
            </summary>
            <param name="appScopeToCreate">The AppScope to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppScope.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppScope using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appScopeToCreate">The AppScope to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequest.UpdateAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppScope using PATCH.
            </summary>
            <param name="appScopeToUpdate">The AppScope to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppScope.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppScope using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appScopeToUpdate">The AppScope to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppScope.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppScope and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppScope,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppScope,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppScopeWithReferenceRequestBuilder">
            <summary>
            The type AppScopeWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AppScopeWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppScopeWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AppScopeWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the appScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppScopeReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AssociatedTeamInfoRequest">
            <summary>
            The type AssociatedTeamInfoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AssociatedTeamInfoRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.CreateAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AssociatedTeamInfo using POST.
            </summary>
            <param name="associatedTeamInfoToCreate">The AssociatedTeamInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AssociatedTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.CreateResponseAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AssociatedTeamInfo using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="associatedTeamInfoToCreate">The AssociatedTeamInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AssociatedTeamInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AssociatedTeamInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AssociatedTeamInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AssociatedTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AssociatedTeamInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.UpdateAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AssociatedTeamInfo using PATCH.
            </summary>
            <param name="associatedTeamInfoToUpdate">The AssociatedTeamInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AssociatedTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.UpdateResponseAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AssociatedTeamInfo using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="associatedTeamInfoToUpdate">The AssociatedTeamInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.PutAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AssociatedTeamInfo using PUT.
            </summary>
            <param name="associatedTeamInfoToUpdate">The AssociatedTeamInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.PutResponseAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AssociatedTeamInfo using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="associatedTeamInfoToUpdate">The AssociatedTeamInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AssociatedTeamInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AssociatedTeamInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequest.InitializeCollectionProperties(Microsoft.Graph.AssociatedTeamInfo)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="associatedTeamInfoToInitialize">The <see cref="T:Microsoft.Graph.AssociatedTeamInfo"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AssociatedTeamInfoRequestBuilder">
            <summary>
            The type AssociatedTeamInfoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AssociatedTeamInfoRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AssociatedTeamInfoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttachmentBaseContentRequest">
            <summary>
            The type AttachmentBaseContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AttachmentBaseContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttachmentBaseContentRequestBuilder">
            <summary>
            The type AttachmentBaseContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AttachmentBaseContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttachmentBaseCreateUploadSessionRequest">
            <summary>
            The type AttachmentBaseCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseCreateUploadSessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AttachmentBaseCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentBaseCreateUploadSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseCreateUploadSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseCreateUploadSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseCreateUploadSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseCreateUploadSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttachmentBaseCreateUploadSessionRequestBuilder">
            <summary>
            The type AttachmentBaseCreateUploadSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseCreateUploadSessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.AttachmentInfo)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AttachmentBaseCreateUploadSessionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="attachmentInfo">A attachmentInfo parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseCreateUploadSessionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttachmentBaseRequest">
            <summary>
            The type AttachmentBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AttachmentBaseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.CreateAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttachmentBase using POST.
            </summary>
            <param name="attachmentBaseToCreate">The AttachmentBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttachmentBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.CreateResponseAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttachmentBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentBaseToCreate">The AttachmentBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttachmentBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttachmentBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttachmentBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AttachmentBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttachmentBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.UpdateAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentBase using PATCH.
            </summary>
            <param name="attachmentBaseToUpdate">The AttachmentBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AttachmentBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.UpdateResponseAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentBaseToUpdate">The AttachmentBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.PutAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentBase using PUT.
            </summary>
            <param name="attachmentBaseToUpdate">The AttachmentBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.PutResponseAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentBaseToUpdate">The AttachmentBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequest.InitializeCollectionProperties(Microsoft.Graph.AttachmentBase)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="attachmentBaseToInitialize">The <see cref="T:Microsoft.Graph.AttachmentBase"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AttachmentBaseRequestBuilder">
            <summary>
            The type AttachmentBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AttachmentBaseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AttachmentBaseRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentBaseContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttachmentCreateUploadSessionRequest">
            <summary>
            The type AttachmentCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentCreateUploadSessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AttachmentCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttachmentCreateUploadSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentCreateUploadSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentCreateUploadSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentCreateUploadSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentCreateUploadSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttachmentCreateUploadSessionRequestBuilder">
            <summary>
            The type AttachmentCreateUploadSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentCreateUploadSessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.AttachmentItem)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AttachmentCreateUploadSessionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="AttachmentItem">A AttachmentItem parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AttachmentCreateUploadSessionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttachmentRequest">
            <summary>
            The type AttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AttachmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.CreateAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Attachment using POST.
            </summary>
            <param name="attachmentToCreate">The Attachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.CreateResponseAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Attachment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentToCreate">The Attachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Attachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Attachment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Attachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Attachment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.UpdateAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Attachment using PATCH.
            </summary>
            <param name="attachmentToUpdate">The Attachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.UpdateResponseAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Attachment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentToUpdate">The Attachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.PutAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Attachment using PUT.
            </summary>
            <param name="attachmentToUpdate">The Attachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.PutResponseAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Attachment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentToUpdate">The Attachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.InitializeCollectionProperties(Microsoft.Graph.Attachment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="attachmentToInitialize">The <see cref="T:Microsoft.Graph.Attachment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AttachmentRequestBuilder">
            <summary>
            The type AttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AttachmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttachmentSessionContentRequest">
            <summary>
            The type AttachmentSessionContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AttachmentSessionContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttachmentSessionContentRequestBuilder">
            <summary>
            The type AttachmentSessionContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AttachmentSessionContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttachmentSessionRequest">
            <summary>
            The type AttachmentSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AttachmentSessionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.CreateAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttachmentSession using POST.
            </summary>
            <param name="attachmentSessionToCreate">The AttachmentSession to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttachmentSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.CreateResponseAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttachmentSession using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentSessionToCreate">The AttachmentSession to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttachmentSession.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttachmentSession and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttachmentSession.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AttachmentSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttachmentSession and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.UpdateAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentSession using PATCH.
            </summary>
            <param name="attachmentSessionToUpdate">The AttachmentSession to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AttachmentSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.UpdateResponseAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentSession using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentSessionToUpdate">The AttachmentSession to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.PutAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentSession using PUT.
            </summary>
            <param name="attachmentSessionToUpdate">The AttachmentSession object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.PutResponseAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentSession using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentSessionToUpdate">The AttachmentSession object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentSession,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentSession,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequest.InitializeCollectionProperties(Microsoft.Graph.AttachmentSession)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="attachmentSessionToInitialize">The <see cref="T:Microsoft.Graph.AttachmentSession"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AttachmentSessionRequestBuilder">
            <summary>
            The type AttachmentSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AttachmentSessionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AttachmentSessionRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentSessionContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationRootRequest">
            <summary>
            The type AttackSimulationRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AttackSimulationRootRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.CreateAsync(Microsoft.Graph.AttackSimulationRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttackSimulationRoot using POST.
            </summary>
            <param name="attackSimulationRootToCreate">The AttackSimulationRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttackSimulationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.CreateResponseAsync(Microsoft.Graph.AttackSimulationRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttackSimulationRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attackSimulationRootToCreate">The AttackSimulationRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttackSimulationRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttackSimulationRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttackSimulationRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AttackSimulationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttackSimulationRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.UpdateAsync(Microsoft.Graph.AttackSimulationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttackSimulationRoot using PATCH.
            </summary>
            <param name="attackSimulationRootToUpdate">The AttackSimulationRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AttackSimulationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.UpdateResponseAsync(Microsoft.Graph.AttackSimulationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttackSimulationRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attackSimulationRootToUpdate">The AttackSimulationRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.PutAsync(Microsoft.Graph.AttackSimulationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttackSimulationRoot using PUT.
            </summary>
            <param name="attackSimulationRootToUpdate">The AttackSimulationRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.PutResponseAsync(Microsoft.Graph.AttackSimulationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttackSimulationRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attackSimulationRootToUpdate">The AttackSimulationRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttackSimulationRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttackSimulationRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequest.InitializeCollectionProperties(Microsoft.Graph.AttackSimulationRoot)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="attackSimulationRootToInitialize">The <see cref="T:Microsoft.Graph.AttackSimulationRoot"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationRootRequestBuilder">
            <summary>
            The type AttackSimulationRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AttackSimulationRootRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRootRequestBuilder.SimulationAutomations">
            <summary>
            Gets the request builder for SimulationAutomations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRootRequestBuilder.Simulations">
            <summary>
            Gets the request builder for Simulations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionPage">
            <summary>
            The type AttackSimulationRootSimulationAutomationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest">
            <summary>
            The type AttackSimulationRootSimulationAutomationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AttackSimulationRootSimulationAutomationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest.AddAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SimulationAutomation to the collection via POST.
            </summary>
            <param name="simulationAutomation">The SimulationAutomation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SimulationAutomation.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest.AddResponseAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SimulationAutomation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="simulationAutomation">The SimulationAutomation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequestBuilder">
            <summary>
            The type AttackSimulationRootSimulationAutomationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AttackSimulationRootSimulationAutomationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISimulationAutomationRequestBuilder"/> for the specified AttackSimulationRootSimulationAutomation.
            </summary>
            <param name="id">The ID for the AttackSimulationRootSimulationAutomation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISimulationAutomationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionResponse">
            <summary>
            The type AttackSimulationRootSimulationAutomationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRootSimulationAutomationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationRootSimulationsCollectionPage">
            <summary>
            The type AttackSimulationRootSimulationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRootSimulationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest">
            <summary>
            The type AttackSimulationRootSimulationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AttackSimulationRootSimulationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest.AddAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Simulation to the collection via POST.
            </summary>
            <param name="simulation">The Simulation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Simulation.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest.AddResponseAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Simulation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="simulation">The Simulation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Simulation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Simulation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequestBuilder">
            <summary>
            The type AttackSimulationRootSimulationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AttackSimulationRootSimulationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRootSimulationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISimulationRequestBuilder"/> for the specified AttackSimulationRootSimulation.
            </summary>
            <param name="id">The ID for the AttackSimulationRootSimulation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISimulationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttackSimulationRootSimulationsCollectionResponse">
            <summary>
            The type AttackSimulationRootSimulationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRootSimulationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRootSimulationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttackSimulationRootSimulationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttendanceRecordRequest">
            <summary>
            The type AttendanceRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AttendanceRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.CreateAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttendanceRecord using POST.
            </summary>
            <param name="attendanceRecordToCreate">The AttendanceRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttendanceRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.CreateResponseAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttendanceRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attendanceRecordToCreate">The AttendanceRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttendanceRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttendanceRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttendanceRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AttendanceRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttendanceRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.UpdateAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttendanceRecord using PATCH.
            </summary>
            <param name="attendanceRecordToUpdate">The AttendanceRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AttendanceRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.UpdateResponseAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttendanceRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attendanceRecordToUpdate">The AttendanceRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.PutAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttendanceRecord using PUT.
            </summary>
            <param name="attendanceRecordToUpdate">The AttendanceRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.PutResponseAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttendanceRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attendanceRecordToUpdate">The AttendanceRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttendanceRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttendanceRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequest.InitializeCollectionProperties(Microsoft.Graph.AttendanceRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="attendanceRecordToInitialize">The <see cref="T:Microsoft.Graph.AttendanceRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AttendanceRecordRequestBuilder">
            <summary>
            The type AttendanceRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AttendanceRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttendanceRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AudioRoutingGroupRequest">
            <summary>
            The type AudioRoutingGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AudioRoutingGroupRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.CreateAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AudioRoutingGroup using POST.
            </summary>
            <param name="audioRoutingGroupToCreate">The AudioRoutingGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AudioRoutingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.CreateResponseAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AudioRoutingGroup using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="audioRoutingGroupToCreate">The AudioRoutingGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AudioRoutingGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AudioRoutingGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AudioRoutingGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AudioRoutingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AudioRoutingGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.UpdateAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AudioRoutingGroup using PATCH.
            </summary>
            <param name="audioRoutingGroupToUpdate">The AudioRoutingGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AudioRoutingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.UpdateResponseAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AudioRoutingGroup using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="audioRoutingGroupToUpdate">The AudioRoutingGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.PutAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AudioRoutingGroup using PUT.
            </summary>
            <param name="audioRoutingGroupToUpdate">The AudioRoutingGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.PutResponseAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AudioRoutingGroup using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="audioRoutingGroupToUpdate">The AudioRoutingGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AudioRoutingGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AudioRoutingGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequest.InitializeCollectionProperties(Microsoft.Graph.AudioRoutingGroup)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="audioRoutingGroupToInitialize">The <see cref="T:Microsoft.Graph.AudioRoutingGroup"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AudioRoutingGroupRequestBuilder">
            <summary>
            The type AudioRoutingGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AudioRoutingGroupRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AudioRoutingGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuditEventGetAuditActivityTypesCollectionPage">
            <summary>
            The type AuditEventGetAuditActivityTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEventGetAuditActivityTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditActivityTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditEventGetAuditActivityTypesCollectionResponse">
            <summary>
            The type AuditEventGetAuditActivityTypesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEventGetAuditActivityTypesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuditEventGetAuditActivityTypesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEventGetAuditActivityTypesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEventGetAuditActivityTypesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditEventGetAuditActivityTypesRequest">
            <summary>
            The type AuditEventGetAuditActivityTypesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditActivityTypesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuditEventGetAuditActivityTypesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditActivityTypesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditActivityTypesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditActivityTypesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditActivityTypesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditActivityTypesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditActivityTypesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditActivityTypesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditActivityTypesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuditEventGetAuditActivityTypesRequestBuilder">
            <summary>
            The type AuditEventGetAuditActivityTypesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditActivityTypesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AuditEventGetAuditActivityTypesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="category">A category parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditActivityTypesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuditEventGetAuditCategoriesCollectionPage">
            <summary>
            The type AuditEventGetAuditCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEventGetAuditCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuditEventGetAuditCategoriesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditEventGetAuditCategoriesCollectionResponse">
            <summary>
            The type AuditEventGetAuditCategoriesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEventGetAuditCategoriesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuditEventGetAuditCategoriesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEventGetAuditCategoriesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditEventGetAuditCategoriesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditEventGetAuditCategoriesRequest">
            <summary>
            The type AuditEventGetAuditCategoriesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditCategoriesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuditEventGetAuditCategoriesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditCategoriesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditCategoriesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditCategoriesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditCategoriesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditCategoriesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditCategoriesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditCategoriesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditCategoriesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuditEventGetAuditCategoriesRequestBuilder">
            <summary>
            The type AuditEventGetAuditCategoriesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditCategoriesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AuditEventGetAuditCategoriesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuditEventGetAuditCategoriesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuditEventRequest">
            <summary>
            The type AuditEventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuditEventRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.CreateAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuditEvent using POST.
            </summary>
            <param name="auditEventToCreate">The AuditEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuditEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.CreateResponseAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuditEvent using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="auditEventToCreate">The AuditEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuditEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuditEvent and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuditEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuditEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuditEvent and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.UpdateAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditEvent using PATCH.
            </summary>
            <param name="auditEventToUpdate">The AuditEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuditEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.UpdateResponseAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditEvent using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="auditEventToUpdate">The AuditEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.PutAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditEvent using PUT.
            </summary>
            <param name="auditEventToUpdate">The AuditEvent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.PutResponseAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditEvent using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="auditEventToUpdate">The AuditEvent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuditEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuditEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequest.InitializeCollectionProperties(Microsoft.Graph.AuditEvent)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="auditEventToInitialize">The <see cref="T:Microsoft.Graph.AuditEvent"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AuditEventRequestBuilder">
            <summary>
            The type AuditEventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuditEventRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditEventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionPage">
            <summary>
            The type AuditLogRootDirectoryAuditsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest">
            <summary>
            The type AuditLogRootDirectoryAuditsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuditLogRootDirectoryAuditsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryAudit to the collection via POST.
            </summary>
            <param name="directoryAudit">The DirectoryAudit to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryAudit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryAudit to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryAudit">The DirectoryAudit to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryAudit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryAudit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequestBuilder">
            <summary>
            The type AuditLogRootDirectoryAuditsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuditLogRootDirectoryAuditsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryAuditRequestBuilder"/> for the specified AuditLogRootDirectoryAudit.
            </summary>
            <param name="id">The ID for the AuditLogRootDirectoryAudit.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryAuditRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionResponse">
            <summary>
            The type AuditLogRootDirectoryAuditsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootDirectoryAuditsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootProvisioningCollectionPage">
            <summary>
            The type AuditLogRootProvisioningCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootProvisioningCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest">
            <summary>
            The type AuditLogRootProvisioningCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuditLogRootProvisioningCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest.AddAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProvisioningObjectSummary to the collection via POST.
            </summary>
            <param name="provisioningObjectSummary">The ProvisioningObjectSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProvisioningObjectSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest.AddResponseAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProvisioningObjectSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="provisioningObjectSummary">The ProvisioningObjectSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProvisioningObjectSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProvisioningObjectSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootProvisioningCollectionRequestBuilder">
            <summary>
            The type AuditLogRootProvisioningCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuditLogRootProvisioningCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootProvisioningCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootProvisioningCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IProvisioningObjectSummaryRequestBuilder"/> for the specified AuditLogRootProvisioningObjectSummary.
            </summary>
            <param name="id">The ID for the AuditLogRootProvisioningObjectSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IProvisioningObjectSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootProvisioningCollectionResponse">
            <summary>
            The type AuditLogRootProvisioningCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootProvisioningCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuditLogRootProvisioningCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootProvisioningCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootProvisioningCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootRequest">
            <summary>
            The type AuditLogRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuditLogRootRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.CreateAsync(Microsoft.Graph.AuditLogRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuditLogRoot using POST.
            </summary>
            <param name="auditLogRootToCreate">The AuditLogRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuditLogRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.CreateResponseAsync(Microsoft.Graph.AuditLogRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuditLogRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="auditLogRootToCreate">The AuditLogRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuditLogRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuditLogRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuditLogRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuditLogRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuditLogRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.UpdateAsync(Microsoft.Graph.AuditLogRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditLogRoot using PATCH.
            </summary>
            <param name="auditLogRootToUpdate">The AuditLogRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuditLogRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.UpdateResponseAsync(Microsoft.Graph.AuditLogRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditLogRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="auditLogRootToUpdate">The AuditLogRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.PutAsync(Microsoft.Graph.AuditLogRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditLogRoot using PUT.
            </summary>
            <param name="auditLogRootToUpdate">The AuditLogRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.PutResponseAsync(Microsoft.Graph.AuditLogRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditLogRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="auditLogRootToUpdate">The AuditLogRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuditLogRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuditLogRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequest.InitializeCollectionProperties(Microsoft.Graph.AuditLogRoot)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="auditLogRootToInitialize">The <see cref="T:Microsoft.Graph.AuditLogRoot"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootRequestBuilder">
            <summary>
            The type AuditLogRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuditLogRootRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootRequestBuilder.DirectoryAudits">
            <summary>
            Gets the request builder for DirectoryAudits.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootRequestBuilder.Provisioning">
            <summary>
            Gets the request builder for Provisioning.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootRequestBuilder.SignIns">
            <summary>
            Gets the request builder for SignIns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuditLogRootSignInsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootSignInsCollectionPage">
            <summary>
            The type AuditLogRootSignInsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootSignInsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootSignInsCollectionRequest">
            <summary>
            The type AuditLogRootSignInsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuditLogRootSignInsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequest.AddAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SignIn to the collection via POST.
            </summary>
            <param name="signIn">The SignIn to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SignIn.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequest.AddResponseAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SignIn to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="signIn">The SignIn to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SignIn,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SignIn,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootSignInsCollectionRequestBuilder">
            <summary>
            The type AuditLogRootSignInsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuditLogRootSignInsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuditLogRootSignInsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootSignInsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISignInRequestBuilder"/> for the specified AuditLogRootSignIn.
            </summary>
            <param name="id">The ID for the AuditLogRootSignIn.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISignInRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuditLogRootSignInsCollectionResponse">
            <summary>
            The type AuditLogRootSignInsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootSignInsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuditLogRootSignInsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootSignInsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuditLogRootSignInsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationContextClassReferenceRequest">
            <summary>
            The type AuthenticationContextClassReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationContextClassReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.CreateAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationContextClassReference using POST.
            </summary>
            <param name="authenticationContextClassReferenceToCreate">The AuthenticationContextClassReference to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationContextClassReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.CreateResponseAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationContextClassReference using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationContextClassReferenceToCreate">The AuthenticationContextClassReference to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationContextClassReference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationContextClassReference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationContextClassReference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthenticationContextClassReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationContextClassReference and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.UpdateAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationContextClassReference using PATCH.
            </summary>
            <param name="authenticationContextClassReferenceToUpdate">The AuthenticationContextClassReference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthenticationContextClassReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationContextClassReference using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationContextClassReferenceToUpdate">The AuthenticationContextClassReference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.PutAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationContextClassReference using PUT.
            </summary>
            <param name="authenticationContextClassReferenceToUpdate">The AuthenticationContextClassReference object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.PutResponseAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationContextClassReference using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationContextClassReferenceToUpdate">The AuthenticationContextClassReference object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationContextClassReference,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationContextClassReference,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequest.InitializeCollectionProperties(Microsoft.Graph.AuthenticationContextClassReference)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="authenticationContextClassReferenceToInitialize">The <see cref="T:Microsoft.Graph.AuthenticationContextClassReference"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationContextClassReferenceRequestBuilder">
            <summary>
            The type AuthenticationContextClassReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationContextClassReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationContextClassReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationEmailMethodsCollectionPage">
            <summary>
            The type AuthenticationEmailMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationEmailMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest">
            <summary>
            The type AuthenticationEmailMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationEmailMethodsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest.AddAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EmailAuthenticationMethod to the collection via POST.
            </summary>
            <param name="emailAuthenticationMethod">The EmailAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EmailAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EmailAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="emailAuthenticationMethod">The EmailAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequestBuilder">
            <summary>
            The type AuthenticationEmailMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationEmailMethodsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationEmailMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEmailAuthenticationMethodRequestBuilder"/> for the specified AuthenticationEmailAuthenticationMethod.
            </summary>
            <param name="id">The ID for the AuthenticationEmailAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEmailAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationEmailMethodsCollectionResponse">
            <summary>
            The type AuthenticationEmailMethodsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationEmailMethodsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuthenticationEmailMethodsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationEmailMethodsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationEmailMethodsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationFido2MethodsCollectionPage">
            <summary>
            The type AuthenticationFido2MethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationFido2MethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest">
            <summary>
            The type AuthenticationFido2MethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationFido2MethodsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest.AddAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Fido2AuthenticationMethod to the collection via POST.
            </summary>
            <param name="fido2AuthenticationMethod">The Fido2AuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Fido2AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Fido2AuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="fido2AuthenticationMethod">The Fido2AuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Fido2AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Fido2AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequestBuilder">
            <summary>
            The type AuthenticationFido2MethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationFido2MethodsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationFido2MethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IFido2AuthenticationMethodRequestBuilder"/> for the specified AuthenticationFido2AuthenticationMethod.
            </summary>
            <param name="id">The ID for the AuthenticationFido2AuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IFido2AuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationFido2MethodsCollectionResponse">
            <summary>
            The type AuthenticationFido2MethodsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationFido2MethodsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuthenticationFido2MethodsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationFido2MethodsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationFido2MethodsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationFlowsPolicyRequest">
            <summary>
            The type AuthenticationFlowsPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationFlowsPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.CreateAsync(Microsoft.Graph.AuthenticationFlowsPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationFlowsPolicy using POST.
            </summary>
            <param name="authenticationFlowsPolicyToCreate">The AuthenticationFlowsPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationFlowsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.CreateResponseAsync(Microsoft.Graph.AuthenticationFlowsPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationFlowsPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationFlowsPolicyToCreate">The AuthenticationFlowsPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationFlowsPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationFlowsPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationFlowsPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthenticationFlowsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationFlowsPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.UpdateAsync(Microsoft.Graph.AuthenticationFlowsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationFlowsPolicy using PATCH.
            </summary>
            <param name="authenticationFlowsPolicyToUpdate">The AuthenticationFlowsPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthenticationFlowsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.UpdateResponseAsync(Microsoft.Graph.AuthenticationFlowsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationFlowsPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationFlowsPolicyToUpdate">The AuthenticationFlowsPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.PutAsync(Microsoft.Graph.AuthenticationFlowsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationFlowsPolicy using PUT.
            </summary>
            <param name="authenticationFlowsPolicyToUpdate">The AuthenticationFlowsPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.PutResponseAsync(Microsoft.Graph.AuthenticationFlowsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationFlowsPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationFlowsPolicyToUpdate">The AuthenticationFlowsPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationFlowsPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationFlowsPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.AuthenticationFlowsPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="authenticationFlowsPolicyToInitialize">The <see cref="T:Microsoft.Graph.AuthenticationFlowsPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationFlowsPolicyRequestBuilder">
            <summary>
            The type AuthenticationFlowsPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationFlowsPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationFlowsPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodConfigurationRequest">
            <summary>
            The type AuthenticationMethodConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationMethodConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.CreateAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethodConfiguration using POST.
            </summary>
            <param name="authenticationMethodConfigurationToCreate">The AuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.CreateResponseAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethodConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodConfigurationToCreate">The AuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.UpdateAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodConfiguration using PATCH.
            </summary>
            <param name="authenticationMethodConfigurationToUpdate">The AuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodConfigurationToUpdate">The AuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.PutAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodConfiguration using PUT.
            </summary>
            <param name="authenticationMethodConfigurationToUpdate">The AuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.PutResponseAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodConfigurationToUpdate">The AuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.AuthenticationMethodConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="authenticationMethodConfigurationToInitialize">The <see cref="T:Microsoft.Graph.AuthenticationMethodConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodConfigurationRequestBuilder">
            <summary>
            The type AuthenticationMethodConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationMethodConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodRequest">
            <summary>
            The type AuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationMethodRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.CreateAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethod using POST.
            </summary>
            <param name="authenticationMethodToCreate">The AuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodToCreate">The AuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethod using PATCH.
            </summary>
            <param name="authenticationMethodToUpdate">The AuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodToUpdate">The AuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.PutAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethod using PUT.
            </summary>
            <param name="authenticationMethodToUpdate">The AuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodToUpdate">The AuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequest.InitializeCollectionProperties(Microsoft.Graph.AuthenticationMethod)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="authenticationMethodToInitialize">The <see cref="T:Microsoft.Graph.AuthenticationMethod"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodRequestBuilder">
            <summary>
            The type AuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationMethodRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodRequestBuilder.ResetPassword(System.String)">
            <summary>
            Gets the request builder for AuthenticationMethodResetPassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodResetPasswordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodResetPasswordRequest">
            <summary>
            The type AuthenticationMethodResetPasswordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodResetPasswordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationMethodResetPasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodResetPasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodResetPasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodResetPasswordRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodResetPasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodResetPasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodResetPasswordRequestBuilder">
            <summary>
            The type AuthenticationMethodResetPasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodResetPasswordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.AuthenticationMethodResetPasswordRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="newPassword">A newPassword parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodResetPasswordRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodsCollectionPage">
            <summary>
            The type AuthenticationMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodsCollectionRequest">
            <summary>
            The type AuthenticationMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationMethodsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethod to the collection via POST.
            </summary>
            <param name="authenticationMethod">The AuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethod">The AuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodsCollectionRequestBuilder">
            <summary>
            The type AuthenticationMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationMethodsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodRequestBuilder"/> for the specified AuthenticationAuthenticationMethod.
            </summary>
            <param name="id">The ID for the AuthenticationAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodsCollectionResponse">
            <summary>
            The type AuthenticationMethodsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuthenticationMethodsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionPage">
            <summary>
            The type AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest">
            <summary>
            The type AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodConfiguration to the collection via POST.
            </summary>
            <param name="authenticationMethodConfiguration">The AuthenticationMethodConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethodConfiguration">The AuthenticationMethodConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder">
            <summary>
            The type AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodConfigurationRequestBuilder"/> for the specified AuthenticationMethodsPolicyAuthenticationMethodConfiguration.
            </summary>
            <param name="id">The ID for the AuthenticationMethodsPolicyAuthenticationMethodConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionResponse">
            <summary>
            The type AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodsPolicyRequest">
            <summary>
            The type AuthenticationMethodsPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationMethodsPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.CreateAsync(Microsoft.Graph.AuthenticationMethodsPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethodsPolicy using POST.
            </summary>
            <param name="authenticationMethodsPolicyToCreate">The AuthenticationMethodsPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.CreateResponseAsync(Microsoft.Graph.AuthenticationMethodsPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethodsPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodsPolicyToCreate">The AuthenticationMethodsPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethodsPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethodsPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethodsPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthenticationMethodsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethodsPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.UpdateAsync(Microsoft.Graph.AuthenticationMethodsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodsPolicy using PATCH.
            </summary>
            <param name="authenticationMethodsPolicyToUpdate">The AuthenticationMethodsPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthenticationMethodsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.UpdateResponseAsync(Microsoft.Graph.AuthenticationMethodsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodsPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodsPolicyToUpdate">The AuthenticationMethodsPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.PutAsync(Microsoft.Graph.AuthenticationMethodsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodsPolicy using PUT.
            </summary>
            <param name="authenticationMethodsPolicyToUpdate">The AuthenticationMethodsPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.PutResponseAsync(Microsoft.Graph.AuthenticationMethodsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodsPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodsPolicyToUpdate">The AuthenticationMethodsPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodsPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodsPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.AuthenticationMethodsPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="authenticationMethodsPolicyToInitialize">The <see cref="T:Microsoft.Graph.AuthenticationMethodsPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodsPolicyRequestBuilder">
            <summary>
            The type AuthenticationMethodsPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationMethodsPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodsPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMethodsPolicyRequestBuilder.AuthenticationMethodConfigurations">
            <summary>
            Gets the request builder for AuthenticationMethodConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodTargetRequest">
            <summary>
            The type AuthenticationMethodTargetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationMethodTargetRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.CreateAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethodTarget using POST.
            </summary>
            <param name="authenticationMethodTargetToCreate">The AuthenticationMethodTarget to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.CreateResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethodTarget using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodTargetToCreate">The AuthenticationMethodTarget to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethodTarget.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethodTarget and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethodTarget.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethodTarget and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.UpdateAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodTarget using PATCH.
            </summary>
            <param name="authenticationMethodTargetToUpdate">The AuthenticationMethodTarget to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.UpdateResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodTarget using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodTargetToUpdate">The AuthenticationMethodTarget to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.PutAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodTarget using PUT.
            </summary>
            <param name="authenticationMethodTargetToUpdate">The AuthenticationMethodTarget object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.PutResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodTarget using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodTargetToUpdate">The AuthenticationMethodTarget object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequest.InitializeCollectionProperties(Microsoft.Graph.AuthenticationMethodTarget)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="authenticationMethodTargetToInitialize">The <see cref="T:Microsoft.Graph.AuthenticationMethodTarget"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMethodTargetRequestBuilder">
            <summary>
            The type AuthenticationMethodTargetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationMethodTargetRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMethodTargetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionPage">
            <summary>
            The type AuthenticationMicrosoftAuthenticatorMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest">
            <summary>
            The type AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.AddAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MicrosoftAuthenticatorAuthenticationMethod to the collection via POST.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethod">The MicrosoftAuthenticatorAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftAuthenticatorAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MicrosoftAuthenticatorAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethod">The MicrosoftAuthenticatorAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder">
            <summary>
            The type AuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequestBuilder"/> for the specified AuthenticationMicrosoftAuthenticatorAuthenticationMethod.
            </summary>
            <param name="id">The ID for the AuthenticationMicrosoftAuthenticatorAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionResponse">
            <summary>
            The type AuthenticationMicrosoftAuthenticatorMethodsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationMicrosoftAuthenticatorMethodsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationOperationsCollectionPage">
            <summary>
            The type AuthenticationOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationOperationsCollectionRequest">
            <summary>
            The type AuthenticationOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequest.AddAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LongRunningOperation to the collection via POST.
            </summary>
            <param name="longRunningOperation">The LongRunningOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LongRunningOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="longRunningOperation">The LongRunningOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LongRunningOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LongRunningOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationOperationsCollectionRequestBuilder">
            <summary>
            The type AuthenticationOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ILongRunningOperationRequestBuilder"/> for the specified AuthenticationLongRunningOperation.
            </summary>
            <param name="id">The ID for the AuthenticationLongRunningOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ILongRunningOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationOperationsCollectionResponse">
            <summary>
            The type AuthenticationOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuthenticationOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationOperationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationPasswordMethodsCollectionPage">
            <summary>
            The type AuthenticationPasswordMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationPasswordMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest">
            <summary>
            The type AuthenticationPasswordMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationPasswordMethodsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest.AddAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PasswordAuthenticationMethod to the collection via POST.
            </summary>
            <param name="passwordAuthenticationMethod">The PasswordAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PasswordAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PasswordAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="passwordAuthenticationMethod">The PasswordAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PasswordAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PasswordAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequestBuilder">
            <summary>
            The type AuthenticationPasswordMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationPasswordMethodsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationPasswordMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPasswordAuthenticationMethodRequestBuilder"/> for the specified AuthenticationPasswordAuthenticationMethod.
            </summary>
            <param name="id">The ID for the AuthenticationPasswordAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPasswordAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationPasswordMethodsCollectionResponse">
            <summary>
            The type AuthenticationPasswordMethodsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationPasswordMethodsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationPasswordMethodsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationPasswordMethodsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationPhoneMethodsCollectionPage">
            <summary>
            The type AuthenticationPhoneMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationPhoneMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest">
            <summary>
            The type AuthenticationPhoneMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationPhoneMethodsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest.AddAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PhoneAuthenticationMethod to the collection via POST.
            </summary>
            <param name="phoneAuthenticationMethod">The PhoneAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PhoneAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PhoneAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="phoneAuthenticationMethod">The PhoneAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PhoneAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PhoneAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequestBuilder">
            <summary>
            The type AuthenticationPhoneMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationPhoneMethodsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationPhoneMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPhoneAuthenticationMethodRequestBuilder"/> for the specified AuthenticationPhoneAuthenticationMethod.
            </summary>
            <param name="id">The ID for the AuthenticationPhoneAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPhoneAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationPhoneMethodsCollectionResponse">
            <summary>
            The type AuthenticationPhoneMethodsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationPhoneMethodsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationPhoneMethodsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationPhoneMethodsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationRequest">
            <summary>
            The type AuthenticationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.CreateAsync(Microsoft.Graph.Authentication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Authentication using POST.
            </summary>
            <param name="authenticationToCreate">The Authentication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Authentication.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.CreateResponseAsync(Microsoft.Graph.Authentication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Authentication using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationToCreate">The Authentication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Authentication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Authentication and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Authentication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Authentication.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Authentication and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.UpdateAsync(Microsoft.Graph.Authentication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Authentication using PATCH.
            </summary>
            <param name="authenticationToUpdate">The Authentication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Authentication.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.UpdateResponseAsync(Microsoft.Graph.Authentication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Authentication using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationToUpdate">The Authentication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.PutAsync(Microsoft.Graph.Authentication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Authentication using PUT.
            </summary>
            <param name="authenticationToUpdate">The Authentication object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.PutResponseAsync(Microsoft.Graph.Authentication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Authentication using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationToUpdate">The Authentication object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Authentication,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Authentication,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequest.InitializeCollectionProperties(Microsoft.Graph.Authentication)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="authenticationToInitialize">The <see cref="T:Microsoft.Graph.Authentication"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationRequestBuilder">
            <summary>
            The type AuthenticationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationRequestBuilder.EmailMethods">
            <summary>
            Gets the request builder for EmailMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationRequestBuilder.Fido2Methods">
            <summary>
            Gets the request builder for Fido2Methods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationRequestBuilder.Methods">
            <summary>
            Gets the request builder for Methods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationRequestBuilder.MicrosoftAuthenticatorMethods">
            <summary>
            Gets the request builder for MicrosoftAuthenticatorMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationRequestBuilder.PasswordMethods">
            <summary>
            Gets the request builder for PasswordMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationRequestBuilder.PhoneMethods">
            <summary>
            Gets the request builder for PhoneMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationRequestBuilder.SoftwareOathMethods">
            <summary>
            Gets the request builder for SoftwareOathMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationRequestBuilder.TemporaryAccessPassMethods">
            <summary>
            Gets the request builder for TemporaryAccessPassMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationRequestBuilder.WindowsHelloForBusinessMethods">
            <summary>
            Gets the request builder for WindowsHelloForBusinessMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionPage">
            <summary>
            The type AuthenticationSoftwareOathMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest">
            <summary>
            The type AuthenticationSoftwareOathMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationSoftwareOathMethodsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest.AddAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SoftwareOathAuthenticationMethod to the collection via POST.
            </summary>
            <param name="softwareOathAuthenticationMethod">The SoftwareOathAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SoftwareOathAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SoftwareOathAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="softwareOathAuthenticationMethod">The SoftwareOathAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequestBuilder">
            <summary>
            The type AuthenticationSoftwareOathMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationSoftwareOathMethodsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequestBuilder"/> for the specified AuthenticationSoftwareOathAuthenticationMethod.
            </summary>
            <param name="id">The ID for the AuthenticationSoftwareOathAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionResponse">
            <summary>
            The type AuthenticationSoftwareOathMethodsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationSoftwareOathMethodsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionPage">
            <summary>
            The type AuthenticationTemporaryAccessPassMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest">
            <summary>
            The type AuthenticationTemporaryAccessPassMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationTemporaryAccessPassMethodsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest.AddAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TemporaryAccessPassAuthenticationMethod to the collection via POST.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethod">The TemporaryAccessPassAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TemporaryAccessPassAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TemporaryAccessPassAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethod">The TemporaryAccessPassAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder">
            <summary>
            The type AuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequestBuilder"/> for the specified AuthenticationTemporaryAccessPassAuthenticationMethod.
            </summary>
            <param name="id">The ID for the AuthenticationTemporaryAccessPassAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionResponse">
            <summary>
            The type AuthenticationTemporaryAccessPassMethodsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationTemporaryAccessPassMethodsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionPage">
            <summary>
            The type AuthenticationWindowsHelloForBusinessMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest">
            <summary>
            The type AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.AddAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsHelloForBusinessAuthenticationMethod to the collection via POST.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethod">The WindowsHelloForBusinessAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsHelloForBusinessAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsHelloForBusinessAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethod">The WindowsHelloForBusinessAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder">
            <summary>
            The type AuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequestBuilder"/> for the specified AuthenticationWindowsHelloForBusinessAuthenticationMethod.
            </summary>
            <param name="id">The ID for the AuthenticationWindowsHelloForBusinessAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionResponse">
            <summary>
            The type AuthenticationWindowsHelloForBusinessMethodsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AuthenticationWindowsHelloForBusinessMethodsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AuthoredNoteRequest">
            <summary>
            The type AuthoredNoteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthoredNoteRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.CreateAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthoredNote using POST.
            </summary>
            <param name="authoredNoteToCreate">The AuthoredNote to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthoredNote.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.CreateResponseAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthoredNote using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authoredNoteToCreate">The AuthoredNote to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthoredNote.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthoredNote and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthoredNote.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthoredNote.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthoredNote and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.UpdateAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthoredNote using PATCH.
            </summary>
            <param name="authoredNoteToUpdate">The AuthoredNote to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthoredNote.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.UpdateResponseAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthoredNote using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authoredNoteToUpdate">The AuthoredNote to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.PutAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthoredNote using PUT.
            </summary>
            <param name="authoredNoteToUpdate">The AuthoredNote object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.PutResponseAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthoredNote using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authoredNoteToUpdate">The AuthoredNote object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthoredNote,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthoredNote,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequest.InitializeCollectionProperties(Microsoft.Graph.AuthoredNote)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="authoredNoteToInitialize">The <see cref="T:Microsoft.Graph.AuthoredNote"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AuthoredNoteRequestBuilder">
            <summary>
            The type AuthoredNoteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthoredNoteRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthoredNoteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AuthorizationPolicyRequest">
            <summary>
            The type AuthorizationPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AuthorizationPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.CreateAsync(Microsoft.Graph.AuthorizationPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthorizationPolicy using POST.
            </summary>
            <param name="authorizationPolicyToCreate">The AuthorizationPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthorizationPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.CreateResponseAsync(Microsoft.Graph.AuthorizationPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthorizationPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authorizationPolicyToCreate">The AuthorizationPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthorizationPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthorizationPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthorizationPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthorizationPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthorizationPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.UpdateAsync(Microsoft.Graph.AuthorizationPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthorizationPolicy using PATCH.
            </summary>
            <param name="authorizationPolicyToUpdate">The AuthorizationPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthorizationPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.UpdateResponseAsync(Microsoft.Graph.AuthorizationPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthorizationPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authorizationPolicyToUpdate">The AuthorizationPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.PutAsync(Microsoft.Graph.AuthorizationPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthorizationPolicy using PUT.
            </summary>
            <param name="authorizationPolicyToUpdate">The AuthorizationPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.PutResponseAsync(Microsoft.Graph.AuthorizationPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthorizationPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authorizationPolicyToUpdate">The AuthorizationPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthorizationPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthorizationPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.AuthorizationPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="authorizationPolicyToInitialize">The <see cref="T:Microsoft.Graph.AuthorizationPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AuthorizationPolicyRequestBuilder">
            <summary>
            The type AuthorizationPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AuthorizationPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AuthorizationPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionReferencesRequest">
            <summary>
            The type B2xIdentityUserFlowIdentityProvidersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new B2xIdentityUserFlowIdentityProvidersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionReferencesRequest.AddAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProvider to the collection via POST.
            </summary>
            <param name="identityProvider">The IdentityProvider to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProvider to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityProvider">The IdentityProvider to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder">
            <summary>
            The type B2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new B2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesPage">
            <summary>
            The type B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest">
            <summary>
            The type B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder">
            <summary>
            The type B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityProviderWithReferenceRequestBuilder"/> for the specified B2xIdentityUserFlowIdentityProvider.
            </summary>
            <param name="id">The ID for the B2xIdentityUserFlowIdentityProvider.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesResponse">
            <summary>
            The type B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowIdentityProvidersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionPage">
            <summary>
            The type B2xIdentityUserFlowLanguagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest">
            <summary>
            The type B2xIdentityUserFlowLanguagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new B2xIdentityUserFlowLanguagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest.AddAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserFlowLanguageConfiguration to the collection via POST.
            </summary>
            <param name="userFlowLanguageConfiguration">The UserFlowLanguageConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserFlowLanguageConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest.AddResponseAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserFlowLanguageConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userFlowLanguageConfiguration">The UserFlowLanguageConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguageConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguageConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequestBuilder">
            <summary>
            The type B2xIdentityUserFlowLanguagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new B2xIdentityUserFlowLanguagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationRequestBuilder"/> for the specified B2xIdentityUserFlowUserFlowLanguageConfiguration.
            </summary>
            <param name="id">The ID for the B2xIdentityUserFlowUserFlowLanguageConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionResponse">
            <summary>
            The type B2xIdentityUserFlowLanguagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowLanguagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowRequest">
            <summary>
            The type B2xIdentityUserFlowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new B2xIdentityUserFlowRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.CreateAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified B2xIdentityUserFlow using POST.
            </summary>
            <param name="b2xIdentityUserFlowToCreate">The B2xIdentityUserFlow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created B2xIdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.CreateResponseAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified B2xIdentityUserFlow using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="b2xIdentityUserFlowToCreate">The B2xIdentityUserFlow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified B2xIdentityUserFlow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified B2xIdentityUserFlow and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified B2xIdentityUserFlow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The B2xIdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified B2xIdentityUserFlow and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.UpdateAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified B2xIdentityUserFlow using PATCH.
            </summary>
            <param name="b2xIdentityUserFlowToUpdate">The B2xIdentityUserFlow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated B2xIdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.UpdateResponseAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified B2xIdentityUserFlow using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="b2xIdentityUserFlowToUpdate">The B2xIdentityUserFlow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.PutAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified B2xIdentityUserFlow using PUT.
            </summary>
            <param name="b2xIdentityUserFlowToUpdate">The B2xIdentityUserFlow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.PutResponseAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified B2xIdentityUserFlow using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="b2xIdentityUserFlowToUpdate">The B2xIdentityUserFlow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.B2xIdentityUserFlow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.B2xIdentityUserFlow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequest.InitializeCollectionProperties(Microsoft.Graph.B2xIdentityUserFlow)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="b2xIdentityUserFlowToInitialize">The <see cref="T:Microsoft.Graph.B2xIdentityUserFlow"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowRequestBuilder">
            <summary>
            The type B2xIdentityUserFlowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new B2xIdentityUserFlowRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowRequestBuilder.IdentityProviders">
            <summary>
            Gets the request builder for IdentityProviders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowRequestBuilder.Languages">
            <summary>
            Gets the request builder for Languages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowRequestBuilder.UserAttributeAssignments">
            <summary>
            Gets the request builder for UserAttributeAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowRequestBuilder.UserFlowIdentityProviders">
            <summary>
            Gets the request builder for UserFlowIdentityProviders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionPage">
            <summary>
            The type B2xIdentityUserFlowUserAttributeAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest">
            <summary>
            The type B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityUserFlowAttributeAssignment to the collection via POST.
            </summary>
            <param name="identityUserFlowAttributeAssignment">The IdentityUserFlowAttributeAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityUserFlowAttributeAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityUserFlowAttributeAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityUserFlowAttributeAssignment">The IdentityUserFlowAttributeAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder">
            <summary>
            The type B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequestBuilder"/> for the specified B2xIdentityUserFlowIdentityUserFlowAttributeAssignment.
            </summary>
            <param name="id">The ID for the B2xIdentityUserFlowIdentityUserFlowAttributeAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.SetOrder(Microsoft.Graph.AssignmentOrder)">
            <summary>
            Gets the request builder for IdentityUserFlowAttributeAssignmentSetOrder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentSetOrderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.GetOrder">
            <summary>
            Gets the request builder for IdentityUserFlowAttributeAssignmentGetOrder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentGetOrderRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionResponse">
            <summary>
            The type B2xIdentityUserFlowUserAttributeAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowUserAttributeAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequest">
            <summary>
            The type B2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new B2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequest.AddAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProviderBase to the collection via POST.
            </summary>
            <param name="identityProviderBase">The IdentityProviderBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProviderBase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityProviderBase">The IdentityProviderBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder">
            <summary>
            The type B2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new B2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesPage">
            <summary>
            The type B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest">
            <summary>
            The type B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder">
            <summary>
            The type B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequestBuilder"/> for the specified B2xIdentityUserFlowIdentityProviderBase.
            </summary>
            <param name="id">The ID for the B2xIdentityUserFlowIdentityProviderBase.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesResponse">
            <summary>
            The type B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.B2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BaseItemRequest">
            <summary>
            The type BaseItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BaseItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.CreateAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BaseItem using POST.
            </summary>
            <param name="baseItemToCreate">The BaseItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.CreateResponseAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BaseItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="baseItemToCreate">The BaseItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BaseItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BaseItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BaseItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BaseItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.UpdateAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItem using PATCH.
            </summary>
            <param name="baseItemToUpdate">The BaseItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.UpdateResponseAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="baseItemToUpdate">The BaseItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.PutAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItem using PUT.
            </summary>
            <param name="baseItemToUpdate">The BaseItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.PutResponseAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="baseItemToUpdate">The BaseItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.InitializeCollectionProperties(Microsoft.Graph.BaseItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="baseItemToInitialize">The <see cref="T:Microsoft.Graph.BaseItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BaseItemRequestBuilder">
            <summary>
            The type BaseItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BaseItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.BaseItemRequestBuilder.CreatedByUser">
            <summary>
            Gets the request builder for CreatedByUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.BaseItemRequestBuilder.LastModifiedByUser">
            <summary>
            Gets the request builder for LastModifiedByUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.BaseItemVersionRequest">
            <summary>
            The type BaseItemVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BaseItemVersionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.CreateAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BaseItemVersion using POST.
            </summary>
            <param name="baseItemVersionToCreate">The BaseItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.CreateResponseAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BaseItemVersion using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="baseItemVersionToCreate">The BaseItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BaseItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BaseItemVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BaseItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BaseItemVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.UpdateAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItemVersion using PATCH.
            </summary>
            <param name="baseItemVersionToUpdate">The BaseItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.UpdateResponseAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItemVersion using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="baseItemVersionToUpdate">The BaseItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.PutAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItemVersion using PUT.
            </summary>
            <param name="baseItemVersionToUpdate">The BaseItemVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.PutResponseAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItemVersion using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="baseItemVersionToUpdate">The BaseItemVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.InitializeCollectionProperties(Microsoft.Graph.BaseItemVersion)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="baseItemVersionToInitialize">The <see cref="T:Microsoft.Graph.BaseItemVersion"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BaseItemVersionRequestBuilder">
            <summary>
            The type BaseItemVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BaseItemVersionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.BitlockerRecoveryKeyRequest">
            <summary>
            The type BitlockerRecoveryKeyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BitlockerRecoveryKeyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.CreateAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BitlockerRecoveryKey using POST.
            </summary>
            <param name="bitlockerRecoveryKeyToCreate">The BitlockerRecoveryKey to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BitlockerRecoveryKey.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.CreateResponseAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BitlockerRecoveryKey using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bitlockerRecoveryKeyToCreate">The BitlockerRecoveryKey to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BitlockerRecoveryKey.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BitlockerRecoveryKey and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BitlockerRecoveryKey.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BitlockerRecoveryKey.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BitlockerRecoveryKey and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.UpdateAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BitlockerRecoveryKey using PATCH.
            </summary>
            <param name="bitlockerRecoveryKeyToUpdate">The BitlockerRecoveryKey to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BitlockerRecoveryKey.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.UpdateResponseAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BitlockerRecoveryKey using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bitlockerRecoveryKeyToUpdate">The BitlockerRecoveryKey to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.PutAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BitlockerRecoveryKey using PUT.
            </summary>
            <param name="bitlockerRecoveryKeyToUpdate">The BitlockerRecoveryKey object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.PutResponseAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BitlockerRecoveryKey using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bitlockerRecoveryKeyToUpdate">The BitlockerRecoveryKey object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BitlockerRecoveryKey,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BitlockerRecoveryKey,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequest.InitializeCollectionProperties(Microsoft.Graph.BitlockerRecoveryKey)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="bitlockerRecoveryKeyToInitialize">The <see cref="T:Microsoft.Graph.BitlockerRecoveryKey"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BitlockerRecoveryKeyRequestBuilder">
            <summary>
            The type BitlockerRecoveryKeyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BitlockerRecoveryKeyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.BitlockerRecoveryKeysCollectionPage">
            <summary>
            The type BitlockerRecoveryKeysCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitlockerRecoveryKeysCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest">
            <summary>
            The type BitlockerRecoveryKeysCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BitlockerRecoveryKeysCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest.AddAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BitlockerRecoveryKey to the collection via POST.
            </summary>
            <param name="bitlockerRecoveryKey">The BitlockerRecoveryKey to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BitlockerRecoveryKey.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest.AddResponseAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BitlockerRecoveryKey to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bitlockerRecoveryKey">The BitlockerRecoveryKey to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BitlockerRecoveryKey,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BitlockerRecoveryKey,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequestBuilder">
            <summary>
            The type BitlockerRecoveryKeysCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BitlockerRecoveryKeysCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.BitlockerRecoveryKeysCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBitlockerRecoveryKeyRequestBuilder"/> for the specified BitlockerBitlockerRecoveryKey.
            </summary>
            <param name="id">The ID for the BitlockerBitlockerRecoveryKey.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBitlockerRecoveryKeyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.BitlockerRecoveryKeysCollectionResponse">
            <summary>
            The type BitlockerRecoveryKeysCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitlockerRecoveryKeysCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IBitlockerRecoveryKeysCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitlockerRecoveryKeysCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitlockerRecoveryKeysCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BitlockerRequest">
            <summary>
            The type BitlockerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BitlockerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.CreateAsync(Microsoft.Graph.Bitlocker,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Bitlocker using POST.
            </summary>
            <param name="bitlockerToCreate">The Bitlocker to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Bitlocker.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.CreateResponseAsync(Microsoft.Graph.Bitlocker,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Bitlocker using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bitlockerToCreate">The Bitlocker to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Bitlocker.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Bitlocker and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Bitlocker.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Bitlocker.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Bitlocker and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.UpdateAsync(Microsoft.Graph.Bitlocker,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Bitlocker using PATCH.
            </summary>
            <param name="bitlockerToUpdate">The Bitlocker to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Bitlocker.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.UpdateResponseAsync(Microsoft.Graph.Bitlocker,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Bitlocker using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bitlockerToUpdate">The Bitlocker to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.PutAsync(Microsoft.Graph.Bitlocker,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Bitlocker using PUT.
            </summary>
            <param name="bitlockerToUpdate">The Bitlocker object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.PutResponseAsync(Microsoft.Graph.Bitlocker,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Bitlocker using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bitlockerToUpdate">The Bitlocker object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Bitlocker,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Bitlocker,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequest.InitializeCollectionProperties(Microsoft.Graph.Bitlocker)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="bitlockerToInitialize">The <see cref="T:Microsoft.Graph.Bitlocker"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BitlockerRequestBuilder">
            <summary>
            The type BitlockerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BitlockerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BitlockerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.BitlockerRequestBuilder.RecoveryKeys">
            <summary>
            Gets the request builder for RecoveryKeys.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingAppointmentCancelRequest">
            <summary>
            The type BookingAppointmentCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentCancelRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingAppointmentCancelRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingAppointmentCancelRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentCancelRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentCancelRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentCancelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentCancelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingAppointmentCancelRequestBuilder">
            <summary>
            The type BookingAppointmentCancelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentCancelRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.BookingAppointmentCancelRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cancellationMessage">A cancellationMessage parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentCancelRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingAppointmentRequest">
            <summary>
            The type BookingAppointmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingAppointmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.CreateAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingAppointment using POST.
            </summary>
            <param name="bookingAppointmentToCreate">The BookingAppointment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingAppointment.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.CreateResponseAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingAppointment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingAppointmentToCreate">The BookingAppointment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingAppointment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingAppointment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingAppointment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingAppointment.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingAppointment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.UpdateAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingAppointment using PATCH.
            </summary>
            <param name="bookingAppointmentToUpdate">The BookingAppointment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingAppointment.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.UpdateResponseAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingAppointment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingAppointmentToUpdate">The BookingAppointment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.PutAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingAppointment using PUT.
            </summary>
            <param name="bookingAppointmentToUpdate">The BookingAppointment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.PutResponseAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingAppointment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingAppointmentToUpdate">The BookingAppointment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingAppointment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingAppointment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequest.InitializeCollectionProperties(Microsoft.Graph.BookingAppointment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="bookingAppointmentToInitialize">The <see cref="T:Microsoft.Graph.BookingAppointment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BookingAppointmentRequestBuilder">
            <summary>
            The type BookingAppointmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingAppointmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingAppointmentRequestBuilder.Cancel(System.String)">
            <summary>
            Gets the request builder for BookingAppointmentCancel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingAppointmentCancelRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessAppointmentsCollectionPage">
            <summary>
            The type BookingBusinessAppointmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessAppointmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest">
            <summary>
            The type BookingBusinessAppointmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingBusinessAppointmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest.AddAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingAppointment to the collection via POST.
            </summary>
            <param name="bookingAppointment">The BookingAppointment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingAppointment.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingAppointment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingAppointment">The BookingAppointment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingAppointment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingAppointment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequestBuilder">
            <summary>
            The type BookingBusinessAppointmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingBusinessAppointmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessAppointmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingAppointmentRequestBuilder"/> for the specified BookingBusinessBookingAppointment.
            </summary>
            <param name="id">The ID for the BookingBusinessBookingAppointment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingAppointmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessAppointmentsCollectionResponse">
            <summary>
            The type BookingBusinessAppointmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessAppointmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IBookingBusinessAppointmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessAppointmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessAppointmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessCalendarViewCollectionPage">
            <summary>
            The type BookingBusinessCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest">
            <summary>
            The type BookingBusinessCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingBusinessCalendarViewCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingAppointment to the collection via POST.
            </summary>
            <param name="bookingAppointment">The BookingAppointment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingAppointment.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingAppointment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingAppointment">The BookingAppointment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingAppointment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingAppointment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequestBuilder">
            <summary>
            The type BookingBusinessCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingBusinessCalendarViewCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingAppointmentRequestBuilder"/> for the specified BookingBusinessBookingAppointment.
            </summary>
            <param name="id">The ID for the BookingBusinessBookingAppointment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingAppointmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessCalendarViewCollectionResponse">
            <summary>
            The type BookingBusinessCalendarViewCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCalendarViewCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IBookingBusinessCalendarViewCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCalendarViewCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCalendarViewCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessCustomersCollectionPage">
            <summary>
            The type BookingBusinessCustomersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCustomersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessCustomersCollectionRequest">
            <summary>
            The type BookingBusinessCustomersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingBusinessCustomersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequest.AddAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingCustomerBase to the collection via POST.
            </summary>
            <param name="bookingCustomerBase">The BookingCustomerBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCustomerBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingCustomerBase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingCustomerBase">The BookingCustomerBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomerBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomerBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessCustomersCollectionRequestBuilder">
            <summary>
            The type BookingBusinessCustomersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingBusinessCustomersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCustomersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingCustomerBaseRequestBuilder"/> for the specified BookingBusinessBookingCustomerBase.
            </summary>
            <param name="id">The ID for the BookingBusinessBookingCustomerBase.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingCustomerBaseRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessCustomersCollectionResponse">
            <summary>
            The type BookingBusinessCustomersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCustomersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IBookingBusinessCustomersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCustomersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCustomersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionPage">
            <summary>
            The type BookingBusinessCustomQuestionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest">
            <summary>
            The type BookingBusinessCustomQuestionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingBusinessCustomQuestionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest.AddAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingCustomQuestion to the collection via POST.
            </summary>
            <param name="bookingCustomQuestion">The BookingCustomQuestion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCustomQuestion.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingCustomQuestion to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingCustomQuestion">The BookingCustomQuestion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomQuestion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomQuestion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequestBuilder">
            <summary>
            The type BookingBusinessCustomQuestionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingBusinessCustomQuestionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingCustomQuestionRequestBuilder"/> for the specified BookingBusinessBookingCustomQuestion.
            </summary>
            <param name="id">The ID for the BookingBusinessBookingCustomQuestion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingCustomQuestionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionResponse">
            <summary>
            The type BookingBusinessCustomQuestionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessCustomQuestionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessGetStaffAvailabilityCollectionPage">
            <summary>
            The type BookingBusinessGetStaffAvailabilityCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessGetStaffAvailabilityCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessGetStaffAvailabilityCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessGetStaffAvailabilityCollectionResponse">
            <summary>
            The type BookingBusinessGetStaffAvailabilityCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessGetStaffAvailabilityCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessGetStaffAvailabilityCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessGetStaffAvailabilityCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequest">
            <summary>
            The type BookingBusinessGetStaffAvailabilityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingBusinessGetStaffAvailabilityRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequestBuilder">
            <summary>
            The type BookingBusinessGetStaffAvailabilityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String},Microsoft.Graph.DateTimeTimeZone,Microsoft.Graph.DateTimeTimeZone)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="staffIds">A staffIds parameter for the OData method call.</param>
            <param name="startDateTime">A startDateTime parameter for the OData method call.</param>
            <param name="endDateTime">A endDateTime parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessGetStaffAvailabilityRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessPublishRequest">
            <summary>
            The type BookingBusinessPublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessPublishRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingBusinessPublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessPublishRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessPublishRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessPublishRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessPublishRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessPublishRequestBuilder">
            <summary>
            The type BookingBusinessPublishRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessPublishRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.BookingBusinessPublishRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessPublishRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessRequest">
            <summary>
            The type BookingBusinessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingBusinessRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.CreateAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingBusiness using POST.
            </summary>
            <param name="bookingBusinessToCreate">The BookingBusiness to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingBusiness.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.CreateResponseAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingBusiness using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingBusinessToCreate">The BookingBusiness to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingBusiness.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingBusiness and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingBusiness.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingBusiness.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingBusiness and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.UpdateAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingBusiness using PATCH.
            </summary>
            <param name="bookingBusinessToUpdate">The BookingBusiness to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingBusiness.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.UpdateResponseAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingBusiness using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingBusinessToUpdate">The BookingBusiness to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.PutAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingBusiness using PUT.
            </summary>
            <param name="bookingBusinessToUpdate">The BookingBusiness object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.PutResponseAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingBusiness using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingBusinessToUpdate">The BookingBusiness object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingBusiness,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingBusiness,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequest.InitializeCollectionProperties(Microsoft.Graph.BookingBusiness)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="bookingBusinessToInitialize">The <see cref="T:Microsoft.Graph.BookingBusiness"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessRequestBuilder">
            <summary>
            The type BookingBusinessRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingBusinessRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessRequestBuilder.Appointments">
            <summary>
            Gets the request builder for Appointments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessRequestBuilder.Customers">
            <summary>
            Gets the request builder for Customers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessCustomersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessRequestBuilder.CustomQuestions">
            <summary>
            Gets the request builder for CustomQuestions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessRequestBuilder.Services">
            <summary>
            Gets the request builder for Services.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessServicesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessRequestBuilder.StaffMembers">
            <summary>
            Gets the request builder for StaffMembers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequestBuilder.GetStaffAvailability(System.Collections.Generic.IEnumerable{System.String},Microsoft.Graph.DateTimeTimeZone,Microsoft.Graph.DateTimeTimeZone)">
            <summary>
            Gets the request builder for BookingBusinessGetStaffAvailability.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequestBuilder.Publish">
            <summary>
            Gets the request builder for BookingBusinessPublish.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessPublishRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessRequestBuilder.Unpublish">
            <summary>
            Gets the request builder for BookingBusinessUnpublish.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessUnpublishRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessServicesCollectionPage">
            <summary>
            The type BookingBusinessServicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessServicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessServicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessServicesCollectionRequest">
            <summary>
            The type BookingBusinessServicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingBusinessServicesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequest.AddAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingService to the collection via POST.
            </summary>
            <param name="bookingService">The BookingService to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingService.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingService to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingService">The BookingService to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingService,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingService,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessServicesCollectionRequestBuilder">
            <summary>
            The type BookingBusinessServicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingBusinessServicesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessServicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessServicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingServiceRequestBuilder"/> for the specified BookingBusinessBookingService.
            </summary>
            <param name="id">The ID for the BookingBusinessBookingService.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingServiceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessServicesCollectionResponse">
            <summary>
            The type BookingBusinessServicesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessServicesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IBookingBusinessServicesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessServicesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessServicesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessStaffMembersCollectionPage">
            <summary>
            The type BookingBusinessStaffMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessStaffMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest">
            <summary>
            The type BookingBusinessStaffMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingBusinessStaffMembersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest.AddAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingStaffMemberBase to the collection via POST.
            </summary>
            <param name="bookingStaffMemberBase">The BookingStaffMemberBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingStaffMemberBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingStaffMemberBase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingStaffMemberBase">The BookingStaffMemberBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingStaffMemberBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingStaffMemberBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequestBuilder">
            <summary>
            The type BookingBusinessStaffMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingBusinessStaffMembersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessStaffMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingStaffMemberBaseRequestBuilder"/> for the specified BookingBusinessBookingStaffMemberBase.
            </summary>
            <param name="id">The ID for the BookingBusinessBookingStaffMemberBase.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingStaffMemberBaseRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessStaffMembersCollectionResponse">
            <summary>
            The type BookingBusinessStaffMembersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessStaffMembersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IBookingBusinessStaffMembersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessStaffMembersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BookingBusinessStaffMembersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessUnpublishRequest">
            <summary>
            The type BookingBusinessUnpublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessUnpublishRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingBusinessUnpublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessUnpublishRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessUnpublishRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessUnpublishRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessUnpublishRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingBusinessUnpublishRequestBuilder">
            <summary>
            The type BookingBusinessUnpublishRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessUnpublishRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.BookingBusinessUnpublishRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingBusinessUnpublishRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingCurrencyRequest">
            <summary>
            The type BookingCurrencyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingCurrencyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.CreateAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCurrency using POST.
            </summary>
            <param name="bookingCurrencyToCreate">The BookingCurrency to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCurrency.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.CreateResponseAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCurrency using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCurrencyToCreate">The BookingCurrency to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCurrency.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCurrency and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCurrency.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingCurrency.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCurrency and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.UpdateAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCurrency using PATCH.
            </summary>
            <param name="bookingCurrencyToUpdate">The BookingCurrency to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingCurrency.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.UpdateResponseAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCurrency using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCurrencyToUpdate">The BookingCurrency to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.PutAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCurrency using PUT.
            </summary>
            <param name="bookingCurrencyToUpdate">The BookingCurrency object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.PutResponseAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCurrency using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCurrencyToUpdate">The BookingCurrency object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCurrency,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCurrency,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequest.InitializeCollectionProperties(Microsoft.Graph.BookingCurrency)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="bookingCurrencyToInitialize">The <see cref="T:Microsoft.Graph.BookingCurrency"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BookingCurrencyRequestBuilder">
            <summary>
            The type BookingCurrencyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingCurrencyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCurrencyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingCustomerBaseRequest">
            <summary>
            The type BookingCustomerBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingCustomerBaseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.CreateAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCustomerBase using POST.
            </summary>
            <param name="bookingCustomerBaseToCreate">The BookingCustomerBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCustomerBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.CreateResponseAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCustomerBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomerBaseToCreate">The BookingCustomerBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCustomerBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCustomerBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCustomerBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingCustomerBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCustomerBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.UpdateAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomerBase using PATCH.
            </summary>
            <param name="bookingCustomerBaseToUpdate">The BookingCustomerBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingCustomerBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.UpdateResponseAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomerBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomerBaseToUpdate">The BookingCustomerBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.PutAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomerBase using PUT.
            </summary>
            <param name="bookingCustomerBaseToUpdate">The BookingCustomerBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.PutResponseAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomerBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomerBaseToUpdate">The BookingCustomerBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomerBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomerBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequest.InitializeCollectionProperties(Microsoft.Graph.BookingCustomerBase)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="bookingCustomerBaseToInitialize">The <see cref="T:Microsoft.Graph.BookingCustomerBase"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BookingCustomerBaseRequestBuilder">
            <summary>
            The type BookingCustomerBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingCustomerBaseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingCustomerRequest">
            <summary>
            The type BookingCustomerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingCustomerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.CreateAsync(Microsoft.Graph.BookingCustomer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCustomer using POST.
            </summary>
            <param name="bookingCustomerToCreate">The BookingCustomer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCustomer.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.CreateResponseAsync(Microsoft.Graph.BookingCustomer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCustomer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomerToCreate">The BookingCustomer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCustomer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCustomer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCustomer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingCustomer.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCustomer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.UpdateAsync(Microsoft.Graph.BookingCustomer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomer using PATCH.
            </summary>
            <param name="bookingCustomerToUpdate">The BookingCustomer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingCustomer.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.UpdateResponseAsync(Microsoft.Graph.BookingCustomer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomerToUpdate">The BookingCustomer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.PutAsync(Microsoft.Graph.BookingCustomer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomer using PUT.
            </summary>
            <param name="bookingCustomerToUpdate">The BookingCustomer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.PutResponseAsync(Microsoft.Graph.BookingCustomer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomer using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomerToUpdate">The BookingCustomer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequest.InitializeCollectionProperties(Microsoft.Graph.BookingCustomer)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="bookingCustomerToInitialize">The <see cref="T:Microsoft.Graph.BookingCustomer"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BookingCustomerRequestBuilder">
            <summary>
            The type BookingCustomerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingCustomerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingCustomQuestionRequest">
            <summary>
            The type BookingCustomQuestionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingCustomQuestionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.CreateAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCustomQuestion using POST.
            </summary>
            <param name="bookingCustomQuestionToCreate">The BookingCustomQuestion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCustomQuestion.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.CreateResponseAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCustomQuestion using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomQuestionToCreate">The BookingCustomQuestion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCustomQuestion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCustomQuestion and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCustomQuestion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingCustomQuestion.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCustomQuestion and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.UpdateAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomQuestion using PATCH.
            </summary>
            <param name="bookingCustomQuestionToUpdate">The BookingCustomQuestion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingCustomQuestion.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.UpdateResponseAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomQuestion using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomQuestionToUpdate">The BookingCustomQuestion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.PutAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomQuestion using PUT.
            </summary>
            <param name="bookingCustomQuestionToUpdate">The BookingCustomQuestion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.PutResponseAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomQuestion using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomQuestionToUpdate">The BookingCustomQuestion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomQuestion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomQuestion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequest.InitializeCollectionProperties(Microsoft.Graph.BookingCustomQuestion)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="bookingCustomQuestionToInitialize">The <see cref="T:Microsoft.Graph.BookingCustomQuestion"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BookingCustomQuestionRequestBuilder">
            <summary>
            The type BookingCustomQuestionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingCustomQuestionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingCustomQuestionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingServiceRequest">
            <summary>
            The type BookingServiceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingServiceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.CreateAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingService using POST.
            </summary>
            <param name="bookingServiceToCreate">The BookingService to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingService.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.CreateResponseAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingService using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingServiceToCreate">The BookingService to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingService.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingService and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingService.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingService.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingService and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.UpdateAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingService using PATCH.
            </summary>
            <param name="bookingServiceToUpdate">The BookingService to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingService.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.UpdateResponseAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingService using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingServiceToUpdate">The BookingService to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.PutAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingService using PUT.
            </summary>
            <param name="bookingServiceToUpdate">The BookingService object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.PutResponseAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingService using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingServiceToUpdate">The BookingService object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingService,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingService,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequest.InitializeCollectionProperties(Microsoft.Graph.BookingService)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="bookingServiceToInitialize">The <see cref="T:Microsoft.Graph.BookingService"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BookingServiceRequestBuilder">
            <summary>
            The type BookingServiceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingServiceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingServiceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingStaffMemberBaseRequest">
            <summary>
            The type BookingStaffMemberBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingStaffMemberBaseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.CreateAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingStaffMemberBase using POST.
            </summary>
            <param name="bookingStaffMemberBaseToCreate">The BookingStaffMemberBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingStaffMemberBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.CreateResponseAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingStaffMemberBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingStaffMemberBaseToCreate">The BookingStaffMemberBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingStaffMemberBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingStaffMemberBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingStaffMemberBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingStaffMemberBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingStaffMemberBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.UpdateAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMemberBase using PATCH.
            </summary>
            <param name="bookingStaffMemberBaseToUpdate">The BookingStaffMemberBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingStaffMemberBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.UpdateResponseAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMemberBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingStaffMemberBaseToUpdate">The BookingStaffMemberBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.PutAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMemberBase using PUT.
            </summary>
            <param name="bookingStaffMemberBaseToUpdate">The BookingStaffMemberBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.PutResponseAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMemberBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingStaffMemberBaseToUpdate">The BookingStaffMemberBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingStaffMemberBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingStaffMemberBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequest.InitializeCollectionProperties(Microsoft.Graph.BookingStaffMemberBase)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="bookingStaffMemberBaseToInitialize">The <see cref="T:Microsoft.Graph.BookingStaffMemberBase"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BookingStaffMemberBaseRequestBuilder">
            <summary>
            The type BookingStaffMemberBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingStaffMemberBaseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.BookingStaffMemberRequest">
            <summary>
            The type BookingStaffMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BookingStaffMemberRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.CreateAsync(Microsoft.Graph.BookingStaffMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingStaffMember using POST.
            </summary>
            <param name="bookingStaffMemberToCreate">The BookingStaffMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingStaffMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.CreateResponseAsync(Microsoft.Graph.BookingStaffMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingStaffMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingStaffMemberToCreate">The BookingStaffMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingStaffMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingStaffMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingStaffMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingStaffMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingStaffMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.UpdateAsync(Microsoft.Graph.BookingStaffMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMember using PATCH.
            </summary>
            <param name="bookingStaffMemberToUpdate">The BookingStaffMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingStaffMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.UpdateResponseAsync(Microsoft.Graph.BookingStaffMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingStaffMemberToUpdate">The BookingStaffMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.PutAsync(Microsoft.Graph.BookingStaffMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMember using PUT.
            </summary>
            <param name="bookingStaffMemberToUpdate">The BookingStaffMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.PutResponseAsync(Microsoft.Graph.BookingStaffMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingStaffMemberToUpdate">The BookingStaffMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingStaffMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingStaffMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequest.InitializeCollectionProperties(Microsoft.Graph.BookingStaffMember)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="bookingStaffMemberToInitialize">The <see cref="T:Microsoft.Graph.BookingStaffMember"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BookingStaffMemberRequestBuilder">
            <summary>
            The type BookingStaffMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BookingStaffMemberRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BookingStaffMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.BuiltInIdentityProviderRequest">
            <summary>
            The type BuiltInIdentityProviderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BuiltInIdentityProviderRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.CreateAsync(Microsoft.Graph.BuiltInIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BuiltInIdentityProvider using POST.
            </summary>
            <param name="builtInIdentityProviderToCreate">The BuiltInIdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BuiltInIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.CreateResponseAsync(Microsoft.Graph.BuiltInIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BuiltInIdentityProvider using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="builtInIdentityProviderToCreate">The BuiltInIdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BuiltInIdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BuiltInIdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BuiltInIdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BuiltInIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BuiltInIdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.UpdateAsync(Microsoft.Graph.BuiltInIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BuiltInIdentityProvider using PATCH.
            </summary>
            <param name="builtInIdentityProviderToUpdate">The BuiltInIdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BuiltInIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.UpdateResponseAsync(Microsoft.Graph.BuiltInIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BuiltInIdentityProvider using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="builtInIdentityProviderToUpdate">The BuiltInIdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.PutAsync(Microsoft.Graph.BuiltInIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BuiltInIdentityProvider using PUT.
            </summary>
            <param name="builtInIdentityProviderToUpdate">The BuiltInIdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.PutResponseAsync(Microsoft.Graph.BuiltInIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BuiltInIdentityProvider using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="builtInIdentityProviderToUpdate">The BuiltInIdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BuiltInIdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BuiltInIdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequest.InitializeCollectionProperties(Microsoft.Graph.BuiltInIdentityProvider)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="builtInIdentityProviderToInitialize">The <see cref="T:Microsoft.Graph.BuiltInIdentityProvider"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BuiltInIdentityProviderRequestBuilder">
            <summary>
            The type BuiltInIdentityProviderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BuiltInIdentityProviderRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BuiltInIdentityProviderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarAllowedCalendarSharingRolesCollectionPage">
            <summary>
            The type CalendarAllowedCalendarSharingRolesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarAllowedCalendarSharingRolesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarAllowedCalendarSharingRolesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarAllowedCalendarSharingRolesCollectionResponse">
            <summary>
            The type CalendarAllowedCalendarSharingRolesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarAllowedCalendarSharingRolesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarAllowedCalendarSharingRolesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarAllowedCalendarSharingRolesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequest">
            <summary>
            The type CalendarAllowedCalendarSharingRolesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarAllowedCalendarSharingRolesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequestBuilder">
            <summary>
            The type CalendarAllowedCalendarSharingRolesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="User">A User parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarAllowedCalendarSharingRolesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarCalendarPermissionsCollectionPage">
            <summary>
            The type CalendarCalendarPermissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarPermissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest">
            <summary>
            The type CalendarCalendarPermissionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarCalendarPermissionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest.AddAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CalendarPermission to the collection via POST.
            </summary>
            <param name="calendarPermission">The CalendarPermission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarPermission.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest.AddResponseAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CalendarPermission to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendarPermission">The CalendarPermission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarPermission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarPermission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequestBuilder">
            <summary>
            The type CalendarCalendarPermissionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarCalendarPermissionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarPermissionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarPermissionRequestBuilder"/> for the specified CalendarCalendarPermission.
            </summary>
            <param name="id">The ID for the CalendarCalendarPermission.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarPermissionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarCalendarPermissionsCollectionResponse">
            <summary>
            The type CalendarCalendarPermissionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarPermissionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICalendarCalendarPermissionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarPermissionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarPermissionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarCalendarViewCollectionPage">
            <summary>
            The type CalendarCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarCalendarViewCollectionRequest">
            <summary>
            The type CalendarCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarCalendarViewCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarCalendarViewCollectionRequestBuilder">
            <summary>
            The type CalendarCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarCalendarViewCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified CalendarEvent.
            </summary>
            <param name="id">The ID for the CalendarEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarCalendarViewCollectionResponse">
            <summary>
            The type CalendarCalendarViewCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarViewCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICalendarCalendarViewCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarViewCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarViewCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarEventsCollectionPage">
            <summary>
            The type CalendarEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarEventsCollectionRequest">
            <summary>
            The type CalendarEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarEventsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarEventsCollectionRequestBuilder">
            <summary>
            The type CalendarEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarEventsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified CalendarEvent.
            </summary>
            <param name="id">The ID for the CalendarEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarEventsCollectionResponse">
            <summary>
            The type CalendarEventsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarEventsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICalendarEventsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarEventsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarEventsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarGetScheduleCollectionPage">
            <summary>
            The type CalendarGetScheduleCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGetScheduleCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarGetScheduleRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGetScheduleCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarGetScheduleCollectionResponse">
            <summary>
            The type CalendarGetScheduleCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGetScheduleCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICalendarGetScheduleCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGetScheduleCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGetScheduleCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarGetScheduleRequest">
            <summary>
            The type CalendarGetScheduleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGetScheduleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarGetScheduleRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGetScheduleRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGetScheduleRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGetScheduleRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGetScheduleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGetScheduleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGetScheduleRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGetScheduleRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGetScheduleRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGetScheduleRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarGetScheduleRequestBuilder">
            <summary>
            The type CalendarGetScheduleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGetScheduleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String},Microsoft.Graph.DateTimeTimeZone,Microsoft.Graph.DateTimeTimeZone,System.Nullable{System.Int32})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CalendarGetScheduleRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Schedules">A Schedules parameter for the OData method call.</param>
            <param name="EndTime">A EndTime parameter for the OData method call.</param>
            <param name="StartTime">A StartTime parameter for the OData method call.</param>
            <param name="AvailabilityViewInterval">A AvailabilityViewInterval parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarGetScheduleRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroupCalendarsCollectionPage">
            <summary>
            The type CalendarGroupCalendarsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroupCalendarsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest">
            <summary>
            The type CalendarGroupCalendarsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarGroupCalendarsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.AddAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Calendar to the collection via POST.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.AddResponseAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Calendar to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroupCalendarsCollectionRequestBuilder">
            <summary>
            The type CalendarGroupCalendarsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarGroupCalendarsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroupCalendarsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/> for the specified CalendarGroupCalendar.
            </summary>
            <param name="id">The ID for the CalendarGroupCalendar.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroupCalendarsCollectionResponse">
            <summary>
            The type CalendarGroupCalendarsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroupCalendarsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroupCalendarsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroupCalendarsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroupRequest">
            <summary>
            The type CalendarGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarGroupRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.CreateAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarGroup using POST.
            </summary>
            <param name="calendarGroupToCreate">The CalendarGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.CreateResponseAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarGroup using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarGroupToCreate">The CalendarGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.UpdateAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarGroup using PATCH.
            </summary>
            <param name="calendarGroupToUpdate">The CalendarGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.UpdateResponseAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarGroup using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarGroupToUpdate">The CalendarGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.PutAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarGroup using PUT.
            </summary>
            <param name="calendarGroupToUpdate">The CalendarGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.PutResponseAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarGroup using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarGroupToUpdate">The CalendarGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.InitializeCollectionProperties(Microsoft.Graph.CalendarGroup)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="calendarGroupToInitialize">The <see cref="T:Microsoft.Graph.CalendarGroup"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroupRequestBuilder">
            <summary>
            The type CalendarGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarGroupRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroupRequestBuilder.Calendars">
            <summary>
            Gets the request builder for Calendars.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type CalendarMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type CalendarMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type CalendarMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified CalendarMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the CalendarMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type CalendarMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarPermissionRequest">
            <summary>
            The type CalendarPermissionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarPermissionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.CreateAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarPermission using POST.
            </summary>
            <param name="calendarPermissionToCreate">The CalendarPermission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarPermission.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.CreateResponseAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarPermission using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarPermissionToCreate">The CalendarPermission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarPermission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarPermission and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarPermission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CalendarPermission.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarPermission and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.UpdateAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarPermission using PATCH.
            </summary>
            <param name="calendarPermissionToUpdate">The CalendarPermission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CalendarPermission.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.UpdateResponseAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarPermission using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarPermissionToUpdate">The CalendarPermission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.PutAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarPermission using PUT.
            </summary>
            <param name="calendarPermissionToUpdate">The CalendarPermission object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.PutResponseAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarPermission using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarPermissionToUpdate">The CalendarPermission object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarPermission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarPermission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequest.InitializeCollectionProperties(Microsoft.Graph.CalendarPermission)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="calendarPermissionToInitialize">The <see cref="T:Microsoft.Graph.CalendarPermission"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CalendarPermissionRequestBuilder">
            <summary>
            The type CalendarPermissionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarPermissionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarPermissionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarRequest">
            <summary>
            The type CalendarRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.CreateAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Calendar using POST.
            </summary>
            <param name="calendarToCreate">The Calendar to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.CreateResponseAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Calendar using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarToCreate">The Calendar to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Calendar.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Calendar and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Calendar.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Calendar and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.UpdateAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Calendar using PATCH.
            </summary>
            <param name="calendarToUpdate">The Calendar to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.UpdateResponseAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Calendar using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarToUpdate">The Calendar to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.PutAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Calendar using PUT.
            </summary>
            <param name="calendarToUpdate">The Calendar object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.PutResponseAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Calendar using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarToUpdate">The Calendar object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.InitializeCollectionProperties(Microsoft.Graph.Calendar)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="calendarToInitialize">The <see cref="T:Microsoft.Graph.Calendar"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CalendarRequestBuilder">
            <summary>
            The type CalendarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarRequestBuilder.CalendarPermissions">
            <summary>
            Gets the request builder for CalendarPermissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarRequestBuilder.Events">
            <summary>
            Gets the request builder for Events.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequestBuilder.GetSchedule(System.Collections.Generic.IEnumerable{System.String},Microsoft.Graph.DateTimeTimeZone,Microsoft.Graph.DateTimeTimeZone,System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for CalendarGetSchedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarGetScheduleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequestBuilder.AllowedCalendarSharingRoles(System.String)">
            <summary>
            Gets the request builder for CalendarAllowedCalendarSharingRoles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarSharingMessageAcceptRequest">
            <summary>
            The type CalendarSharingMessageAcceptRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageAcceptRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarSharingMessageAcceptRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageAcceptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageAcceptRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageAcceptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageAcceptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarSharingMessageAcceptRequestBuilder">
            <summary>
            The type CalendarSharingMessageAcceptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageAcceptRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CalendarSharingMessageAcceptRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageAcceptRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarSharingMessageContentRequest">
            <summary>
            The type CalendarSharingMessageContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarSharingMessageContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarSharingMessageContentRequestBuilder">
            <summary>
            The type CalendarSharingMessageContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarSharingMessageContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarSharingMessageRequest">
            <summary>
            The type CalendarSharingMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarSharingMessageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.CreateAsync(Microsoft.Graph.CalendarSharingMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarSharingMessage using POST.
            </summary>
            <param name="calendarSharingMessageToCreate">The CalendarSharingMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarSharingMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.CreateResponseAsync(Microsoft.Graph.CalendarSharingMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarSharingMessage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarSharingMessageToCreate">The CalendarSharingMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarSharingMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarSharingMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarSharingMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CalendarSharingMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarSharingMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.UpdateAsync(Microsoft.Graph.CalendarSharingMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarSharingMessage using PATCH.
            </summary>
            <param name="calendarSharingMessageToUpdate">The CalendarSharingMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CalendarSharingMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.UpdateResponseAsync(Microsoft.Graph.CalendarSharingMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarSharingMessage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarSharingMessageToUpdate">The CalendarSharingMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.PutAsync(Microsoft.Graph.CalendarSharingMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarSharingMessage using PUT.
            </summary>
            <param name="calendarSharingMessageToUpdate">The CalendarSharingMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.PutResponseAsync(Microsoft.Graph.CalendarSharingMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarSharingMessage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarSharingMessageToUpdate">The CalendarSharingMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarSharingMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarSharingMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequest.InitializeCollectionProperties(Microsoft.Graph.CalendarSharingMessage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="calendarSharingMessageToInitialize">The <see cref="T:Microsoft.Graph.CalendarSharingMessage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CalendarSharingMessageRequestBuilder">
            <summary>
            The type CalendarSharingMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarSharingMessageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSharingMessageRequestBuilder.Accept">
            <summary>
            Gets the request builder for CalendarSharingMessageAccept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarSharingMessageAcceptRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type CalendarSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type CalendarSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type CalendarSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified CalendarSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the CalendarSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type CalendarSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallAddLargeGalleryViewRequest">
            <summary>
            The type CallAddLargeGalleryViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallAddLargeGalleryViewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallAddLargeGalleryViewRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallAddLargeGalleryViewRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallAddLargeGalleryViewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAddLargeGalleryViewRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAddLargeGalleryViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAddLargeGalleryViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallAddLargeGalleryViewRequestBuilder">
            <summary>
            The type CallAddLargeGalleryViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallAddLargeGalleryViewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallAddLargeGalleryViewRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="clientContext">A clientContext parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallAddLargeGalleryViewRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallAnswerRequest">
            <summary>
            The type CallAnswerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallAnswerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallAnswerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallAnswerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallAnswerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAnswerRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAnswerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAnswerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallAnswerRequestBuilder">
            <summary>
            The type CallAnswerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallAnswerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,Microsoft.Graph.MediaConfig,System.Collections.Generic.IEnumerable{Microsoft.Graph.Modality},System.Nullable{System.Int32},Microsoft.Graph.IncomingCallOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallAnswerRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="callbackUri">A callbackUri parameter for the OData method call.</param>
            <param name="mediaConfig">A mediaConfig parameter for the OData method call.</param>
            <param name="acceptedModalities">A acceptedModalities parameter for the OData method call.</param>
            <param name="participantCapacity">A participantCapacity parameter for the OData method call.</param>
            <param name="callOptions">A callOptions parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallAnswerRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallAudioRoutingGroupsCollectionPage">
            <summary>
            The type CallAudioRoutingGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallAudioRoutingGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest">
            <summary>
            The type CallAudioRoutingGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallAudioRoutingGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest.AddAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AudioRoutingGroup to the collection via POST.
            </summary>
            <param name="audioRoutingGroup">The AudioRoutingGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AudioRoutingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AudioRoutingGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="audioRoutingGroup">The AudioRoutingGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AudioRoutingGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AudioRoutingGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequestBuilder">
            <summary>
            The type CallAudioRoutingGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CallAudioRoutingGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallAudioRoutingGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAudioRoutingGroupRequestBuilder"/> for the specified CallAudioRoutingGroup.
            </summary>
            <param name="id">The ID for the CallAudioRoutingGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAudioRoutingGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallAudioRoutingGroupsCollectionResponse">
            <summary>
            The type CallAudioRoutingGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallAudioRoutingGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICallAudioRoutingGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallAudioRoutingGroupsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallAudioRoutingGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallCancelMediaProcessingRequest">
            <summary>
            The type CallCancelMediaProcessingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallCancelMediaProcessingRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallCancelMediaProcessingRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallCancelMediaProcessingRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallCancelMediaProcessingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallCancelMediaProcessingRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallCancelMediaProcessingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallCancelMediaProcessingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallCancelMediaProcessingRequestBuilder">
            <summary>
            The type CallCancelMediaProcessingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallCancelMediaProcessingRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallCancelMediaProcessingRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="clientContext">A clientContext parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallCancelMediaProcessingRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallChangeScreenSharingRoleRequest">
            <summary>
            The type CallChangeScreenSharingRoleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallChangeScreenSharingRoleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallChangeScreenSharingRoleRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallChangeScreenSharingRoleRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallChangeScreenSharingRoleRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallChangeScreenSharingRoleRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallChangeScreenSharingRoleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallChangeScreenSharingRoleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallChangeScreenSharingRoleRequestBuilder">
            <summary>
            The type CallChangeScreenSharingRoleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallChangeScreenSharingRoleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.ScreenSharingRole)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallChangeScreenSharingRoleRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="role">A role parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallChangeScreenSharingRoleRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallContentSharingSessionsCollectionPage">
            <summary>
            The type CallContentSharingSessionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallContentSharingSessionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallContentSharingSessionsCollectionRequest">
            <summary>
            The type CallContentSharingSessionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallContentSharingSessionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequest.AddAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentSharingSession to the collection via POST.
            </summary>
            <param name="contentSharingSession">The ContentSharingSession to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentSharingSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequest.AddResponseAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentSharingSession to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contentSharingSession">The ContentSharingSession to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentSharingSession,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentSharingSession,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallContentSharingSessionsCollectionRequestBuilder">
            <summary>
            The type CallContentSharingSessionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CallContentSharingSessionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallContentSharingSessionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallContentSharingSessionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentSharingSessionRequestBuilder"/> for the specified CallContentSharingSession.
            </summary>
            <param name="id">The ID for the CallContentSharingSession.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentSharingSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallContentSharingSessionsCollectionResponse">
            <summary>
            The type CallContentSharingSessionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallContentSharingSessionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICallContentSharingSessionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallContentSharingSessionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallContentSharingSessionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallKeepAliveRequest">
            <summary>
            The type CallKeepAliveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallKeepAliveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallKeepAliveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallKeepAliveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallKeepAliveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallKeepAliveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallKeepAliveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallKeepAliveRequestBuilder">
            <summary>
            The type CallKeepAliveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallKeepAliveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallKeepAliveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CallKeepAliveRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallLogTeleconferenceDeviceQualityRequest">
            <summary>
            The type CallLogTeleconferenceDeviceQualityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallLogTeleconferenceDeviceQualityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallLogTeleconferenceDeviceQualityRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallLogTeleconferenceDeviceQualityRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallLogTeleconferenceDeviceQualityRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallLogTeleconferenceDeviceQualityRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallLogTeleconferenceDeviceQualityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallLogTeleconferenceDeviceQualityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallLogTeleconferenceDeviceQualityRequestBuilder">
            <summary>
            The type CallLogTeleconferenceDeviceQualityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallLogTeleconferenceDeviceQualityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.TeleconferenceDeviceQuality)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallLogTeleconferenceDeviceQualityRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="quality">A quality parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallLogTeleconferenceDeviceQualityRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallMuteRequest">
            <summary>
            The type CallMuteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallMuteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallMuteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallMuteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallMuteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallMuteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallMuteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallMuteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallMuteRequestBuilder">
            <summary>
            The type CallMuteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallMuteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallMuteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="clientContext">A clientContext parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallMuteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallOperationsCollectionPage">
            <summary>
            The type CallOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICallOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallOperationsCollectionRequest">
            <summary>
            The type CallOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequest.AddAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CommsOperation to the collection via POST.
            </summary>
            <param name="commsOperation">The CommsOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CommsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CommsOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="commsOperation">The CommsOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CommsOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CommsOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallOperationsCollectionRequestBuilder">
            <summary>
            The type CallOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CallOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICommsOperationRequestBuilder"/> for the specified CallCommsOperation.
            </summary>
            <param name="id">The ID for the CallCommsOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICommsOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallOperationsCollectionResponse">
            <summary>
            The type CallOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICallOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallOperationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallParticipantsCollectionPage">
            <summary>
            The type CallParticipantsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallParticipantsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICallParticipantsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallParticipantsCollectionRequest">
            <summary>
            The type CallParticipantsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallParticipantsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequest.AddAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Participant to the collection via POST.
            </summary>
            <param name="participant">The Participant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Participant.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequest.AddResponseAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Participant to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="participant">The Participant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Participant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Participant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallParticipantsCollectionRequestBuilder">
            <summary>
            The type CallParticipantsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CallParticipantsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallParticipantsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IParticipantRequestBuilder"/> for the specified CallParticipant.
            </summary>
            <param name="id">The ID for the CallParticipant.</param>
            <returns>The <see cref="T:Microsoft.Graph.IParticipantRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallParticipantsCollectionRequestBuilder.Invite(System.Collections.Generic.IEnumerable{Microsoft.Graph.InvitationParticipantInfo},System.String)">
            <summary>
            Gets the request builder for ParticipantInvite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IParticipantInviteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallParticipantsCollectionResponse">
            <summary>
            The type CallParticipantsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallParticipantsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICallParticipantsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallParticipantsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallParticipantsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CallPlayPromptRequest">
            <summary>
            The type CallPlayPromptRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallPlayPromptRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallPlayPromptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallPlayPromptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallPlayPromptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallPlayPromptRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallPlayPromptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallPlayPromptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallPlayPromptRequestBuilder">
            <summary>
            The type CallPlayPromptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallPlayPromptRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Prompt},System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallPlayPromptRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="prompts">A prompts parameter for the OData method call.</param>
            <param name="clientContext">A clientContext parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallPlayPromptRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecordResponseRequest">
            <summary>
            The type CallRecordResponseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecordResponseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallRecordResponseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRecordResponseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecordResponseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecordResponseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecordResponseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRecordResponseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRecordResponseRequestBuilder">
            <summary>
            The type CallRecordResponseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRecordResponseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Prompt},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallRecordResponseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="prompts">A prompts parameter for the OData method call.</param>
            <param name="bargeInAllowed">A bargeInAllowed parameter for the OData method call.</param>
            <param name="initialSilenceTimeoutInSeconds">A initialSilenceTimeoutInSeconds parameter for the OData method call.</param>
            <param name="maxSilenceTimeoutInSeconds">A maxSilenceTimeoutInSeconds parameter for the OData method call.</param>
            <param name="maxRecordDurationInSeconds">A maxRecordDurationInSeconds parameter for the OData method call.</param>
            <param name="playBeep">A playBeep parameter for the OData method call.</param>
            <param name="stopTones">A stopTones parameter for the OData method call.</param>
            <param name="clientContext">A clientContext parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRecordResponseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRedirectRequest">
            <summary>
            The type CallRedirectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRedirectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallRedirectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRedirectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRedirectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRedirectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRedirectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRedirectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRedirectRequestBuilder">
            <summary>
            The type CallRedirectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRedirectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.InvitationParticipantInfo},System.Nullable{System.Int32},System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallRedirectRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="targets">A targets parameter for the OData method call.</param>
            <param name="timeout">A timeout parameter for the OData method call.</param>
            <param name="callbackUri">A callbackUri parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRedirectRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRejectRequest">
            <summary>
            The type CallRejectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRejectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallRejectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallRejectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRejectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRejectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRejectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRejectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRejectRequestBuilder">
            <summary>
            The type CallRejectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRejectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{Microsoft.Graph.RejectReason},System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallRejectRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="reason">A reason parameter for the OData method call.</param>
            <param name="callbackUri">A callbackUri parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRejectRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallRequest">
            <summary>
            The type CallRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.CreateAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Call using POST.
            </summary>
            <param name="callToCreate">The Call to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.CreateResponseAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Call using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="callToCreate">The Call to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Call.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Call and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Call.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Call and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.UpdateAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Call using PATCH.
            </summary>
            <param name="callToUpdate">The Call to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.UpdateResponseAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Call using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="callToUpdate">The Call to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.PutAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Call using PUT.
            </summary>
            <param name="callToUpdate">The Call object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.PutResponseAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Call using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="callToUpdate">The Call object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Call,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Call,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequest.InitializeCollectionProperties(Microsoft.Graph.Call)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="callToInitialize">The <see cref="T:Microsoft.Graph.Call"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CallRequestBuilder">
            <summary>
            The type CallRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CallRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallRequestBuilder.AudioRoutingGroups">
            <summary>
            Gets the request builder for AudioRoutingGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallRequestBuilder.ContentSharingSessions">
            <summary>
            Gets the request builder for ContentSharingSessions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallContentSharingSessionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CallRequestBuilder.Participants">
            <summary>
            Gets the request builder for Participants.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallParticipantsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.Redirect(System.Collections.Generic.IEnumerable{Microsoft.Graph.InvitationParticipantInfo},System.Nullable{System.Int32},System.String)">
            <summary>
            Gets the request builder for CallRedirect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallRedirectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.AddLargeGalleryView(System.String)">
            <summary>
            Gets the request builder for CallAddLargeGalleryView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallAddLargeGalleryViewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.Answer(System.String,Microsoft.Graph.MediaConfig,System.Collections.Generic.IEnumerable{Microsoft.Graph.Modality},System.Nullable{System.Int32},Microsoft.Graph.IncomingCallOptions)">
            <summary>
            Gets the request builder for CallAnswer.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallAnswerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.CancelMediaProcessing(System.String)">
            <summary>
            Gets the request builder for CallCancelMediaProcessing.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallCancelMediaProcessingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.ChangeScreenSharingRole(Microsoft.Graph.ScreenSharingRole)">
            <summary>
            Gets the request builder for CallChangeScreenSharingRole.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallChangeScreenSharingRoleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.KeepAlive">
            <summary>
            Gets the request builder for CallKeepAlive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallKeepAliveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.Mute(System.String)">
            <summary>
            Gets the request builder for CallMute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallMuteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.PlayPrompt(System.Collections.Generic.IEnumerable{Microsoft.Graph.Prompt},System.String)">
            <summary>
            Gets the request builder for CallPlayPrompt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallPlayPromptRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.RecordResponse(System.Collections.Generic.IEnumerable{Microsoft.Graph.Prompt},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>
            Gets the request builder for CallRecordResponse.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallRecordResponseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.Reject(System.Nullable{Microsoft.Graph.RejectReason},System.String)">
            <summary>
            Gets the request builder for CallReject.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallRejectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.SubscribeToTone(System.String)">
            <summary>
            Gets the request builder for CallSubscribeToTone.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallSubscribeToToneRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.Transfer(Microsoft.Graph.InvitationParticipantInfo,Microsoft.Graph.ParticipantInfo)">
            <summary>
            Gets the request builder for CallTransfer.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallTransferRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.Unmute(System.String)">
            <summary>
            Gets the request builder for CallUnmute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallUnmuteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallRequestBuilder.UpdateRecordingStatus(Microsoft.Graph.RecordingStatus,System.String)">
            <summary>
            Gets the request builder for CallUpdateRecordingStatus.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallUpdateRecordingStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallSubscribeToToneRequest">
            <summary>
            The type CallSubscribeToToneRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallSubscribeToToneRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallSubscribeToToneRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallSubscribeToToneRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallSubscribeToToneRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallSubscribeToToneRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallSubscribeToToneRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallSubscribeToToneRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallSubscribeToToneRequestBuilder">
            <summary>
            The type CallSubscribeToToneRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallSubscribeToToneRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallSubscribeToToneRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="clientContext">A clientContext parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallSubscribeToToneRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallTransferRequest">
            <summary>
            The type CallTransferRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallTransferRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallTransferRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallTransferRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallTransferRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallTransferRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallTransferRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallTransferRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallTransferRequestBuilder">
            <summary>
            The type CallTransferRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallTransferRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.InvitationParticipantInfo,Microsoft.Graph.ParticipantInfo)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallTransferRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="transferTarget">A transferTarget parameter for the OData method call.</param>
            <param name="transferee">A transferee parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallTransferRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallUnmuteRequest">
            <summary>
            The type CallUnmuteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallUnmuteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallUnmuteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallUnmuteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallUnmuteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallUnmuteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallUnmuteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallUnmuteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallUnmuteRequestBuilder">
            <summary>
            The type CallUnmuteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallUnmuteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallUnmuteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="clientContext">A clientContext parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallUnmuteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallUpdateRecordingStatusRequest">
            <summary>
            The type CallUpdateRecordingStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallUpdateRecordingStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CallUpdateRecordingStatusRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CallUpdateRecordingStatusRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallUpdateRecordingStatusRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallUpdateRecordingStatusRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CallUpdateRecordingStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CallUpdateRecordingStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CallUpdateRecordingStatusRequestBuilder">
            <summary>
            The type CallUpdateRecordingStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CallUpdateRecordingStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.RecordingStatus,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CallUpdateRecordingStatusRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="status">A status parameter for the OData method call.</param>
            <param name="clientContext">A clientContext parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CallUpdateRecordingStatusRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CancelMediaProcessingOperationRequest">
            <summary>
            The type CancelMediaProcessingOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CancelMediaProcessingOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.CreateAsync(Microsoft.Graph.CancelMediaProcessingOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CancelMediaProcessingOperation using POST.
            </summary>
            <param name="cancelMediaProcessingOperationToCreate">The CancelMediaProcessingOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CancelMediaProcessingOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.CreateResponseAsync(Microsoft.Graph.CancelMediaProcessingOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CancelMediaProcessingOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancelMediaProcessingOperationToCreate">The CancelMediaProcessingOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CancelMediaProcessingOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CancelMediaProcessingOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CancelMediaProcessingOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CancelMediaProcessingOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CancelMediaProcessingOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.UpdateAsync(Microsoft.Graph.CancelMediaProcessingOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CancelMediaProcessingOperation using PATCH.
            </summary>
            <param name="cancelMediaProcessingOperationToUpdate">The CancelMediaProcessingOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CancelMediaProcessingOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.UpdateResponseAsync(Microsoft.Graph.CancelMediaProcessingOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CancelMediaProcessingOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancelMediaProcessingOperationToUpdate">The CancelMediaProcessingOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.PutAsync(Microsoft.Graph.CancelMediaProcessingOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CancelMediaProcessingOperation using PUT.
            </summary>
            <param name="cancelMediaProcessingOperationToUpdate">The CancelMediaProcessingOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.PutResponseAsync(Microsoft.Graph.CancelMediaProcessingOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CancelMediaProcessingOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancelMediaProcessingOperationToUpdate">The CancelMediaProcessingOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CancelMediaProcessingOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CancelMediaProcessingOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequest.InitializeCollectionProperties(Microsoft.Graph.CancelMediaProcessingOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="cancelMediaProcessingOperationToInitialize">The <see cref="T:Microsoft.Graph.CancelMediaProcessingOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CancelMediaProcessingOperationRequestBuilder">
            <summary>
            The type CancelMediaProcessingOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CancelMediaProcessingOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CancelMediaProcessingOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.CertificateBasedAuthConfigurationReferenceRequest">
            <summary>
            The type CertificateBasedAuthConfigurationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CertificateBasedAuthConfigurationReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CertificateBasedAuthConfiguration reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CertificateBasedAuthConfiguration reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified CertificateBasedAuthConfiguration reference.
            </summary>
            <param name="id">The CertificateBasedAuthConfiguration reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified CertificateBasedAuthConfiguration reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The CertificateBasedAuthConfiguration reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CertificateBasedAuthConfigurationReferenceRequestBuilder">
            <summary>
            The type CertificateBasedAuthConfigurationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CertificateBasedAuthConfigurationReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.CertificateBasedAuthConfigurationRequest">
            <summary>
            The type CertificateBasedAuthConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CertificateBasedAuthConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.CreateAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CertificateBasedAuthConfiguration using POST.
            </summary>
            <param name="certificateBasedAuthConfigurationToCreate">The CertificateBasedAuthConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.CreateResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CertificateBasedAuthConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="certificateBasedAuthConfigurationToCreate">The CertificateBasedAuthConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CertificateBasedAuthConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CertificateBasedAuthConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CertificateBasedAuthConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CertificateBasedAuthConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.UpdateAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CertificateBasedAuthConfiguration using PATCH.
            </summary>
            <param name="certificateBasedAuthConfigurationToUpdate">The CertificateBasedAuthConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CertificateBasedAuthConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="certificateBasedAuthConfigurationToUpdate">The CertificateBasedAuthConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.PutAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CertificateBasedAuthConfiguration using PUT.
            </summary>
            <param name="certificateBasedAuthConfigurationToUpdate">The CertificateBasedAuthConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.PutResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CertificateBasedAuthConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="certificateBasedAuthConfigurationToUpdate">The CertificateBasedAuthConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.CertificateBasedAuthConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="certificateBasedAuthConfigurationToInitialize">The <see cref="T:Microsoft.Graph.CertificateBasedAuthConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CertificateBasedAuthConfigurationRequestBuilder">
            <summary>
            The type CertificateBasedAuthConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CertificateBasedAuthConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest">
            <summary>
            The type CertificateBasedAuthConfigurationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CertificateBasedAuthConfigurationWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CertificateBasedAuthConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CertificateBasedAuthConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest.CreateAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CertificateBasedAuthConfiguration using POST.
            </summary>
            <param name="certificateBasedAuthConfigurationToCreate">The CertificateBasedAuthConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CertificateBasedAuthConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="certificateBasedAuthConfigurationToCreate">The CertificateBasedAuthConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest.UpdateAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CertificateBasedAuthConfiguration using PATCH.
            </summary>
            <param name="certificateBasedAuthConfigurationToUpdate">The CertificateBasedAuthConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CertificateBasedAuthConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="certificateBasedAuthConfigurationToUpdate">The CertificateBasedAuthConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CertificateBasedAuthConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CertificateBasedAuthConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequestBuilder">
            <summary>
            The type CertificateBasedAuthConfigurationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CertificateBasedAuthConfigurationWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CertificateBasedAuthConfigurationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the certificateBasedAuthConfiguration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICertificateBasedAuthConfigurationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChangeTrackedEntityRequest">
            <summary>
            The type ChangeTrackedEntityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChangeTrackedEntityRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.CreateAsync(Microsoft.Graph.ChangeTrackedEntity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChangeTrackedEntity using POST.
            </summary>
            <param name="changeTrackedEntityToCreate">The ChangeTrackedEntity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChangeTrackedEntity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.CreateResponseAsync(Microsoft.Graph.ChangeTrackedEntity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChangeTrackedEntity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="changeTrackedEntityToCreate">The ChangeTrackedEntity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChangeTrackedEntity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChangeTrackedEntity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChangeTrackedEntity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ChangeTrackedEntity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChangeTrackedEntity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.UpdateAsync(Microsoft.Graph.ChangeTrackedEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChangeTrackedEntity using PATCH.
            </summary>
            <param name="changeTrackedEntityToUpdate">The ChangeTrackedEntity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ChangeTrackedEntity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.UpdateResponseAsync(Microsoft.Graph.ChangeTrackedEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChangeTrackedEntity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="changeTrackedEntityToUpdate">The ChangeTrackedEntity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.PutAsync(Microsoft.Graph.ChangeTrackedEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChangeTrackedEntity using PUT.
            </summary>
            <param name="changeTrackedEntityToUpdate">The ChangeTrackedEntity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.PutResponseAsync(Microsoft.Graph.ChangeTrackedEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChangeTrackedEntity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="changeTrackedEntityToUpdate">The ChangeTrackedEntity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChangeTrackedEntity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChangeTrackedEntity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequest.InitializeCollectionProperties(Microsoft.Graph.ChangeTrackedEntity)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="changeTrackedEntityToInitialize">The <see cref="T:Microsoft.Graph.ChangeTrackedEntity"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ChangeTrackedEntityRequestBuilder">
            <summary>
            The type ChangeTrackedEntityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChangeTrackedEntityRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChangeTrackedEntityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelCompleteMigrationRequest">
            <summary>
            The type ChannelCompleteMigrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelCompleteMigrationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChannelCompleteMigrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelCompleteMigrationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelCompleteMigrationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelCompleteMigrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelCompleteMigrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelCompleteMigrationRequestBuilder">
            <summary>
            The type ChannelCompleteMigrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelCompleteMigrationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChannelCompleteMigrationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelCompleteMigrationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelDoesUserHaveAccessRequest">
            <summary>
            The type ChannelDoesUserHaveAccessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelDoesUserHaveAccessRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChannelDoesUserHaveAccessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelDoesUserHaveAccessRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelDoesUserHaveAccessRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelDoesUserHaveAccessRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelDoesUserHaveAccessRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelDoesUserHaveAccessRequestBuilder">
            <summary>
            The type ChannelDoesUserHaveAccessRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelDoesUserHaveAccessRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChannelDoesUserHaveAccessRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="userId">A userId parameter for the OData method call.</param>
            <param name="tenantId">A tenantId parameter for the OData method call.</param>
            <param name="userPrincipalName">A userPrincipalName parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelDoesUserHaveAccessRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelGetAllMessagesCollectionPage">
            <summary>
            The type ChannelGetAllMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelGetAllMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChannelGetAllMessagesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelGetAllMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelGetAllMessagesCollectionResponse">
            <summary>
            The type ChannelGetAllMessagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelGetAllMessagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChannelGetAllMessagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelGetAllMessagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelGetAllMessagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelGetAllMessagesRequest">
            <summary>
            The type ChannelGetAllMessagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelGetAllMessagesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChannelGetAllMessagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelGetAllMessagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelGetAllMessagesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelGetAllMessagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelGetAllMessagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelGetAllMessagesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelGetAllMessagesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelGetAllMessagesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelGetAllMessagesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelGetAllMessagesRequestBuilder">
            <summary>
            The type ChannelGetAllMessagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelGetAllMessagesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChannelGetAllMessagesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelGetAllMessagesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelMembersCollectionPage">
            <summary>
            The type ChannelMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChannelMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelMembersCollectionRequest">
            <summary>
            The type ChannelMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChannelMembersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequest.AddAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationMember to the collection via POST.
            </summary>
            <param name="conversationMember">The ConversationMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationMember to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversationMember">The ConversationMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelMembersCollectionRequestBuilder">
            <summary>
            The type ChannelMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChannelMembersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChannelMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationMemberRequestBuilder"/> for the specified ChannelConversationMember.
            </summary>
            <param name="id">The ID for the ChannelConversationMember.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMembersCollectionRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.ConversationMember})">
            <summary>
            Gets the request builder for ConversationMemberAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberAddRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelMembersCollectionResponse">
            <summary>
            The type ChannelMembersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelMembersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChannelMembersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelMembersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelMembersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelMessagesCollectionPage">
            <summary>
            The type ChannelMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChannelMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelMessagesCollectionRequest">
            <summary>
            The type ChannelMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChannelMessagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequest.AddAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessage to the collection via POST.
            </summary>
            <param name="chatMessage">The ChatMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="chatMessage">The ChatMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelMessagesCollectionRequestBuilder">
            <summary>
            The type ChannelMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChannelMessagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChannelMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChatMessageRequestBuilder"/> for the specified ChannelChatMessage.
            </summary>
            <param name="id">The ID for the ChannelChatMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelMessagesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ChatMessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelMessagesCollectionResponse">
            <summary>
            The type ChannelMessagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelMessagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChannelMessagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelMessagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelMessagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelProvisionEmailRequest">
            <summary>
            The type ChannelProvisionEmailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelProvisionEmailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChannelProvisionEmailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelProvisionEmailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelProvisionEmailRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelProvisionEmailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelProvisionEmailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelProvisionEmailRequestBuilder">
            <summary>
            The type ChannelProvisionEmailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelProvisionEmailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChannelProvisionEmailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelProvisionEmailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelReferenceRequest">
            <summary>
            The type ChannelReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChannelReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Channel reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Channel reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Channel reference.
            </summary>
            <param name="id">The Channel reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Channel reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The Channel reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelReferenceRequestBuilder">
            <summary>
            The type ChannelReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChannelReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelRemoveEmailRequest">
            <summary>
            The type ChannelRemoveEmailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelRemoveEmailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChannelRemoveEmailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelRemoveEmailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRemoveEmailRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRemoveEmailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRemoveEmailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelRemoveEmailRequestBuilder">
            <summary>
            The type ChannelRemoveEmailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelRemoveEmailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChannelRemoveEmailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelRemoveEmailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelRequest">
            <summary>
            The type ChannelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChannelRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.CreateAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Channel using POST.
            </summary>
            <param name="channelToCreate">The Channel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.CreateResponseAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Channel using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="channelToCreate">The Channel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Channel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Channel and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Channel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Channel and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.UpdateAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Channel using PATCH.
            </summary>
            <param name="channelToUpdate">The Channel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.UpdateResponseAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Channel using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="channelToUpdate">The Channel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.PutAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Channel using PUT.
            </summary>
            <param name="channelToUpdate">The Channel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.PutResponseAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Channel using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="channelToUpdate">The Channel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequest.InitializeCollectionProperties(Microsoft.Graph.Channel)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="channelToInitialize">The <see cref="T:Microsoft.Graph.Channel"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ChannelRequestBuilder">
            <summary>
            The type ChannelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChannelRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChannelRequestBuilder.FilesFolder">
            <summary>
            Gets the request builder for FilesFolder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChannelRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChannelRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChannelRequestBuilder.SharedWithTeams">
            <summary>
            Gets the request builder for SharedWithTeams.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChannelRequestBuilder.Tabs">
            <summary>
            Gets the request builder for Tabs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelTabsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequestBuilder.CompleteMigration">
            <summary>
            Gets the request builder for ChannelCompleteMigration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelCompleteMigrationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequestBuilder.ProvisionEmail">
            <summary>
            Gets the request builder for ChannelProvisionEmail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelProvisionEmailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequestBuilder.RemoveEmail">
            <summary>
            Gets the request builder for ChannelRemoveEmail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelRemoveEmailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelRequestBuilder.DoesUserHaveAccess(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for ChannelDoesUserHaveAccess.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelDoesUserHaveAccessRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelSharedWithTeamsCollectionPage">
            <summary>
            The type ChannelSharedWithTeamsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelSharedWithTeamsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest">
            <summary>
            The type ChannelSharedWithTeamsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChannelSharedWithTeamsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest.AddAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedWithChannelTeamInfo to the collection via POST.
            </summary>
            <param name="sharedWithChannelTeamInfo">The SharedWithChannelTeamInfo to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedWithChannelTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest.AddResponseAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedWithChannelTeamInfo to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="sharedWithChannelTeamInfo">The SharedWithChannelTeamInfo to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedWithChannelTeamInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedWithChannelTeamInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequestBuilder">
            <summary>
            The type ChannelSharedWithTeamsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChannelSharedWithTeamsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChannelSharedWithTeamsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISharedWithChannelTeamInfoRequestBuilder"/> for the specified ChannelSharedWithChannelTeamInfo.
            </summary>
            <param name="id">The ID for the ChannelSharedWithChannelTeamInfo.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISharedWithChannelTeamInfoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelSharedWithTeamsCollectionResponse">
            <summary>
            The type ChannelSharedWithTeamsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelSharedWithTeamsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChannelSharedWithTeamsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelSharedWithTeamsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelSharedWithTeamsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelTabsCollectionPage">
            <summary>
            The type ChannelTabsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelTabsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChannelTabsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelTabsCollectionRequest">
            <summary>
            The type ChannelTabsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChannelTabsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequest.AddAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsTab to the collection via POST.
            </summary>
            <param name="teamsTab">The TeamsTab to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsTab.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsTab to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsTab">The TeamsTab to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTab,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTab,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelTabsCollectionRequestBuilder">
            <summary>
            The type ChannelTabsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChannelTabsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelTabsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChannelTabsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsTabRequestBuilder"/> for the specified ChannelTeamsTab.
            </summary>
            <param name="id">The ID for the ChannelTeamsTab.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsTabRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelTabsCollectionResponse">
            <summary>
            The type ChannelTabsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelTabsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChannelTabsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelTabsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChannelTabsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChannelWithReferenceRequest">
            <summary>
            The type ChannelWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChannelWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Channel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Channel and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequest.CreateAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Channel using POST.
            </summary>
            <param name="channelToCreate">The Channel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Channel using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="channelToCreate">The Channel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequest.UpdateAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Channel using PATCH.
            </summary>
            <param name="channelToUpdate">The Channel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Channel using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="channelToUpdate">The Channel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Channel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Channel and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChannelWithReferenceRequestBuilder">
            <summary>
            The type ChannelWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChannelWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChannelWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChannelWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the channel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatGetAllMessagesCollectionPage">
            <summary>
            The type ChatGetAllMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatGetAllMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatGetAllMessagesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatGetAllMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatGetAllMessagesCollectionResponse">
            <summary>
            The type ChatGetAllMessagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatGetAllMessagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChatGetAllMessagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatGetAllMessagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatGetAllMessagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatGetAllMessagesRequest">
            <summary>
            The type ChatGetAllMessagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatGetAllMessagesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatGetAllMessagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatGetAllMessagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatGetAllMessagesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatGetAllMessagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatGetAllMessagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatGetAllMessagesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatGetAllMessagesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatGetAllMessagesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatGetAllMessagesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatGetAllMessagesRequestBuilder">
            <summary>
            The type ChatGetAllMessagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatGetAllMessagesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChatGetAllMessagesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatGetAllMessagesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatHideForUserRequest">
            <summary>
            The type ChatHideForUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatHideForUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatHideForUserRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatHideForUserRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatHideForUserRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatHideForUserRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatHideForUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatHideForUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatHideForUserRequestBuilder">
            <summary>
            The type ChatHideForUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatHideForUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.TeamworkUserIdentity)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChatHideForUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="user">A user parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatHideForUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatInstalledAppsCollectionPage">
            <summary>
            The type ChatInstalledAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatInstalledAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatInstalledAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatInstalledAppsCollectionRequest">
            <summary>
            The type ChatInstalledAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatInstalledAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequest.AddAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAppInstallation to the collection via POST.
            </summary>
            <param name="teamsAppInstallation">The TeamsAppInstallation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAppInstallation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsAppInstallation">The TeamsAppInstallation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatInstalledAppsCollectionRequestBuilder">
            <summary>
            The type ChatInstalledAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatInstalledAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatInstalledAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatInstalledAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsAppInstallationRequestBuilder"/> for the specified ChatTeamsAppInstallation.
            </summary>
            <param name="id">The ID for the ChatTeamsAppInstallation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppInstallationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatInstalledAppsCollectionResponse">
            <summary>
            The type ChatInstalledAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatInstalledAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChatInstalledAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatInstalledAppsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatInstalledAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMarkChatReadForUserRequest">
            <summary>
            The type ChatMarkChatReadForUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatReadForUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMarkChatReadForUserRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMarkChatReadForUserRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatReadForUserRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatReadForUserRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatReadForUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatReadForUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMarkChatReadForUserRequestBuilder">
            <summary>
            The type ChatMarkChatReadForUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatReadForUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.TeamworkUserIdentity)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChatMarkChatReadForUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="user">A user parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatReadForUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMarkChatUnreadForUserRequest">
            <summary>
            The type ChatMarkChatUnreadForUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatUnreadForUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMarkChatUnreadForUserRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMarkChatUnreadForUserRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatUnreadForUserRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatUnreadForUserRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatUnreadForUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatUnreadForUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMarkChatUnreadForUserRequestBuilder">
            <summary>
            The type ChatMarkChatUnreadForUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatUnreadForUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.TeamworkUserIdentity,System.Nullable{System.DateTimeOffset})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChatMarkChatUnreadForUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="user">A user parameter for the OData method call.</param>
            <param name="lastMessageReadDateTime">A lastMessageReadDateTime parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMarkChatUnreadForUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMembersCollectionPage">
            <summary>
            The type ChatMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMembersCollectionRequest">
            <summary>
            The type ChatMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMembersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequest.AddAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationMember to the collection via POST.
            </summary>
            <param name="conversationMember">The ConversationMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationMember to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversationMember">The ConversationMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMembersCollectionRequestBuilder">
            <summary>
            The type ChatMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatMembersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationMemberRequestBuilder"/> for the specified ChatConversationMember.
            </summary>
            <param name="id">The ID for the ChatConversationMember.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMembersCollectionRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.ConversationMember})">
            <summary>
            Gets the request builder for ConversationMemberAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberAddRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMembersCollectionResponse">
            <summary>
            The type ChatMembersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMembersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChatMembersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMembersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMembersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageDeltaCollectionPage">
            <summary>
            The type ChatMessageDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatMessageDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageDeltaCollectionResponse">
            <summary>
            The type ChatMessageDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChatMessageDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageDeltaRequest">
            <summary>
            The type ChatMessageDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMessageDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageDeltaRequestBuilder">
            <summary>
            The type ChatMessageDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChatMessageDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageHostedContentContentRequest">
            <summary>
            The type ChatMessageHostedContentContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMessageHostedContentContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageHostedContentContentRequestBuilder">
            <summary>
            The type ChatMessageHostedContentContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatMessageHostedContentContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageHostedContentRequest">
            <summary>
            The type ChatMessageHostedContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMessageHostedContentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.CreateAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessageHostedContent using POST.
            </summary>
            <param name="chatMessageHostedContentToCreate">The ChatMessageHostedContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessageHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.CreateResponseAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessageHostedContent using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageHostedContentToCreate">The ChatMessageHostedContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessageHostedContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessageHostedContent and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessageHostedContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ChatMessageHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessageHostedContent and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.UpdateAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageHostedContent using PATCH.
            </summary>
            <param name="chatMessageHostedContentToUpdate">The ChatMessageHostedContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ChatMessageHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.UpdateResponseAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageHostedContent using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageHostedContentToUpdate">The ChatMessageHostedContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.PutAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageHostedContent using PUT.
            </summary>
            <param name="chatMessageHostedContentToUpdate">The ChatMessageHostedContent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.PutResponseAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageHostedContent using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageHostedContentToUpdate">The ChatMessageHostedContent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessageHostedContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessageHostedContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequest.InitializeCollectionProperties(Microsoft.Graph.ChatMessageHostedContent)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="chatMessageHostedContentToInitialize">The <see cref="T:Microsoft.Graph.ChatMessageHostedContent"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageHostedContentRequestBuilder">
            <summary>
            The type ChatMessageHostedContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatMessageHostedContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageHostedContentsCollectionPage">
            <summary>
            The type ChatMessageHostedContentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageHostedContentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest">
            <summary>
            The type ChatMessageHostedContentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMessageHostedContentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest.AddAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessageHostedContent to the collection via POST.
            </summary>
            <param name="chatMessageHostedContent">The ChatMessageHostedContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessageHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest.AddResponseAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessageHostedContent to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="chatMessageHostedContent">The ChatMessageHostedContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessageHostedContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessageHostedContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageHostedContentsCollectionRequestBuilder">
            <summary>
            The type ChatMessageHostedContentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatMessageHostedContentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageHostedContentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageHostedContentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChatMessageHostedContentRequestBuilder"/> for the specified ChatMessageChatMessageHostedContent.
            </summary>
            <param name="id">The ID for the ChatMessageChatMessageHostedContent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageHostedContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageHostedContentsCollectionResponse">
            <summary>
            The type ChatMessageHostedContentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageHostedContentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChatMessageHostedContentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageHostedContentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageHostedContentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageInfoRequest">
            <summary>
            The type ChatMessageInfoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMessageInfoRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.CreateAsync(Microsoft.Graph.ChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessageInfo using POST.
            </summary>
            <param name="chatMessageInfoToCreate">The ChatMessageInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.CreateResponseAsync(Microsoft.Graph.ChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessageInfo using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageInfoToCreate">The ChatMessageInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessageInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessageInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessageInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessageInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.UpdateAsync(Microsoft.Graph.ChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageInfo using PATCH.
            </summary>
            <param name="chatMessageInfoToUpdate">The ChatMessageInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.UpdateResponseAsync(Microsoft.Graph.ChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageInfo using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageInfoToUpdate">The ChatMessageInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.PutAsync(Microsoft.Graph.ChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageInfo using PUT.
            </summary>
            <param name="chatMessageInfoToUpdate">The ChatMessageInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.PutResponseAsync(Microsoft.Graph.ChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageInfo using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageInfoToUpdate">The ChatMessageInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessageInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessageInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequest.InitializeCollectionProperties(Microsoft.Graph.ChatMessageInfo)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="chatMessageInfoToInitialize">The <see cref="T:Microsoft.Graph.ChatMessageInfo"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageInfoRequestBuilder">
            <summary>
            The type ChatMessageInfoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatMessageInfoRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageInfoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageReferenceRequest">
            <summary>
            The type ChatMessageReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMessageReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessage reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessage reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ChatMessage reference.
            </summary>
            <param name="id">The ChatMessage reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ChatMessage reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The ChatMessage reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageReferenceRequestBuilder">
            <summary>
            The type ChatMessageReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatMessageReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageRepliesCollectionPage">
            <summary>
            The type ChatMessageRepliesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageRepliesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatMessageRepliesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageRepliesCollectionRequest">
            <summary>
            The type ChatMessageRepliesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMessageRepliesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequest.AddAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessage to the collection via POST.
            </summary>
            <param name="chatMessage">The ChatMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequest.AddResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="chatMessage">The ChatMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageRepliesCollectionRequestBuilder">
            <summary>
            The type ChatMessageRepliesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatMessageRepliesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageRepliesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChatMessageRequestBuilder"/> for the specified ChatMessageChatMessage.
            </summary>
            <param name="id">The ID for the ChatMessageChatMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRepliesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ChatMessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageRepliesCollectionResponse">
            <summary>
            The type ChatMessageRepliesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageRepliesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChatMessageRepliesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageRepliesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageRepliesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageRequest">
            <summary>
            The type ChatMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMessageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.CreateAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessage using POST.
            </summary>
            <param name="chatMessageToCreate">The ChatMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.CreateResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageToCreate">The ChatMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.UpdateAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessage using PATCH.
            </summary>
            <param name="chatMessageToUpdate">The ChatMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.UpdateResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageToUpdate">The ChatMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.PutAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessage using PUT.
            </summary>
            <param name="chatMessageToUpdate">The ChatMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.PutResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageToUpdate">The ChatMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequest.InitializeCollectionProperties(Microsoft.Graph.ChatMessage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="chatMessageToInitialize">The <see cref="T:Microsoft.Graph.ChatMessage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageRequestBuilder">
            <summary>
            The type ChatMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatMessageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageRequestBuilder.HostedContents">
            <summary>
            Gets the request builder for HostedContents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageHostedContentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageRequestBuilder.Replies">
            <summary>
            Gets the request builder for Replies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageRepliesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequestBuilder.SoftDelete">
            <summary>
            Gets the request builder for ChatMessageSoftDelete.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageSoftDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageRequestBuilder.UndoSoftDelete">
            <summary>
            Gets the request builder for ChatMessageUndoSoftDelete.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageUndoSoftDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessagesCollectionPage">
            <summary>
            The type ChatMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessagesCollectionRequest">
            <summary>
            The type ChatMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMessagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequest.AddAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessage to the collection via POST.
            </summary>
            <param name="chatMessage">The ChatMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="chatMessage">The ChatMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessagesCollectionRequestBuilder">
            <summary>
            The type ChatMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatMessagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChatMessageRequestBuilder"/> for the specified ChatChatMessage.
            </summary>
            <param name="id">The ID for the ChatChatMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessagesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ChatMessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessagesCollectionResponse">
            <summary>
            The type ChatMessagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChatMessagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatMessagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageSoftDeleteRequest">
            <summary>
            The type ChatMessageSoftDeleteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageSoftDeleteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMessageSoftDeleteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageSoftDeleteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageSoftDeleteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageSoftDeleteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageSoftDeleteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageSoftDeleteRequestBuilder">
            <summary>
            The type ChatMessageSoftDeleteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageSoftDeleteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChatMessageSoftDeleteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageSoftDeleteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageUndoSoftDeleteRequest">
            <summary>
            The type ChatMessageUndoSoftDeleteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageUndoSoftDeleteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMessageUndoSoftDeleteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageUndoSoftDeleteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageUndoSoftDeleteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageUndoSoftDeleteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageUndoSoftDeleteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageUndoSoftDeleteRequestBuilder">
            <summary>
            The type ChatMessageUndoSoftDeleteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageUndoSoftDeleteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChatMessageUndoSoftDeleteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageUndoSoftDeleteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageWithReferenceRequest">
            <summary>
            The type ChatMessageWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatMessageWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequest.CreateAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessage using POST.
            </summary>
            <param name="chatMessageToCreate">The ChatMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageToCreate">The ChatMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequest.UpdateAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessage using PATCH.
            </summary>
            <param name="chatMessageToUpdate">The ChatMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageToUpdate">The ChatMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatMessageWithReferenceRequestBuilder">
            <summary>
            The type ChatMessageWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatMessageWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatMessageWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatMessageWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the chatMessage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatPinnedMessagesCollectionPage">
            <summary>
            The type ChatPinnedMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatPinnedMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatPinnedMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatPinnedMessagesCollectionRequest">
            <summary>
            The type ChatPinnedMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatPinnedMessagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequest.AddAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PinnedChatMessageInfo to the collection via POST.
            </summary>
            <param name="pinnedChatMessageInfo">The PinnedChatMessageInfo to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PinnedChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PinnedChatMessageInfo to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="pinnedChatMessageInfo">The PinnedChatMessageInfo to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PinnedChatMessageInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PinnedChatMessageInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatPinnedMessagesCollectionRequestBuilder">
            <summary>
            The type ChatPinnedMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatPinnedMessagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatPinnedMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatPinnedMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPinnedChatMessageInfoRequestBuilder"/> for the specified ChatPinnedChatMessageInfo.
            </summary>
            <param name="id">The ID for the ChatPinnedChatMessageInfo.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPinnedChatMessageInfoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatPinnedMessagesCollectionResponse">
            <summary>
            The type ChatPinnedMessagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatPinnedMessagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChatPinnedMessagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatPinnedMessagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatPinnedMessagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatReferenceRequest">
            <summary>
            The type ChatReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Chat reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Chat reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Chat reference.
            </summary>
            <param name="id">The Chat reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Chat reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The Chat reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatReferenceRequestBuilder">
            <summary>
            The type ChatReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatRequest">
            <summary>
            The type ChatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.CreateAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Chat using POST.
            </summary>
            <param name="chatToCreate">The Chat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.CreateResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Chat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatToCreate">The Chat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Chat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Chat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Chat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Chat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.UpdateAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Chat using PATCH.
            </summary>
            <param name="chatToUpdate">The Chat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.UpdateResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Chat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatToUpdate">The Chat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.PutAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Chat using PUT.
            </summary>
            <param name="chatToUpdate">The Chat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.PutResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Chat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatToUpdate">The Chat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequest.InitializeCollectionProperties(Microsoft.Graph.Chat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="chatToInitialize">The <see cref="T:Microsoft.Graph.Chat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ChatRequestBuilder">
            <summary>
            The type ChatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatRequestBuilder.InstalledApps">
            <summary>
            Gets the request builder for InstalledApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatInstalledAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatRequestBuilder.LastMessagePreview">
            <summary>
            Gets the request builder for LastMessagePreview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageInfoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatRequestBuilder.PinnedMessages">
            <summary>
            Gets the request builder for PinnedMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatPinnedMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatRequestBuilder.Tabs">
            <summary>
            Gets the request builder for Tabs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatTabsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequestBuilder.SendActivityNotification(Microsoft.Graph.TeamworkActivityTopic,System.String,System.Nullable{System.Int64},Microsoft.Graph.ItemBody,System.Collections.Generic.IEnumerable{Microsoft.Graph.KeyValuePair},Microsoft.Graph.TeamworkNotificationRecipient)">
            <summary>
            Gets the request builder for ChatSendActivityNotification.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatSendActivityNotificationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequestBuilder.HideForUser(Microsoft.Graph.TeamworkUserIdentity)">
            <summary>
            Gets the request builder for ChatHideForUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatHideForUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequestBuilder.MarkChatReadForUser(Microsoft.Graph.TeamworkUserIdentity)">
            <summary>
            Gets the request builder for ChatMarkChatReadForUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMarkChatReadForUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequestBuilder.MarkChatUnreadForUser(Microsoft.Graph.TeamworkUserIdentity,System.Nullable{System.DateTimeOffset})">
            <summary>
            Gets the request builder for ChatMarkChatUnreadForUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMarkChatUnreadForUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatRequestBuilder.UnhideForUser(Microsoft.Graph.TeamworkUserIdentity)">
            <summary>
            Gets the request builder for ChatUnhideForUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatUnhideForUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatSendActivityNotificationRequest">
            <summary>
            The type ChatSendActivityNotificationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatSendActivityNotificationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatSendActivityNotificationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatSendActivityNotificationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatSendActivityNotificationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatSendActivityNotificationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatSendActivityNotificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatSendActivityNotificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatSendActivityNotificationRequestBuilder">
            <summary>
            The type ChatSendActivityNotificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatSendActivityNotificationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.TeamworkActivityTopic,System.String,System.Nullable{System.Int64},Microsoft.Graph.ItemBody,System.Collections.Generic.IEnumerable{Microsoft.Graph.KeyValuePair},Microsoft.Graph.TeamworkNotificationRecipient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChatSendActivityNotificationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="topic">A topic parameter for the OData method call.</param>
            <param name="activityType">A activityType parameter for the OData method call.</param>
            <param name="chainId">A chainId parameter for the OData method call.</param>
            <param name="previewText">A previewText parameter for the OData method call.</param>
            <param name="templateParameters">A templateParameters parameter for the OData method call.</param>
            <param name="recipient">A recipient parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatSendActivityNotificationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatTabsCollectionPage">
            <summary>
            The type ChatTabsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatTabsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatTabsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatTabsCollectionRequest">
            <summary>
            The type ChatTabsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatTabsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequest.AddAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsTab to the collection via POST.
            </summary>
            <param name="teamsTab">The TeamsTab to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsTab.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsTab to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsTab">The TeamsTab to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTab,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTab,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatTabsCollectionRequestBuilder">
            <summary>
            The type ChatTabsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatTabsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatTabsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatTabsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsTabRequestBuilder"/> for the specified ChatTeamsTab.
            </summary>
            <param name="id">The ID for the ChatTeamsTab.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsTabRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatTabsCollectionResponse">
            <summary>
            The type ChatTabsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatTabsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IChatTabsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatTabsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatTabsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChatUnhideForUserRequest">
            <summary>
            The type ChatUnhideForUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatUnhideForUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatUnhideForUserRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChatUnhideForUserRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatUnhideForUserRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatUnhideForUserRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatUnhideForUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatUnhideForUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatUnhideForUserRequestBuilder">
            <summary>
            The type ChatUnhideForUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatUnhideForUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.TeamworkUserIdentity)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ChatUnhideForUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="user">A user parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatUnhideForUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatWithReferenceRequest">
            <summary>
            The type ChatWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChatWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Chat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Chat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequest.CreateAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Chat using POST.
            </summary>
            <param name="chatToCreate">The Chat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Chat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatToCreate">The Chat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequest.UpdateAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Chat using PATCH.
            </summary>
            <param name="chatToUpdate">The Chat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Chat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatToUpdate">The Chat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Chat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Chat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChatWithReferenceRequestBuilder">
            <summary>
            The type ChatWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChatWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChatWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ChatWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the chat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChecklistItemRequest">
            <summary>
            The type ChecklistItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ChecklistItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.CreateAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChecklistItem using POST.
            </summary>
            <param name="checklistItemToCreate">The ChecklistItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChecklistItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.CreateResponseAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChecklistItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="checklistItemToCreate">The ChecklistItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChecklistItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChecklistItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChecklistItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ChecklistItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChecklistItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.UpdateAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChecklistItem using PATCH.
            </summary>
            <param name="checklistItemToUpdate">The ChecklistItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ChecklistItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.UpdateResponseAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChecklistItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="checklistItemToUpdate">The ChecklistItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.PutAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChecklistItem using PUT.
            </summary>
            <param name="checklistItemToUpdate">The ChecklistItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.PutResponseAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChecklistItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="checklistItemToUpdate">The ChecklistItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChecklistItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChecklistItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequest.InitializeCollectionProperties(Microsoft.Graph.ChecklistItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="checklistItemToInitialize">The <see cref="T:Microsoft.Graph.ChecklistItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ChecklistItemRequestBuilder">
            <summary>
            The type ChecklistItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ChecklistItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChecklistItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ClaimsMappingPolicyReferenceRequest">
            <summary>
            The type ClaimsMappingPolicyReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ClaimsMappingPolicyReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ClaimsMappingPolicy reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ClaimsMappingPolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ClaimsMappingPolicy reference.
            </summary>
            <param name="id">The ClaimsMappingPolicy reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ClaimsMappingPolicy reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The ClaimsMappingPolicy reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ClaimsMappingPolicyReferenceRequestBuilder">
            <summary>
            The type ClaimsMappingPolicyReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ClaimsMappingPolicyReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ClaimsMappingPolicyRequest">
            <summary>
            The type ClaimsMappingPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ClaimsMappingPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.CreateAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ClaimsMappingPolicy using POST.
            </summary>
            <param name="claimsMappingPolicyToCreate">The ClaimsMappingPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.CreateResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ClaimsMappingPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="claimsMappingPolicyToCreate">The ClaimsMappingPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ClaimsMappingPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ClaimsMappingPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ClaimsMappingPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ClaimsMappingPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.UpdateAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ClaimsMappingPolicy using PATCH.
            </summary>
            <param name="claimsMappingPolicyToUpdate">The ClaimsMappingPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.UpdateResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ClaimsMappingPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="claimsMappingPolicyToUpdate">The ClaimsMappingPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.PutAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ClaimsMappingPolicy using PUT.
            </summary>
            <param name="claimsMappingPolicyToUpdate">The ClaimsMappingPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.PutResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ClaimsMappingPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="claimsMappingPolicyToUpdate">The ClaimsMappingPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.ClaimsMappingPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="claimsMappingPolicyToInitialize">The <see cref="T:Microsoft.Graph.ClaimsMappingPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ClaimsMappingPolicyRequestBuilder">
            <summary>
            The type ClaimsMappingPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ClaimsMappingPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest">
            <summary>
            The type ClaimsMappingPolicyWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ClaimsMappingPolicyWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ClaimsMappingPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ClaimsMappingPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest.CreateAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ClaimsMappingPolicy using POST.
            </summary>
            <param name="claimsMappingPolicyToCreate">The ClaimsMappingPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ClaimsMappingPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="claimsMappingPolicyToCreate">The ClaimsMappingPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest.UpdateAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ClaimsMappingPolicy using PATCH.
            </summary>
            <param name="claimsMappingPolicyToUpdate">The ClaimsMappingPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ClaimsMappingPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="claimsMappingPolicyToUpdate">The ClaimsMappingPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ClaimsMappingPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ClaimsMappingPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequestBuilder">
            <summary>
            The type ClaimsMappingPolicyWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ClaimsMappingPolicyWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ClaimsMappingPolicyWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the claimsMappingPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IClaimsMappingPolicyReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionPage">
            <summary>
            The type CloudCommunicationsCallRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest">
            <summary>
            The type CloudCommunicationsCallRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CloudCommunicationsCallRecordsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest.AddAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.CallRecords.CallRecord to the collection via POST.
            </summary>
            <param name="callRecord">The Microsoft.Graph.CallRecords.CallRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Microsoft.Graph.CallRecords.CallRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest.AddResponseAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.CallRecords.CallRecord to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.CallRecords.CallRecord&gt;"/> object of the request.
            </summary>
            <param name="callRecord">The Microsoft.Graph.CallRecords.CallRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="!:GraphResponse&lt;Microsoft.Graph.CallRecords.CallRecord&gt;"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.CallRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.CallRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequestBuilder">
            <summary>
            The type CloudCommunicationsCallRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CloudCommunicationsCallRecordsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.CallRecords.ICallRecordRequestBuilder"/> for the specified CloudCommunicationsMicrosoft.Graph.CallRecords.CallRecord.
            </summary>
            <param name="id">The ID for the CloudCommunicationsMicrosoft.Graph.CallRecords.CallRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.CallRecords.ICallRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionResponse">
            <summary>
            The type CloudCommunicationsCallRecordsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsCallRecordsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsCallsCollectionPage">
            <summary>
            The type CloudCommunicationsCallsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsCallsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest">
            <summary>
            The type CloudCommunicationsCallsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CloudCommunicationsCallsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest.AddAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Call to the collection via POST.
            </summary>
            <param name="call">The Call to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest.AddResponseAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Call to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="call">The Call to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Call,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Call,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsCallsCollectionRequestBuilder">
            <summary>
            The type CloudCommunicationsCallsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CloudCommunicationsCallsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsCallsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICallRequestBuilder"/> for the specified CloudCommunicationsCall.
            </summary>
            <param name="id">The ID for the CloudCommunicationsCall.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICallRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsCallsCollectionRequestBuilder.LogTeleconferenceDeviceQuality(Microsoft.Graph.TeleconferenceDeviceQuality)">
            <summary>
            Gets the request builder for CallLogTeleconferenceDeviceQuality.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallLogTeleconferenceDeviceQualityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsCallsCollectionResponse">
            <summary>
            The type CloudCommunicationsCallsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsCallsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICloudCommunicationsCallsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsCallsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsCallsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdCollectionPage">
            <summary>
            The type CloudCommunicationsGetPresencesByUserIdCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdCollectionResponse">
            <summary>
            The type CloudCommunicationsGetPresencesByUserIdCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequest">
            <summary>
            The type CloudCommunicationsGetPresencesByUserIdRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CloudCommunicationsGetPresencesByUserIdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequestBuilder">
            <summary>
            The type CloudCommunicationsGetPresencesByUserIdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="ids">A ids parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsGetPresencesByUserIdRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionPage">
            <summary>
            The type CloudCommunicationsOnlineMeetingsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest">
            <summary>
            The type CloudCommunicationsOnlineMeetingsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CloudCommunicationsOnlineMeetingsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest.AddAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnlineMeeting to the collection via POST.
            </summary>
            <param name="onlineMeeting">The OnlineMeeting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnlineMeeting.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest.AddResponseAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnlineMeeting to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onlineMeeting">The OnlineMeeting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnlineMeeting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnlineMeeting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequestBuilder">
            <summary>
            The type CloudCommunicationsOnlineMeetingsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CloudCommunicationsOnlineMeetingsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnlineMeetingRequestBuilder"/> for the specified CloudCommunicationsOnlineMeeting.
            </summary>
            <param name="id">The ID for the CloudCommunicationsOnlineMeeting.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnlineMeetingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionRequestBuilder.CreateOrGet(System.String,Microsoft.Graph.ChatInfo,System.Nullable{System.DateTimeOffset},Microsoft.Graph.MeetingParticipants,System.Nullable{System.DateTimeOffset},System.String)">
            <summary>
            Gets the request builder for OnlineMeetingCreateOrGet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnlineMeetingCreateOrGetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionResponse">
            <summary>
            The type CloudCommunicationsOnlineMeetingsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsOnlineMeetingsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsPresencesCollectionPage">
            <summary>
            The type CloudCommunicationsPresencesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsPresencesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest">
            <summary>
            The type CloudCommunicationsPresencesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CloudCommunicationsPresencesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest.AddAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Presence to the collection via POST.
            </summary>
            <param name="presence">The Presence to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Presence.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest.AddResponseAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Presence to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="presence">The Presence to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Presence,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Presence,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequestBuilder">
            <summary>
            The type CloudCommunicationsPresencesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CloudCommunicationsPresencesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsPresencesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPresenceRequestBuilder"/> for the specified CloudCommunicationsPresence.
            </summary>
            <param name="id">The ID for the CloudCommunicationsPresence.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPresenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsPresencesCollectionResponse">
            <summary>
            The type CloudCommunicationsPresencesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsPresencesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICloudCommunicationsPresencesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsPresencesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsPresencesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsRequest">
            <summary>
            The type CloudCommunicationsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CloudCommunicationsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.CreateAsync(Microsoft.Graph.CloudCommunications,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CloudCommunications using POST.
            </summary>
            <param name="cloudCommunicationsToCreate">The CloudCommunications to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CloudCommunications.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.CreateResponseAsync(Microsoft.Graph.CloudCommunications,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CloudCommunications using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cloudCommunicationsToCreate">The CloudCommunications to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CloudCommunications.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CloudCommunications and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CloudCommunications.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CloudCommunications.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CloudCommunications and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.UpdateAsync(Microsoft.Graph.CloudCommunications,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CloudCommunications using PATCH.
            </summary>
            <param name="cloudCommunicationsToUpdate">The CloudCommunications to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CloudCommunications.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.UpdateResponseAsync(Microsoft.Graph.CloudCommunications,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CloudCommunications using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cloudCommunicationsToUpdate">The CloudCommunications to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.PutAsync(Microsoft.Graph.CloudCommunications,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CloudCommunications using PUT.
            </summary>
            <param name="cloudCommunicationsToUpdate">The CloudCommunications object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.PutResponseAsync(Microsoft.Graph.CloudCommunications,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CloudCommunications using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cloudCommunicationsToUpdate">The CloudCommunications object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CloudCommunications,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CloudCommunications,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequest.InitializeCollectionProperties(Microsoft.Graph.CloudCommunications)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="cloudCommunicationsToInitialize">The <see cref="T:Microsoft.Graph.CloudCommunications"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CloudCommunicationsRequestBuilder">
            <summary>
            The type CloudCommunicationsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CloudCommunicationsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsRequestBuilder.Calls">
            <summary>
            Gets the request builder for Calls.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsRequestBuilder.CallRecords">
            <summary>
            Gets the request builder for CallRecords.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsRequestBuilder.OnlineMeetings">
            <summary>
            Gets the request builder for OnlineMeetings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CloudCommunicationsRequestBuilder.Presences">
            <summary>
            Gets the request builder for Presences.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CloudCommunicationsRequestBuilder.GetPresencesByUserId(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for CloudCommunicationsGetPresencesByUserId.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ColumnDefinitionReferenceRequest">
            <summary>
            The type ColumnDefinitionReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ColumnDefinitionReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ColumnDefinition reference.
            </summary>
            <param name="id">The ColumnDefinition reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ColumnDefinition reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The ColumnDefinition reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ColumnDefinitionReferenceRequestBuilder">
            <summary>
            The type ColumnDefinitionReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ColumnDefinitionReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ColumnDefinitionRequest">
            <summary>
            The type ColumnDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ColumnDefinitionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.CreateAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnDefinition using POST.
            </summary>
            <param name="columnDefinitionToCreate">The ColumnDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.CreateResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnDefinitionToCreate">The ColumnDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.UpdateAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PATCH.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.PutAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PUT.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.PutResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.InitializeCollectionProperties(Microsoft.Graph.ColumnDefinition)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="columnDefinitionToInitialize">The <see cref="T:Microsoft.Graph.ColumnDefinition"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ColumnDefinitionRequestBuilder">
            <summary>
            The type ColumnDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ColumnDefinitionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinitionRequestBuilder.SourceColumn">
            <summary>
            Gets the request builder for SourceColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ColumnDefinitionWithReferenceRequest">
            <summary>
            The type ColumnDefinitionWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ColumnDefinitionWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequest.CreateAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnDefinition using POST.
            </summary>
            <param name="columnDefinitionToCreate">The ColumnDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnDefinitionToCreate">The ColumnDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequest.UpdateAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PATCH.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ColumnDefinitionWithReferenceRequestBuilder">
            <summary>
            The type ColumnDefinitionWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ColumnDefinitionWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinitionWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the columnDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ColumnLinkRequest">
            <summary>
            The type ColumnLinkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ColumnLinkRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.CreateAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnLink using POST.
            </summary>
            <param name="columnLinkToCreate">The ColumnLink to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.CreateResponseAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnLink using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnLinkToCreate">The ColumnLink to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnLink.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnLink and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnLink.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnLink and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.UpdateAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnLink using PATCH.
            </summary>
            <param name="columnLinkToUpdate">The ColumnLink to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.UpdateResponseAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnLink using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnLinkToUpdate">The ColumnLink to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.PutAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnLink using PUT.
            </summary>
            <param name="columnLinkToUpdate">The ColumnLink object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.PutResponseAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnLink using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnLinkToUpdate">The ColumnLink object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.InitializeCollectionProperties(Microsoft.Graph.ColumnLink)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="columnLinkToInitialize">The <see cref="T:Microsoft.Graph.ColumnLink"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ColumnLinkRequestBuilder">
            <summary>
            The type ColumnLinkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ColumnLinkRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.CommsOperationRequest">
            <summary>
            The type CommsOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CommsOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.CreateAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CommsOperation using POST.
            </summary>
            <param name="commsOperationToCreate">The CommsOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CommsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.CreateResponseAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CommsOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="commsOperationToCreate">The CommsOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CommsOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CommsOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CommsOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CommsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CommsOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.UpdateAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CommsOperation using PATCH.
            </summary>
            <param name="commsOperationToUpdate">The CommsOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CommsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.UpdateResponseAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CommsOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="commsOperationToUpdate">The CommsOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.PutAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CommsOperation using PUT.
            </summary>
            <param name="commsOperationToUpdate">The CommsOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.PutResponseAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CommsOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="commsOperationToUpdate">The CommsOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CommsOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CommsOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequest.InitializeCollectionProperties(Microsoft.Graph.CommsOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="commsOperationToInitialize">The <see cref="T:Microsoft.Graph.CommsOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CommsOperationRequestBuilder">
            <summary>
            The type CommsOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CommsOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CommsOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ComplianceManagementPartnerRequest">
            <summary>
            The type ComplianceManagementPartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ComplianceManagementPartnerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.CreateAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ComplianceManagementPartner using POST.
            </summary>
            <param name="complianceManagementPartnerToCreate">The ComplianceManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ComplianceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.CreateResponseAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ComplianceManagementPartner using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="complianceManagementPartnerToCreate">The ComplianceManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ComplianceManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ComplianceManagementPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ComplianceManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ComplianceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ComplianceManagementPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.UpdateAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ComplianceManagementPartner using PATCH.
            </summary>
            <param name="complianceManagementPartnerToUpdate">The ComplianceManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ComplianceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.UpdateResponseAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ComplianceManagementPartner using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="complianceManagementPartnerToUpdate">The ComplianceManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.PutAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ComplianceManagementPartner using PUT.
            </summary>
            <param name="complianceManagementPartnerToUpdate">The ComplianceManagementPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.PutResponseAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ComplianceManagementPartner using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="complianceManagementPartnerToUpdate">The ComplianceManagementPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ComplianceManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ComplianceManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequest.InitializeCollectionProperties(Microsoft.Graph.ComplianceManagementPartner)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="complianceManagementPartnerToInitialize">The <see cref="T:Microsoft.Graph.ComplianceManagementPartner"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ComplianceManagementPartnerRequestBuilder">
            <summary>
            The type ComplianceManagementPartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ComplianceManagementPartnerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceManagementPartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ComplianceRequest">
            <summary>
            The type ComplianceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ComplianceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.CreateAsync(Microsoft.Graph.Compliance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Compliance using POST.
            </summary>
            <param name="complianceToCreate">The Compliance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Compliance.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.CreateResponseAsync(Microsoft.Graph.Compliance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Compliance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="complianceToCreate">The Compliance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Compliance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Compliance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Compliance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Compliance.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Compliance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.UpdateAsync(Microsoft.Graph.Compliance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Compliance using PATCH.
            </summary>
            <param name="complianceToUpdate">The Compliance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Compliance.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.UpdateResponseAsync(Microsoft.Graph.Compliance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Compliance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="complianceToUpdate">The Compliance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.PutAsync(Microsoft.Graph.Compliance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Compliance using PUT.
            </summary>
            <param name="complianceToUpdate">The Compliance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.PutResponseAsync(Microsoft.Graph.Compliance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Compliance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="complianceToUpdate">The Compliance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Compliance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Compliance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequest.InitializeCollectionProperties(Microsoft.Graph.Compliance)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="complianceToInitialize">The <see cref="T:Microsoft.Graph.Compliance"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ComplianceRequestBuilder">
            <summary>
            The type ComplianceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ComplianceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ComplianceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessPolicyRequest">
            <summary>
            The type ConditionalAccessPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConditionalAccessPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.CreateAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConditionalAccessPolicy using POST.
            </summary>
            <param name="conditionalAccessPolicyToCreate">The ConditionalAccessPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConditionalAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.CreateResponseAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConditionalAccessPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessPolicyToCreate">The ConditionalAccessPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConditionalAccessPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConditionalAccessPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConditionalAccessPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConditionalAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConditionalAccessPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.UpdateAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessPolicy using PATCH.
            </summary>
            <param name="conditionalAccessPolicyToUpdate">The ConditionalAccessPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConditionalAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.UpdateResponseAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessPolicyToUpdate">The ConditionalAccessPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.PutAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessPolicy using PUT.
            </summary>
            <param name="conditionalAccessPolicyToUpdate">The ConditionalAccessPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.PutResponseAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessPolicyToUpdate">The ConditionalAccessPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.ConditionalAccessPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="conditionalAccessPolicyToInitialize">The <see cref="T:Microsoft.Graph.ConditionalAccessPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessPolicyRequestBuilder">
            <summary>
            The type ConditionalAccessPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConditionalAccessPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionPage">
            <summary>
            The type ConditionalAccessRootAuthenticationContextClassReferencesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest">
            <summary>
            The type ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationContextClassReference to the collection via POST.
            </summary>
            <param name="authenticationContextClassReference">The AuthenticationContextClassReference to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationContextClassReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationContextClassReference to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationContextClassReference">The AuthenticationContextClassReference to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationContextClassReference,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationContextClassReference,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder">
            <summary>
            The type ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationContextClassReferenceRequestBuilder"/> for the specified ConditionalAccessRootAuthenticationContextClassReference.
            </summary>
            <param name="id">The ID for the ConditionalAccessRootAuthenticationContextClassReference.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationContextClassReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionResponse">
            <summary>
            The type ConditionalAccessRootAuthenticationContextClassReferencesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootAuthenticationContextClassReferencesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionPage">
            <summary>
            The type ConditionalAccessRootNamedLocationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest">
            <summary>
            The type ConditionalAccessRootNamedLocationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConditionalAccessRootNamedLocationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest.AddAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified NamedLocation to the collection via POST.
            </summary>
            <param name="namedLocation">The NamedLocation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created NamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest.AddResponseAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified NamedLocation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="namedLocation">The NamedLocation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NamedLocation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NamedLocation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequestBuilder">
            <summary>
            The type ConditionalAccessRootNamedLocationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConditionalAccessRootNamedLocationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.INamedLocationRequestBuilder"/> for the specified ConditionalAccessRootNamedLocation.
            </summary>
            <param name="id">The ID for the ConditionalAccessRootNamedLocation.</param>
            <returns>The <see cref="T:Microsoft.Graph.INamedLocationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionResponse">
            <summary>
            The type ConditionalAccessRootNamedLocationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootNamedLocationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionPage">
            <summary>
            The type ConditionalAccessRootPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest">
            <summary>
            The type ConditionalAccessRootPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConditionalAccessRootPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConditionalAccessPolicy to the collection via POST.
            </summary>
            <param name="conditionalAccessPolicy">The ConditionalAccessPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConditionalAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConditionalAccessPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conditionalAccessPolicy">The ConditionalAccessPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequestBuilder">
            <summary>
            The type ConditionalAccessRootPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConditionalAccessRootPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConditionalAccessPolicyRequestBuilder"/> for the specified ConditionalAccessRootConditionalAccessPolicy.
            </summary>
            <param name="id">The ID for the ConditionalAccessRootConditionalAccessPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionResponse">
            <summary>
            The type ConditionalAccessRootPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootRequest">
            <summary>
            The type ConditionalAccessRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConditionalAccessRootRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.CreateAsync(Microsoft.Graph.ConditionalAccessRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConditionalAccessRoot using POST.
            </summary>
            <param name="conditionalAccessRootToCreate">The ConditionalAccessRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConditionalAccessRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.CreateResponseAsync(Microsoft.Graph.ConditionalAccessRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConditionalAccessRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessRootToCreate">The ConditionalAccessRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConditionalAccessRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConditionalAccessRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConditionalAccessRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConditionalAccessRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConditionalAccessRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.UpdateAsync(Microsoft.Graph.ConditionalAccessRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessRoot using PATCH.
            </summary>
            <param name="conditionalAccessRootToUpdate">The ConditionalAccessRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConditionalAccessRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.UpdateResponseAsync(Microsoft.Graph.ConditionalAccessRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessRootToUpdate">The ConditionalAccessRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.PutAsync(Microsoft.Graph.ConditionalAccessRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessRoot using PUT.
            </summary>
            <param name="conditionalAccessRootToUpdate">The ConditionalAccessRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.PutResponseAsync(Microsoft.Graph.ConditionalAccessRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessRootToUpdate">The ConditionalAccessRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequest.InitializeCollectionProperties(Microsoft.Graph.ConditionalAccessRoot)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="conditionalAccessRootToInitialize">The <see cref="T:Microsoft.Graph.ConditionalAccessRoot"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootRequestBuilder">
            <summary>
            The type ConditionalAccessRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConditionalAccessRootRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootRequestBuilder.AuthenticationContextClassReferences">
            <summary>
            Gets the request builder for AuthenticationContextClassReferences.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootRequestBuilder.NamedLocations">
            <summary>
            Gets the request builder for NamedLocations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootRequestBuilder.Policies">
            <summary>
            Gets the request builder for Policies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootRequestBuilder.Templates">
            <summary>
            Gets the request builder for Templates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionPage">
            <summary>
            The type ConditionalAccessRootTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest">
            <summary>
            The type ConditionalAccessRootTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConditionalAccessRootTemplatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest.AddAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConditionalAccessTemplate to the collection via POST.
            </summary>
            <param name="conditionalAccessTemplate">The ConditionalAccessTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConditionalAccessTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest.AddResponseAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConditionalAccessTemplate to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conditionalAccessTemplate">The ConditionalAccessTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequestBuilder">
            <summary>
            The type ConditionalAccessRootTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConditionalAccessRootTemplatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConditionalAccessTemplateRequestBuilder"/> for the specified ConditionalAccessRootConditionalAccessTemplate.
            </summary>
            <param name="id">The ID for the ConditionalAccessRootConditionalAccessTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionResponse">
            <summary>
            The type ConditionalAccessRootTemplatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConditionalAccessRootTemplatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessTemplateRequest">
            <summary>
            The type ConditionalAccessTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConditionalAccessTemplateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.CreateAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConditionalAccessTemplate using POST.
            </summary>
            <param name="conditionalAccessTemplateToCreate">The ConditionalAccessTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConditionalAccessTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.CreateResponseAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConditionalAccessTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessTemplateToCreate">The ConditionalAccessTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConditionalAccessTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConditionalAccessTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConditionalAccessTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConditionalAccessTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConditionalAccessTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.UpdateAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessTemplate using PATCH.
            </summary>
            <param name="conditionalAccessTemplateToUpdate">The ConditionalAccessTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConditionalAccessTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.UpdateResponseAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessTemplateToUpdate">The ConditionalAccessTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.PutAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessTemplate using PUT.
            </summary>
            <param name="conditionalAccessTemplateToUpdate">The ConditionalAccessTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.PutResponseAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessTemplate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessTemplateToUpdate">The ConditionalAccessTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequest.InitializeCollectionProperties(Microsoft.Graph.ConditionalAccessTemplate)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="conditionalAccessTemplateToInitialize">The <see cref="T:Microsoft.Graph.ConditionalAccessTemplate"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ConditionalAccessTemplateRequestBuilder">
            <summary>
            The type ConditionalAccessTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConditionalAccessTemplateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConditionalAccessTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionPage">
            <summary>
            The type ConnectedOrganizationExternalSponsorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest">
            <summary>
            The type ConnectedOrganizationExternalSponsorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConnectedOrganizationExternalSponsorsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequestBuilder">
            <summary>
            The type ConnectedOrganizationExternalSponsorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConnectedOrganizationExternalSponsorsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified ConnectedOrganizationDirectoryObject.
            </summary>
            <param name="id">The ID for the ConnectedOrganizationDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequestBuilder.ValidateProperties(System.String,System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Gets the request builder for DirectoryObjectValidateProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequestBuilder.GetAvailableExtensionProperties(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetAvailableExtensionProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionResponse">
            <summary>
            The type ConnectedOrganizationExternalSponsorsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationExternalSponsorsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionPage">
            <summary>
            The type ConnectedOrganizationInternalSponsorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest">
            <summary>
            The type ConnectedOrganizationInternalSponsorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConnectedOrganizationInternalSponsorsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequestBuilder">
            <summary>
            The type ConnectedOrganizationInternalSponsorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConnectedOrganizationInternalSponsorsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified ConnectedOrganizationDirectoryObject.
            </summary>
            <param name="id">The ID for the ConnectedOrganizationDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequestBuilder.ValidateProperties(System.String,System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Gets the request builder for DirectoryObjectValidateProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequestBuilder.GetAvailableExtensionProperties(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetAvailableExtensionProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionResponse">
            <summary>
            The type ConnectedOrganizationInternalSponsorsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationInternalSponsorsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationReferenceRequest">
            <summary>
            The type ConnectedOrganizationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConnectedOrganizationReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectedOrganization reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectedOrganization reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ConnectedOrganization reference.
            </summary>
            <param name="id">The ConnectedOrganization reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ConnectedOrganization reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The ConnectedOrganization reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationReferenceRequestBuilder">
            <summary>
            The type ConnectedOrganizationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConnectedOrganizationReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationRequest">
            <summary>
            The type ConnectedOrganizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConnectedOrganizationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.CreateAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConnectedOrganization using POST.
            </summary>
            <param name="connectedOrganizationToCreate">The ConnectedOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.CreateResponseAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConnectedOrganization using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectedOrganizationToCreate">The ConnectedOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectedOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectedOrganization and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConnectedOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConnectedOrganization and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.UpdateAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectedOrganization using PATCH.
            </summary>
            <param name="connectedOrganizationToUpdate">The ConnectedOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.UpdateResponseAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectedOrganization using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectedOrganizationToUpdate">The ConnectedOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.PutAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectedOrganization using PUT.
            </summary>
            <param name="connectedOrganizationToUpdate">The ConnectedOrganization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.PutResponseAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectedOrganization using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectedOrganizationToUpdate">The ConnectedOrganization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConnectedOrganization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConnectedOrganization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequest.InitializeCollectionProperties(Microsoft.Graph.ConnectedOrganization)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="connectedOrganizationToInitialize">The <see cref="T:Microsoft.Graph.ConnectedOrganization"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationRequestBuilder">
            <summary>
            The type ConnectedOrganizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConnectedOrganizationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationRequestBuilder.ExternalSponsors">
            <summary>
            Gets the request builder for ExternalSponsors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationRequestBuilder.InternalSponsors">
            <summary>
            Gets the request builder for InternalSponsors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest">
            <summary>
            The type ConnectedOrganizationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConnectedOrganizationWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConnectedOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConnectedOrganization and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest.CreateAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConnectedOrganization using POST.
            </summary>
            <param name="connectedOrganizationToCreate">The ConnectedOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConnectedOrganization using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectedOrganizationToCreate">The ConnectedOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest.UpdateAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectedOrganization using PATCH.
            </summary>
            <param name="connectedOrganizationToUpdate">The ConnectedOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectedOrganization using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectedOrganizationToUpdate">The ConnectedOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectedOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectedOrganization and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConnectedOrganization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConnectedOrganization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConnectedOrganizationWithReferenceRequestBuilder">
            <summary>
            The type ConnectedOrganizationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConnectedOrganizationWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConnectedOrganizationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConnectedOrganizationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the connectedOrganization.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConnectedOrganizationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactDeltaCollectionPage">
            <summary>
            The type ContactDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactDeltaCollectionResponse">
            <summary>
            The type ContactDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactDeltaRequest">
            <summary>
            The type ContactDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactDeltaRequestBuilder">
            <summary>
            The type ContactDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ContactDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactExtensionsCollectionPage">
            <summary>
            The type ContactExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactExtensionsCollectionRequest">
            <summary>
            The type ContactExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactExtensionsCollectionRequestBuilder">
            <summary>
            The type ContactExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified ContactExtension.
            </summary>
            <param name="id">The ID for the ContactExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactExtensionsCollectionResponse">
            <summary>
            The type ContactExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactExtensionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderChildFoldersCollectionPage">
            <summary>
            The type ContactFolderChildFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderChildFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest">
            <summary>
            The type ContactFolderChildFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactFolderChildFoldersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.AddAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContactFolder to the collection via POST.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.AddResponseAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContactFolder to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderChildFoldersCollectionRequestBuilder">
            <summary>
            The type ContactFolderChildFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactFolderChildFoldersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderChildFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/> for the specified ContactFolderContactFolder.
            </summary>
            <param name="id">The ID for the ContactFolderContactFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderChildFoldersCollectionResponse">
            <summary>
            The type ContactFolderChildFoldersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderChildFoldersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactFolderChildFoldersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderChildFoldersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderChildFoldersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderContactsCollectionPage">
            <summary>
            The type ContactFolderContactsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderContactsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderContactsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderContactsCollectionRequest">
            <summary>
            The type ContactFolderContactsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactFolderContactsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.AddAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contact to the collection via POST.
            </summary>
            <param name="contact">The Contact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.AddResponseAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contact to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contact">The Contact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderContactsCollectionRequestBuilder">
            <summary>
            The type ContactFolderContactsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactFolderContactsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderContactsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactRequestBuilder"/> for the specified ContactFolderContact.
            </summary>
            <param name="id">The ID for the ContactFolderContact.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderContactsCollectionResponse">
            <summary>
            The type ContactFolderContactsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderContactsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactFolderContactsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderContactsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderContactsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderDeltaCollectionPage">
            <summary>
            The type ContactFolderDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderDeltaCollectionResponse">
            <summary>
            The type ContactFolderDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactFolderDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderDeltaRequest">
            <summary>
            The type ContactFolderDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactFolderDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderDeltaRequestBuilder">
            <summary>
            The type ContactFolderDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ContactFolderDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type ContactFolderMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type ContactFolderMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactFolderMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified ContactFolderMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the ContactFolderMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type ContactFolderMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderRequest">
            <summary>
            The type ContactFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactFolderRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.CreateAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContactFolder using POST.
            </summary>
            <param name="contactFolderToCreate">The ContactFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.CreateResponseAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContactFolder using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contactFolderToCreate">The ContactFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContactFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContactFolder and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContactFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContactFolder and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.UpdateAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContactFolder using PATCH.
            </summary>
            <param name="contactFolderToUpdate">The ContactFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.UpdateResponseAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContactFolder using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contactFolderToUpdate">The ContactFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.PutAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContactFolder using PUT.
            </summary>
            <param name="contactFolderToUpdate">The ContactFolder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.PutResponseAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContactFolder using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contactFolderToUpdate">The ContactFolder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.InitializeCollectionProperties(Microsoft.Graph.ContactFolder)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="contactFolderToInitialize">The <see cref="T:Microsoft.Graph.ContactFolder"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderRequestBuilder">
            <summary>
            The type ContactFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactFolderRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderRequestBuilder.ChildFolders">
            <summary>
            Gets the request builder for ChildFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderRequestBuilder.Contacts">
            <summary>
            Gets the request builder for Contacts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type ContactFolderSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type ContactFolderSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactFolderSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified ContactFolderSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the ContactFolderSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type ContactFolderSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type ContactMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type ContactMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type ContactMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified ContactMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the ContactMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type ContactMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactRequest">
            <summary>
            The type ContactRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.CreateAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Contact using POST.
            </summary>
            <param name="contactToCreate">The Contact to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.CreateResponseAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Contact using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contactToCreate">The Contact to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Contact.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Contact and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Contact.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Contact and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.UpdateAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contact using PATCH.
            </summary>
            <param name="contactToUpdate">The Contact to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.UpdateResponseAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contact using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contactToUpdate">The Contact to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.PutAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contact using PUT.
            </summary>
            <param name="contactToUpdate">The Contact object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.PutResponseAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contact using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contactToUpdate">The Contact object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.InitializeCollectionProperties(Microsoft.Graph.Contact)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="contactToInitialize">The <see cref="T:Microsoft.Graph.Contact"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ContactRequestBuilder">
            <summary>
            The type ContactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type ContactSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type ContactSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type ContactSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified ContactSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the ContactSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type ContactSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentSharingSessionRequest">
            <summary>
            The type ContentSharingSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentSharingSessionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.CreateAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentSharingSession using POST.
            </summary>
            <param name="contentSharingSessionToCreate">The ContentSharingSession to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentSharingSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.CreateResponseAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentSharingSession using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentSharingSessionToCreate">The ContentSharingSession to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentSharingSession.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentSharingSession and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentSharingSession.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ContentSharingSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentSharingSession and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.UpdateAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentSharingSession using PATCH.
            </summary>
            <param name="contentSharingSessionToUpdate">The ContentSharingSession to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ContentSharingSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.UpdateResponseAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentSharingSession using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentSharingSessionToUpdate">The ContentSharingSession to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.PutAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentSharingSession using PUT.
            </summary>
            <param name="contentSharingSessionToUpdate">The ContentSharingSession object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.PutResponseAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentSharingSession using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentSharingSessionToUpdate">The ContentSharingSession object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentSharingSession,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentSharingSession,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequest.InitializeCollectionProperties(Microsoft.Graph.ContentSharingSession)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="contentSharingSessionToInitialize">The <see cref="T:Microsoft.Graph.ContentSharingSession"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ContentSharingSessionRequestBuilder">
            <summary>
            The type ContentSharingSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContentSharingSessionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentSharingSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeAddCopyFromContentTypeHubRequest">
            <summary>
            The type ContentTypeAddCopyFromContentTypeHubRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyFromContentTypeHubRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeAddCopyFromContentTypeHubRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeAddCopyFromContentTypeHubRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyFromContentTypeHubRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyFromContentTypeHubRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyFromContentTypeHubRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyFromContentTypeHubRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeAddCopyFromContentTypeHubRequestBuilder">
            <summary>
            The type ContentTypeAddCopyFromContentTypeHubRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyFromContentTypeHubRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ContentTypeAddCopyFromContentTypeHubRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="contentTypeId">A contentTypeId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyFromContentTypeHubRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeAddCopyRequest">
            <summary>
            The type ContentTypeAddCopyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeAddCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeAddCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeAddCopyRequestBuilder">
            <summary>
            The type ContentTypeAddCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ContentTypeAddCopyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="contentType">A contentType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAddCopyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequest">
            <summary>
            The type ContentTypeAssociateWithHubSitesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeAssociateWithHubSitesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequestBuilder">
            <summary>
            The type ContentTypeAssociateWithHubSitesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="hubSiteUrls">A hubSiteUrls parameter for the OData method call.</param>
            <param name="propagateToExistingLists">A propagateToExistingLists parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeAssociateWithHubSitesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeBaseTypesCollectionReferencesRequest">
            <summary>
            The type ContentTypeBaseTypesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeBaseTypesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="contentTypeReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contentTypeReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeBaseTypesCollectionReferencesRequestBuilder">
            <summary>
            The type ContentTypeBaseTypesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContentTypeBaseTypesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesPage">
            <summary>
            The type ContentTypeBaseTypesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequest">
            <summary>
            The type ContentTypeBaseTypesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeBaseTypesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequestBuilder">
            <summary>
            The type ContentTypeBaseTypesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContentTypeBaseTypesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeWithReferenceRequestBuilder"/> for the specified ContentTypeContentType.
            </summary>
            <param name="id">The ID for the ContentTypeContentType.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeBaseTypesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeBaseTypesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesResponse">
            <summary>
            The type ContentTypeBaseTypesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeBaseTypesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnLinksCollectionPage">
            <summary>
            The type ContentTypeColumnLinksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnLinksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest">
            <summary>
            The type ContentTypeColumnLinksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeColumnLinksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.AddAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnLink to the collection via POST.
            </summary>
            <param name="columnLink">The ColumnLink to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.AddResponseAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnLink to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnLink">The ColumnLink to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnLinksCollectionRequestBuilder">
            <summary>
            The type ContentTypeColumnLinksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContentTypeColumnLinksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnLinksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnLinkRequestBuilder"/> for the specified ContentTypeColumnLink.
            </summary>
            <param name="id">The ID for the ContentTypeColumnLink.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnLinkRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnLinksCollectionResponse">
            <summary>
            The type ContentTypeColumnLinksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnLinksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContentTypeColumnLinksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnLinksCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnLinksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnPositionsCollectionReferencesRequest">
            <summary>
            The type ContentTypeColumnPositionsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeColumnPositionsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnPositionsCollectionReferencesRequestBuilder">
            <summary>
            The type ContentTypeColumnPositionsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContentTypeColumnPositionsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesPage">
            <summary>
            The type ContentTypeColumnPositionsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequest">
            <summary>
            The type ContentTypeColumnPositionsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeColumnPositionsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequestBuilder">
            <summary>
            The type ContentTypeColumnPositionsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContentTypeColumnPositionsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/> for the specified ContentTypeColumnDefinition.
            </summary>
            <param name="id">The ID for the ContentTypeColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesResponse">
            <summary>
            The type ContentTypeColumnPositionsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnPositionsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnsCollectionPage">
            <summary>
            The type ContentTypeColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContentTypeColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnsCollectionRequest">
            <summary>
            The type ContentTypeColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeColumnsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequest.AddResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnsCollectionRequestBuilder">
            <summary>
            The type ContentTypeColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContentTypeColumnsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/> for the specified ContentTypeColumnDefinition.
            </summary>
            <param name="id">The ID for the ContentTypeColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnsCollectionResponse">
            <summary>
            The type ContentTypeColumnsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContentTypeColumnsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequest">
            <summary>
            The type ContentTypeCopyToDefaultContentLocationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeCopyToDefaultContentLocationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequestBuilder">
            <summary>
            The type ContentTypeCopyToDefaultContentLocationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.ItemReference,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="sourceFile">A sourceFile parameter for the OData method call.</param>
            <param name="destinationFileName">A destinationFileName parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeCopyToDefaultContentLocationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesCollectionPage">
            <summary>
            The type ContentTypeGetCompatibleHubContentTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesCollectionResponse">
            <summary>
            The type ContentTypeGetCompatibleHubContentTypesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest">
            <summary>
            The type ContentTypeGetCompatibleHubContentTypesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeGetCompatibleHubContentTypesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest.PatchAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="contenttype">The ContentType object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest.PatchResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="contenttype">The ContentType object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest.PutAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="contenttype">The ContentType object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest.PutResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="contenttype">The ContentType object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder">
            <summary>
            The type ContentTypeGetCompatibleHubContentTypesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.AddCopy(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopyRequestBuilder.
            </summary>
            <param name="contentType">A contentType parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.AddCopyFromContentTypeHub(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopyFromContentTypeHubRequestBuilder.
            </summary>
            <param name="contentTypeId">A contentTypeId parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.AssociateWithHubSites(System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for ContentTypeAssociateWithHubSitesRequestBuilder.
            </summary>
            <param name="hubSiteUrls">A hubSiteUrls parameter for the OData method call.</param>
            <param name="propagateToExistingLists">A propagateToExistingLists parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.CopyToDefaultContentLocation(Microsoft.Graph.ItemReference,System.String)">
            <summary>
            Gets the request builder for ContentTypeCopyToDefaultContentLocationRequestBuilder.
            </summary>
            <param name="sourceFile">A sourceFile parameter for the OData method call.</param>
            <param name="destinationFileName">A destinationFileName parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.GetCompatibleHubContentTypes">
            <summary>
            Gets the request builder for ContentTypeGetCompatibleHubContentTypesRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.IsPublished">
            <summary>
            Gets the request builder for ContentTypeIsPublishedRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeIsPublishedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.Publish">
            <summary>
            Gets the request builder for ContentTypePublishRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypePublishRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.Unpublish">
            <summary>
            Gets the request builder for ContentTypeUnpublishRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeUnpublishRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.Base">
            <summary>
            Gets the request builder for Base.
            Parent contentType from which this content type is derived.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.BaseTypes">
            <summary>
            Gets the request builder for BaseTypes.
            The collection of content types that are ancestors of this content type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.ColumnLinks">
            <summary>
            Gets the request builder for ColumnLinks.
            The collection of columns that are required by this content type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnLinkRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.ColumnPositions">
            <summary>
            Gets the request builder for ColumnPositions.
            Column order information in a content type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeGetCompatibleHubContentTypesRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            The collection of column definitions for this contentType.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeIsPublishedRequest">
            <summary>
            The type ContentTypeIsPublishedRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeIsPublishedRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeIsPublishedRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeIsPublishedRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeIsPublishedRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeIsPublishedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeIsPublishedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeIsPublishedRequestBuilder">
            <summary>
            The type ContentTypeIsPublishedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeIsPublishedRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ContentTypeIsPublishedRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeIsPublishedRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypePublishRequest">
            <summary>
            The type ContentTypePublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypePublishRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypePublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypePublishRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypePublishRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypePublishRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypePublishRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypePublishRequestBuilder">
            <summary>
            The type ContentTypePublishRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypePublishRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ContentTypePublishRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypePublishRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeReferenceRequest">
            <summary>
            The type ContentTypeReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ContentType reference.
            </summary>
            <param name="id">The ContentType reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ContentType reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The ContentType reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeReferenceRequestBuilder">
            <summary>
            The type ContentTypeReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContentTypeReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeRequest">
            <summary>
            The type ContentTypeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.CreateAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentType using POST.
            </summary>
            <param name="contentTypeToCreate">The ContentType to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.CreateResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentType using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentTypeToCreate">The ContentType to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentType.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentType and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.UpdateAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PATCH.
            </summary>
            <param name="contentTypeToUpdate">The ContentType to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.UpdateResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentTypeToUpdate">The ContentType to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.PutAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PUT.
            </summary>
            <param name="contentTypeToUpdate">The ContentType object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.PutResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentTypeToUpdate">The ContentType object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.InitializeCollectionProperties(Microsoft.Graph.ContentType)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="contentTypeToInitialize">The <see cref="T:Microsoft.Graph.ContentType"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeRequestBuilder">
            <summary>
            The type ContentTypeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContentTypeRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeRequestBuilder.Base">
            <summary>
            Gets the request builder for Base.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeRequestBuilder.BaseTypes">
            <summary>
            Gets the request builder for BaseTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeRequestBuilder.ColumnLinks">
            <summary>
            Gets the request builder for ColumnLinks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeColumnLinksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeRequestBuilder.ColumnPositions">
            <summary>
            Gets the request builder for ColumnPositions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequestBuilder.Publish">
            <summary>
            Gets the request builder for ContentTypePublish.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypePublishRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequestBuilder.Unpublish">
            <summary>
            Gets the request builder for ContentTypeUnpublish.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeUnpublishRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequestBuilder.AssociateWithHubSites(System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for ContentTypeAssociateWithHubSites.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequestBuilder.CopyToDefaultContentLocation(Microsoft.Graph.ItemReference,System.String)">
            <summary>
            Gets the request builder for ContentTypeCopyToDefaultContentLocation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequestBuilder.IsPublished">
            <summary>
            Gets the request builder for ContentTypeIsPublished.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeIsPublishedRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeUnpublishRequest">
            <summary>
            The type ContentTypeUnpublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeUnpublishRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeUnpublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeUnpublishRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeUnpublishRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeUnpublishRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeUnpublishRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeUnpublishRequestBuilder">
            <summary>
            The type ContentTypeUnpublishRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeUnpublishRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ContentTypeUnpublishRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeUnpublishRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeWithReferenceRequest">
            <summary>
            The type ContentTypeWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentType.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentType and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequest.CreateAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentType using POST.
            </summary>
            <param name="contentTypeToCreate">The ContentType to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentType using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentTypeToCreate">The ContentType to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequest.UpdateAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PATCH.
            </summary>
            <param name="contentTypeToUpdate">The ContentType to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentTypeToUpdate">The ContentType to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeWithReferenceRequestBuilder">
            <summary>
            The type ContentTypeWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContentTypeWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the contentType.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContractRequest">
            <summary>
            The type ContractRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContractRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.CreateAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Contract using POST.
            </summary>
            <param name="contractToCreate">The Contract to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.CreateResponseAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Contract using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contractToCreate">The Contract to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Contract.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Contract and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Contract.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Contract and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.UpdateAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contract using PATCH.
            </summary>
            <param name="contractToUpdate">The Contract to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.UpdateResponseAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contract using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contractToUpdate">The Contract to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.PutAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contract using PUT.
            </summary>
            <param name="contractToUpdate">The Contract object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.PutResponseAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contract using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contractToUpdate">The Contract object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.InitializeCollectionProperties(Microsoft.Graph.Contract)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="contractToInitialize">The <see cref="T:Microsoft.Graph.Contract"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ContractRequestBuilder">
            <summary>
            The type ContractRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContractRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContractRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContractRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationMemberAddCollectionPage">
            <summary>
            The type ConversationMemberAddCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationMemberAddCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConversationMemberAddRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberAddCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationMemberAddCollectionResponse">
            <summary>
            The type ConversationMemberAddCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationMemberAddCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IConversationMemberAddCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationMemberAddCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationMemberAddCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationMemberAddRequest">
            <summary>
            The type ConversationMemberAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationMemberAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationMemberAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberAddRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberAddRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberAddRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberAddRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationMemberAddRequestBuilder">
            <summary>
            The type ConversationMemberAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.ConversationMember})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ConversationMemberAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationMemberReferenceRequest">
            <summary>
            The type ConversationMemberReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationMemberReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationMember reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationMember reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ConversationMember reference.
            </summary>
            <param name="id">The ConversationMember reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ConversationMember reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The ConversationMember reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationMemberReferenceRequestBuilder">
            <summary>
            The type ConversationMemberReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConversationMemberReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationMemberRequest">
            <summary>
            The type ConversationMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationMemberRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.CreateAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationMember using POST.
            </summary>
            <param name="conversationMemberToCreate">The ConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.CreateResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationMemberToCreate">The ConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.UpdateAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationMember using PATCH.
            </summary>
            <param name="conversationMemberToUpdate">The ConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.UpdateResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationMemberToUpdate">The ConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.PutAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationMember using PUT.
            </summary>
            <param name="conversationMemberToUpdate">The ConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.PutResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationMemberToUpdate">The ConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequest.InitializeCollectionProperties(Microsoft.Graph.ConversationMember)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="conversationMemberToInitialize">The <see cref="T:Microsoft.Graph.ConversationMember"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ConversationMemberRequestBuilder">
            <summary>
            The type ConversationMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConversationMemberRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationMemberWithReferenceRequest">
            <summary>
            The type ConversationMemberWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationMemberWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequest.CreateAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationMember using POST.
            </summary>
            <param name="conversationMemberToCreate">The ConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationMemberToCreate">The ConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequest.UpdateAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationMember using PATCH.
            </summary>
            <param name="conversationMemberToUpdate">The ConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationMemberToUpdate">The ConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationMemberWithReferenceRequestBuilder">
            <summary>
            The type ConversationMemberWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConversationMemberWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationMemberWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConversationMemberWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the conversationMember.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationRequest">
            <summary>
            The type ConversationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.CreateAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Conversation using POST.
            </summary>
            <param name="conversationToCreate">The Conversation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.CreateResponseAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Conversation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationToCreate">The Conversation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Conversation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Conversation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Conversation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Conversation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.UpdateAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Conversation using PATCH.
            </summary>
            <param name="conversationToUpdate">The Conversation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.UpdateResponseAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Conversation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationToUpdate">The Conversation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.PutAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Conversation using PUT.
            </summary>
            <param name="conversationToUpdate">The Conversation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.PutResponseAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Conversation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationToUpdate">The Conversation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.InitializeCollectionProperties(Microsoft.Graph.Conversation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="conversationToInitialize">The <see cref="T:Microsoft.Graph.Conversation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ConversationRequestBuilder">
            <summary>
            The type ConversationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConversationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConversationRequestBuilder.Threads">
            <summary>
            Gets the request builder for Threads.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadPostsCollectionPage">
            <summary>
            The type ConversationThreadPostsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadPostsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConversationThreadPostsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadPostsCollectionRequest">
            <summary>
            The type ConversationThreadPostsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationThreadPostsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.AddAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Post to the collection via POST.
            </summary>
            <param name="post">The Post to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.AddResponseAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Post to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="post">The Post to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadPostsCollectionRequestBuilder">
            <summary>
            The type ConversationThreadPostsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConversationThreadPostsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadPostsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPostRequestBuilder"/> for the specified ConversationThreadPost.
            </summary>
            <param name="id">The ID for the ConversationThreadPost.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPostRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadPostsCollectionResponse">
            <summary>
            The type ConversationThreadPostsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadPostsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IConversationThreadPostsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadPostsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadPostsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadReplyRequest">
            <summary>
            The type ConversationThreadReplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationThreadReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadReplyRequestBuilder">
            <summary>
            The type ConversationThreadReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Post)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ConversationThreadReplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Post">A Post parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadRequest">
            <summary>
            The type ConversationThreadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationThreadRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.CreateAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationThread using POST.
            </summary>
            <param name="conversationThreadToCreate">The ConversationThread to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.CreateResponseAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationThread using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationThreadToCreate">The ConversationThread to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationThread.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationThread and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationThread.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationThread and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.UpdateAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationThread using PATCH.
            </summary>
            <param name="conversationThreadToUpdate">The ConversationThread to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.UpdateResponseAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationThread using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationThreadToUpdate">The ConversationThread to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.PutAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationThread using PUT.
            </summary>
            <param name="conversationThreadToUpdate">The ConversationThread object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.PutResponseAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationThread using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationThreadToUpdate">The ConversationThread object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.InitializeCollectionProperties(Microsoft.Graph.ConversationThread)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="conversationThreadToInitialize">The <see cref="T:Microsoft.Graph.ConversationThread"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadRequestBuilder">
            <summary>
            The type ConversationThreadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConversationThreadRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadRequestBuilder.Posts">
            <summary>
            Gets the request builder for Posts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadPostsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequestBuilder.Reply(Microsoft.Graph.Post)">
            <summary>
            Gets the request builder for ConversationThreadReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadReplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadsCollectionPage">
            <summary>
            The type ConversationThreadsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConversationThreadsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadsCollectionRequest">
            <summary>
            The type ConversationThreadsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationThreadsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.AddAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationThread to the collection via POST.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.AddResponseAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationThread to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadsCollectionRequestBuilder">
            <summary>
            The type ConversationThreadsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConversationThreadsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/> for the specified ConversationConversationThread.
            </summary>
            <param name="id">The ID for the ConversationConversationThread.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadsCollectionResponse">
            <summary>
            The type ConversationThreadsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IConversationThreadsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CountryNamedLocationRequest">
            <summary>
            The type CountryNamedLocationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CountryNamedLocationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.CreateAsync(Microsoft.Graph.CountryNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CountryNamedLocation using POST.
            </summary>
            <param name="countryNamedLocationToCreate">The CountryNamedLocation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CountryNamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.CreateResponseAsync(Microsoft.Graph.CountryNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CountryNamedLocation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="countryNamedLocationToCreate">The CountryNamedLocation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CountryNamedLocation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CountryNamedLocation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CountryNamedLocation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CountryNamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CountryNamedLocation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.UpdateAsync(Microsoft.Graph.CountryNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CountryNamedLocation using PATCH.
            </summary>
            <param name="countryNamedLocationToUpdate">The CountryNamedLocation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CountryNamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.UpdateResponseAsync(Microsoft.Graph.CountryNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CountryNamedLocation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="countryNamedLocationToUpdate">The CountryNamedLocation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.PutAsync(Microsoft.Graph.CountryNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CountryNamedLocation using PUT.
            </summary>
            <param name="countryNamedLocationToUpdate">The CountryNamedLocation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.PutResponseAsync(Microsoft.Graph.CountryNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CountryNamedLocation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="countryNamedLocationToUpdate">The CountryNamedLocation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CountryNamedLocation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CountryNamedLocation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequest.InitializeCollectionProperties(Microsoft.Graph.CountryNamedLocation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="countryNamedLocationToInitialize">The <see cref="T:Microsoft.Graph.CountryNamedLocation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CountryNamedLocationRequestBuilder">
            <summary>
            The type CountryNamedLocationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CountryNamedLocationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CountryNamedLocationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest">
            <summary>
            The type CrossTenantAccessPolicyConfigurationDefaultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CrossTenantAccessPolicyConfigurationDefaultRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.CreateAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CrossTenantAccessPolicyConfigurationDefault using POST.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationDefaultToCreate">The CrossTenantAccessPolicyConfigurationDefault to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CrossTenantAccessPolicyConfigurationDefault.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.CreateResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CrossTenantAccessPolicyConfigurationDefault using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationDefaultToCreate">The CrossTenantAccessPolicyConfigurationDefault to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CrossTenantAccessPolicyConfigurationDefault.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CrossTenantAccessPolicyConfigurationDefault and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CrossTenantAccessPolicyConfigurationDefault.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CrossTenantAccessPolicyConfigurationDefault.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CrossTenantAccessPolicyConfigurationDefault and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.UpdateAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationDefault using PATCH.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationDefaultToUpdate">The CrossTenantAccessPolicyConfigurationDefault to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CrossTenantAccessPolicyConfigurationDefault.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.UpdateResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationDefault using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationDefaultToUpdate">The CrossTenantAccessPolicyConfigurationDefault to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.PutAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationDefault using PUT.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationDefaultToUpdate">The CrossTenantAccessPolicyConfigurationDefault object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.PutResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationDefault using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationDefaultToUpdate">The CrossTenantAccessPolicyConfigurationDefault object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequest.InitializeCollectionProperties(Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationDefaultToInitialize">The <see cref="T:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequestBuilder">
            <summary>
            The type CrossTenantAccessPolicyConfigurationDefaultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CrossTenantAccessPolicyConfigurationDefaultRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultRequestBuilder.ResetToSystemDefault">
            <summary>
            Gets the request builder for CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefault.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest">
            <summary>
            The type CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequestBuilder">
            <summary>
            The type CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest">
            <summary>
            The type CrossTenantAccessPolicyConfigurationPartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CrossTenantAccessPolicyConfigurationPartnerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.CreateAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CrossTenantAccessPolicyConfigurationPartner using POST.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartnerToCreate">The CrossTenantAccessPolicyConfigurationPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CrossTenantAccessPolicyConfigurationPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.CreateResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CrossTenantAccessPolicyConfigurationPartner using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartnerToCreate">The CrossTenantAccessPolicyConfigurationPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CrossTenantAccessPolicyConfigurationPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CrossTenantAccessPolicyConfigurationPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CrossTenantAccessPolicyConfigurationPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CrossTenantAccessPolicyConfigurationPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CrossTenantAccessPolicyConfigurationPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.UpdateAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationPartner using PATCH.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartnerToUpdate">The CrossTenantAccessPolicyConfigurationPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CrossTenantAccessPolicyConfigurationPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.UpdateResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationPartner using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartnerToUpdate">The CrossTenantAccessPolicyConfigurationPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.PutAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationPartner using PUT.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartnerToUpdate">The CrossTenantAccessPolicyConfigurationPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.PutResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationPartner using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartnerToUpdate">The CrossTenantAccessPolicyConfigurationPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequest.InitializeCollectionProperties(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartnerToInitialize">The <see cref="T:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequestBuilder">
            <summary>
            The type CrossTenantAccessPolicyConfigurationPartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CrossTenantAccessPolicyConfigurationPartnerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionPage">
            <summary>
            The type CrossTenantAccessPolicyPartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest">
            <summary>
            The type CrossTenantAccessPolicyPartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CrossTenantAccessPolicyPartnersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest.AddAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CrossTenantAccessPolicyConfigurationPartner to the collection via POST.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartner">The CrossTenantAccessPolicyConfigurationPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CrossTenantAccessPolicyConfigurationPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest.AddResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CrossTenantAccessPolicyConfigurationPartner to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartner">The CrossTenantAccessPolicyConfigurationPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequestBuilder">
            <summary>
            The type CrossTenantAccessPolicyPartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CrossTenantAccessPolicyPartnersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequestBuilder"/> for the specified CrossTenantAccessPolicyCrossTenantAccessPolicyConfigurationPartner.
            </summary>
            <param name="id">The ID for the CrossTenantAccessPolicyCrossTenantAccessPolicyConfigurationPartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionResponse">
            <summary>
            The type CrossTenantAccessPolicyPartnersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyPartnersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyRequest">
            <summary>
            The type CrossTenantAccessPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CrossTenantAccessPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.CreateAsync(Microsoft.Graph.CrossTenantAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CrossTenantAccessPolicy using POST.
            </summary>
            <param name="crossTenantAccessPolicyToCreate">The CrossTenantAccessPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CrossTenantAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.CreateResponseAsync(Microsoft.Graph.CrossTenantAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CrossTenantAccessPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyToCreate">The CrossTenantAccessPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CrossTenantAccessPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CrossTenantAccessPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CrossTenantAccessPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CrossTenantAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CrossTenantAccessPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.UpdateAsync(Microsoft.Graph.CrossTenantAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicy using PATCH.
            </summary>
            <param name="crossTenantAccessPolicyToUpdate">The CrossTenantAccessPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CrossTenantAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.UpdateResponseAsync(Microsoft.Graph.CrossTenantAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyToUpdate">The CrossTenantAccessPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.PutAsync(Microsoft.Graph.CrossTenantAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicy using PUT.
            </summary>
            <param name="crossTenantAccessPolicyToUpdate">The CrossTenantAccessPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.PutResponseAsync(Microsoft.Graph.CrossTenantAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyToUpdate">The CrossTenantAccessPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.CrossTenantAccessPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="crossTenantAccessPolicyToInitialize">The <see cref="T:Microsoft.Graph.CrossTenantAccessPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CrossTenantAccessPolicyRequestBuilder">
            <summary>
            The type CrossTenantAccessPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CrossTenantAccessPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CrossTenantAccessPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyRequestBuilder.Default">
            <summary>
            Gets the request builder for Default.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CrossTenantAccessPolicyRequestBuilder.Partners">
            <summary>
            Gets the request builder for Partners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DataPolicyOperationRequest">
            <summary>
            The type DataPolicyOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DataPolicyOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.CreateAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataPolicyOperation using POST.
            </summary>
            <param name="dataPolicyOperationToCreate">The DataPolicyOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataPolicyOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.CreateResponseAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataPolicyOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataPolicyOperationToCreate">The DataPolicyOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataPolicyOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataPolicyOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataPolicyOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DataPolicyOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataPolicyOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.UpdateAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataPolicyOperation using PATCH.
            </summary>
            <param name="dataPolicyOperationToUpdate">The DataPolicyOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DataPolicyOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.UpdateResponseAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataPolicyOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataPolicyOperationToUpdate">The DataPolicyOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.PutAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataPolicyOperation using PUT.
            </summary>
            <param name="dataPolicyOperationToUpdate">The DataPolicyOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.PutResponseAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataPolicyOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataPolicyOperationToUpdate">The DataPolicyOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DataPolicyOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DataPolicyOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequest.InitializeCollectionProperties(Microsoft.Graph.DataPolicyOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="dataPolicyOperationToInitialize">The <see cref="T:Microsoft.Graph.DataPolicyOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DataPolicyOperationRequestBuilder">
            <summary>
            The type DataPolicyOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DataPolicyOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DataPolicyOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionPage">
            <summary>
            The type DefaultManagedAppProtectionAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest">
            <summary>
            The type DefaultManagedAppProtectionAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DefaultManagedAppProtectionAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequestBuilder">
            <summary>
            The type DefaultManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DefaultManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified DefaultManagedAppProtectionManagedMobileApp.
            </summary>
            <param name="id">The ID for the DefaultManagedAppProtectionManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionResponse">
            <summary>
            The type DefaultManagedAppProtectionAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtectionRequest">
            <summary>
            The type DefaultManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DefaultManagedAppProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DefaultManagedAppProtection using POST.
            </summary>
            <param name="defaultManagedAppProtectionToCreate">The DefaultManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.CreateResponseAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DefaultManagedAppProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="defaultManagedAppProtectionToCreate">The DefaultManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DefaultManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DefaultManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DefaultManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DefaultManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DefaultManagedAppProtection using PATCH.
            </summary>
            <param name="defaultManagedAppProtectionToUpdate">The DefaultManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.UpdateResponseAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DefaultManagedAppProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="defaultManagedAppProtectionToUpdate">The DefaultManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.PutAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DefaultManagedAppProtection using PUT.
            </summary>
            <param name="defaultManagedAppProtectionToUpdate">The DefaultManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.PutResponseAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DefaultManagedAppProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="defaultManagedAppProtectionToUpdate">The DefaultManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.DefaultManagedAppProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="defaultManagedAppProtectionToInitialize">The <see cref="T:Microsoft.Graph.DefaultManagedAppProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtectionRequestBuilder">
            <summary>
            The type DefaultManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DefaultManagedAppProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtectionRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtectionRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DelegatedPermissionClassificationRequest">
            <summary>
            The type DelegatedPermissionClassificationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DelegatedPermissionClassificationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.CreateAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DelegatedPermissionClassification using POST.
            </summary>
            <param name="delegatedPermissionClassificationToCreate">The DelegatedPermissionClassification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DelegatedPermissionClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.CreateResponseAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DelegatedPermissionClassification using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="delegatedPermissionClassificationToCreate">The DelegatedPermissionClassification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DelegatedPermissionClassification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DelegatedPermissionClassification and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DelegatedPermissionClassification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DelegatedPermissionClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DelegatedPermissionClassification and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.UpdateAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DelegatedPermissionClassification using PATCH.
            </summary>
            <param name="delegatedPermissionClassificationToUpdate">The DelegatedPermissionClassification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DelegatedPermissionClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.UpdateResponseAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DelegatedPermissionClassification using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="delegatedPermissionClassificationToUpdate">The DelegatedPermissionClassification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.PutAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DelegatedPermissionClassification using PUT.
            </summary>
            <param name="delegatedPermissionClassificationToUpdate">The DelegatedPermissionClassification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.PutResponseAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DelegatedPermissionClassification using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="delegatedPermissionClassificationToUpdate">The DelegatedPermissionClassification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DelegatedPermissionClassification,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DelegatedPermissionClassification,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequest.InitializeCollectionProperties(Microsoft.Graph.DelegatedPermissionClassification)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="delegatedPermissionClassificationToInitialize">The <see cref="T:Microsoft.Graph.DelegatedPermissionClassification"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DelegatedPermissionClassificationRequestBuilder">
            <summary>
            The type DelegatedPermissionClassificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DelegatedPermissionClassificationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DelegatedPermissionClassificationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequest">
            <summary>
            The type DetectedAppManagedDevicesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DetectedAppManagedDevicesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequestBuilder">
            <summary>
            The type DetectedAppManagedDevicesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DetectedAppManagedDevicesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesPage">
            <summary>
            The type DetectedAppManagedDevicesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest">
            <summary>
            The type DetectedAppManagedDevicesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DetectedAppManagedDevicesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder">
            <summary>
            The type DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder"/> for the specified DetectedAppManagedDevice.
            </summary>
            <param name="id">The ID for the DetectedAppManagedDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesResponse">
            <summary>
            The type DetectedAppManagedDevicesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppRequest">
            <summary>
            The type DetectedAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DetectedAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.CreateAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DetectedApp using POST.
            </summary>
            <param name="detectedAppToCreate">The DetectedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.CreateResponseAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DetectedApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="detectedAppToCreate">The DetectedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DetectedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DetectedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DetectedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DetectedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.UpdateAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DetectedApp using PATCH.
            </summary>
            <param name="detectedAppToUpdate">The DetectedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.UpdateResponseAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DetectedApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="detectedAppToUpdate">The DetectedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.PutAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DetectedApp using PUT.
            </summary>
            <param name="detectedAppToUpdate">The DetectedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.PutResponseAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DetectedApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="detectedAppToUpdate">The DetectedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.InitializeCollectionProperties(Microsoft.Graph.DetectedApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="detectedAppToInitialize">The <see cref="T:Microsoft.Graph.DetectedApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppRequestBuilder">
            <summary>
            The type DetectedAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DetectedAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DetectedAppRequestBuilder.ManagedDevices">
            <summary>
            Gets the request builder for ManagedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest">
            <summary>
            The type DeviceAndAppManagementRoleAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAndAppManagementRoleAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleAssignment using POST.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToCreate">The DeviceAndAppManagementRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.CreateResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToCreate">The DeviceAndAppManagementRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAndAppManagementRoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleAssignment using PATCH.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToUpdate">The DeviceAndAppManagementRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToUpdate">The DeviceAndAppManagementRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.PutAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleAssignment using PUT.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToUpdate">The DeviceAndAppManagementRoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.PutResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToUpdate">The DeviceAndAppManagementRoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceAndAppManagementRoleAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToInitialize">The <see cref="T:Microsoft.Graph.DeviceAndAppManagementRoleAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequestBuilder">
            <summary>
            The type DeviceAndAppManagementRoleAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAndAppManagementRoleAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest">
            <summary>
            The type DeviceAndAppManagementRoleDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAndAppManagementRoleDefinitionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.CreateAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleDefinition using POST.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToCreate">The DeviceAndAppManagementRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.CreateResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToCreate">The DeviceAndAppManagementRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAndAppManagementRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAndAppManagementRoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.UpdateAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleDefinition using PATCH.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToUpdate">The DeviceAndAppManagementRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToUpdate">The DeviceAndAppManagementRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.PutAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleDefinition using PUT.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToUpdate">The DeviceAndAppManagementRoleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.PutResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToUpdate">The DeviceAndAppManagementRoleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceAndAppManagementRoleDefinition)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToInitialize">The <see cref="T:Microsoft.Graph.DeviceAndAppManagementRoleDefinition"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequestBuilder">
            <summary>
            The type DeviceAndAppManagementRoleDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAndAppManagementRoleDefinitionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionPage">
            <summary>
            The type DeviceAppManagementAndroidManagedAppProtectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest">
            <summary>
            The type DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AndroidManagedAppProtection to the collection via POST.
            </summary>
            <param name="androidManagedAppProtection">The AndroidManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AndroidManagedAppProtection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="androidManagedAppProtection">The AndroidManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder"/> for the specified DeviceAppManagementAndroidManagedAppProtection.
            </summary>
            <param name="id">The ID for the DeviceAppManagementAndroidManagedAppProtection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionResponse">
            <summary>
            The type DeviceAppManagementAndroidManagedAppProtectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionPage">
            <summary>
            The type DeviceAppManagementDefaultManagedAppProtectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest">
            <summary>
            The type DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DefaultManagedAppProtection to the collection via POST.
            </summary>
            <param name="defaultManagedAppProtection">The DefaultManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DefaultManagedAppProtection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="defaultManagedAppProtection">The DefaultManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder"/> for the specified DeviceAppManagementDefaultManagedAppProtection.
            </summary>
            <param name="id">The ID for the DeviceAppManagementDefaultManagedAppProtection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionResponse">
            <summary>
            The type DeviceAppManagementDefaultManagedAppProtectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionPage">
            <summary>
            The type DeviceAppManagementIosManagedAppProtectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest">
            <summary>
            The type DeviceAppManagementIosManagedAppProtectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementIosManagedAppProtectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IosManagedAppProtection to the collection via POST.
            </summary>
            <param name="iosManagedAppProtection">The IosManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IosManagedAppProtection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="iosManagedAppProtection">The IosManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder"/> for the specified DeviceAppManagementIosManagedAppProtection.
            </summary>
            <param name="id">The ID for the DeviceAppManagementIosManagedAppProtection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionResponse">
            <summary>
            The type DeviceAppManagementIosManagedAppProtectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionPage">
            <summary>
            The type DeviceAppManagementManagedAppPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest">
            <summary>
            The type DeviceAppManagementManagedAppPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementManagedAppPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/> for the specified DeviceAppManagementManagedAppPolicy.
            </summary>
            <param name="id">The ID for the DeviceAppManagementManagedAppPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionResponse">
            <summary>
            The type DeviceAppManagementManagedAppPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionPage">
            <summary>
            The type DeviceAppManagementManagedAppRegistrationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest">
            <summary>
            The type DeviceAppManagementManagedAppRegistrationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementManagedAppRegistrationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppRegistrationRequestBuilder"/> for the specified DeviceAppManagementManagedAppRegistration.
            </summary>
            <param name="id">The ID for the DeviceAppManagementManagedAppRegistration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.GetUserIdsWithFlaggedAppRegistration">
            <summary>
            Gets the request builder for ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionResponse">
            <summary>
            The type DeviceAppManagementManagedAppRegistrationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionPage">
            <summary>
            The type DeviceAppManagementManagedAppStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest">
            <summary>
            The type DeviceAppManagementManagedAppStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementManagedAppStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppStatus to the collection via POST.
            </summary>
            <param name="managedAppStatus">The ManagedAppStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppStatus">The ManagedAppStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementManagedAppStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementManagedAppStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppStatusRequestBuilder"/> for the specified DeviceAppManagementManagedAppStatus.
            </summary>
            <param name="id">The ID for the DeviceAppManagementManagedAppStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionResponse">
            <summary>
            The type DeviceAppManagementManagedAppStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionPage">
            <summary>
            The type DeviceAppManagementManagedEBooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest">
            <summary>
            The type DeviceAppManagementManagedEBooksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementManagedEBooksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.AddAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedEBook to the collection via POST.
            </summary>
            <param name="managedEBook">The ManagedEBook to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedEBook to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedEBook">The ManagedEBook to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementManagedEBooksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementManagedEBooksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedEBookRequestBuilder"/> for the specified DeviceAppManagementManagedEBook.
            </summary>
            <param name="id">The ID for the DeviceAppManagementManagedEBook.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionResponse">
            <summary>
            The type DeviceAppManagementManagedEBooksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage">
            <summary>
            The type DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest">
            <summary>
            The type DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.AddAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MdmWindowsInformationProtectionPolicy to the collection via POST.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicy">The MdmWindowsInformationProtectionPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MdmWindowsInformationProtectionPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicy">The MdmWindowsInformationProtectionPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder"/> for the specified DeviceAppManagementMdmWindowsInformationProtectionPolicy.
            </summary>
            <param name="id">The ID for the DeviceAppManagementMdmWindowsInformationProtectionPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionResponse">
            <summary>
            The type DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionPage">
            <summary>
            The type DeviceAppManagementMobileAppCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest">
            <summary>
            The type DeviceAppManagementMobileAppCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementMobileAppCategoriesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder"/> for the specified DeviceAppManagementMobileAppCategory.
            </summary>
            <param name="id">The ID for the DeviceAppManagementMobileAppCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionResponse">
            <summary>
            The type DeviceAppManagementMobileAppCategoriesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionPage">
            <summary>
            The type DeviceAppManagementMobileAppConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest">
            <summary>
            The type DeviceAppManagementMobileAppConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementMobileAppConfigurationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfiguration to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfiguration">The ManagedDeviceMobileAppConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDeviceMobileAppConfiguration">The ManagedDeviceMobileAppConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder"/> for the specified DeviceAppManagementManagedDeviceMobileAppConfiguration.
            </summary>
            <param name="id">The ID for the DeviceAppManagementManagedDeviceMobileAppConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionResponse">
            <summary>
            The type DeviceAppManagementMobileAppConfigurationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionPage">
            <summary>
            The type DeviceAppManagementMobileAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest">
            <summary>
            The type DeviceAppManagementMobileAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementMobileAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.AddAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileApp to the collection via POST.
            </summary>
            <param name="mobileApp">The MobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileApp">The MobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementMobileAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementMobileAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppRequestBuilder"/> for the specified DeviceAppManagementMobileApp.
            </summary>
            <param name="id">The ID for the DeviceAppManagementMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionResponse">
            <summary>
            The type DeviceAppManagementMobileAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementRequest">
            <summary>
            The type DeviceAppManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.CreateAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAppManagement using POST.
            </summary>
            <param name="deviceAppManagementToCreate">The DeviceAppManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.CreateResponseAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAppManagement using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAppManagementToCreate">The DeviceAppManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAppManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAppManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAppManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAppManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.UpdateAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAppManagement using PATCH.
            </summary>
            <param name="deviceAppManagementToUpdate">The DeviceAppManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.UpdateResponseAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAppManagement using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAppManagementToUpdate">The DeviceAppManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.PutAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAppManagement using PUT.
            </summary>
            <param name="deviceAppManagementToUpdate">The DeviceAppManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.PutResponseAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAppManagement using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAppManagementToUpdate">The DeviceAppManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAppManagement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAppManagement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceAppManagement)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceAppManagementToInitialize">The <see cref="T:Microsoft.Graph.DeviceAppManagement"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementRequestBuilder">
            <summary>
            The type DeviceAppManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.ManagedEBooks">
            <summary>
            Gets the request builder for ManagedEBooks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.MobileAppCategories">
            <summary>
            Gets the request builder for MobileAppCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.MobileAppConfigurations">
            <summary>
            Gets the request builder for MobileAppConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.MobileApps">
            <summary>
            Gets the request builder for MobileApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.VppTokens">
            <summary>
            Gets the request builder for VppTokens.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.AndroidManagedAppProtections">
            <summary>
            Gets the request builder for AndroidManagedAppProtections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.DefaultManagedAppProtections">
            <summary>
            Gets the request builder for DefaultManagedAppProtections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.IosManagedAppProtections">
            <summary>
            Gets the request builder for IosManagedAppProtections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.ManagedAppPolicies">
            <summary>
            Gets the request builder for ManagedAppPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.ManagedAppRegistrations">
            <summary>
            Gets the request builder for ManagedAppRegistrations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.ManagedAppStatuses">
            <summary>
            Gets the request builder for ManagedAppStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.MdmWindowsInformationProtectionPolicies">
            <summary>
            Gets the request builder for MdmWindowsInformationProtectionPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.TargetedManagedAppConfigurations">
            <summary>
            Gets the request builder for TargetedManagedAppConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.WindowsInformationProtectionPolicies">
            <summary>
            Gets the request builder for WindowsInformationProtectionPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequestBuilder.SyncMicrosoftStoreForBusinessApps">
            <summary>
            Gets the request builder for DeviceAppManagementSyncMicrosoftStoreForBusinessApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest">
            <summary>
            The type DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder">
            <summary>
            The type DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionPage">
            <summary>
            The type DeviceAppManagementTargetedManagedAppConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest">
            <summary>
            The type DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppConfiguration to the collection via POST.
            </summary>
            <param name="targetedManagedAppConfiguration">The TargetedManagedAppConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="targetedManagedAppConfiguration">The TargetedManagedAppConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder"/> for the specified DeviceAppManagementTargetedManagedAppConfiguration.
            </summary>
            <param name="id">The ID for the DeviceAppManagementTargetedManagedAppConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionResponse">
            <summary>
            The type DeviceAppManagementTargetedManagedAppConfigurationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementVppTokensCollectionPage">
            <summary>
            The type DeviceAppManagementVppTokensCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementVppTokensCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest">
            <summary>
            The type DeviceAppManagementVppTokensCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementVppTokensCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.AddAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Adds the specified VppToken to the collection via POST.
            </summary>
            <param name="vppToken">The VppToken to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.AddResponseAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Adds the specified VppToken to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="vppToken">The VppToken to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementVppTokensCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementVppTokensCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IVppTokenRequestBuilder"/> for the specified DeviceAppManagementVppToken.
            </summary>
            <param name="id">The ID for the DeviceAppManagementVppToken.</param>
            <returns>The <see cref="T:Microsoft.Graph.IVppTokenRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementVppTokensCollectionResponse">
            <summary>
            The type DeviceAppManagementVppTokensCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementVppTokensCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementVppTokensCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementVppTokensCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage">
            <summary>
            The type DeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest">
            <summary>
            The type DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionPolicy to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionPolicy">The WindowsInformationProtectionPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsInformationProtectionPolicy">The WindowsInformationProtectionPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder"/> for the specified DeviceAppManagementWindowsInformationProtectionPolicy.
            </summary>
            <param name="id">The ID for the DeviceAppManagementWindowsInformationProtectionPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionResponse">
            <summary>
            The type DeviceAppManagementWindowsInformationProtectionPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCategoryRequest">
            <summary>
            The type DeviceCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCategoryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.CreateAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCategory using POST.
            </summary>
            <param name="deviceCategoryToCreate">The DeviceCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.CreateResponseAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCategory using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCategoryToCreate">The DeviceCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.UpdateAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCategory using PATCH.
            </summary>
            <param name="deviceCategoryToUpdate">The DeviceCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.UpdateResponseAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCategory using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCategoryToUpdate">The DeviceCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.PutAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCategory using PUT.
            </summary>
            <param name="deviceCategoryToUpdate">The DeviceCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.PutResponseAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCategory using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCategoryToUpdate">The DeviceCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceCategory)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceCategoryToInitialize">The <see cref="T:Microsoft.Graph.DeviceCategory"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceCategoryRequestBuilder">
            <summary>
            The type DeviceCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCategoryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceActionItemRequest">
            <summary>
            The type DeviceComplianceActionItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceActionItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.CreateAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceActionItem using POST.
            </summary>
            <param name="deviceComplianceActionItemToCreate">The DeviceComplianceActionItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceActionItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceActionItemToCreate">The DeviceComplianceActionItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceActionItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceActionItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceActionItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceActionItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceActionItem using PATCH.
            </summary>
            <param name="deviceComplianceActionItemToUpdate">The DeviceComplianceActionItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceActionItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceActionItemToUpdate">The DeviceComplianceActionItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.PutAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceActionItem using PUT.
            </summary>
            <param name="deviceComplianceActionItemToUpdate">The DeviceComplianceActionItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceActionItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceActionItemToUpdate">The DeviceComplianceActionItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceActionItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceActionItemToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceActionItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceActionItemRequestBuilder">
            <summary>
            The type DeviceComplianceActionItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceActionItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest">
            <summary>
            The type DeviceComplianceDeviceOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceDeviceOverviewRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.CreateAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceDeviceOverview using POST.
            </summary>
            <param name="deviceComplianceDeviceOverviewToCreate">The DeviceComplianceDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceDeviceOverview using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceDeviceOverviewToCreate">The DeviceComplianceDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceOverview using PATCH.
            </summary>
            <param name="deviceComplianceDeviceOverviewToUpdate">The DeviceComplianceDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceOverview using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceDeviceOverviewToUpdate">The DeviceComplianceDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.PutAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceOverview using PUT.
            </summary>
            <param name="deviceComplianceDeviceOverviewToUpdate">The DeviceComplianceDeviceOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceOverview using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceDeviceOverviewToUpdate">The DeviceComplianceDeviceOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceDeviceOverview)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceDeviceOverviewToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceDeviceOverview"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceDeviceOverviewRequestBuilder">
            <summary>
            The type DeviceComplianceDeviceOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceDeviceOverviewRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceDeviceStatusRequest">
            <summary>
            The type DeviceComplianceDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceDeviceStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.CreateAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceDeviceStatus using POST.
            </summary>
            <param name="deviceComplianceDeviceStatusToCreate">The DeviceComplianceDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceDeviceStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceDeviceStatusToCreate">The DeviceComplianceDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceStatus using PATCH.
            </summary>
            <param name="deviceComplianceDeviceStatusToUpdate">The DeviceComplianceDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceDeviceStatusToUpdate">The DeviceComplianceDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.PutAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceStatus using PUT.
            </summary>
            <param name="deviceComplianceDeviceStatusToUpdate">The DeviceComplianceDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceDeviceStatusToUpdate">The DeviceComplianceDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceDeviceStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceDeviceStatusToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceDeviceStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceDeviceStatusRequestBuilder">
            <summary>
            The type DeviceComplianceDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceDeviceStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignCollectionPage">
            <summary>
            The type DeviceCompliancePolicyAssignCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignCollectionResponse">
            <summary>
            The type DeviceCompliancePolicyAssignCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest">
            <summary>
            The type DeviceCompliancePolicyAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyAssignment using POST.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToCreate">The DeviceCompliancePolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.CreateResponseAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToCreate">The DeviceCompliancePolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyAssignment using PATCH.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToUpdate">The DeviceCompliancePolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToUpdate">The DeviceCompliancePolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.PutAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyAssignment using PUT.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToUpdate">The DeviceCompliancePolicyAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.PutResponseAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToUpdate">The DeviceCompliancePolicyAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceCompliancePolicyAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToInitialize">The <see cref="T:Microsoft.Graph.DeviceCompliancePolicyAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionPage">
            <summary>
            The type DeviceCompliancePolicyAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest">
            <summary>
            The type DeviceCompliancePolicyAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicyAssignment to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicyAssignment">The DeviceCompliancePolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicyAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceCompliancePolicyAssignment">The DeviceCompliancePolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder"/> for the specified DeviceCompliancePolicyDeviceCompliancePolicyAssignment.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicyDeviceCompliancePolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionResponse">
            <summary>
            The type DeviceCompliancePolicyAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignRequest">
            <summary>
            The type DeviceCompliancePolicyAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceCompliancePolicyAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceCompliancePolicyAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="assignments">A assignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage">
            <summary>
            The type DeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest">
            <summary>
            The type DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.AddResponseAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/> for the specified DeviceCompliancePolicySettingStateDeviceSummary.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicySettingStateDeviceSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionResponse">
            <summary>
            The type DeviceCompliancePolicyDeviceSettingStateSummariesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest">
            <summary>
            The type DeviceCompliancePolicyDeviceStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyDeviceStateSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyDeviceStateSummary using POST.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToCreate">The DeviceCompliancePolicyDeviceStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.CreateResponseAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyDeviceStateSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToCreate">The DeviceCompliancePolicyDeviceStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyDeviceStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyDeviceStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyDeviceStateSummary using PATCH.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToUpdate">The DeviceCompliancePolicyDeviceStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.UpdateResponseAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyDeviceStateSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToUpdate">The DeviceCompliancePolicyDeviceStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.PutAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyDeviceStateSummary using PUT.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToUpdate">The DeviceCompliancePolicyDeviceStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.PutResponseAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyDeviceStateSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToUpdate">The DeviceCompliancePolicyDeviceStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToInitialize">The <see cref="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionPage">
            <summary>
            The type DeviceCompliancePolicyDeviceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest">
            <summary>
            The type DeviceCompliancePolicyDeviceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyDeviceStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceDeviceStatus to the collection via POST.
            </summary>
            <param name="deviceComplianceDeviceStatus">The DeviceComplianceDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceDeviceStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceComplianceDeviceStatus">The DeviceComplianceDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder"/> for the specified DeviceCompliancePolicyDeviceComplianceDeviceStatus.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicyDeviceComplianceDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionResponse">
            <summary>
            The type DeviceCompliancePolicyDeviceStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyRequest">
            <summary>
            The type DeviceCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicy using POST.
            </summary>
            <param name="deviceCompliancePolicyToCreate">The DeviceCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyToCreate">The DeviceCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicy using PATCH.
            </summary>
            <param name="deviceCompliancePolicyToUpdate">The DeviceCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyToUpdate">The DeviceCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.PutAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicy using PUT.
            </summary>
            <param name="deviceCompliancePolicyToUpdate">The DeviceCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyToUpdate">The DeviceCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceCompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceCompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.DeviceCompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.DeviceSettingStateSummaries">
            <summary>
            Gets the request builder for DeviceSettingStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.DeviceStatuses">
            <summary>
            Gets the request builder for DeviceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.DeviceStatusOverview">
            <summary>
            Gets the request builder for DeviceStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.ScheduledActionsForRule">
            <summary>
            Gets the request builder for ScheduledActionsForRule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.UserStatuses">
            <summary>
            Gets the request builder for UserStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.UserStatusOverview">
            <summary>
            Gets the request builder for UserStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceUserOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceCompliancePolicyAssignment})">
            <summary>
            Gets the request builder for DeviceCompliancePolicyAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.ScheduleActionsForRules(System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceComplianceScheduledActionForRule})">
            <summary>
            Gets the request builder for DeviceCompliancePolicyScheduleActionsForRules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest">
            <summary>
            The type DeviceCompliancePolicyScheduleActionsForRulesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyScheduleActionsForRulesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyScheduleActionsForRulesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceComplianceScheduledActionForRule})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="deviceComplianceScheduledActionForRules">A deviceComplianceScheduledActionForRules parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionPage">
            <summary>
            The type DeviceCompliancePolicyScheduledActionsForRuleCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest">
            <summary>
            The type DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceScheduledActionForRule to the collection via POST.
            </summary>
            <param name="deviceComplianceScheduledActionForRule">The DeviceComplianceScheduledActionForRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceScheduledActionForRule to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceComplianceScheduledActionForRule">The DeviceComplianceScheduledActionForRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder"/> for the specified DeviceCompliancePolicyDeviceComplianceScheduledActionForRule.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicyDeviceComplianceScheduledActionForRule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionResponse">
            <summary>
            The type DeviceCompliancePolicyScheduledActionsForRuleCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage">
            <summary>
            The type DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest">
            <summary>
            The type DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceSettingState to the collection via POST.
            </summary>
            <param name="deviceComplianceSettingState">The DeviceComplianceSettingState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceSettingState to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceComplianceSettingState">The DeviceComplianceSettingState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder">
            <summary>
            The type DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder"/> for the specified DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionResponse">
            <summary>
            The type DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest">
            <summary>
            The type DeviceCompliancePolicySettingStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicySettingStateSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicySettingStateSummary using POST.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToCreate">The DeviceCompliancePolicySettingStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.CreateResponseAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicySettingStateSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToCreate">The DeviceCompliancePolicySettingStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicySettingStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicySettingStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicySettingStateSummary using PATCH.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToUpdate">The DeviceCompliancePolicySettingStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.UpdateResponseAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicySettingStateSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToUpdate">The DeviceCompliancePolicySettingStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.PutAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicySettingStateSummary using PUT.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToUpdate">The DeviceCompliancePolicySettingStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.PutResponseAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicySettingStateSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToUpdate">The DeviceCompliancePolicySettingStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToInitialize">The <see cref="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequestBuilder">
            <summary>
            The type DeviceCompliancePolicySettingStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicySettingStateSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequestBuilder.DeviceComplianceSettingStates">
            <summary>
            Gets the request builder for DeviceComplianceSettingStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyStateRequest">
            <summary>
            The type DeviceCompliancePolicyStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyStateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyState using POST.
            </summary>
            <param name="deviceCompliancePolicyStateToCreate">The DeviceCompliancePolicyState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.CreateResponseAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyState using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyStateToCreate">The DeviceCompliancePolicyState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyState and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyState and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyState using PATCH.
            </summary>
            <param name="deviceCompliancePolicyStateToUpdate">The DeviceCompliancePolicyState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.UpdateResponseAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyState using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyStateToUpdate">The DeviceCompliancePolicyState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.PutAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyState using PUT.
            </summary>
            <param name="deviceCompliancePolicyStateToUpdate">The DeviceCompliancePolicyState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.PutResponseAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyState using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyStateToUpdate">The DeviceCompliancePolicyState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceCompliancePolicyState)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceCompliancePolicyStateToInitialize">The <see cref="T:Microsoft.Graph.DeviceCompliancePolicyState"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyStateRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyStateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionPage">
            <summary>
            The type DeviceCompliancePolicyUserStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest">
            <summary>
            The type DeviceCompliancePolicyUserStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyUserStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceUserStatus to the collection via POST.
            </summary>
            <param name="deviceComplianceUserStatus">The DeviceComplianceUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceUserStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceComplianceUserStatus">The DeviceComplianceUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyUserStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyUserStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder"/> for the specified DeviceCompliancePolicyDeviceComplianceUserStatus.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicyDeviceComplianceUserStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionResponse">
            <summary>
            The type DeviceCompliancePolicyUserStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest">
            <summary>
            The type DeviceComplianceScheduledActionForRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceScheduledActionForRuleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.CreateAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceScheduledActionForRule using POST.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToCreate">The DeviceComplianceScheduledActionForRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceScheduledActionForRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToCreate">The DeviceComplianceScheduledActionForRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceScheduledActionForRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceScheduledActionForRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceScheduledActionForRule using PATCH.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToUpdate">The DeviceComplianceScheduledActionForRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceScheduledActionForRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToUpdate">The DeviceComplianceScheduledActionForRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.PutAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceScheduledActionForRule using PUT.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToUpdate">The DeviceComplianceScheduledActionForRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceScheduledActionForRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToUpdate">The DeviceComplianceScheduledActionForRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceScheduledActionForRule)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceScheduledActionForRule"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequestBuilder">
            <summary>
            The type DeviceComplianceScheduledActionForRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceScheduledActionForRuleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequestBuilder.ScheduledActionConfigurations">
            <summary>
            Gets the request builder for ScheduledActionConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage">
            <summary>
            The type DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest">
            <summary>
            The type DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceActionItem to the collection via POST.
            </summary>
            <param name="deviceComplianceActionItem">The DeviceComplianceActionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceActionItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceComplianceActionItem">The DeviceComplianceActionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder">
            <summary>
            The type DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder"/> for the specified DeviceComplianceScheduledActionForRuleDeviceComplianceActionItem.
            </summary>
            <param name="id">The ID for the DeviceComplianceScheduledActionForRuleDeviceComplianceActionItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionResponse">
            <summary>
            The type DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceSettingStateRequest">
            <summary>
            The type DeviceComplianceSettingStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceSettingStateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.CreateAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceSettingState using POST.
            </summary>
            <param name="deviceComplianceSettingStateToCreate">The DeviceComplianceSettingState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceSettingState using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceSettingStateToCreate">The DeviceComplianceSettingState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceSettingState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceSettingState and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceSettingState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceSettingState and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceSettingState using PATCH.
            </summary>
            <param name="deviceComplianceSettingStateToUpdate">The DeviceComplianceSettingState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceSettingState using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceSettingStateToUpdate">The DeviceComplianceSettingState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.PutAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceSettingState using PUT.
            </summary>
            <param name="deviceComplianceSettingStateToUpdate">The DeviceComplianceSettingState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceSettingState using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceSettingStateToUpdate">The DeviceComplianceSettingState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceSettingState)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceSettingStateToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceSettingState"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceSettingStateRequestBuilder">
            <summary>
            The type DeviceComplianceSettingStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceSettingStateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceUserOverviewRequest">
            <summary>
            The type DeviceComplianceUserOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceUserOverviewRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.CreateAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceUserOverview using POST.
            </summary>
            <param name="deviceComplianceUserOverviewToCreate">The DeviceComplianceUserOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceUserOverview using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceUserOverviewToCreate">The DeviceComplianceUserOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceUserOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceUserOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserOverview using PATCH.
            </summary>
            <param name="deviceComplianceUserOverviewToUpdate">The DeviceComplianceUserOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserOverview using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceUserOverviewToUpdate">The DeviceComplianceUserOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.PutAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserOverview using PUT.
            </summary>
            <param name="deviceComplianceUserOverviewToUpdate">The DeviceComplianceUserOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserOverview using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceUserOverviewToUpdate">The DeviceComplianceUserOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceUserOverview)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceUserOverviewToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceUserOverview"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceUserOverviewRequestBuilder">
            <summary>
            The type DeviceComplianceUserOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceUserOverviewRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceUserStatusRequest">
            <summary>
            The type DeviceComplianceUserStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceUserStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.CreateAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceUserStatus using POST.
            </summary>
            <param name="deviceComplianceUserStatusToCreate">The DeviceComplianceUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceUserStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceUserStatusToCreate">The DeviceComplianceUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceUserStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceUserStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserStatus using PATCH.
            </summary>
            <param name="deviceComplianceUserStatusToUpdate">The DeviceComplianceUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceUserStatusToUpdate">The DeviceComplianceUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.PutAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserStatus using PUT.
            </summary>
            <param name="deviceComplianceUserStatusToUpdate">The DeviceComplianceUserStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceUserStatusToUpdate">The DeviceComplianceUserStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceUserStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceUserStatusToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceUserStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceUserStatusRequestBuilder">
            <summary>
            The type DeviceComplianceUserStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceUserStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignCollectionPage">
            <summary>
            The type DeviceConfigurationAssignCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignCollectionResponse">
            <summary>
            The type DeviceConfigurationAssignCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignmentRequest">
            <summary>
            The type DeviceConfigurationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationAssignment using POST.
            </summary>
            <param name="deviceConfigurationAssignmentToCreate">The DeviceConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationAssignmentToCreate">The DeviceConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationAssignment using PATCH.
            </summary>
            <param name="deviceConfigurationAssignmentToUpdate">The DeviceConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationAssignmentToUpdate">The DeviceConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.PutAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationAssignment using PUT.
            </summary>
            <param name="deviceConfigurationAssignmentToUpdate">The DeviceConfigurationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationAssignmentToUpdate">The DeviceConfigurationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationAssignmentToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignmentRequestBuilder">
            <summary>
            The type DeviceConfigurationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionPage">
            <summary>
            The type DeviceConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest">
            <summary>
            The type DeviceConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationAssignment to the collection via POST.
            </summary>
            <param name="deviceConfigurationAssignment">The DeviceConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceConfigurationAssignment">The DeviceConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The type DeviceConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder"/> for the specified DeviceConfigurationDeviceConfigurationAssignment.
            </summary>
            <param name="id">The ID for the DeviceConfigurationDeviceConfigurationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionResponse">
            <summary>
            The type DeviceConfigurationAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignRequest">
            <summary>
            The type DeviceConfigurationAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignRequestBuilder">
            <summary>
            The type DeviceConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceConfigurationAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceConfigurationAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="assignments">A assignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest">
            <summary>
            The type DeviceConfigurationDeviceOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationDeviceOverviewRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceOverview using POST.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToCreate">The DeviceConfigurationDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceOverview using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToCreate">The DeviceConfigurationDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceOverview using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToUpdate">The DeviceConfigurationDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceOverview using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToUpdate">The DeviceConfigurationDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.PutAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceOverview using PUT.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToUpdate">The DeviceConfigurationDeviceOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceOverview using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToUpdate">The DeviceConfigurationDeviceOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationDeviceOverview)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationDeviceOverview"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequestBuilder">
            <summary>
            The type DeviceConfigurationDeviceOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationDeviceOverviewRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionPage">
            <summary>
            The type DeviceConfigurationDeviceSettingStateSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest">
            <summary>
            The type DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.AddResponseAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder">
            <summary>
            The type DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/> for the specified DeviceConfigurationSettingStateDeviceSummary.
            </summary>
            <param name="id">The ID for the DeviceConfigurationSettingStateDeviceSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionResponse">
            <summary>
            The type DeviceConfigurationDeviceSettingStateSummariesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest">
            <summary>
            The type DeviceConfigurationDeviceStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationDeviceStateSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStateSummary using POST.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToCreate">The DeviceConfigurationDeviceStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStateSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToCreate">The DeviceConfigurationDeviceStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStateSummary using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToUpdate">The DeviceConfigurationDeviceStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStateSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToUpdate">The DeviceConfigurationDeviceStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.PutAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStateSummary using PUT.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToUpdate">The DeviceConfigurationDeviceStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStateSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToUpdate">The DeviceConfigurationDeviceStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationDeviceStateSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationDeviceStateSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequestBuilder">
            <summary>
            The type DeviceConfigurationDeviceStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationDeviceStateSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionPage">
            <summary>
            The type DeviceConfigurationDeviceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest">
            <summary>
            The type DeviceConfigurationDeviceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationDeviceStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationDeviceStatus to the collection via POST.
            </summary>
            <param name="deviceConfigurationDeviceStatus">The DeviceConfigurationDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationDeviceStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceConfigurationDeviceStatus">The DeviceConfigurationDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequestBuilder">
            <summary>
            The type DeviceConfigurationDeviceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationDeviceStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder"/> for the specified DeviceConfigurationDeviceConfigurationDeviceStatus.
            </summary>
            <param name="id">The ID for the DeviceConfigurationDeviceConfigurationDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionResponse">
            <summary>
            The type DeviceConfigurationDeviceStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest">
            <summary>
            The type DeviceConfigurationDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationDeviceStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStatus using POST.
            </summary>
            <param name="deviceConfigurationDeviceStatusToCreate">The DeviceConfigurationDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceStatusToCreate">The DeviceConfigurationDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStatus using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceStatusToUpdate">The DeviceConfigurationDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceStatusToUpdate">The DeviceConfigurationDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.PutAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStatus using PUT.
            </summary>
            <param name="deviceConfigurationDeviceStatusToUpdate">The DeviceConfigurationDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceStatusToUpdate">The DeviceConfigurationDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationDeviceStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationDeviceStatusToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationDeviceStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatusRequestBuilder">
            <summary>
            The type DeviceConfigurationDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationDeviceStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationGetOmaSettingPlainTextValueRequest">
            <summary>
            The type DeviceConfigurationGetOmaSettingPlainTextValueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationGetOmaSettingPlainTextValueRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationGetOmaSettingPlainTextValueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationGetOmaSettingPlainTextValueRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationGetOmaSettingPlainTextValueRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationGetOmaSettingPlainTextValueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationGetOmaSettingPlainTextValueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationGetOmaSettingPlainTextValueRequestBuilder">
            <summary>
            The type DeviceConfigurationGetOmaSettingPlainTextValueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationGetOmaSettingPlainTextValueRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceConfigurationGetOmaSettingPlainTextValueRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="secretReferenceValueId">A secretReferenceValueId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationGetOmaSettingPlainTextValueRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationRequest">
            <summary>
            The type DeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfiguration using POST.
            </summary>
            <param name="deviceConfigurationToCreate">The DeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationToCreate">The DeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfiguration using PATCH.
            </summary>
            <param name="deviceConfigurationToUpdate">The DeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationToUpdate">The DeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.PutAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfiguration using PUT.
            </summary>
            <param name="deviceConfigurationToUpdate">The DeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.PutResponseAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationToUpdate">The DeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationRequestBuilder">
            <summary>
            The type DeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationRequestBuilder.DeviceSettingStateSummaries">
            <summary>
            Gets the request builder for DeviceSettingStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationRequestBuilder.DeviceStatuses">
            <summary>
            Gets the request builder for DeviceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationRequestBuilder.DeviceStatusOverview">
            <summary>
            Gets the request builder for DeviceStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationRequestBuilder.UserStatuses">
            <summary>
            Gets the request builder for UserStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationRequestBuilder.UserStatusOverview">
            <summary>
            Gets the request builder for UserStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationUserOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceConfigurationAssignment})">
            <summary>
            Gets the request builder for DeviceConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequestBuilder.GetOmaSettingPlainTextValue(System.String)">
            <summary>
            Gets the request builder for DeviceConfigurationGetOmaSettingPlainTextValue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationGetOmaSettingPlainTextValueRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationStateRequest">
            <summary>
            The type DeviceConfigurationStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationStateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationState using POST.
            </summary>
            <param name="deviceConfigurationStateToCreate">The DeviceConfigurationState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationState using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationStateToCreate">The DeviceConfigurationState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationState and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationState and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationState using PATCH.
            </summary>
            <param name="deviceConfigurationStateToUpdate">The DeviceConfigurationState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationState using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationStateToUpdate">The DeviceConfigurationState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.PutAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationState using PUT.
            </summary>
            <param name="deviceConfigurationStateToUpdate">The DeviceConfigurationState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationState using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationStateToUpdate">The DeviceConfigurationState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationState)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationStateToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationState"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationStateRequestBuilder">
            <summary>
            The type DeviceConfigurationStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationStateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserOverviewRequest">
            <summary>
            The type DeviceConfigurationUserOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationUserOverviewRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationUserOverview using POST.
            </summary>
            <param name="deviceConfigurationUserOverviewToCreate">The DeviceConfigurationUserOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationUserOverview using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationUserOverviewToCreate">The DeviceConfigurationUserOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationUserOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationUserOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserOverview using PATCH.
            </summary>
            <param name="deviceConfigurationUserOverviewToUpdate">The DeviceConfigurationUserOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserOverview using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationUserOverviewToUpdate">The DeviceConfigurationUserOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.PutAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserOverview using PUT.
            </summary>
            <param name="deviceConfigurationUserOverviewToUpdate">The DeviceConfigurationUserOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserOverview using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationUserOverviewToUpdate">The DeviceConfigurationUserOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationUserOverview)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationUserOverviewToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationUserOverview"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserOverviewRequestBuilder">
            <summary>
            The type DeviceConfigurationUserOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationUserOverviewRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionPage">
            <summary>
            The type DeviceConfigurationUserStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest">
            <summary>
            The type DeviceConfigurationUserStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationUserStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationUserStatus to the collection via POST.
            </summary>
            <param name="deviceConfigurationUserStatus">The DeviceConfigurationUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationUserStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceConfigurationUserStatus">The DeviceConfigurationUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequestBuilder">
            <summary>
            The type DeviceConfigurationUserStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationUserStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder"/> for the specified DeviceConfigurationDeviceConfigurationUserStatus.
            </summary>
            <param name="id">The ID for the DeviceConfigurationDeviceConfigurationUserStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionResponse">
            <summary>
            The type DeviceConfigurationUserStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatusRequest">
            <summary>
            The type DeviceConfigurationUserStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationUserStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationUserStatus using POST.
            </summary>
            <param name="deviceConfigurationUserStatusToCreate">The DeviceConfigurationUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationUserStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationUserStatusToCreate">The DeviceConfigurationUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationUserStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationUserStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserStatus using PATCH.
            </summary>
            <param name="deviceConfigurationUserStatusToUpdate">The DeviceConfigurationUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationUserStatusToUpdate">The DeviceConfigurationUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.PutAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserStatus using PUT.
            </summary>
            <param name="deviceConfigurationUserStatusToUpdate">The DeviceConfigurationUserStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationUserStatusToUpdate">The DeviceConfigurationUserStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationUserStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationUserStatusToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationUserStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatusRequestBuilder">
            <summary>
            The type DeviceConfigurationUserStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationUserStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceDeltaCollectionPage">
            <summary>
            The type DeviceDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceDeltaCollectionResponse">
            <summary>
            The type DeviceDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceDeltaRequest">
            <summary>
            The type DeviceDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceDeltaRequestBuilder">
            <summary>
            The type DeviceDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionPage">
            <summary>
            The type DeviceEnrollmentConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest">
            <summary>
            The type DeviceEnrollmentConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentConfigurationAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EnrollmentConfigurationAssignment to the collection via POST.
            </summary>
            <param name="enrollmentConfigurationAssignment">The EnrollmentConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EnrollmentConfigurationAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="enrollmentConfigurationAssignment">The EnrollmentConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The type DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder"/> for the specified DeviceEnrollmentConfigurationEnrollmentConfigurationAssignment.
            </summary>
            <param name="id">The ID for the DeviceEnrollmentConfigurationEnrollmentConfigurationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionResponse">
            <summary>
            The type DeviceEnrollmentConfigurationAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest">
            <summary>
            The type DeviceEnrollmentConfigurationAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequestBuilder">
            <summary>
            The type DeviceEnrollmentConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.EnrollmentConfigurationAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="enrollmentConfigurationAssignments">A enrollmentConfigurationAssignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationRequest">
            <summary>
            The type DeviceEnrollmentConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentConfigurationToCreate">The DeviceEnrollmentConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.CreateResponseAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentConfigurationToCreate">The DeviceEnrollmentConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentConfigurationToUpdate">The DeviceEnrollmentConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentConfigurationToUpdate">The DeviceEnrollmentConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.PutAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentConfigurationToUpdate">The DeviceEnrollmentConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.PutResponseAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentConfigurationToUpdate">The DeviceEnrollmentConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceEnrollmentConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceEnrollmentConfigurationToInitialize">The <see cref="T:Microsoft.Graph.DeviceEnrollmentConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder">
            <summary>
            The type DeviceEnrollmentConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceEnrollmentConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.EnrollmentConfigurationAssignment})">
            <summary>
            Gets the request builder for DeviceEnrollmentConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder.SetPriority(System.Int32)">
            <summary>
            Gets the request builder for DeviceEnrollmentConfigurationSetPriority.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest">
            <summary>
            The type DeviceEnrollmentConfigurationSetPriorityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentConfigurationSetPriorityRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequestBuilder">
            <summary>
            The type DeviceEnrollmentConfigurationSetPriorityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="priority">A priority parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest">
            <summary>
            The type DeviceEnrollmentLimitConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentLimitConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentLimitConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToCreate">The DeviceEnrollmentLimitConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.CreateResponseAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentLimitConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToCreate">The DeviceEnrollmentLimitConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentLimitConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentLimitConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentLimitConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentLimitConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentLimitConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToUpdate">The DeviceEnrollmentLimitConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentLimitConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToUpdate">The DeviceEnrollmentLimitConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.PutAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentLimitConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToUpdate">The DeviceEnrollmentLimitConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.PutResponseAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentLimitConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToUpdate">The DeviceEnrollmentLimitConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceEnrollmentLimitConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToInitialize">The <see cref="T:Microsoft.Graph.DeviceEnrollmentLimitConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequestBuilder">
            <summary>
            The type DeviceEnrollmentLimitConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceEnrollmentLimitConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest">
            <summary>
            The type DeviceEnrollmentPlatformRestrictionsConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentPlatformRestrictionsConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToCreate">The DeviceEnrollmentPlatformRestrictionsConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.CreateResponseAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToCreate">The DeviceEnrollmentPlatformRestrictionsConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentPlatformRestrictionsConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentPlatformRestrictionsConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentPlatformRestrictionsConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentPlatformRestrictionsConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToUpdate">The DeviceEnrollmentPlatformRestrictionsConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToUpdate">The DeviceEnrollmentPlatformRestrictionsConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.PutAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToUpdate">The DeviceEnrollmentPlatformRestrictionsConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.PutResponseAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToUpdate">The DeviceEnrollmentPlatformRestrictionsConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToInitialize">The <see cref="T:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder">
            <summary>
            The type DeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest">
            <summary>
            The type DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToCreate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.CreateResponseAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToCreate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToUpdate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToUpdate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.PutAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToUpdate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.PutResponseAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToUpdate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToInitialize">The <see cref="T:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder">
            <summary>
            The type DeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceExtensionsCollectionPage">
            <summary>
            The type DeviceExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceExtensionsCollectionRequest">
            <summary>
            The type DeviceExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceExtensionsCollectionRequestBuilder">
            <summary>
            The type DeviceExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified DeviceExtension.
            </summary>
            <param name="id">The ID for the DeviceExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceExtensionsCollectionResponse">
            <summary>
            The type DeviceExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExtensionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceInstallStateRequest">
            <summary>
            The type DeviceInstallStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceInstallStateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.CreateAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceInstallState using POST.
            </summary>
            <param name="deviceInstallStateToCreate">The DeviceInstallState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.CreateResponseAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceInstallState using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceInstallStateToCreate">The DeviceInstallState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceInstallState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceInstallState and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceInstallState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceInstallState and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.UpdateAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceInstallState using PATCH.
            </summary>
            <param name="deviceInstallStateToUpdate">The DeviceInstallState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.UpdateResponseAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceInstallState using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceInstallStateToUpdate">The DeviceInstallState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.PutAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceInstallState using PUT.
            </summary>
            <param name="deviceInstallStateToUpdate">The DeviceInstallState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.PutResponseAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceInstallState using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceInstallStateToUpdate">The DeviceInstallState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceInstallState)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceInstallStateToInitialize">The <see cref="T:Microsoft.Graph.DeviceInstallState"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceInstallStateRequestBuilder">
            <summary>
            The type DeviceInstallStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceInstallStateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementAuditEventsCollectionPage">
            <summary>
            The type DeviceManagementAuditEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementAuditEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest">
            <summary>
            The type DeviceManagementAuditEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementAuditEventsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest.AddAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuditEvent to the collection via POST.
            </summary>
            <param name="auditEvent">The AuditEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuditEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuditEvent to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="auditEvent">The AuditEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuditEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuditEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementAuditEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementAuditEventsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuditEventRequestBuilder"/> for the specified DeviceManagementAuditEvent.
            </summary>
            <param name="id">The ID for the DeviceManagementAuditEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuditEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequestBuilder.GetAuditActivityTypes(System.String)">
            <summary>
            Gets the request builder for AuditEventGetAuditActivityTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementAuditEventsCollectionRequestBuilder.GetAuditCategories">
            <summary>
            Gets the request builder for AuditEventGetAuditCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuditEventGetAuditCategoriesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementAuditEventsCollectionResponse">
            <summary>
            The type DeviceManagementAuditEventsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementAuditEventsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementAuditEventsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementAuditEventsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementAuditEventsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionPage">
            <summary>
            The type DeviceManagementComplianceManagementPartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest">
            <summary>
            The type DeviceManagementComplianceManagementPartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementComplianceManagementPartnersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ComplianceManagementPartner to the collection via POST.
            </summary>
            <param name="complianceManagementPartner">The ComplianceManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ComplianceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest.AddResponseAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ComplianceManagementPartner to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="complianceManagementPartner">The ComplianceManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ComplianceManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ComplianceManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequestBuilder">
            <summary>
            The type DeviceManagementComplianceManagementPartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementComplianceManagementPartnersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IComplianceManagementPartnerRequestBuilder"/> for the specified DeviceManagementComplianceManagementPartner.
            </summary>
            <param name="id">The ID for the DeviceManagementComplianceManagementPartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.IComplianceManagementPartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionResponse">
            <summary>
            The type DeviceManagementComplianceManagementPartnersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementComplianceManagementPartnersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDetectedAppsCollectionPage">
            <summary>
            The type DeviceManagementDetectedAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDetectedAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest">
            <summary>
            The type DeviceManagementDetectedAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDetectedAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.AddAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DetectedApp to the collection via POST.
            </summary>
            <param name="detectedApp">The DetectedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DetectedApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="detectedApp">The DetectedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDetectedAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDetectedAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDetectedAppRequestBuilder"/> for the specified DeviceManagementDetectedApp.
            </summary>
            <param name="id">The ID for the DeviceManagementDetectedApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDetectedAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDetectedAppsCollectionResponse">
            <summary>
            The type DeviceManagementDetectedAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDetectedAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDetectedAppsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDetectedAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionPage">
            <summary>
            The type DeviceManagementDeviceCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest">
            <summary>
            The type DeviceManagementDeviceCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDeviceCategoriesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCategory to the collection via POST.
            </summary>
            <param name="deviceCategory">The DeviceCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCategory to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceCategory">The DeviceCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDeviceCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDeviceCategoriesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCategoryRequestBuilder"/> for the specified DeviceManagementDeviceCategory.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionResponse">
            <summary>
            The type DeviceManagementDeviceCategoriesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionPage">
            <summary>
            The type DeviceManagementDeviceCompliancePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest">
            <summary>
            The type DeviceManagementDeviceCompliancePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDeviceCompliancePoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicy to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicy">The DeviceCompliancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceCompliancePolicy">The DeviceCompliancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder"/> for the specified DeviceManagementDeviceCompliancePolicy.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceCompliancePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionResponse">
            <summary>
            The type DeviceManagementDeviceCompliancePoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage">
            <summary>
            The type DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest">
            <summary>
            The type DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicySettingStateSummary to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummary">The DeviceCompliancePolicySettingStateSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicySettingStateSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummary">The DeviceCompliancePolicySettingStateSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder"/> for the specified DeviceManagementDeviceCompliancePolicySettingStateSummary.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceCompliancePolicySettingStateSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionResponse">
            <summary>
            The type DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionPage">
            <summary>
            The type DeviceManagementDeviceConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest">
            <summary>
            The type DeviceManagementDeviceConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDeviceConfigurationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfiguration to the collection via POST.
            </summary>
            <param name="deviceConfiguration">The DeviceConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceConfiguration">The DeviceConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDeviceConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDeviceConfigurationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationRequestBuilder"/> for the specified DeviceManagementDeviceConfiguration.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionResponse">
            <summary>
            The type DeviceManagementDeviceConfigurationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionPage">
            <summary>
            The type DeviceManagementDeviceEnrollmentConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest">
            <summary>
            The type DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceEnrollmentConfiguration to the collection via POST.
            </summary>
            <param name="deviceEnrollmentConfiguration">The DeviceEnrollmentConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceEnrollmentConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceEnrollmentConfiguration">The DeviceEnrollmentConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder"/> for the specified DeviceManagementDeviceEnrollmentConfiguration.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceEnrollmentConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionResponse">
            <summary>
            The type DeviceManagementDeviceEnrollmentConfigurationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionPage">
            <summary>
            The type DeviceManagementDeviceManagementPartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest">
            <summary>
            The type DeviceManagementDeviceManagementPartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDeviceManagementPartnersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementPartner to the collection via POST.
            </summary>
            <param name="deviceManagementPartner">The DeviceManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementPartner to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceManagementPartner">The DeviceManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDeviceManagementPartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDeviceManagementPartnersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder"/> for the specified DeviceManagementDeviceManagementPartner.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceManagementPartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionResponse">
            <summary>
            The type DeviceManagementDeviceManagementPartnersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorRequest">
            <summary>
            The type DeviceManagementExchangeConnectorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementExchangeConnectorRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.CreateAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementExchangeConnector using POST.
            </summary>
            <param name="deviceManagementExchangeConnectorToCreate">The DeviceManagementExchangeConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.CreateResponseAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementExchangeConnector using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementExchangeConnectorToCreate">The DeviceManagementExchangeConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementExchangeConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementExchangeConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementExchangeConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementExchangeConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.UpdateAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExchangeConnector using PATCH.
            </summary>
            <param name="deviceManagementExchangeConnectorToUpdate">The DeviceManagementExchangeConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.UpdateResponseAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExchangeConnector using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementExchangeConnectorToUpdate">The DeviceManagementExchangeConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.PutAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExchangeConnector using PUT.
            </summary>
            <param name="deviceManagementExchangeConnectorToUpdate">The DeviceManagementExchangeConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.PutResponseAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExchangeConnector using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementExchangeConnectorToUpdate">The DeviceManagementExchangeConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceManagementExchangeConnector)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceManagementExchangeConnectorToInitialize">The <see cref="T:Microsoft.Graph.DeviceManagementExchangeConnector"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorRequestBuilder">
            <summary>
            The type DeviceManagementExchangeConnectorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementExchangeConnectorRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequestBuilder.Sync(Microsoft.Graph.DeviceManagementExchangeConnectorSyncType)">
            <summary>
            Gets the request builder for DeviceManagementExchangeConnectorSync.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionPage">
            <summary>
            The type DeviceManagementExchangeConnectorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest">
            <summary>
            The type DeviceManagementExchangeConnectorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementExchangeConnectorsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementExchangeConnector to the collection via POST.
            </summary>
            <param name="deviceManagementExchangeConnector">The DeviceManagementExchangeConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementExchangeConnector to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceManagementExchangeConnector">The DeviceManagementExchangeConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementExchangeConnectorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementExchangeConnectorsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder"/> for the specified DeviceManagementDeviceManagementExchangeConnector.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceManagementExchangeConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionResponse">
            <summary>
            The type DeviceManagementExchangeConnectorsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest">
            <summary>
            The type DeviceManagementExchangeConnectorSyncRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementExchangeConnectorSyncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequestBuilder">
            <summary>
            The type DeviceManagementExchangeConnectorSyncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.DeviceManagementExchangeConnectorSyncType)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="syncType">A syncType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExportJobRequest">
            <summary>
            The type DeviceManagementExportJobRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementExportJobRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.CreateAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementExportJob using POST.
            </summary>
            <param name="deviceManagementExportJobToCreate">The DeviceManagementExportJob to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementExportJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.CreateResponseAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementExportJob using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementExportJobToCreate">The DeviceManagementExportJob to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementExportJob.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementExportJob and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementExportJob.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementExportJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementExportJob and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.UpdateAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExportJob using PATCH.
            </summary>
            <param name="deviceManagementExportJobToUpdate">The DeviceManagementExportJob to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceManagementExportJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.UpdateResponseAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExportJob using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementExportJobToUpdate">The DeviceManagementExportJob to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.PutAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExportJob using PUT.
            </summary>
            <param name="deviceManagementExportJobToUpdate">The DeviceManagementExportJob object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.PutResponseAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExportJob using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementExportJobToUpdate">The DeviceManagementExportJob object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExportJob,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExportJob,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceManagementExportJob)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceManagementExportJobToInitialize">The <see cref="T:Microsoft.Graph.DeviceManagementExportJob"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExportJobRequestBuilder">
            <summary>
            The type DeviceManagementExportJobRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementExportJobRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExportJobRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementGetEffectivePermissionsCollectionPage">
            <summary>
            The type DeviceManagementGetEffectivePermissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementGetEffectivePermissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementGetEffectivePermissionsCollectionResponse">
            <summary>
            The type DeviceManagementGetEffectivePermissionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementGetEffectivePermissionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementGetEffectivePermissionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementGetEffectivePermissionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest">
            <summary>
            The type DeviceManagementGetEffectivePermissionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementGetEffectivePermissionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequestBuilder">
            <summary>
            The type DeviceManagementGetEffectivePermissionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="scope">A scope parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionPage">
            <summary>
            The type DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest">
            <summary>
            The type DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.AddAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ImportedWindowsAutopilotDeviceIdentity to the collection via POST.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentity">The ImportedWindowsAutopilotDeviceIdentity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ImportedWindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.AddResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ImportedWindowsAutopilotDeviceIdentity to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentity">The ImportedWindowsAutopilotDeviceIdentity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequestBuilder"/> for the specified DeviceManagementImportedWindowsAutopilotDeviceIdentity.
            </summary>
            <param name="id">The ID for the DeviceManagementImportedWindowsAutopilotDeviceIdentity.</param>
            <returns>The <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Import(System.Collections.Generic.IEnumerable{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity})">
            <summary>
            Gets the request builder for ImportedWindowsAutopilotDeviceIdentityImport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionResponse">
            <summary>
            The type DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionPage">
            <summary>
            The type DeviceManagementIosUpdateStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest">
            <summary>
            The type DeviceManagementIosUpdateStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementIosUpdateStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.AddAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IosUpdateDeviceStatus to the collection via POST.
            </summary>
            <param name="iosUpdateDeviceStatus">The IosUpdateDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IosUpdateDeviceStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="iosUpdateDeviceStatus">The IosUpdateDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementIosUpdateStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementIosUpdateStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder"/> for the specified DeviceManagementIosUpdateDeviceStatus.
            </summary>
            <param name="id">The ID for the DeviceManagementIosUpdateDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionResponse">
            <summary>
            The type DeviceManagementIosUpdateStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementManagedDevicesCollectionPage">
            <summary>
            The type DeviceManagementManagedDevicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementManagedDevicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest">
            <summary>
            The type DeviceManagementManagedDevicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementManagedDevicesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementManagedDevicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementManagedDevicesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/> for the specified DeviceManagementManagedDevice.
            </summary>
            <param name="id">The ID for the DeviceManagementManagedDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementManagedDevicesCollectionResponse">
            <summary>
            The type DeviceManagementManagedDevicesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementManagedDevicesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementManagedDevicesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementManagedDevicesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionPage">
            <summary>
            The type DeviceManagementMobileThreatDefenseConnectorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest">
            <summary>
            The type DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.AddAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileThreatDefenseConnector to the collection via POST.
            </summary>
            <param name="mobileThreatDefenseConnector">The MobileThreatDefenseConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileThreatDefenseConnector to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileThreatDefenseConnector">The MobileThreatDefenseConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder"/> for the specified DeviceManagementMobileThreatDefenseConnector.
            </summary>
            <param name="id">The ID for the DeviceManagementMobileThreatDefenseConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionResponse">
            <summary>
            The type DeviceManagementMobileThreatDefenseConnectorsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionPage">
            <summary>
            The type DeviceManagementNotificationMessageTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest">
            <summary>
            The type DeviceManagementNotificationMessageTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementNotificationMessageTemplatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.AddAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified NotificationMessageTemplate to the collection via POST.
            </summary>
            <param name="notificationMessageTemplate">The NotificationMessageTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.AddResponseAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified NotificationMessageTemplate to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="notificationMessageTemplate">The NotificationMessageTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.INotificationMessageTemplateRequestBuilder"/> for the specified DeviceManagementNotificationMessageTemplate.
            </summary>
            <param name="id">The ID for the DeviceManagementNotificationMessageTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.INotificationMessageTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionResponse">
            <summary>
            The type DeviceManagementNotificationMessageTemplatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementPartnerRequest">
            <summary>
            The type DeviceManagementPartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementPartnerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.CreateAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementPartner using POST.
            </summary>
            <param name="deviceManagementPartnerToCreate">The DeviceManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.CreateResponseAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementPartner using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementPartnerToCreate">The DeviceManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.UpdateAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementPartner using PATCH.
            </summary>
            <param name="deviceManagementPartnerToUpdate">The DeviceManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.UpdateResponseAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementPartner using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementPartnerToUpdate">The DeviceManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.PutAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementPartner using PUT.
            </summary>
            <param name="deviceManagementPartnerToUpdate">The DeviceManagementPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.PutResponseAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementPartner using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementPartnerToUpdate">The DeviceManagementPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceManagementPartner)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceManagementPartnerToInitialize">The <see cref="T:Microsoft.Graph.DeviceManagementPartner"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementPartnerRequestBuilder">
            <summary>
            The type DeviceManagementPartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementPartnerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequestBuilder.Terminate">
            <summary>
            Gets the request builder for DeviceManagementPartnerTerminate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementPartnerTerminateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementPartnerTerminateRequest">
            <summary>
            The type DeviceManagementPartnerTerminateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerTerminateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementPartnerTerminateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerTerminateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerTerminateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerTerminateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerTerminateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementPartnerTerminateRequestBuilder">
            <summary>
            The type DeviceManagementPartnerTerminateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerTerminateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementPartnerTerminateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerTerminateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionPage">
            <summary>
            The type DeviceManagementRemoteAssistancePartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest">
            <summary>
            The type DeviceManagementRemoteAssistancePartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementRemoteAssistancePartnersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.AddAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RemoteAssistancePartner to the collection via POST.
            </summary>
            <param name="remoteAssistancePartner">The RemoteAssistancePartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.AddResponseAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RemoteAssistancePartner to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="remoteAssistancePartner">The RemoteAssistancePartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder">
            <summary>
            The type DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder"/> for the specified DeviceManagementRemoteAssistancePartner.
            </summary>
            <param name="id">The ID for the DeviceManagementRemoteAssistancePartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionResponse">
            <summary>
            The type DeviceManagementRemoteAssistancePartnersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionPage">
            <summary>
            The type DeviceManagementReportsExportJobsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest">
            <summary>
            The type DeviceManagementReportsExportJobsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsExportJobsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementExportJob to the collection via POST.
            </summary>
            <param name="deviceManagementExportJob">The DeviceManagementExportJob to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementExportJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementExportJob to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceManagementExportJob">The DeviceManagementExportJob to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExportJob,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExportJob,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementReportsExportJobsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementReportsExportJobsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementExportJobRequestBuilder"/> for the specified DeviceManagementReportsDeviceManagementExportJob.
            </summary>
            <param name="id">The ID for the DeviceManagementReportsDeviceManagementExportJob.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExportJobRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionResponse">
            <summary>
            The type DeviceManagementReportsExportJobsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsExportJobsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequest">
            <summary>
            The type DeviceManagementReportsGetCachedReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetCachedReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetCachedReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="id">A id parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCachedReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequest">
            <summary>
            The type DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequest">
            <summary>
            The type DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequest">
            <summary>
            The type DeviceManagementReportsGetComplianceSettingNonComplianceReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetComplianceSettingNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequest">
            <summary>
            The type DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequest">
            <summary>
            The type DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequest">
            <summary>
            The type DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest">
            <summary>
            The type DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequest">
            <summary>
            The type DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequest">
            <summary>
            The type DeviceManagementReportsGetDeviceNonComplianceReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetDeviceNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetDeviceNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDeviceNonComplianceReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequest">
            <summary>
            The type DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequest">
            <summary>
            The type DeviceManagementReportsGetHistoricalReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetHistoricalReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetHistoricalReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetHistoricalReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequest">
            <summary>
            The type DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequest">
            <summary>
            The type DeviceManagementReportsGetPolicyNonComplianceMetadataRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetPolicyNonComplianceMetadataRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceMetadataRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequest">
            <summary>
            The type DeviceManagementReportsGetPolicyNonComplianceReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetPolicyNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetPolicyNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequest">
            <summary>
            The type DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequest">
            <summary>
            The type DeviceManagementReportsGetReportFiltersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetReportFiltersRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetReportFiltersRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetReportFiltersRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequest">
            <summary>
            The type DeviceManagementReportsGetSettingNonComplianceReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsGetSettingNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBuilder">
            <summary>
            The type DeviceManagementReportsGetSettingNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="select">A select parameter for the OData method call.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="groupBy">A groupBy parameter for the OData method call.</param>
            <param name="orderBy">A orderBy parameter for the OData method call.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsGetSettingNonComplianceReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsRequest">
            <summary>
            The type DeviceManagementReportsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementReportsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.CreateAsync(Microsoft.Graph.DeviceManagementReports,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementReports using POST.
            </summary>
            <param name="deviceManagementReportsToCreate">The DeviceManagementReports to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementReports.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.CreateResponseAsync(Microsoft.Graph.DeviceManagementReports,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementReports using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementReportsToCreate">The DeviceManagementReports to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementReports.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementReports and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementReports.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementReports.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementReports and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.UpdateAsync(Microsoft.Graph.DeviceManagementReports,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementReports using PATCH.
            </summary>
            <param name="deviceManagementReportsToUpdate">The DeviceManagementReports to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceManagementReports.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.UpdateResponseAsync(Microsoft.Graph.DeviceManagementReports,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementReports using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementReportsToUpdate">The DeviceManagementReports to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.PutAsync(Microsoft.Graph.DeviceManagementReports,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementReports using PUT.
            </summary>
            <param name="deviceManagementReportsToUpdate">The DeviceManagementReports object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.PutResponseAsync(Microsoft.Graph.DeviceManagementReports,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementReports using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementReportsToUpdate">The DeviceManagementReports object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementReports,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementReports,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceManagementReports)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceManagementReportsToInitialize">The <see cref="T:Microsoft.Graph.DeviceManagementReports"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementReportsRequestBuilder">
            <summary>
            The type DeviceManagementReportsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementReportsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementReportsRequestBuilder.ExportJobs">
            <summary>
            Gets the request builder for ExportJobs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetCachedReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for DeviceManagementReportsGetCachedReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetCachedReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetCompliancePolicyNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetCompliancePolicyNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetCompliancePolicyNonComplianceSummaryReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetComplianceSettingNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetComplianceSettingNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetConfigurationPolicyNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetConfigurationPolicyNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetConfigurationPolicyNonComplianceSummaryReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetConfigurationSettingNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetConfigurationSettingNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetDeviceManagementIntentPerSettingContributingProfiles(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfiles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetDeviceManagementIntentSettingsReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetDeviceManagementIntentSettingsReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetDeviceNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetDeviceNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetDeviceNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetDevicesWithoutCompliancePolicyReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetDevicesWithoutCompliancePolicyReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetHistoricalReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetHistoricalReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetHistoricalReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetNoncompliantDevicesAndSettingsReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetNoncompliantDevicesAndSettingsReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetPolicyNonComplianceMetadata(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetPolicyNonComplianceMetadata.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceMetadataRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetPolicyNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetPolicyNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetPolicyNonComplianceSummaryReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetPolicyNonComplianceSummaryReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetReportFilters(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetReportFilters.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetReportFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementReportsRequestBuilder.GetSettingNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetSettingNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetSettingNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRequest">
            <summary>
            The type DeviceManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.CreateAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagement using POST.
            </summary>
            <param name="deviceManagementToCreate">The DeviceManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.CreateResponseAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagement using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementToCreate">The DeviceManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.UpdateAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagement using PATCH.
            </summary>
            <param name="deviceManagementToUpdate">The DeviceManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.UpdateResponseAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagement using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementToUpdate">The DeviceManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.PutAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagement using PUT.
            </summary>
            <param name="deviceManagementToUpdate">The DeviceManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.PutResponseAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagement using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementToUpdate">The DeviceManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceManagement)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceManagementToInitialize">The <see cref="T:Microsoft.Graph.DeviceManagement"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRequestBuilder">
            <summary>
            The type DeviceManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.TermsAndConditions">
            <summary>
            Gets the request builder for TermsAndConditions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.AuditEvents">
            <summary>
            Gets the request builder for AuditEvents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceCompliancePolicies">
            <summary>
            Gets the request builder for DeviceCompliancePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceCompliancePolicyDeviceStateSummary">
            <summary>
            Gets the request builder for DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceCompliancePolicySettingStateSummaries">
            <summary>
            Gets the request builder for DeviceCompliancePolicySettingStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceConfigurationDeviceStateSummaries">
            <summary>
            Gets the request builder for DeviceConfigurationDeviceStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceConfigurations">
            <summary>
            Gets the request builder for DeviceConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.IosUpdateStatuses">
            <summary>
            Gets the request builder for IosUpdateStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.SoftwareUpdateStatusSummary">
            <summary>
            Gets the request builder for SoftwareUpdateStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ComplianceManagementPartners">
            <summary>
            Gets the request builder for ComplianceManagementPartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ConditionalAccessSettings">
            <summary>
            Gets the request builder for ConditionalAccessSettings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceCategories">
            <summary>
            Gets the request builder for DeviceCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceEnrollmentConfigurations">
            <summary>
            Gets the request builder for DeviceEnrollmentConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceManagementPartners">
            <summary>
            Gets the request builder for DeviceManagementPartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ExchangeConnectors">
            <summary>
            Gets the request builder for ExchangeConnectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.MobileThreatDefenseConnectors">
            <summary>
            Gets the request builder for MobileThreatDefenseConnectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ApplePushNotificationCertificate">
            <summary>
            Gets the request builder for ApplePushNotificationCertificate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplePushNotificationCertificateRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DetectedApps">
            <summary>
            Gets the request builder for DetectedApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ManagedDeviceOverview">
            <summary>
            Gets the request builder for ManagedDeviceOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ManagedDevices">
            <summary>
            Gets the request builder for ManagedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ImportedWindowsAutopilotDeviceIdentities">
            <summary>
            Gets the request builder for ImportedWindowsAutopilotDeviceIdentities.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.WindowsAutopilotDeviceIdentities">
            <summary>
            Gets the request builder for WindowsAutopilotDeviceIdentities.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.NotificationMessageTemplates">
            <summary>
            Gets the request builder for NotificationMessageTemplates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ResourceOperations">
            <summary>
            Gets the request builder for ResourceOperations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.RoleAssignments">
            <summary>
            Gets the request builder for RoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.RoleDefinitions">
            <summary>
            Gets the request builder for RoleDefinitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.RemoteAssistancePartners">
            <summary>
            Gets the request builder for RemoteAssistancePartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.Reports">
            <summary>
            Gets the request builder for Reports.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.TelecomExpenseManagementPartners">
            <summary>
            Gets the request builder for TelecomExpenseManagementPartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.TroubleshootingEvents">
            <summary>
            Gets the request builder for TroubleshootingEvents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.WindowsInformationProtectionAppLearningSummaries">
            <summary>
            Gets the request builder for WindowsInformationProtectionAppLearningSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.WindowsInformationProtectionNetworkLearningSummaries">
            <summary>
            Gets the request builder for WindowsInformationProtectionNetworkLearningSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequestBuilder.VerifyWindowsEnrollmentAutoDiscovery(System.String)">
            <summary>
            Gets the request builder for DeviceManagementVerifyWindowsEnrollmentAutoDiscovery.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequestBuilder.GetEffectivePermissions(System.String)">
            <summary>
            Gets the request builder for DeviceManagementGetEffectivePermissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementResourceOperationsCollectionPage">
            <summary>
            The type DeviceManagementResourceOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementResourceOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest">
            <summary>
            The type DeviceManagementResourceOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementResourceOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.AddAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceOperation to the collection via POST.
            </summary>
            <param name="resourceOperation">The ResourceOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="resourceOperation">The ResourceOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementResourceOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementResourceOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IResourceOperationRequestBuilder"/> for the specified DeviceManagementResourceOperation.
            </summary>
            <param name="id">The ID for the DeviceManagementResourceOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IResourceOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementResourceOperationsCollectionResponse">
            <summary>
            The type DeviceManagementResourceOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementResourceOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementResourceOperationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementResourceOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionPage">
            <summary>
            The type DeviceManagementRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest">
            <summary>
            The type DeviceManagementRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementRoleAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceAndAppManagementRoleAssignment to the collection via POST.
            </summary>
            <param name="deviceAndAppManagementRoleAssignment">The DeviceAndAppManagementRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceAndAppManagementRoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceAndAppManagementRoleAssignment">The DeviceAndAppManagementRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementRoleAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder"/> for the specified DeviceManagementDeviceAndAppManagementRoleAssignment.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceAndAppManagementRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionResponse">
            <summary>
            The type DeviceManagementRoleAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionPage">
            <summary>
            The type DeviceManagementRoleDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest">
            <summary>
            The type DeviceManagementRoleDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementRoleDefinitionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RoleDefinition to the collection via POST.
            </summary>
            <param name="roleDefinition">The RoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.AddResponseAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RoleDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="roleDefinition">The RoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementRoleDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementRoleDefinitionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRoleDefinitionRequestBuilder"/> for the specified DeviceManagementRoleDefinition.
            </summary>
            <param name="id">The ID for the DeviceManagementRoleDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionResponse">
            <summary>
            The type DeviceManagementRoleDefinitionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionPage">
            <summary>
            The type DeviceManagementTelecomExpenseManagementPartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest">
            <summary>
            The type DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TelecomExpenseManagementPartner to the collection via POST.
            </summary>
            <param name="telecomExpenseManagementPartner">The TelecomExpenseManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.AddResponseAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TelecomExpenseManagementPartner to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="telecomExpenseManagementPartner">The TelecomExpenseManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder">
            <summary>
            The type DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder"/> for the specified DeviceManagementTelecomExpenseManagementPartner.
            </summary>
            <param name="id">The ID for the DeviceManagementTelecomExpenseManagementPartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionResponse">
            <summary>
            The type DeviceManagementTelecomExpenseManagementPartnersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionPage">
            <summary>
            The type DeviceManagementTermsAndConditionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest">
            <summary>
            The type DeviceManagementTermsAndConditionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementTermsAndConditionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditions to the collection via POST.
            </summary>
            <param name="termsAndConditions">The TermsAndConditions to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditions to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="termsAndConditions">The TermsAndConditions to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementTermsAndConditionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementTermsAndConditionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITermsAndConditionsRequestBuilder"/> for the specified DeviceManagementTermsAndConditions.
            </summary>
            <param name="id">The ID for the DeviceManagementTermsAndConditions.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionResponse">
            <summary>
            The type DeviceManagementTermsAndConditionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest">
            <summary>
            The type DeviceManagementTroubleshootingEventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementTroubleshootingEventRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.CreateAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementTroubleshootingEvent using POST.
            </summary>
            <param name="deviceManagementTroubleshootingEventToCreate">The DeviceManagementTroubleshootingEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.CreateResponseAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementTroubleshootingEvent using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementTroubleshootingEventToCreate">The DeviceManagementTroubleshootingEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementTroubleshootingEvent and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementTroubleshootingEvent and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.UpdateAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementTroubleshootingEvent using PATCH.
            </summary>
            <param name="deviceManagementTroubleshootingEventToUpdate">The DeviceManagementTroubleshootingEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.UpdateResponseAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementTroubleshootingEvent using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementTroubleshootingEventToUpdate">The DeviceManagementTroubleshootingEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.PutAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementTroubleshootingEvent using PUT.
            </summary>
            <param name="deviceManagementTroubleshootingEventToUpdate">The DeviceManagementTroubleshootingEvent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.PutResponseAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementTroubleshootingEvent using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementTroubleshootingEventToUpdate">The DeviceManagementTroubleshootingEvent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceManagementTroubleshootingEvent)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceManagementTroubleshootingEventToInitialize">The <see cref="T:Microsoft.Graph.DeviceManagementTroubleshootingEvent"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEventRequestBuilder">
            <summary>
            The type DeviceManagementTroubleshootingEventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementTroubleshootingEventRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionPage">
            <summary>
            The type DeviceManagementTroubleshootingEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest">
            <summary>
            The type DeviceManagementTroubleshootingEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementTroubleshootingEventsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementTroubleshootingEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementTroubleshootingEventsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/> for the specified DeviceManagementDeviceManagementTroubleshootingEvent.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceManagementTroubleshootingEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionResponse">
            <summary>
            The type DeviceManagementTroubleshootingEventsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest">
            <summary>
            The type DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder">
            <summary>
            The type DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="domainName">A domainName parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionPage">
            <summary>
            The type DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest">
            <summary>
            The type DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.AddAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsAutopilotDeviceIdentity to the collection via POST.
            </summary>
            <param name="windowsAutopilotDeviceIdentity">The WindowsAutopilotDeviceIdentity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsAutopilotDeviceIdentity to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsAutopilotDeviceIdentity">The WindowsAutopilotDeviceIdentity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequestBuilder"/> for the specified DeviceManagementWindowsAutopilotDeviceIdentity.
            </summary>
            <param name="id">The ID for the DeviceManagementWindowsAutopilotDeviceIdentity.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionResponse">
            <summary>
            The type DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsAutopilotDeviceIdentitiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage">
            <summary>
            The type DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest">
            <summary>
            The type DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLearningSummary to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummary">The WindowsInformationProtectionAppLearningSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLearningSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummary">The WindowsInformationProtectionAppLearningSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder"/> for the specified DeviceManagementWindowsInformationProtectionAppLearningSummary.
            </summary>
            <param name="id">The ID for the DeviceManagementWindowsInformationProtectionAppLearningSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionResponse">
            <summary>
            The type DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage">
            <summary>
            The type DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest">
            <summary>
            The type DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionNetworkLearningSummary to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummary">The WindowsInformationProtectionNetworkLearningSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionNetworkLearningSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummary">The WindowsInformationProtectionNetworkLearningSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder"/> for the specified DeviceManagementWindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <param name="id">The ID for the DeviceManagementWindowsInformationProtectionNetworkLearningSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionResponse">
            <summary>
            The type DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceMemberOfCollectionReferencesRequest">
            <summary>
            The type DeviceMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceMemberOfCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The type DeviceMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceMemberOfCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesPage">
            <summary>
            The type DeviceMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequest">
            <summary>
            The type DeviceMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceMemberOfCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The type DeviceMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DeviceDirectoryObject.
            </summary>
            <param name="id">The ID for the DeviceDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesResponse">
            <summary>
            The type DeviceMemberOfCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceMemberOfCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequest">
            <summary>
            The type DeviceRegisteredOwnersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceRegisteredOwnersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequestBuilder">
            <summary>
            The type DeviceRegisteredOwnersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceRegisteredOwnersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesPage">
            <summary>
            The type DeviceRegisteredOwnersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest">
            <summary>
            The type DeviceRegisteredOwnersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceRegisteredOwnersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder">
            <summary>
            The type DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DeviceDirectoryObject.
            </summary>
            <param name="id">The ID for the DeviceDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesResponse">
            <summary>
            The type DeviceRegisteredOwnersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequest">
            <summary>
            The type DeviceRegisteredUsersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceRegisteredUsersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequestBuilder">
            <summary>
            The type DeviceRegisteredUsersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceRegisteredUsersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesPage">
            <summary>
            The type DeviceRegisteredUsersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest">
            <summary>
            The type DeviceRegisteredUsersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceRegisteredUsersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequestBuilder">
            <summary>
            The type DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DeviceDirectoryObject.
            </summary>
            <param name="id">The ID for the DeviceDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesResponse">
            <summary>
            The type DeviceRegisteredUsersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceRequest">
            <summary>
            The type DeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.CreateAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Device using POST.
            </summary>
            <param name="deviceToCreate">The Device to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.CreateResponseAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Device using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceToCreate">The Device to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Device.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Device and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Device.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Device and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.UpdateAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Device using PATCH.
            </summary>
            <param name="deviceToUpdate">The Device to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.UpdateResponseAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Device using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceToUpdate">The Device to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.PutAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Device using PUT.
            </summary>
            <param name="deviceToUpdate">The Device object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.PutResponseAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Device using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceToUpdate">The Device object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.InitializeCollectionProperties(Microsoft.Graph.Device)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceToInitialize">The <see cref="T:Microsoft.Graph.Device"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceRequestBuilder">
            <summary>
            The type DeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRequestBuilder.RegisteredOwners">
            <summary>
            Gets the request builder for RegisteredOwners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRequestBuilder.RegisteredUsers">
            <summary>
            Gets the request builder for RegisteredUsers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRequestBuilder.TransitiveMemberOf">
            <summary>
            Gets the request builder for TransitiveMemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceTransitiveMemberOfCollectionReferencesRequest">
            <summary>
            The type DeviceTransitiveMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceTransitiveMemberOfCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceTransitiveMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The type DeviceTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesPage">
            <summary>
            The type DeviceTransitiveMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequest">
            <summary>
            The type DeviceTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The type DeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DeviceDirectoryObject.
            </summary>
            <param name="id">The ID for the DeviceDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesResponse">
            <summary>
            The type DeviceTransitiveMemberOfCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceTransitiveMemberOfCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionPage">
            <summary>
            The type DirectoryAdministrativeUnitsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest">
            <summary>
            The type DirectoryAdministrativeUnitsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryAdministrativeUnitsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest.AddAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AdministrativeUnit to the collection via POST.
            </summary>
            <param name="administrativeUnit">The AdministrativeUnit to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest.AddResponseAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AdministrativeUnit to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="administrativeUnit">The AdministrativeUnit to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequestBuilder">
            <summary>
            The type DirectoryAdministrativeUnitsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryAdministrativeUnitsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAdministrativeUnitRequestBuilder"/> for the specified DirectoryAdministrativeUnit.
            </summary>
            <param name="id">The ID for the DirectoryAdministrativeUnit.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for AdministrativeUnitDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionResponse">
            <summary>
            The type DirectoryAdministrativeUnitsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryAdministrativeUnitsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryAuditRequest">
            <summary>
            The type DirectoryAuditRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryAuditRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.CreateAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryAudit using POST.
            </summary>
            <param name="directoryAuditToCreate">The DirectoryAudit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryAudit.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.CreateResponseAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryAudit using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryAuditToCreate">The DirectoryAudit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryAudit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryAudit and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryAudit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryAudit.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryAudit and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.UpdateAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryAudit using PATCH.
            </summary>
            <param name="directoryAuditToUpdate">The DirectoryAudit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DirectoryAudit.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.UpdateResponseAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryAudit using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryAuditToUpdate">The DirectoryAudit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.PutAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryAudit using PUT.
            </summary>
            <param name="directoryAuditToUpdate">The DirectoryAudit object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.PutResponseAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryAudit using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryAuditToUpdate">The DirectoryAudit object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryAudit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryAudit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequest.InitializeCollectionProperties(Microsoft.Graph.DirectoryAudit)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="directoryAuditToInitialize">The <see cref="T:Microsoft.Graph.DirectoryAudit"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DirectoryAuditRequestBuilder">
            <summary>
            The type DirectoryAuditRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryAuditRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryAuditRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryDeletedItemsCollectionPage">
            <summary>
            The type DirectoryDeletedItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryDeletedItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest">
            <summary>
            The type DirectoryDeletedItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryDeletedItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder">
            <summary>
            The type DirectoryDeletedItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryDeletedItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified DirectoryDirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder.ValidateProperties(System.String,System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Gets the request builder for DirectoryObjectValidateProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder.GetAvailableExtensionProperties(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetAvailableExtensionProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryDeletedItemsCollectionResponse">
            <summary>
            The type DirectoryDeletedItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryDeletedItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryDeletedItemsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryDeletedItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryFederationConfigurationsCollectionPage">
            <summary>
            The type DirectoryFederationConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryFederationConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest">
            <summary>
            The type DirectoryFederationConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryFederationConfigurationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProviderBase to the collection via POST.
            </summary>
            <param name="identityProviderBase">The IdentityProviderBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProviderBase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityProviderBase">The IdentityProviderBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequestBuilder">
            <summary>
            The type DirectoryFederationConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryFederationConfigurationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityProviderBaseRequestBuilder"/> for the specified DirectoryIdentityProviderBase.
            </summary>
            <param name="id">The ID for the DirectoryIdentityProviderBase.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderBaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryFederationConfigurationsCollectionRequestBuilder.AvailableProviderTypes">
            <summary>
            Gets the request builder for IdentityProviderBaseAvailableProviderTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryFederationConfigurationsCollectionResponse">
            <summary>
            The type DirectoryFederationConfigurationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryFederationConfigurationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryFederationConfigurationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryFederationConfigurationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberGroupsCollectionPage">
            <summary>
            The type DirectoryObjectCheckMemberGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberGroupsCollectionResponse">
            <summary>
            The type DirectoryObjectCheckMemberGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberGroupsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest">
            <summary>
            The type DirectoryObjectCheckMemberGroupsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectCheckMemberGroupsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequestBuilder">
            <summary>
            The type DirectoryObjectCheckMemberGroupsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="groupIds">A groupIds parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberObjectsCollectionPage">
            <summary>
            The type DirectoryObjectCheckMemberObjectsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberObjectsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberObjectsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberObjectsCollectionResponse">
            <summary>
            The type DirectoryObjectCheckMemberObjectsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberObjectsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberObjectsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberObjectsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequest">
            <summary>
            The type DirectoryObjectCheckMemberObjectsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectCheckMemberObjectsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequestBuilder">
            <summary>
            The type DirectoryObjectCheckMemberObjectsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="ids">A ids parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberObjectsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesCollectionPage">
            <summary>
            The type DirectoryObjectGetAvailableExtensionPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesCollectionResponse">
            <summary>
            The type DirectoryObjectGetAvailableExtensionPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequest">
            <summary>
            The type DirectoryObjectGetAvailableExtensionPropertiesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectGetAvailableExtensionPropertiesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequestBuilder">
            <summary>
            The type DirectoryObjectGetAvailableExtensionPropertiesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="isSyncedFromOnPremises">A isSyncedFromOnPremises parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetAvailableExtensionPropertiesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetByIdsCollectionPage">
            <summary>
            The type DirectoryObjectGetByIdsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetByIdsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetByIdsCollectionResponse">
            <summary>
            The type DirectoryObjectGetByIdsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetByIdsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetByIdsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetByIdsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetByIdsRequest">
            <summary>
            The type DirectoryObjectGetByIdsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectGetByIdsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetByIdsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetByIdsRequestBuilder">
            <summary>
            The type DirectoryObjectGetByIdsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryObjectGetByIdsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="ids">A ids parameter for the OData method call.</param>
            <param name="types">A types parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberGroupsCollectionPage">
            <summary>
            The type DirectoryObjectGetMemberGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberGroupsCollectionResponse">
            <summary>
            The type DirectoryObjectGetMemberGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberGroupsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest">
            <summary>
            The type DirectoryObjectGetMemberGroupsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectGetMemberGroupsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequestBuilder">
            <summary>
            The type DirectoryObjectGetMemberGroupsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="securityEnabledOnly">A securityEnabledOnly parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberObjectsCollectionPage">
            <summary>
            The type DirectoryObjectGetMemberObjectsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberObjectsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberObjectsCollectionResponse">
            <summary>
            The type DirectoryObjectGetMemberObjectsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberObjectsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberObjectsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberObjectsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest">
            <summary>
            The type DirectoryObjectGetMemberObjectsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectGetMemberObjectsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequestBuilder">
            <summary>
            The type DirectoryObjectGetMemberObjectsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="securityEnabledOnly">A securityEnabledOnly parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest">
            <summary>
            The type DirectoryObjectPartnerReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectPartnerReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.CreateAsync(Microsoft.Graph.DirectoryObjectPartnerReference,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObjectPartnerReference using POST.
            </summary>
            <param name="directoryObjectPartnerReferenceToCreate">The DirectoryObjectPartnerReference to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObjectPartnerReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.CreateResponseAsync(Microsoft.Graph.DirectoryObjectPartnerReference,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObjectPartnerReference using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectPartnerReferenceToCreate">The DirectoryObjectPartnerReference to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObjectPartnerReference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObjectPartnerReference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObjectPartnerReference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryObjectPartnerReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObjectPartnerReference and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.UpdateAsync(Microsoft.Graph.DirectoryObjectPartnerReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObjectPartnerReference using PATCH.
            </summary>
            <param name="directoryObjectPartnerReferenceToUpdate">The DirectoryObjectPartnerReference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DirectoryObjectPartnerReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.UpdateResponseAsync(Microsoft.Graph.DirectoryObjectPartnerReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObjectPartnerReference using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectPartnerReferenceToUpdate">The DirectoryObjectPartnerReference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.PutAsync(Microsoft.Graph.DirectoryObjectPartnerReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObjectPartnerReference using PUT.
            </summary>
            <param name="directoryObjectPartnerReferenceToUpdate">The DirectoryObjectPartnerReference object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.PutResponseAsync(Microsoft.Graph.DirectoryObjectPartnerReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObjectPartnerReference using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectPartnerReferenceToUpdate">The DirectoryObjectPartnerReference object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObjectPartnerReference,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObjectPartnerReference,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequest.InitializeCollectionProperties(Microsoft.Graph.DirectoryObjectPartnerReference)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="directoryObjectPartnerReferenceToInitialize">The <see cref="T:Microsoft.Graph.DirectoryObjectPartnerReference"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectPartnerReferenceRequestBuilder">
            <summary>
            The type DirectoryObjectPartnerReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryObjectPartnerReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectPartnerReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectReferenceRequest">
            <summary>
            The type DirectoryObjectReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified DirectoryObject reference.
            </summary>
            <param name="id">The DirectoryObject reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified DirectoryObject reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The DirectoryObject reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectReferenceRequestBuilder">
            <summary>
            The type DirectoryObjectReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryObjectReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectRequest">
            <summary>
            The type DirectoryObjectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.CreateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObject using POST.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.CreateResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.UpdateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PATCH.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.UpdateResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.PutAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PUT.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.PutResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.InitializeCollectionProperties(Microsoft.Graph.DirectoryObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="directoryObjectToInitialize">The <see cref="T:Microsoft.Graph.DirectoryObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectRequestBuilder">
            <summary>
            The type DirectoryObjectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryObjectRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.CheckMemberGroups(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectCheckMemberGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.CheckMemberObjects(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectCheckMemberObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.GetMemberGroups(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetMemberGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.GetMemberObjects(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetMemberObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.Restore">
            <summary>
            Gets the request builder for DirectoryObjectRestore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRestoreRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectRestoreRequest">
            <summary>
            The type DirectoryObjectRestoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectRestoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectRestoreRequestBuilder">
            <summary>
            The type DirectoryObjectRestoreRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryObjectRestoreRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectValidatePropertiesRequest">
            <summary>
            The type DirectoryObjectValidatePropertiesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectValidatePropertiesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectValidatePropertiesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectValidatePropertiesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectValidatePropertiesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectValidatePropertiesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectValidatePropertiesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectValidatePropertiesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectValidatePropertiesRequestBuilder">
            <summary>
            The type DirectoryObjectValidatePropertiesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectValidatePropertiesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryObjectValidatePropertiesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="entityType">A entityType parameter for the OData method call.</param>
            <param name="displayName">A displayName parameter for the OData method call.</param>
            <param name="mailNickname">A mailNickname parameter for the OData method call.</param>
            <param name="onBehalfOfUserId">A onBehalfOfUserId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectValidatePropertiesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectWithReferenceRequest">
            <summary>
            The type DirectoryObjectWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.CreateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObject using POST.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.UpdateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PATCH.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectWithReferenceRequestBuilder">
            <summary>
            The type DirectoryObjectWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryObjectWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the directoryObject.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRequest">
            <summary>
            The type DirectoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.CreateAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Directory using POST.
            </summary>
            <param name="directoryToCreate">The Directory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.CreateResponseAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Directory using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryToCreate">The Directory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Directory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Directory and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Directory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Directory and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.UpdateAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Directory using PATCH.
            </summary>
            <param name="directoryToUpdate">The Directory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.UpdateResponseAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Directory using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryToUpdate">The Directory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.PutAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Directory using PUT.
            </summary>
            <param name="directoryToUpdate">The Directory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.PutResponseAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Directory using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryToUpdate">The Directory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Directory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Directory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.InitializeCollectionProperties(Microsoft.Graph.Directory)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="directoryToInitialize">The <see cref="T:Microsoft.Graph.Directory"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRequestBuilder">
            <summary>
            The type DirectoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRequestBuilder.AdministrativeUnits">
            <summary>
            Gets the request builder for AdministrativeUnits.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRequestBuilder.DeletedItems">
            <summary>
            Gets the request builder for DeletedItems.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRequestBuilder.FederationConfigurations">
            <summary>
            Gets the request builder for FederationConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleDeltaCollectionPage">
            <summary>
            The type DirectoryRoleDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryRoleDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleDeltaCollectionResponse">
            <summary>
            The type DirectoryRoleDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryRoleDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleDeltaRequest">
            <summary>
            The type DirectoryRoleDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryRoleDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleDeltaRequestBuilder">
            <summary>
            The type DirectoryRoleDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryRoleDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequest">
            <summary>
            The type DirectoryRoleMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryRoleMembersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequestBuilder">
            <summary>
            The type DirectoryRoleMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryRoleMembersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesPage">
            <summary>
            The type DirectoryRoleMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest">
            <summary>
            The type DirectoryRoleMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryRoleMembersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The type DirectoryRoleMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryRoleMembersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryRoleDirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryRoleDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesResponse">
            <summary>
            The type DirectoryRoleMembersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleRequest">
            <summary>
            The type DirectoryRoleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryRoleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.CreateAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryRole using POST.
            </summary>
            <param name="directoryRoleToCreate">The DirectoryRole to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.CreateResponseAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryRole using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryRoleToCreate">The DirectoryRole to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryRole.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryRole and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryRole.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryRole and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.UpdateAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRole using PATCH.
            </summary>
            <param name="directoryRoleToUpdate">The DirectoryRole to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.UpdateResponseAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRole using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryRoleToUpdate">The DirectoryRole to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.PutAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRole using PUT.
            </summary>
            <param name="directoryRoleToUpdate">The DirectoryRole object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.PutResponseAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRole using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryRoleToUpdate">The DirectoryRole object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.InitializeCollectionProperties(Microsoft.Graph.DirectoryRole)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="directoryRoleToInitialize">The <see cref="T:Microsoft.Graph.DirectoryRole"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleRequestBuilder">
            <summary>
            The type DirectoryRoleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryRoleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleRequestBuilder.ScopedMembers">
            <summary>
            Gets the request builder for ScopedMembers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleScopedMembersCollectionPage">
            <summary>
            The type DirectoryRoleScopedMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleScopedMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest">
            <summary>
            The type DirectoryRoleScopedMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryRoleScopedMembersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest.AddAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequestBuilder">
            <summary>
            The type DirectoryRoleScopedMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryRoleScopedMembersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleScopedMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/> for the specified DirectoryRoleScopedRoleMembership.
            </summary>
            <param name="id">The ID for the DirectoryRoleScopedRoleMembership.</param>
            <returns>The <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleScopedMembersCollectionResponse">
            <summary>
            The type DirectoryRoleScopedMembersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleScopedMembersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleScopedMembersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleScopedMembersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleTemplateRequest">
            <summary>
            The type DirectoryRoleTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryRoleTemplateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.CreateAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryRoleTemplate using POST.
            </summary>
            <param name="directoryRoleTemplateToCreate">The DirectoryRoleTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.CreateResponseAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryRoleTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryRoleTemplateToCreate">The DirectoryRoleTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryRoleTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryRoleTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryRoleTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryRoleTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.UpdateAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRoleTemplate using PATCH.
            </summary>
            <param name="directoryRoleTemplateToUpdate">The DirectoryRoleTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.UpdateResponseAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRoleTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryRoleTemplateToUpdate">The DirectoryRoleTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.PutAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRoleTemplate using PUT.
            </summary>
            <param name="directoryRoleTemplateToUpdate">The DirectoryRoleTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.PutResponseAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRoleTemplate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryRoleTemplateToUpdate">The DirectoryRoleTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.InitializeCollectionProperties(Microsoft.Graph.DirectoryRoleTemplate)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="directoryRoleTemplateToInitialize">The <see cref="T:Microsoft.Graph.DirectoryRoleTemplate"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleTemplateRequestBuilder">
            <summary>
            The type DirectoryRoleTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryRoleTemplateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetSharedColumnsCollectionReferencesRequest">
            <summary>
            The type DocumentSetSharedColumnsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DocumentSetSharedColumnsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetSharedColumnsCollectionReferencesRequestBuilder">
            <summary>
            The type DocumentSetSharedColumnsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DocumentSetSharedColumnsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesPage">
            <summary>
            The type DocumentSetSharedColumnsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequest">
            <summary>
            The type DocumentSetSharedColumnsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DocumentSetSharedColumnsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequestBuilder">
            <summary>
            The type DocumentSetSharedColumnsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DocumentSetSharedColumnsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/> for the specified DocumentSetColumnDefinition.
            </summary>
            <param name="id">The ID for the DocumentSetColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDocumentSetSharedColumnsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDocumentSetSharedColumnsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesResponse">
            <summary>
            The type DocumentSetSharedColumnsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetSharedColumnsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetVersionRequest">
            <summary>
            The type DocumentSetVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DocumentSetVersionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.CreateAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DocumentSetVersion using POST.
            </summary>
            <param name="documentSetVersionToCreate">The DocumentSetVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DocumentSetVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.CreateResponseAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DocumentSetVersion using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="documentSetVersionToCreate">The DocumentSetVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DocumentSetVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DocumentSetVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DocumentSetVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DocumentSetVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DocumentSetVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.UpdateAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DocumentSetVersion using PATCH.
            </summary>
            <param name="documentSetVersionToUpdate">The DocumentSetVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DocumentSetVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.UpdateResponseAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DocumentSetVersion using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="documentSetVersionToUpdate">The DocumentSetVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.PutAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DocumentSetVersion using PUT.
            </summary>
            <param name="documentSetVersionToUpdate">The DocumentSetVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.PutResponseAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DocumentSetVersion using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="documentSetVersionToUpdate">The DocumentSetVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DocumentSetVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DocumentSetVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequest.InitializeCollectionProperties(Microsoft.Graph.DocumentSetVersion)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="documentSetVersionToInitialize">The <see cref="T:Microsoft.Graph.DocumentSetVersion"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetVersionRequestBuilder">
            <summary>
            The type DocumentSetVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DocumentSetVersionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRequestBuilder.Restore">
            <summary>
            Gets the request builder for DocumentSetVersionRestore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDocumentSetVersionRestoreRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetVersionRestoreRequest">
            <summary>
            The type DocumentSetVersionRestoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRestoreRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DocumentSetVersionRestoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRestoreRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRestoreRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRestoreRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRestoreRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetVersionRestoreRequestBuilder">
            <summary>
            The type DocumentSetVersionRestoreRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRestoreRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DocumentSetVersionRestoreRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetVersionRestoreRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionReferencesRequest">
            <summary>
            The type DocumentSetWelcomePageColumnsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DocumentSetWelcomePageColumnsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder">
            <summary>
            The type DocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesPage">
            <summary>
            The type DocumentSetWelcomePageColumnsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequest">
            <summary>
            The type DocumentSetWelcomePageColumnsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DocumentSetWelcomePageColumnsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder">
            <summary>
            The type DocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/> for the specified DocumentSetColumnDefinition.
            </summary>
            <param name="id">The ID for the DocumentSetColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesResponse">
            <summary>
            The type DocumentSetWelcomePageColumnsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DocumentSetWelcomePageColumnsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsCnameRecordRequest">
            <summary>
            The type DomainDnsCnameRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDnsCnameRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsCnameRecord using POST.
            </summary>
            <param name="domainDnsCnameRecordToCreate">The DomainDnsCnameRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.CreateResponseAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsCnameRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsCnameRecordToCreate">The DomainDnsCnameRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsCnameRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsCnameRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsCnameRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsCnameRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsCnameRecord using PATCH.
            </summary>
            <param name="domainDnsCnameRecordToUpdate">The DomainDnsCnameRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.UpdateResponseAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsCnameRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsCnameRecordToUpdate">The DomainDnsCnameRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.PutAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsCnameRecord using PUT.
            </summary>
            <param name="domainDnsCnameRecordToUpdate">The DomainDnsCnameRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.PutResponseAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsCnameRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsCnameRecordToUpdate">The DomainDnsCnameRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsCnameRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsCnameRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.InitializeCollectionProperties(Microsoft.Graph.DomainDnsCnameRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainDnsCnameRecordToInitialize">The <see cref="T:Microsoft.Graph.DomainDnsCnameRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsCnameRecordRequestBuilder">
            <summary>
            The type DomainDnsCnameRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDnsCnameRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsMxRecordRequest">
            <summary>
            The type DomainDnsMxRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDnsMxRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsMxRecord using POST.
            </summary>
            <param name="domainDnsMxRecordToCreate">The DomainDnsMxRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.CreateResponseAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsMxRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsMxRecordToCreate">The DomainDnsMxRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsMxRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsMxRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsMxRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsMxRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsMxRecord using PATCH.
            </summary>
            <param name="domainDnsMxRecordToUpdate">The DomainDnsMxRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.UpdateResponseAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsMxRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsMxRecordToUpdate">The DomainDnsMxRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.PutAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsMxRecord using PUT.
            </summary>
            <param name="domainDnsMxRecordToUpdate">The DomainDnsMxRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.PutResponseAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsMxRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsMxRecordToUpdate">The DomainDnsMxRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsMxRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsMxRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.InitializeCollectionProperties(Microsoft.Graph.DomainDnsMxRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainDnsMxRecordToInitialize">The <see cref="T:Microsoft.Graph.DomainDnsMxRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsMxRecordRequestBuilder">
            <summary>
            The type DomainDnsMxRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDnsMxRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsRecordRequest">
            <summary>
            The type DomainDnsRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDnsRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsRecord using POST.
            </summary>
            <param name="domainDnsRecordToCreate">The DomainDnsRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.CreateResponseAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsRecordToCreate">The DomainDnsRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsRecord using PATCH.
            </summary>
            <param name="domainDnsRecordToUpdate">The DomainDnsRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.UpdateResponseAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsRecordToUpdate">The DomainDnsRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.PutAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsRecord using PUT.
            </summary>
            <param name="domainDnsRecordToUpdate">The DomainDnsRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.PutResponseAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsRecordToUpdate">The DomainDnsRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.InitializeCollectionProperties(Microsoft.Graph.DomainDnsRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainDnsRecordToInitialize">The <see cref="T:Microsoft.Graph.DomainDnsRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsRecordRequestBuilder">
            <summary>
            The type DomainDnsRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDnsRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsSrvRecordRequest">
            <summary>
            The type DomainDnsSrvRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDnsSrvRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsSrvRecord using POST.
            </summary>
            <param name="domainDnsSrvRecordToCreate">The DomainDnsSrvRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.CreateResponseAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsSrvRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsSrvRecordToCreate">The DomainDnsSrvRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsSrvRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsSrvRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsSrvRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsSrvRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsSrvRecord using PATCH.
            </summary>
            <param name="domainDnsSrvRecordToUpdate">The DomainDnsSrvRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.UpdateResponseAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsSrvRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsSrvRecordToUpdate">The DomainDnsSrvRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.PutAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsSrvRecord using PUT.
            </summary>
            <param name="domainDnsSrvRecordToUpdate">The DomainDnsSrvRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.PutResponseAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsSrvRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsSrvRecordToUpdate">The DomainDnsSrvRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsSrvRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsSrvRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.InitializeCollectionProperties(Microsoft.Graph.DomainDnsSrvRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainDnsSrvRecordToInitialize">The <see cref="T:Microsoft.Graph.DomainDnsSrvRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsSrvRecordRequestBuilder">
            <summary>
            The type DomainDnsSrvRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDnsSrvRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsTxtRecordRequest">
            <summary>
            The type DomainDnsTxtRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDnsTxtRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsTxtRecord using POST.
            </summary>
            <param name="domainDnsTxtRecordToCreate">The DomainDnsTxtRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.CreateResponseAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsTxtRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsTxtRecordToCreate">The DomainDnsTxtRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsTxtRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsTxtRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsTxtRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsTxtRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsTxtRecord using PATCH.
            </summary>
            <param name="domainDnsTxtRecordToUpdate">The DomainDnsTxtRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.UpdateResponseAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsTxtRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsTxtRecordToUpdate">The DomainDnsTxtRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.PutAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsTxtRecord using PUT.
            </summary>
            <param name="domainDnsTxtRecordToUpdate">The DomainDnsTxtRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.PutResponseAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsTxtRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsTxtRecordToUpdate">The DomainDnsTxtRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsTxtRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsTxtRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.InitializeCollectionProperties(Microsoft.Graph.DomainDnsTxtRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainDnsTxtRecordToInitialize">The <see cref="T:Microsoft.Graph.DomainDnsTxtRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsTxtRecordRequestBuilder">
            <summary>
            The type DomainDnsTxtRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDnsTxtRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsUnavailableRecordRequest">
            <summary>
            The type DomainDnsUnavailableRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDnsUnavailableRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsUnavailableRecord using POST.
            </summary>
            <param name="domainDnsUnavailableRecordToCreate">The DomainDnsUnavailableRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.CreateResponseAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsUnavailableRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsUnavailableRecordToCreate">The DomainDnsUnavailableRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsUnavailableRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsUnavailableRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsUnavailableRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsUnavailableRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsUnavailableRecord using PATCH.
            </summary>
            <param name="domainDnsUnavailableRecordToUpdate">The DomainDnsUnavailableRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.UpdateResponseAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsUnavailableRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsUnavailableRecordToUpdate">The DomainDnsUnavailableRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.PutAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsUnavailableRecord using PUT.
            </summary>
            <param name="domainDnsUnavailableRecordToUpdate">The DomainDnsUnavailableRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.PutResponseAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsUnavailableRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsUnavailableRecordToUpdate">The DomainDnsUnavailableRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsUnavailableRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsUnavailableRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.InitializeCollectionProperties(Microsoft.Graph.DomainDnsUnavailableRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainDnsUnavailableRecordToInitialize">The <see cref="T:Microsoft.Graph.DomainDnsUnavailableRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsUnavailableRecordRequestBuilder">
            <summary>
            The type DomainDnsUnavailableRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDnsUnavailableRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequest">
            <summary>
            The type DomainDomainNameReferencesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDomainNameReferencesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequestBuilder">
            <summary>
            The type DomainDomainNameReferencesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDomainNameReferencesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesPage">
            <summary>
            The type DomainDomainNameReferencesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest">
            <summary>
            The type DomainDomainNameReferencesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDomainNameReferencesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequestBuilder">
            <summary>
            The type DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DomainDirectoryObject.
            </summary>
            <param name="id">The ID for the DomainDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesResponse">
            <summary>
            The type DomainDomainNameReferencesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainFederationConfigurationCollectionPage">
            <summary>
            The type DomainFederationConfigurationCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainFederationConfigurationCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainFederationConfigurationCollectionRequest">
            <summary>
            The type DomainFederationConfigurationCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainFederationConfigurationCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequest.AddAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified InternalDomainFederation to the collection via POST.
            </summary>
            <param name="internalDomainFederation">The InternalDomainFederation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequest.AddResponseAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified InternalDomainFederation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="internalDomainFederation">The InternalDomainFederation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InternalDomainFederation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InternalDomainFederation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainFederationConfigurationCollectionRequestBuilder">
            <summary>
            The type DomainFederationConfigurationCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainFederationConfigurationCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainFederationConfigurationCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainFederationConfigurationCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IInternalDomainFederationRequestBuilder"/> for the specified DomainInternalDomainFederation.
            </summary>
            <param name="id">The ID for the DomainInternalDomainFederation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IInternalDomainFederationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainFederationConfigurationCollectionResponse">
            <summary>
            The type DomainFederationConfigurationCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainFederationConfigurationCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDomainFederationConfigurationCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainFederationConfigurationCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainFederationConfigurationCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainForceDeleteRequest">
            <summary>
            The type DomainForceDeleteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainForceDeleteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainForceDeleteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainForceDeleteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainForceDeleteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainForceDeleteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainForceDeleteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainForceDeleteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainForceDeleteRequestBuilder">
            <summary>
            The type DomainForceDeleteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainForceDeleteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DomainForceDeleteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="disableUserAccounts">A disableUserAccounts parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainForceDeleteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainPromoteRequest">
            <summary>
            The type DomainPromoteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainPromoteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainPromoteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainPromoteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainPromoteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainPromoteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainPromoteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainPromoteRequestBuilder">
            <summary>
            The type DomainPromoteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainPromoteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DomainPromoteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainPromoteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainRequest">
            <summary>
            The type DomainRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.CreateAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Domain using POST.
            </summary>
            <param name="domainToCreate">The Domain to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.CreateResponseAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Domain using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainToCreate">The Domain to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Domain.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Domain and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Domain.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Domain and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.UpdateAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Domain using PATCH.
            </summary>
            <param name="domainToUpdate">The Domain to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.UpdateResponseAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Domain using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainToUpdate">The Domain to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.PutAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Domain using PUT.
            </summary>
            <param name="domainToUpdate">The Domain object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.PutResponseAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Domain using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainToUpdate">The Domain object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.InitializeCollectionProperties(Microsoft.Graph.Domain)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainToInitialize">The <see cref="T:Microsoft.Graph.Domain"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainRequestBuilder">
            <summary>
            The type DomainRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainRequestBuilder.DomainNameReferences">
            <summary>
            Gets the request builder for DomainNameReferences.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainRequestBuilder.FederationConfiguration">
            <summary>
            Gets the request builder for FederationConfiguration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainFederationConfigurationCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainRequestBuilder.ServiceConfigurationRecords">
            <summary>
            Gets the request builder for ServiceConfigurationRecords.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainRequestBuilder.VerificationDnsRecords">
            <summary>
            Gets the request builder for VerificationDnsRecords.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequestBuilder.ForceDelete(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DomainForceDelete.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainForceDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequestBuilder.Promote">
            <summary>
            Gets the request builder for DomainPromote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainPromoteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequestBuilder.Verify">
            <summary>
            Gets the request builder for DomainVerify.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainVerifyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionPage">
            <summary>
            The type DomainServiceConfigurationRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest">
            <summary>
            The type DomainServiceConfigurationRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainServiceConfigurationRecordsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.AddResponseAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequestBuilder">
            <summary>
            The type DomainServiceConfigurationRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainServiceConfigurationRecordsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/> for the specified DomainDomainDnsRecord.
            </summary>
            <param name="id">The ID for the DomainDomainDnsRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionResponse">
            <summary>
            The type DomainServiceConfigurationRecordsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainVerificationDnsRecordsCollectionPage">
            <summary>
            The type DomainVerificationDnsRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainVerificationDnsRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest">
            <summary>
            The type DomainVerificationDnsRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainVerificationDnsRecordsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.AddResponseAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequestBuilder">
            <summary>
            The type DomainVerificationDnsRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainVerificationDnsRecordsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/> for the specified DomainDomainDnsRecord.
            </summary>
            <param name="id">The ID for the DomainDomainDnsRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainVerificationDnsRecordsCollectionResponse">
            <summary>
            The type DomainVerificationDnsRecordsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainVerificationDnsRecordsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainVerificationDnsRecordsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainVerificationDnsRecordsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainVerifyRequest">
            <summary>
            The type DomainVerifyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainVerifyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainVerifyRequestBuilder">
            <summary>
            The type DomainVerifyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DomainVerifyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveBundlesCollectionPage">
            <summary>
            The type DriveBundlesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveBundlesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveBundlesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveBundlesCollectionRequest">
            <summary>
            The type DriveBundlesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveBundlesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveBundlesCollectionRequestBuilder">
            <summary>
            The type DriveBundlesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveBundlesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveBundlesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveBundlesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveDriveItem.
            </summary>
            <param name="id">The ID for the DriveDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveBundlesCollectionResponse">
            <summary>
            The type DriveBundlesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveBundlesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveBundlesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveBundlesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveBundlesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveFollowingCollectionPage">
            <summary>
            The type DriveFollowingCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveFollowingCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveFollowingCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveFollowingCollectionRequest">
            <summary>
            The type DriveFollowingCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveFollowingCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveFollowingCollectionRequestBuilder">
            <summary>
            The type DriveFollowingCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveFollowingCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveFollowingCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveFollowingCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveDriveItem.
            </summary>
            <param name="id">The ID for the DriveDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveFollowingCollectionResponse">
            <summary>
            The type DriveFollowingCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveFollowingCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveFollowingCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveFollowingCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveFollowingCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCheckinRequest">
            <summary>
            The type DriveItemCheckinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemCheckinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCheckinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCheckinRequestBuilder">
            <summary>
            The type DriveItemCheckinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemCheckinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="checkInAs">A checkInAs parameter for the OData method call.</param>
            <param name="comment">A comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCheckoutRequest">
            <summary>
            The type DriveItemCheckoutRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckoutRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemCheckoutRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckoutRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckoutRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckoutRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckoutRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCheckoutRequestBuilder">
            <summary>
            The type DriveItemCheckoutRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckoutRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemCheckoutRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCheckoutRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemChildrenCollectionPage">
            <summary>
            The type DriveItemChildrenCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemChildrenCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemChildrenCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemChildrenCollectionRequest">
            <summary>
            The type DriveItemChildrenCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemChildrenCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemChildrenCollectionRequestBuilder">
            <summary>
            The type DriveItemChildrenCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemChildrenCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemChildrenCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveItemDriveItem.
            </summary>
            <param name="id">The ID for the DriveItemDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemChildrenCollectionResponse">
            <summary>
            The type DriveItemChildrenCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemChildrenCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemChildrenCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemChildrenCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemChildrenCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemContentRequest">
            <summary>
            The type DriveItemContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemContentRequestBuilder">
            <summary>
            The type DriveItemContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCopyRequest">
            <summary>
            The type DriveItemCopyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCopyRequestBuilder">
            <summary>
            The type DriveItemCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,Microsoft.Graph.ItemReference)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemCopyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="parentReference">A parentReference parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCreateLinkRequest">
            <summary>
            The type DriveItemCreateLinkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemCreateLinkRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateLinkRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCreateLinkRequestBuilder">
            <summary>
            The type DriveItemCreateLinkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.Nullable{System.DateTimeOffset},System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemCreateLinkRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="type">A type parameter for the OData method call.</param>
            <param name="scope">A scope parameter for the OData method call.</param>
            <param name="expirationDateTime">A expirationDateTime parameter for the OData method call.</param>
            <param name="password">A password parameter for the OData method call.</param>
            <param name="message">A message parameter for the OData method call.</param>
            <param name="retainInheritedPermissions">A retainInheritedPermissions parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCreateUploadSessionRequest">
            <summary>
            The type DriveItemCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateUploadSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCreateUploadSessionRequestBuilder">
            <summary>
            The type DriveItemCreateUploadSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.DriveItemUploadableProperties)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemCreateUploadSessionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="item">A item parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemDeltaCollectionPage">
            <summary>
            The type DriveItemDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemDeltaCollectionResponse">
            <summary>
            The type DriveItemDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemDeltaRequest">
            <summary>
            The type DriveItemDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemDeltaRequestBuilder">
            <summary>
            The type DriveItemDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="token">A token parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemFollowRequest">
            <summary>
            The type DriveItemFollowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemFollowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemFollowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemFollowRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemFollowRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemFollowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemFollowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemFollowRequestBuilder">
            <summary>
            The type DriveItemFollowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemFollowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemFollowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemFollowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemGetActivitiesByIntervalCollectionPage">
            <summary>
            The type DriveItemGetActivitiesByIntervalCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemGetActivitiesByIntervalCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemGetActivitiesByIntervalCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemGetActivitiesByIntervalCollectionResponse">
            <summary>
            The type DriveItemGetActivitiesByIntervalCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemGetActivitiesByIntervalCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemGetActivitiesByIntervalCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemGetActivitiesByIntervalCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemGetActivitiesByIntervalCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequest">
            <summary>
            The type DriveItemGetActivitiesByIntervalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemGetActivitiesByIntervalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequestBuilder">
            <summary>
            The type DriveItemGetActivitiesByIntervalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDateTime">A startDateTime parameter for the OData method call.</param>
            <param name="endDateTime">A endDateTime parameter for the OData method call.</param>
            <param name="interval">A interval parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemGetActivitiesByIntervalRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemInviteCollectionPage">
            <summary>
            The type DriveItemInviteCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemInviteRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemInviteCollectionResponse">
            <summary>
            The type DriveItemInviteCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemInviteCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemInviteRequest">
            <summary>
            The type DriveItemInviteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemInviteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemInviteRequestBuilder">
            <summary>
            The type DriveItemInviteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.DriveRecipient},System.Nullable{System.Boolean},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemInviteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="recipients">A recipients parameter for the OData method call.</param>
            <param name="requireSignIn">A requireSignIn parameter for the OData method call.</param>
            <param name="roles">A roles parameter for the OData method call.</param>
            <param name="sendInvitation">A sendInvitation parameter for the OData method call.</param>
            <param name="message">A message parameter for the OData method call.</param>
            <param name="retainInheritedPermissions">A retainInheritedPermissions parameter for the OData method call.</param>
            <param name="expirationDateTime">A expirationDateTime parameter for the OData method call.</param>
            <param name="password">A password parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemPermissionsCollectionPage">
            <summary>
            The type DriveItemPermissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemPermissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemPermissionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemPermissionsCollectionRequest">
            <summary>
            The type DriveItemPermissionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemPermissionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.AddAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Permission to the collection via POST.
            </summary>
            <param name="permission">The Permission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Permission to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="permission">The Permission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemPermissionsCollectionRequestBuilder">
            <summary>
            The type DriveItemPermissionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemPermissionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemPermissionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/> for the specified DriveItemPermission.
            </summary>
            <param name="id">The ID for the DriveItemPermission.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemPermissionsCollectionResponse">
            <summary>
            The type DriveItemPermissionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemPermissionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemPermissionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemPermissionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemPermissionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemPreviewRequest">
            <summary>
            The type DriveItemPreviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPreviewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemPreviewRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemPreviewRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPreviewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPreviewRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPreviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPreviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemPreviewRequestBuilder">
            <summary>
            The type DriveItemPreviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPreviewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Nullable{System.Double})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemPreviewRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="page">A page parameter for the OData method call.</param>
            <param name="zoom">A zoom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPreviewRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemRequest">
            <summary>
            The type DriveItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.CreateAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DriveItem using POST.
            </summary>
            <param name="driveItemToCreate">The DriveItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.CreateResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DriveItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveItemToCreate">The DriveItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DriveItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DriveItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.UpdateAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItem using PATCH.
            </summary>
            <param name="driveItemToUpdate">The DriveItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.UpdateResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveItemToUpdate">The DriveItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.PutAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItem using PUT.
            </summary>
            <param name="driveItemToUpdate">The DriveItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.PutResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveItemToUpdate">The DriveItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.InitializeCollectionProperties(Microsoft.Graph.DriveItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="driveItemToInitialize">The <see cref="T:Microsoft.Graph.DriveItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DriveItemRequestBuilder">
            <summary>
            The type DriveItemRequestBuilder.
            </summary>
            <summary>
            The type  DriveItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Workbook">
            <summary>
            Gets the request builder for Workbook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Analytics">
            <summary>
            Gets the request builder for Analytics.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemAnalyticsWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Children">
            <summary>
            Gets the request builder for Children.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemChildrenCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.ListItem">
            <summary>
            Gets the request builder for ListItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Permissions">
            <summary>
            Gets the request builder for Permissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemPermissionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Subscriptions">
            <summary>
            Gets the request builder for Subscriptions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Thumbnails">
            <summary>
            Gets the request builder for Thumbnails.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemThumbnailsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Versions">
            <summary>
            Gets the request builder for Versions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Restore(Microsoft.Graph.ItemReference,System.String)">
            <summary>
            Gets the request builder for DriveItemRestore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRestoreRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Copy(System.String,Microsoft.Graph.ItemReference)">
            <summary>
            Gets the request builder for DriveItemCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.CreateUploadSession(Microsoft.Graph.DriveItemUploadableProperties)">
            <summary>
            Gets the request builder for DriveItemCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Checkin(System.String,System.String)">
            <summary>
            Gets the request builder for DriveItemCheckin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCheckinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Checkout">
            <summary>
            Gets the request builder for DriveItemCheckout.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCheckoutRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.CreateLink(System.String,System.String,System.Nullable{System.DateTimeOffset},System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DriveItemCreateLink.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCreateLinkRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Follow">
            <summary>
            Gets the request builder for DriveItemFollow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemFollowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Invite(System.Collections.Generic.IEnumerable{Microsoft.Graph.DriveRecipient},System.Nullable{System.Boolean},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.String)">
            <summary>
            Gets the request builder for DriveItemInvite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemInviteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Preview(System.String,System.Nullable{System.Double})">
            <summary>
            Gets the request builder for DriveItemPreview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemPreviewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Unfollow">
            <summary>
            Gets the request builder for DriveItemUnfollow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemUnfollowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.ValidatePermission(System.String,System.String)">
            <summary>
            Gets the request builder for DriveItemValidatePermission.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemValidatePermissionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Delta">
            <summary>
            Gets the request builder for DriveItemDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Delta(System.String)">
            <summary>
            Gets the request builder for DriveItemDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.GetActivitiesByInterval">
            <summary>
            Gets the request builder for DriveItemGetActivitiesByInterval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.GetActivitiesByInterval(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for DriveItemGetActivitiesByInterval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Search(System.String)">
            <summary>
            Gets the request builder for DriveItemSearch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemSearchRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.ItemWithPath(System.String)">
            <summary>
            Gets children request.
            <returns>The children request.</returns>
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemRestoreRequest">
            <summary>
            The type DriveItemRestoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRestoreRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemRestoreRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRestoreRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRestoreRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRestoreRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRestoreRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRestoreRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemRestoreRequestBuilder">
            <summary>
            The type DriveItemRestoreRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRestoreRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.ItemReference,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemRestoreRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="parentReference">A parentReference parameter for the OData method call.</param>
            <param name="name">A name parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRestoreRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemsCollectionPage">
            <summary>
            The type DriveItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemsCollectionRequest">
            <summary>
            The type DriveItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemsCollectionRequestBuilder">
            <summary>
            The type DriveItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveDriveItem.
            </summary>
            <param name="id">The ID for the DriveDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemsCollectionResponse">
            <summary>
            The type DriveItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemSearchCollectionPage">
            <summary>
            The type DriveItemSearchCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemSearchCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemSearchRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemSearchCollectionResponse">
            <summary>
            The type DriveItemSearchCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemSearchCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemSearchCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemSearchCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemSearchCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemSearchRequest">
            <summary>
            The type DriveItemSearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemSearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemSearchRequestBuilder">
            <summary>
            The type DriveItemSearchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemSearchRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="q">A q parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemSubscriptionsCollectionPage">
            <summary>
            The type DriveItemSubscriptionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemSubscriptionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest">
            <summary>
            The type DriveItemSubscriptionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemSubscriptionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest.AddAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemSubscriptionsCollectionRequestBuilder">
            <summary>
            The type DriveItemSubscriptionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemSubscriptionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSubscriptionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemSubscriptionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/> for the specified DriveItemSubscription.
            </summary>
            <param name="id">The ID for the DriveItemSubscription.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemSubscriptionsCollectionResponse">
            <summary>
            The type DriveItemSubscriptionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemSubscriptionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemSubscriptionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemSubscriptionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemSubscriptionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemThumbnailsCollectionPage">
            <summary>
            The type DriveItemThumbnailsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemThumbnailsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemThumbnailsCollectionRequest">
            <summary>
            The type DriveItemThumbnailsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemThumbnailsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.AddAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThumbnailSet to the collection via POST.
            </summary>
            <param name="thumbnailSet">The ThumbnailSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.AddResponseAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThumbnailSet to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="thumbnailSet">The ThumbnailSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemThumbnailsCollectionRequestBuilder">
            <summary>
            The type DriveItemThumbnailsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemThumbnailsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemThumbnailsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IThumbnailSetRequestBuilder"/> for the specified DriveItemThumbnailSet.
            </summary>
            <param name="id">The ID for the DriveItemThumbnailSet.</param>
            <returns>The <see cref="T:Microsoft.Graph.IThumbnailSetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemThumbnailsCollectionResponse">
            <summary>
            The type DriveItemThumbnailsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemThumbnailsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemThumbnailsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemThumbnailsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemThumbnailsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemUnfollowRequest">
            <summary>
            The type DriveItemUnfollowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemUnfollowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemUnfollowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemUnfollowRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemUnfollowRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemUnfollowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemUnfollowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemUnfollowRequestBuilder">
            <summary>
            The type DriveItemUnfollowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemUnfollowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemUnfollowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemUnfollowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemValidatePermissionRequest">
            <summary>
            The type DriveItemValidatePermissionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemValidatePermissionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemValidatePermissionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemValidatePermissionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemValidatePermissionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemValidatePermissionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemValidatePermissionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemValidatePermissionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemValidatePermissionRequestBuilder">
            <summary>
            The type DriveItemValidatePermissionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemValidatePermissionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemValidatePermissionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="password">A password parameter for the OData method call.</param>
            <param name="challengeToken">A challengeToken parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemValidatePermissionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionContentRequest">
            <summary>
            The type DriveItemVersionContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemVersionContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionContentRequestBuilder">
            <summary>
            The type DriveItemVersionContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemVersionContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionRequest">
            <summary>
            The type DriveItemVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemVersionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.CreateAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DriveItemVersion using POST.
            </summary>
            <param name="driveItemVersionToCreate">The DriveItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.CreateResponseAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DriveItemVersion using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveItemVersionToCreate">The DriveItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DriveItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DriveItemVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DriveItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DriveItemVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.UpdateAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItemVersion using PATCH.
            </summary>
            <param name="driveItemVersionToUpdate">The DriveItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.UpdateResponseAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItemVersion using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveItemVersionToUpdate">The DriveItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.PutAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItemVersion using PUT.
            </summary>
            <param name="driveItemVersionToUpdate">The DriveItemVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.PutResponseAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItemVersion using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveItemVersionToUpdate">The DriveItemVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.InitializeCollectionProperties(Microsoft.Graph.DriveItemVersion)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="driveItemVersionToInitialize">The <see cref="T:Microsoft.Graph.DriveItemVersion"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionRequestBuilder">
            <summary>
            The type DriveItemVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemVersionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersionRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequestBuilder.RestoreVersion">
            <summary>
            Gets the request builder for DriveItemVersionRestoreVersion.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionRestoreVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionRestoreVersionRequest">
            <summary>
            The type DriveItemVersionRestoreVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemVersionRestoreVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionRestoreVersionRequestBuilder">
            <summary>
            The type DriveItemVersionRestoreVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemVersionRestoreVersionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionsCollectionPage">
            <summary>
            The type DriveItemVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionsCollectionRequest">
            <summary>
            The type DriveItemVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemVersionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.AddAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItemVersion to the collection via POST.
            </summary>
            <param name="driveItemVersion">The DriveItemVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItemVersion to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItemVersion">The DriveItemVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionsCollectionRequestBuilder">
            <summary>
            The type DriveItemVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemVersionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemVersionRequestBuilder"/> for the specified DriveItemDriveItemVersion.
            </summary>
            <param name="id">The ID for the DriveItemDriveItemVersion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionsCollectionResponse">
            <summary>
            The type DriveItemVersionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemVersionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveRecentCollectionPage">
            <summary>
            The type DriveRecentCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecentCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveRecentRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveRecentCollectionResponse">
            <summary>
            The type DriveRecentCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecentCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveRecentCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecentCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecentCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveRecentRequest">
            <summary>
            The type DriveRecentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveRecentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveRecentRequestBuilder">
            <summary>
            The type DriveRecentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveRecentRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveRequest">
            <summary>
            The type DriveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.CreateAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Drive using POST.
            </summary>
            <param name="driveToCreate">The Drive to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.CreateResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Drive using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveToCreate">The Drive to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Drive.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Drive and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Drive.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Drive and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.UpdateAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Drive using PATCH.
            </summary>
            <param name="driveToUpdate">The Drive to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.UpdateResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Drive using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveToUpdate">The Drive to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.PutAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Drive using PUT.
            </summary>
            <param name="driveToUpdate">The Drive object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.PutResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Drive using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveToUpdate">The Drive object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.InitializeCollectionProperties(Microsoft.Graph.Drive)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="driveToInitialize">The <see cref="T:Microsoft.Graph.Drive"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DriveRequestBuilder">
            <summary>
            The type DriveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveRequestBuilder.Bundles">
            <summary>
            Gets the request builder for Bundles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveBundlesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveRequestBuilder.Following">
            <summary>
            Gets the request builder for Following.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveFollowingCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveRequestBuilder.List">
            <summary>
            Gets the request builder for List.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveRequestBuilder.Root">
            <summary>
            Gets the request builder for Root.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveRequestBuilder.Special">
            <summary>
            Gets the request builder for Special.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequestBuilder.Search(System.String)">
            <summary>
            Gets the request builder for DriveSearch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveSearchRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequestBuilder.Recent">
            <summary>
            Gets the request builder for DriveRecent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRecentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequestBuilder.SharedWithMe">
            <summary>
            Gets the request builder for DriveSharedWithMe.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveSharedWithMeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveSearchCollectionPage">
            <summary>
            The type DriveSearchCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSearchCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveSearchRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveSearchCollectionResponse">
            <summary>
            The type DriveSearchCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSearchCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveSearchCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSearchCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSearchCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveSearchRequest">
            <summary>
            The type DriveSearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveSearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveSearchRequestBuilder">
            <summary>
            The type DriveSearchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveSearchRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="q">A q parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveSharedWithMeCollectionPage">
            <summary>
            The type DriveSharedWithMeCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSharedWithMeCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveSharedWithMeRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveSharedWithMeCollectionResponse">
            <summary>
            The type DriveSharedWithMeCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSharedWithMeCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveSharedWithMeCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSharedWithMeCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSharedWithMeCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveSharedWithMeRequest">
            <summary>
            The type DriveSharedWithMeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveSharedWithMeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveSharedWithMeRequestBuilder">
            <summary>
            The type DriveSharedWithMeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveSharedWithMeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveSpecialCollectionPage">
            <summary>
            The type DriveSpecialCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSpecialCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveSpecialCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveSpecialCollectionRequest">
            <summary>
            The type DriveSpecialCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveSpecialCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveSpecialCollectionRequestBuilder">
            <summary>
            The type DriveSpecialCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveSpecialCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveSpecialCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveDriveItem.
            </summary>
            <param name="id">The ID for the DriveDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveSpecialCollectionRequestBuilder.AppRoot">
            <summary>
            Gets app root special folder item request builder.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveSpecialCollectionResponse">
            <summary>
            The type DriveSpecialCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSpecialCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveSpecialCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSpecialCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSpecialCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EBookInstallSummaryRequest">
            <summary>
            The type EBookInstallSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EBookInstallSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.CreateAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EBookInstallSummary using POST.
            </summary>
            <param name="eBookInstallSummaryToCreate">The EBookInstallSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.CreateResponseAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EBookInstallSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eBookInstallSummaryToCreate">The EBookInstallSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EBookInstallSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EBookInstallSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EBookInstallSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EBookInstallSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.UpdateAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EBookInstallSummary using PATCH.
            </summary>
            <param name="eBookInstallSummaryToUpdate">The EBookInstallSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.UpdateResponseAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EBookInstallSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eBookInstallSummaryToUpdate">The EBookInstallSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.PutAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EBookInstallSummary using PUT.
            </summary>
            <param name="eBookInstallSummaryToUpdate">The EBookInstallSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.PutResponseAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EBookInstallSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eBookInstallSummaryToUpdate">The EBookInstallSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EBookInstallSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EBookInstallSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.EBookInstallSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="eBookInstallSummaryToInitialize">The <see cref="T:Microsoft.Graph.EBookInstallSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EBookInstallSummaryRequestBuilder">
            <summary>
            The type EBookInstallSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EBookInstallSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EditionUpgradeConfigurationRequest">
            <summary>
            The type EditionUpgradeConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EditionUpgradeConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.CreateAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EditionUpgradeConfiguration using POST.
            </summary>
            <param name="editionUpgradeConfigurationToCreate">The EditionUpgradeConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.CreateResponseAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EditionUpgradeConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="editionUpgradeConfigurationToCreate">The EditionUpgradeConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EditionUpgradeConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EditionUpgradeConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EditionUpgradeConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EditionUpgradeConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.UpdateAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EditionUpgradeConfiguration using PATCH.
            </summary>
            <param name="editionUpgradeConfigurationToUpdate">The EditionUpgradeConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EditionUpgradeConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="editionUpgradeConfigurationToUpdate">The EditionUpgradeConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.PutAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EditionUpgradeConfiguration using PUT.
            </summary>
            <param name="editionUpgradeConfigurationToUpdate">The EditionUpgradeConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.PutResponseAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EditionUpgradeConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="editionUpgradeConfigurationToUpdate">The EditionUpgradeConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EditionUpgradeConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EditionUpgradeConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.EditionUpgradeConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="editionUpgradeConfigurationToInitialize">The <see cref="T:Microsoft.Graph.EditionUpgradeConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EditionUpgradeConfigurationRequestBuilder">
            <summary>
            The type EditionUpgradeConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EditionUpgradeConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentCategoriesCollectionPage">
            <summary>
            The type EducationAssignmentCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest">
            <summary>
            The type EducationAssignmentCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationAssignmentCategoriesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest.AddAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationCategory to the collection via POST.
            </summary>
            <param name="educationCategory">The EducationCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationCategory to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationCategory">The EducationCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequestBuilder">
            <summary>
            The type EducationAssignmentCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationAssignmentCategoriesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationCategoryRequestBuilder"/> for the specified EducationAssignmentEducationCategory.
            </summary>
            <param name="id">The ID for the EducationAssignmentEducationCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentCategoriesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationCategoryDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationCategoryDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentCategoriesCollectionResponse">
            <summary>
            The type EducationAssignmentCategoriesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentCategoriesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationAssignmentCategoriesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentCategoriesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentCategoriesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentDefaultsRequest">
            <summary>
            The type EducationAssignmentDefaultsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationAssignmentDefaultsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.CreateAsync(Microsoft.Graph.EducationAssignmentDefaults,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignmentDefaults using POST.
            </summary>
            <param name="educationAssignmentDefaultsToCreate">The EducationAssignmentDefaults to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignmentDefaults.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.CreateResponseAsync(Microsoft.Graph.EducationAssignmentDefaults,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignmentDefaults using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentDefaultsToCreate">The EducationAssignmentDefaults to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignmentDefaults.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignmentDefaults and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignmentDefaults.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationAssignmentDefaults.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignmentDefaults and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.UpdateAsync(Microsoft.Graph.EducationAssignmentDefaults,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentDefaults using PATCH.
            </summary>
            <param name="educationAssignmentDefaultsToUpdate">The EducationAssignmentDefaults to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationAssignmentDefaults.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.UpdateResponseAsync(Microsoft.Graph.EducationAssignmentDefaults,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentDefaults using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentDefaultsToUpdate">The EducationAssignmentDefaults to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.PutAsync(Microsoft.Graph.EducationAssignmentDefaults,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentDefaults using PUT.
            </summary>
            <param name="educationAssignmentDefaultsToUpdate">The EducationAssignmentDefaults object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.PutResponseAsync(Microsoft.Graph.EducationAssignmentDefaults,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentDefaults using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentDefaultsToUpdate">The EducationAssignmentDefaults object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentDefaults,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentDefaults,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequest.InitializeCollectionProperties(Microsoft.Graph.EducationAssignmentDefaults)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationAssignmentDefaultsToInitialize">The <see cref="T:Microsoft.Graph.EducationAssignmentDefaults"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentDefaultsRequestBuilder">
            <summary>
            The type EducationAssignmentDefaultsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationAssignmentDefaultsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDefaultsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentDeltaCollectionPage">
            <summary>
            The type EducationAssignmentDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationAssignmentDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentDeltaCollectionResponse">
            <summary>
            The type EducationAssignmentDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationAssignmentDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentDeltaRequest">
            <summary>
            The type EducationAssignmentDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationAssignmentDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentDeltaRequestBuilder">
            <summary>
            The type EducationAssignmentDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationAssignmentDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentPublishRequest">
            <summary>
            The type EducationAssignmentPublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentPublishRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationAssignmentPublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentPublishRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentPublishRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentPublishRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentPublishRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentPublishRequestBuilder">
            <summary>
            The type EducationAssignmentPublishRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentPublishRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationAssignmentPublishRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentPublishRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentRequest">
            <summary>
            The type EducationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.CreateAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignment using POST.
            </summary>
            <param name="educationAssignmentToCreate">The EducationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.CreateResponseAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentToCreate">The EducationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.UpdateAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignment using PATCH.
            </summary>
            <param name="educationAssignmentToUpdate">The EducationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentToUpdate">The EducationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.PutAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignment using PUT.
            </summary>
            <param name="educationAssignmentToUpdate">The EducationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.PutResponseAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentToUpdate">The EducationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.EducationAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationAssignmentToInitialize">The <see cref="T:Microsoft.Graph.EducationAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentRequestBuilder">
            <summary>
            The type EducationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentRequestBuilder.Categories">
            <summary>
            Gets the request builder for Categories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentRequestBuilder.Resources">
            <summary>
            Gets the request builder for Resources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentRequestBuilder.Rubric">
            <summary>
            Gets the request builder for Rubric.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRubricRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentRequestBuilder.Submissions">
            <summary>
            Gets the request builder for Submissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequestBuilder.Publish">
            <summary>
            Gets the request builder for EducationAssignmentPublish.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentPublishRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequestBuilder.SetUpFeedbackResourcesFolder">
            <summary>
            Gets the request builder for EducationAssignmentSetUpFeedbackResourcesFolder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentSetUpFeedbackResourcesFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentRequestBuilder.SetUpResourcesFolder">
            <summary>
            Gets the request builder for EducationAssignmentSetUpResourcesFolder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentSetUpResourcesFolderRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentResourceRequest">
            <summary>
            The type EducationAssignmentResourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationAssignmentResourceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.CreateAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignmentResource using POST.
            </summary>
            <param name="educationAssignmentResourceToCreate">The EducationAssignmentResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignmentResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.CreateResponseAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignmentResource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentResourceToCreate">The EducationAssignmentResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignmentResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignmentResource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignmentResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationAssignmentResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignmentResource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.UpdateAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentResource using PATCH.
            </summary>
            <param name="educationAssignmentResourceToUpdate">The EducationAssignmentResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationAssignmentResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.UpdateResponseAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentResource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentResourceToUpdate">The EducationAssignmentResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.PutAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentResource using PUT.
            </summary>
            <param name="educationAssignmentResourceToUpdate">The EducationAssignmentResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.PutResponseAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentResource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentResourceToUpdate">The EducationAssignmentResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequest.InitializeCollectionProperties(Microsoft.Graph.EducationAssignmentResource)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationAssignmentResourceToInitialize">The <see cref="T:Microsoft.Graph.EducationAssignmentResource"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentResourceRequestBuilder">
            <summary>
            The type EducationAssignmentResourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationAssignmentResourceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentResourcesCollectionPage">
            <summary>
            The type EducationAssignmentResourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentResourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest">
            <summary>
            The type EducationAssignmentResourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationAssignmentResourcesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest.AddAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationAssignmentResource to the collection via POST.
            </summary>
            <param name="educationAssignmentResource">The EducationAssignmentResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignmentResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationAssignmentResource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationAssignmentResource">The EducationAssignmentResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentResourcesCollectionRequestBuilder">
            <summary>
            The type EducationAssignmentResourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationAssignmentResourcesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentResourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentResourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationAssignmentResourceRequestBuilder"/> for the specified EducationAssignmentEducationAssignmentResource.
            </summary>
            <param name="id">The ID for the EducationAssignmentEducationAssignmentResource.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentResourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentResourcesCollectionResponse">
            <summary>
            The type EducationAssignmentResourcesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentResourcesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationAssignmentResourcesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentResourcesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentResourcesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentSettingsRequest">
            <summary>
            The type EducationAssignmentSettingsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationAssignmentSettingsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.CreateAsync(Microsoft.Graph.EducationAssignmentSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignmentSettings using POST.
            </summary>
            <param name="educationAssignmentSettingsToCreate">The EducationAssignmentSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignmentSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.CreateResponseAsync(Microsoft.Graph.EducationAssignmentSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignmentSettings using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentSettingsToCreate">The EducationAssignmentSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignmentSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignmentSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignmentSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationAssignmentSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignmentSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.UpdateAsync(Microsoft.Graph.EducationAssignmentSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentSettings using PATCH.
            </summary>
            <param name="educationAssignmentSettingsToUpdate">The EducationAssignmentSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationAssignmentSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.UpdateResponseAsync(Microsoft.Graph.EducationAssignmentSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentSettings using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentSettingsToUpdate">The EducationAssignmentSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.PutAsync(Microsoft.Graph.EducationAssignmentSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentSettings using PUT.
            </summary>
            <param name="educationAssignmentSettingsToUpdate">The EducationAssignmentSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.PutResponseAsync(Microsoft.Graph.EducationAssignmentSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentSettings using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentSettingsToUpdate">The EducationAssignmentSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentSettings,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentSettings,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequest.InitializeCollectionProperties(Microsoft.Graph.EducationAssignmentSettings)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationAssignmentSettingsToInitialize">The <see cref="T:Microsoft.Graph.EducationAssignmentSettings"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentSettingsRequestBuilder">
            <summary>
            The type EducationAssignmentSettingsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationAssignmentSettingsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSettingsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentSetUpFeedbackResourcesFolderRequest">
            <summary>
            The type EducationAssignmentSetUpFeedbackResourcesFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpFeedbackResourcesFolderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationAssignmentSetUpFeedbackResourcesFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpFeedbackResourcesFolderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpFeedbackResourcesFolderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpFeedbackResourcesFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpFeedbackResourcesFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentSetUpFeedbackResourcesFolderRequestBuilder">
            <summary>
            The type EducationAssignmentSetUpFeedbackResourcesFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpFeedbackResourcesFolderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationAssignmentSetUpFeedbackResourcesFolderRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpFeedbackResourcesFolderRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentSetUpResourcesFolderRequest">
            <summary>
            The type EducationAssignmentSetUpResourcesFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpResourcesFolderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationAssignmentSetUpResourcesFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpResourcesFolderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpResourcesFolderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpResourcesFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpResourcesFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentSetUpResourcesFolderRequestBuilder">
            <summary>
            The type EducationAssignmentSetUpResourcesFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpResourcesFolderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationAssignmentSetUpResourcesFolderRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSetUpResourcesFolderRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentSubmissionsCollectionPage">
            <summary>
            The type EducationAssignmentSubmissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentSubmissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest">
            <summary>
            The type EducationAssignmentSubmissionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationAssignmentSubmissionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest.AddAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSubmission to the collection via POST.
            </summary>
            <param name="educationSubmission">The EducationSubmission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSubmission.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSubmission to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationSubmission">The EducationSubmission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequestBuilder">
            <summary>
            The type EducationAssignmentSubmissionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationAssignmentSubmissionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentSubmissionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSubmissionRequestBuilder"/> for the specified EducationAssignmentEducationSubmission.
            </summary>
            <param name="id">The ID for the EducationAssignmentEducationSubmission.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationAssignmentSubmissionsCollectionResponse">
            <summary>
            The type EducationAssignmentSubmissionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentSubmissionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentSubmissionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationAssignmentSubmissionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationCategoryDeltaCollectionPage">
            <summary>
            The type EducationCategoryDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationCategoryDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationCategoryDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationCategoryDeltaCollectionResponse">
            <summary>
            The type EducationCategoryDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationCategoryDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationCategoryDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationCategoryDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationCategoryDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationCategoryDeltaRequest">
            <summary>
            The type EducationCategoryDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationCategoryDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationCategoryDeltaRequestBuilder">
            <summary>
            The type EducationCategoryDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationCategoryDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationCategoryRequest">
            <summary>
            The type EducationCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationCategoryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.CreateAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationCategory using POST.
            </summary>
            <param name="educationCategoryToCreate">The EducationCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.CreateResponseAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationCategory using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationCategoryToCreate">The EducationCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.UpdateAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationCategory using PATCH.
            </summary>
            <param name="educationCategoryToUpdate">The EducationCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.UpdateResponseAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationCategory using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationCategoryToUpdate">The EducationCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.PutAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationCategory using PUT.
            </summary>
            <param name="educationCategoryToUpdate">The EducationCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.PutResponseAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationCategory using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationCategoryToUpdate">The EducationCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequest.InitializeCollectionProperties(Microsoft.Graph.EducationCategory)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationCategoryToInitialize">The <see cref="T:Microsoft.Graph.EducationCategory"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationCategoryRequestBuilder">
            <summary>
            The type EducationCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationCategoryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionPage">
            <summary>
            The type EducationClassAssignmentCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest">
            <summary>
            The type EducationClassAssignmentCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassAssignmentCategoriesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest.AddAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationCategory to the collection via POST.
            </summary>
            <param name="educationCategory">The EducationCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationCategory to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationCategory">The EducationCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequestBuilder">
            <summary>
            The type EducationClassAssignmentCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassAssignmentCategoriesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationCategoryRequestBuilder"/> for the specified EducationClassEducationCategory.
            </summary>
            <param name="id">The ID for the EducationClassEducationCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationCategoryDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationCategoryDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionResponse">
            <summary>
            The type EducationClassAssignmentCategoriesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassAssignmentCategoriesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassAssignmentsCollectionPage">
            <summary>
            The type EducationClassAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassAssignmentsCollectionRequest">
            <summary>
            The type EducationClassAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationAssignment to the collection via POST.
            </summary>
            <param name="educationAssignment">The EducationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationAssignment">The EducationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassAssignmentsCollectionRequestBuilder">
            <summary>
            The type EducationClassAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationAssignmentRequestBuilder"/> for the specified EducationClassEducationAssignment.
            </summary>
            <param name="id">The ID for the EducationClassEducationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassAssignmentsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationAssignmentDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassAssignmentsCollectionResponse">
            <summary>
            The type EducationClassAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationClassAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassDeltaCollectionPage">
            <summary>
            The type EducationClassDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassDeltaCollectionResponse">
            <summary>
            The type EducationClassDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationClassDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassDeltaRequest">
            <summary>
            The type EducationClassDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassDeltaRequestBuilder">
            <summary>
            The type EducationClassDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationClassDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassMembersCollectionReferencesRequest">
            <summary>
            The type EducationClassMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassMembersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassMembersCollectionReferencesRequestBuilder">
            <summary>
            The type EducationClassMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassMembersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassMembersCollectionWithReferencesPage">
            <summary>
            The type EducationClassMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest">
            <summary>
            The type EducationClassMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassMembersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationClassMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassMembersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/> for the specified EducationClassEducationUser.
            </summary>
            <param name="id">The ID for the EducationClassEducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassMembersCollectionWithReferencesResponse">
            <summary>
            The type EducationClassMembersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassMembersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassMembersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassMembersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassReferenceRequest">
            <summary>
            The type EducationClassReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationClass reference.
            </summary>
            <param name="id">The EducationClass reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationClass reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The EducationClass reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassReferenceRequestBuilder">
            <summary>
            The type EducationClassReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassRequest">
            <summary>
            The type EducationClassRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.CreateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationClass using POST.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.CreateResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationClass using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationClass and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.UpdateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PATCH.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.UpdateResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.PutAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PUT.
            </summary>
            <param name="educationClassToUpdate">The EducationClass object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.PutResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationClassToUpdate">The EducationClass object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.InitializeCollectionProperties(Microsoft.Graph.EducationClass)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationClassToInitialize">The <see cref="T:Microsoft.Graph.EducationClass"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationClassRequestBuilder">
            <summary>
            The type EducationClassRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassRequestBuilder.AssignmentCategories">
            <summary>
            Gets the request builder for AssignmentCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassRequestBuilder.AssignmentDefaults">
            <summary>
            Gets the request builder for AssignmentDefaults.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentDefaultsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassRequestBuilder.AssignmentSettings">
            <summary>
            Gets the request builder for AssignmentSettings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentSettingsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassRequestBuilder.Group">
            <summary>
            Gets the request builder for Group.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassRequestBuilder.Schools">
            <summary>
            Gets the request builder for Schools.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassRequestBuilder.Teachers">
            <summary>
            Gets the request builder for Teachers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequest">
            <summary>
            The type EducationClassSchoolsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassSchoolsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequestBuilder">
            <summary>
            The type EducationClassSchoolsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassSchoolsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesPage">
            <summary>
            The type EducationClassSchoolsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest">
            <summary>
            The type EducationClassSchoolsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassSchoolsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationClassSchoolsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassSchoolsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/> for the specified EducationClassEducationSchool.
            </summary>
            <param name="id">The ID for the EducationClassEducationSchool.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesResponse">
            <summary>
            The type EducationClassSchoolsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequest">
            <summary>
            The type EducationClassTeachersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassTeachersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequestBuilder">
            <summary>
            The type EducationClassTeachersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassTeachersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesPage">
            <summary>
            The type EducationClassTeachersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest">
            <summary>
            The type EducationClassTeachersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassTeachersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationClassTeachersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassTeachersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/> for the specified EducationClassEducationUser.
            </summary>
            <param name="id">The ID for the EducationClassEducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesResponse">
            <summary>
            The type EducationClassTeachersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassWithReferenceRequest">
            <summary>
            The type EducationClassWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationClass and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationClass using POST.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationClass using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PATCH.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassWithReferenceRequestBuilder">
            <summary>
            The type EducationClassWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the educationClass.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationFeedbackOutcomeRequest">
            <summary>
            The type EducationFeedbackOutcomeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationFeedbackOutcomeRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.CreateAsync(Microsoft.Graph.EducationFeedbackOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationFeedbackOutcome using POST.
            </summary>
            <param name="educationFeedbackOutcomeToCreate">The EducationFeedbackOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationFeedbackOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.CreateResponseAsync(Microsoft.Graph.EducationFeedbackOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationFeedbackOutcome using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationFeedbackOutcomeToCreate">The EducationFeedbackOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationFeedbackOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationFeedbackOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationFeedbackOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationFeedbackOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationFeedbackOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.UpdateAsync(Microsoft.Graph.EducationFeedbackOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackOutcome using PATCH.
            </summary>
            <param name="educationFeedbackOutcomeToUpdate">The EducationFeedbackOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationFeedbackOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.UpdateResponseAsync(Microsoft.Graph.EducationFeedbackOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackOutcome using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationFeedbackOutcomeToUpdate">The EducationFeedbackOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.PutAsync(Microsoft.Graph.EducationFeedbackOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackOutcome using PUT.
            </summary>
            <param name="educationFeedbackOutcomeToUpdate">The EducationFeedbackOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.PutResponseAsync(Microsoft.Graph.EducationFeedbackOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackOutcome using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationFeedbackOutcomeToUpdate">The EducationFeedbackOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationFeedbackOutcome,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationFeedbackOutcome,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequest.InitializeCollectionProperties(Microsoft.Graph.EducationFeedbackOutcome)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationFeedbackOutcomeToInitialize">The <see cref="T:Microsoft.Graph.EducationFeedbackOutcome"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationFeedbackOutcomeRequestBuilder">
            <summary>
            The type EducationFeedbackOutcomeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationFeedbackOutcomeRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackOutcomeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest">
            <summary>
            The type EducationFeedbackResourceOutcomeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationFeedbackResourceOutcomeRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.CreateAsync(Microsoft.Graph.EducationFeedbackResourceOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationFeedbackResourceOutcome using POST.
            </summary>
            <param name="educationFeedbackResourceOutcomeToCreate">The EducationFeedbackResourceOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationFeedbackResourceOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.CreateResponseAsync(Microsoft.Graph.EducationFeedbackResourceOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationFeedbackResourceOutcome using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationFeedbackResourceOutcomeToCreate">The EducationFeedbackResourceOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationFeedbackResourceOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationFeedbackResourceOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationFeedbackResourceOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationFeedbackResourceOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationFeedbackResourceOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.UpdateAsync(Microsoft.Graph.EducationFeedbackResourceOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackResourceOutcome using PATCH.
            </summary>
            <param name="educationFeedbackResourceOutcomeToUpdate">The EducationFeedbackResourceOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationFeedbackResourceOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.UpdateResponseAsync(Microsoft.Graph.EducationFeedbackResourceOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackResourceOutcome using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationFeedbackResourceOutcomeToUpdate">The EducationFeedbackResourceOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.PutAsync(Microsoft.Graph.EducationFeedbackResourceOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackResourceOutcome using PUT.
            </summary>
            <param name="educationFeedbackResourceOutcomeToUpdate">The EducationFeedbackResourceOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.PutResponseAsync(Microsoft.Graph.EducationFeedbackResourceOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackResourceOutcome using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationFeedbackResourceOutcomeToUpdate">The EducationFeedbackResourceOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationFeedbackResourceOutcome,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationFeedbackResourceOutcome,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequest.InitializeCollectionProperties(Microsoft.Graph.EducationFeedbackResourceOutcome)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationFeedbackResourceOutcomeToInitialize">The <see cref="T:Microsoft.Graph.EducationFeedbackResourceOutcome"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationFeedbackResourceOutcomeRequestBuilder">
            <summary>
            The type EducationFeedbackResourceOutcomeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationFeedbackResourceOutcomeRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationFeedbackResourceOutcomeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationOrganizationRequest">
            <summary>
            The type EducationOrganizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationOrganizationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.CreateAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationOrganization using POST.
            </summary>
            <param name="educationOrganizationToCreate">The EducationOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.CreateResponseAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationOrganization using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationOrganizationToCreate">The EducationOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationOrganization and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationOrganization and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.UpdateAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOrganization using PATCH.
            </summary>
            <param name="educationOrganizationToUpdate">The EducationOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.UpdateResponseAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOrganization using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationOrganizationToUpdate">The EducationOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.PutAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOrganization using PUT.
            </summary>
            <param name="educationOrganizationToUpdate">The EducationOrganization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.PutResponseAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOrganization using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationOrganizationToUpdate">The EducationOrganization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOrganization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOrganization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.InitializeCollectionProperties(Microsoft.Graph.EducationOrganization)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationOrganizationToInitialize">The <see cref="T:Microsoft.Graph.EducationOrganization"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationOrganizationRequestBuilder">
            <summary>
            The type EducationOrganizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationOrganizationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationOutcomeRequest">
            <summary>
            The type EducationOutcomeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationOutcomeRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.CreateAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationOutcome using POST.
            </summary>
            <param name="educationOutcomeToCreate">The EducationOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.CreateResponseAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationOutcome using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationOutcomeToCreate">The EducationOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.UpdateAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOutcome using PATCH.
            </summary>
            <param name="educationOutcomeToUpdate">The EducationOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.UpdateResponseAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOutcome using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationOutcomeToUpdate">The EducationOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.PutAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOutcome using PUT.
            </summary>
            <param name="educationOutcomeToUpdate">The EducationOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.PutResponseAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOutcome using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationOutcomeToUpdate">The EducationOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOutcome,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOutcome,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequest.InitializeCollectionProperties(Microsoft.Graph.EducationOutcome)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationOutcomeToInitialize">The <see cref="T:Microsoft.Graph.EducationOutcome"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationOutcomeRequestBuilder">
            <summary>
            The type EducationOutcomeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationOutcomeRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOutcomeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationPointsOutcomeRequest">
            <summary>
            The type EducationPointsOutcomeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationPointsOutcomeRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.CreateAsync(Microsoft.Graph.EducationPointsOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationPointsOutcome using POST.
            </summary>
            <param name="educationPointsOutcomeToCreate">The EducationPointsOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationPointsOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.CreateResponseAsync(Microsoft.Graph.EducationPointsOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationPointsOutcome using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationPointsOutcomeToCreate">The EducationPointsOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationPointsOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationPointsOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationPointsOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationPointsOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationPointsOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.UpdateAsync(Microsoft.Graph.EducationPointsOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationPointsOutcome using PATCH.
            </summary>
            <param name="educationPointsOutcomeToUpdate">The EducationPointsOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationPointsOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.UpdateResponseAsync(Microsoft.Graph.EducationPointsOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationPointsOutcome using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationPointsOutcomeToUpdate">The EducationPointsOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.PutAsync(Microsoft.Graph.EducationPointsOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationPointsOutcome using PUT.
            </summary>
            <param name="educationPointsOutcomeToUpdate">The EducationPointsOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.PutResponseAsync(Microsoft.Graph.EducationPointsOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationPointsOutcome using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationPointsOutcomeToUpdate">The EducationPointsOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationPointsOutcome,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationPointsOutcome,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequest.InitializeCollectionProperties(Microsoft.Graph.EducationPointsOutcome)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationPointsOutcomeToInitialize">The <see cref="T:Microsoft.Graph.EducationPointsOutcome"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationPointsOutcomeRequestBuilder">
            <summary>
            The type EducationPointsOutcomeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationPointsOutcomeRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationPointsOutcomeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootClassesCollectionPage">
            <summary>
            The type EducationRootClassesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootClassesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationRootClassesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRootClassesCollectionRequest">
            <summary>
            The type EducationRootClassesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationRootClassesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootClassesCollectionRequestBuilder">
            <summary>
            The type EducationRootClassesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationRootClassesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootClassesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassRequestBuilder"/> for the specified EducationRootEducationClass.
            </summary>
            <param name="id">The ID for the EducationRootEducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationClassDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootClassesCollectionResponse">
            <summary>
            The type EducationRootClassesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootClassesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationRootClassesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootClassesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootClassesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRootRequest">
            <summary>
            The type EducationRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationRootRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.CreateAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRoot using POST.
            </summary>
            <param name="educationRootToCreate">The EducationRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.CreateResponseAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRootToCreate">The EducationRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.UpdateAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRoot using PATCH.
            </summary>
            <param name="educationRootToUpdate">The EducationRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.UpdateResponseAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRootToUpdate">The EducationRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.PutAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRoot using PUT.
            </summary>
            <param name="educationRootToUpdate">The EducationRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.PutResponseAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRootToUpdate">The EducationRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.InitializeCollectionProperties(Microsoft.Graph.EducationRoot)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationRootToInitialize">The <see cref="T:Microsoft.Graph.EducationRoot"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationRootRequestBuilder">
            <summary>
            The type EducationRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationRootRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootRequestBuilder.Classes">
            <summary>
            Gets the request builder for Classes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRootClassesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootRequestBuilder.Me">
            <summary>
            Gets the request builder for Me.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootRequestBuilder.Schools">
            <summary>
            Gets the request builder for Schools.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRootSchoolsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootRequestBuilder.Users">
            <summary>
            Gets the request builder for Users.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRootUsersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootSchoolsCollectionPage">
            <summary>
            The type EducationRootSchoolsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootSchoolsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationRootSchoolsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRootSchoolsCollectionRequest">
            <summary>
            The type EducationRootSchoolsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationRootSchoolsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.AddAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootSchoolsCollectionRequestBuilder">
            <summary>
            The type EducationRootSchoolsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationRootSchoolsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootSchoolsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolRequestBuilder"/> for the specified EducationRootEducationSchool.
            </summary>
            <param name="id">The ID for the EducationRootEducationSchool.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationSchoolDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootSchoolsCollectionResponse">
            <summary>
            The type EducationRootSchoolsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootSchoolsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationRootSchoolsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootSchoolsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootSchoolsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRootUsersCollectionPage">
            <summary>
            The type EducationRootUsersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootUsersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationRootUsersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRootUsersCollectionRequest">
            <summary>
            The type EducationRootUsersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationRootUsersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootUsersCollectionRequestBuilder">
            <summary>
            The type EducationRootUsersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationRootUsersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootUsersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserRequestBuilder"/> for the specified EducationRootEducationUser.
            </summary>
            <param name="id">The ID for the EducationRootEducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationUserDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootUsersCollectionResponse">
            <summary>
            The type EducationRootUsersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootUsersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationRootUsersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootUsersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootUsersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRubricOutcomeRequest">
            <summary>
            The type EducationRubricOutcomeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationRubricOutcomeRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.CreateAsync(Microsoft.Graph.EducationRubricOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRubricOutcome using POST.
            </summary>
            <param name="educationRubricOutcomeToCreate">The EducationRubricOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationRubricOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.CreateResponseAsync(Microsoft.Graph.EducationRubricOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRubricOutcome using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRubricOutcomeToCreate">The EducationRubricOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRubricOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRubricOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRubricOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationRubricOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRubricOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.UpdateAsync(Microsoft.Graph.EducationRubricOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubricOutcome using PATCH.
            </summary>
            <param name="educationRubricOutcomeToUpdate">The EducationRubricOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationRubricOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.UpdateResponseAsync(Microsoft.Graph.EducationRubricOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubricOutcome using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRubricOutcomeToUpdate">The EducationRubricOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.PutAsync(Microsoft.Graph.EducationRubricOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubricOutcome using PUT.
            </summary>
            <param name="educationRubricOutcomeToUpdate">The EducationRubricOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.PutResponseAsync(Microsoft.Graph.EducationRubricOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubricOutcome using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRubricOutcomeToUpdate">The EducationRubricOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRubricOutcome,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRubricOutcome,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequest.InitializeCollectionProperties(Microsoft.Graph.EducationRubricOutcome)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationRubricOutcomeToInitialize">The <see cref="T:Microsoft.Graph.EducationRubricOutcome"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationRubricOutcomeRequestBuilder">
            <summary>
            The type EducationRubricOutcomeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationRubricOutcomeRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricOutcomeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRubricRequest">
            <summary>
            The type EducationRubricRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationRubricRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.CreateAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRubric using POST.
            </summary>
            <param name="educationRubricToCreate">The EducationRubric to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationRubric.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.CreateResponseAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRubric using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRubricToCreate">The EducationRubric to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRubric.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRubric and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRubric.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationRubric.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRubric and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.UpdateAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubric using PATCH.
            </summary>
            <param name="educationRubricToUpdate">The EducationRubric to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationRubric.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.UpdateResponseAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubric using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRubricToUpdate">The EducationRubric to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.PutAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubric using PUT.
            </summary>
            <param name="educationRubricToUpdate">The EducationRubric object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.PutResponseAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubric using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRubricToUpdate">The EducationRubric object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRubric,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRubric,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequest.InitializeCollectionProperties(Microsoft.Graph.EducationRubric)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationRubricToInitialize">The <see cref="T:Microsoft.Graph.EducationRubric"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationRubricRequestBuilder">
            <summary>
            The type EducationRubricRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationRubricRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRubricRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequest">
            <summary>
            The type EducationSchoolClassesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolClassesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequestBuilder">
            <summary>
            The type EducationSchoolClassesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolClassesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesPage">
            <summary>
            The type EducationSchoolClassesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest">
            <summary>
            The type EducationSchoolClassesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolClassesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationSchoolClassesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolClassesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/> for the specified EducationSchoolEducationClass.
            </summary>
            <param name="id">The ID for the EducationSchoolEducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesResponse">
            <summary>
            The type EducationSchoolClassesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolDeltaCollectionPage">
            <summary>
            The type EducationSchoolDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSchoolDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolDeltaCollectionResponse">
            <summary>
            The type EducationSchoolDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationSchoolDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolDeltaRequest">
            <summary>
            The type EducationSchoolDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolDeltaRequestBuilder">
            <summary>
            The type EducationSchoolDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationSchoolDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolReferenceRequest">
            <summary>
            The type EducationSchoolReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationSchool reference.
            </summary>
            <param name="id">The EducationSchool reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationSchool reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The EducationSchool reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolReferenceRequestBuilder">
            <summary>
            The type EducationSchoolReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolRequest">
            <summary>
            The type EducationSchoolRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.CreateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSchool using POST.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.CreateResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSchool using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSchool and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.UpdateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PATCH.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.UpdateResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.PutAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PUT.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.PutResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.InitializeCollectionProperties(Microsoft.Graph.EducationSchool)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationSchoolToInitialize">The <see cref="T:Microsoft.Graph.EducationSchool"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolRequestBuilder">
            <summary>
            The type EducationSchoolRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolRequestBuilder.AdministrativeUnit">
            <summary>
            Gets the request builder for AdministrativeUnit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolRequestBuilder.Classes">
            <summary>
            Gets the request builder for Classes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolRequestBuilder.Users">
            <summary>
            Gets the request builder for Users.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequest">
            <summary>
            The type EducationSchoolUsersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolUsersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequestBuilder">
            <summary>
            The type EducationSchoolUsersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolUsersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesPage">
            <summary>
            The type EducationSchoolUsersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest">
            <summary>
            The type EducationSchoolUsersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolUsersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationSchoolUsersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolUsersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/> for the specified EducationSchoolEducationUser.
            </summary>
            <param name="id">The ID for the EducationSchoolEducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesResponse">
            <summary>
            The type EducationSchoolUsersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolWithReferenceRequest">
            <summary>
            The type EducationSchoolWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSchool and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSchool using POST.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSchool using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PATCH.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolWithReferenceRequestBuilder">
            <summary>
            The type EducationSchoolWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the educationSchool.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionOutcomesCollectionPage">
            <summary>
            The type EducationSubmissionOutcomesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionOutcomesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest">
            <summary>
            The type EducationSubmissionOutcomesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSubmissionOutcomesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest.AddAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationOutcome to the collection via POST.
            </summary>
            <param name="educationOutcome">The EducationOutcome to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationOutcome to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationOutcome">The EducationOutcome to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOutcome,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOutcome,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequestBuilder">
            <summary>
            The type EducationSubmissionOutcomesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSubmissionOutcomesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionOutcomesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationOutcomeRequestBuilder"/> for the specified EducationSubmissionEducationOutcome.
            </summary>
            <param name="id">The ID for the EducationSubmissionEducationOutcome.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationOutcomeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionOutcomesCollectionResponse">
            <summary>
            The type EducationSubmissionOutcomesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionOutcomesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationSubmissionOutcomesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionOutcomesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionOutcomesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionReassignRequest">
            <summary>
            The type EducationSubmissionReassignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReassignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSubmissionReassignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReassignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReassignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReassignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReassignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionReassignRequestBuilder">
            <summary>
            The type EducationSubmissionReassignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReassignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationSubmissionReassignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReassignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionRequest">
            <summary>
            The type EducationSubmissionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSubmissionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.CreateAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSubmission using POST.
            </summary>
            <param name="educationSubmissionToCreate">The EducationSubmission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSubmission.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.CreateResponseAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSubmission using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSubmissionToCreate">The EducationSubmission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSubmission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSubmission and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSubmission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationSubmission.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSubmission and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.UpdateAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmission using PATCH.
            </summary>
            <param name="educationSubmissionToUpdate">The EducationSubmission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationSubmission.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.UpdateResponseAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmission using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSubmissionToUpdate">The EducationSubmission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.PutAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmission using PUT.
            </summary>
            <param name="educationSubmissionToUpdate">The EducationSubmission object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.PutResponseAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmission using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSubmissionToUpdate">The EducationSubmission object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequest.InitializeCollectionProperties(Microsoft.Graph.EducationSubmission)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationSubmissionToInitialize">The <see cref="T:Microsoft.Graph.EducationSubmission"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionRequestBuilder">
            <summary>
            The type EducationSubmissionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSubmissionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionRequestBuilder.Outcomes">
            <summary>
            Gets the request builder for Outcomes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionRequestBuilder.Resources">
            <summary>
            Gets the request builder for Resources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionRequestBuilder.SubmittedResources">
            <summary>
            Gets the request builder for SubmittedResources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequestBuilder.SetUpResourcesFolder">
            <summary>
            Gets the request builder for EducationSubmissionSetUpResourcesFolder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionSetUpResourcesFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequestBuilder.Reassign">
            <summary>
            Gets the request builder for EducationSubmissionReassign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionReassignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequestBuilder.Return">
            <summary>
            Gets the request builder for EducationSubmissionReturn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionReturnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequestBuilder.Submit">
            <summary>
            Gets the request builder for EducationSubmissionSubmit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionSubmitRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionRequestBuilder.Unsubmit">
            <summary>
            Gets the request builder for EducationSubmissionUnsubmit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionUnsubmitRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionResourceRequest">
            <summary>
            The type EducationSubmissionResourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSubmissionResourceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.CreateAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSubmissionResource using POST.
            </summary>
            <param name="educationSubmissionResourceToCreate">The EducationSubmissionResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSubmissionResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.CreateResponseAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSubmissionResource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSubmissionResourceToCreate">The EducationSubmissionResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSubmissionResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSubmissionResource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSubmissionResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationSubmissionResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSubmissionResource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.UpdateAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmissionResource using PATCH.
            </summary>
            <param name="educationSubmissionResourceToUpdate">The EducationSubmissionResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationSubmissionResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.UpdateResponseAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmissionResource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSubmissionResourceToUpdate">The EducationSubmissionResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.PutAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmissionResource using PUT.
            </summary>
            <param name="educationSubmissionResourceToUpdate">The EducationSubmissionResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.PutResponseAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmissionResource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSubmissionResourceToUpdate">The EducationSubmissionResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmissionResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmissionResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequest.InitializeCollectionProperties(Microsoft.Graph.EducationSubmissionResource)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationSubmissionResourceToInitialize">The <see cref="T:Microsoft.Graph.EducationSubmissionResource"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionResourceRequestBuilder">
            <summary>
            The type EducationSubmissionResourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSubmissionResourceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionResourcesCollectionPage">
            <summary>
            The type EducationSubmissionResourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionResourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest">
            <summary>
            The type EducationSubmissionResourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSubmissionResourcesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest.AddAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSubmissionResource to the collection via POST.
            </summary>
            <param name="educationSubmissionResource">The EducationSubmissionResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSubmissionResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSubmissionResource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationSubmissionResource">The EducationSubmissionResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmissionResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmissionResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionResourcesCollectionRequestBuilder">
            <summary>
            The type EducationSubmissionResourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSubmissionResourcesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionResourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionResourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSubmissionResourceRequestBuilder"/> for the specified EducationSubmissionEducationSubmissionResource.
            </summary>
            <param name="id">The ID for the EducationSubmissionEducationSubmissionResource.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionResourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionResourcesCollectionResponse">
            <summary>
            The type EducationSubmissionResourcesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionResourcesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationSubmissionResourcesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionResourcesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionResourcesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionReturnRequest">
            <summary>
            The type EducationSubmissionReturnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReturnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSubmissionReturnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReturnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReturnRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReturnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReturnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionReturnRequestBuilder">
            <summary>
            The type EducationSubmissionReturnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReturnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationSubmissionReturnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionReturnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionSetUpResourcesFolderRequest">
            <summary>
            The type EducationSubmissionSetUpResourcesFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSetUpResourcesFolderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSubmissionSetUpResourcesFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSetUpResourcesFolderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSetUpResourcesFolderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSetUpResourcesFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSetUpResourcesFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionSetUpResourcesFolderRequestBuilder">
            <summary>
            The type EducationSubmissionSetUpResourcesFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSetUpResourcesFolderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationSubmissionSetUpResourcesFolderRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSetUpResourcesFolderRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionSubmitRequest">
            <summary>
            The type EducationSubmissionSubmitRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmitRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSubmissionSubmitRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmitRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmitRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmitRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmitRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionSubmitRequestBuilder">
            <summary>
            The type EducationSubmissionSubmitRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmitRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationSubmissionSubmitRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmitRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionPage">
            <summary>
            The type EducationSubmissionSubmittedResourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest">
            <summary>
            The type EducationSubmissionSubmittedResourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSubmissionSubmittedResourcesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest.AddAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSubmissionResource to the collection via POST.
            </summary>
            <param name="educationSubmissionResource">The EducationSubmissionResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSubmissionResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSubmissionResource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationSubmissionResource">The EducationSubmissionResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmissionResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmissionResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequestBuilder">
            <summary>
            The type EducationSubmissionSubmittedResourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSubmissionSubmittedResourcesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSubmissionResourceRequestBuilder"/> for the specified EducationSubmissionEducationSubmissionResource.
            </summary>
            <param name="id">The ID for the EducationSubmissionEducationSubmissionResource.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionResourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionResponse">
            <summary>
            The type EducationSubmissionSubmittedResourcesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSubmissionSubmittedResourcesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionUnsubmitRequest">
            <summary>
            The type EducationSubmissionUnsubmitRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionUnsubmitRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSubmissionUnsubmitRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionUnsubmitRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionUnsubmitRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionUnsubmitRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionUnsubmitRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSubmissionUnsubmitRequestBuilder">
            <summary>
            The type EducationSubmissionUnsubmitRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionUnsubmitRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationSubmissionUnsubmitRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSubmissionUnsubmitRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserAssignmentsCollectionPage">
            <summary>
            The type EducationUserAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserAssignmentsCollectionRequest">
            <summary>
            The type EducationUserAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationAssignment to the collection via POST.
            </summary>
            <param name="educationAssignment">The EducationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationAssignment">The EducationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserAssignmentsCollectionRequestBuilder">
            <summary>
            The type EducationUserAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationAssignmentRequestBuilder"/> for the specified EducationUserEducationAssignment.
            </summary>
            <param name="id">The ID for the EducationUserEducationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserAssignmentsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationAssignmentDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserAssignmentsCollectionResponse">
            <summary>
            The type EducationUserAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationUserAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserClassesCollectionReferencesRequest">
            <summary>
            The type EducationUserClassesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserClassesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserClassesCollectionReferencesRequestBuilder">
            <summary>
            The type EducationUserClassesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserClassesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserClassesCollectionWithReferencesPage">
            <summary>
            The type EducationUserClassesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserClassesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest">
            <summary>
            The type EducationUserClassesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserClassesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationUserClassesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserClassesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/> for the specified EducationUserEducationClass.
            </summary>
            <param name="id">The ID for the EducationUserEducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserClassesCollectionWithReferencesResponse">
            <summary>
            The type EducationUserClassesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserClassesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserClassesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserClassesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserDeltaCollectionPage">
            <summary>
            The type EducationUserDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserDeltaCollectionResponse">
            <summary>
            The type EducationUserDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationUserDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserDeltaRequest">
            <summary>
            The type EducationUserDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserDeltaRequestBuilder">
            <summary>
            The type EducationUserDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationUserDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserReferenceRequest">
            <summary>
            The type EducationUserReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationUser reference.
            </summary>
            <param name="id">The EducationUser reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationUser reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The EducationUser reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserReferenceRequestBuilder">
            <summary>
            The type EducationUserReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserRequest">
            <summary>
            The type EducationUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.CreateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationUser using POST.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.CreateResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationUser using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationUser and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.UpdateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PATCH.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.UpdateResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.PutAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PUT.
            </summary>
            <param name="educationUserToUpdate">The EducationUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.PutResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationUserToUpdate">The EducationUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.InitializeCollectionProperties(Microsoft.Graph.EducationUser)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationUserToInitialize">The <see cref="T:Microsoft.Graph.EducationUser"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationUserRequestBuilder">
            <summary>
            The type EducationUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRequestBuilder.Rubrics">
            <summary>
            Gets the request builder for Rubrics.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserRubricsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRequestBuilder.Classes">
            <summary>
            Gets the request builder for Classes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRequestBuilder.Schools">
            <summary>
            Gets the request builder for Schools.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRequestBuilder.TaughtClasses">
            <summary>
            Gets the request builder for TaughtClasses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRequestBuilder.User">
            <summary>
            Gets the request builder for User.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserRubricsCollectionPage">
            <summary>
            The type EducationUserRubricsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRubricsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserRubricsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserRubricsCollectionRequest">
            <summary>
            The type EducationUserRubricsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserRubricsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequest.AddAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationRubric to the collection via POST.
            </summary>
            <param name="educationRubric">The EducationRubric to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationRubric.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationRubric to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationRubric">The EducationRubric to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRubric,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRubric,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserRubricsCollectionRequestBuilder">
            <summary>
            The type EducationUserRubricsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserRubricsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRubricsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRubricsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationRubricRequestBuilder"/> for the specified EducationUserEducationRubric.
            </summary>
            <param name="id">The ID for the EducationUserEducationRubric.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRubricRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserRubricsCollectionResponse">
            <summary>
            The type EducationUserRubricsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRubricsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationUserRubricsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRubricsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRubricsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequest">
            <summary>
            The type EducationUserSchoolsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserSchoolsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequestBuilder">
            <summary>
            The type EducationUserSchoolsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserSchoolsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesPage">
            <summary>
            The type EducationUserSchoolsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest">
            <summary>
            The type EducationUserSchoolsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserSchoolsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationUserSchoolsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserSchoolsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/> for the specified EducationUserEducationSchool.
            </summary>
            <param name="id">The ID for the EducationUserEducationSchool.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesResponse">
            <summary>
            The type EducationUserSchoolsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserTaughtClassesCollectionReferencesRequest">
            <summary>
            The type EducationUserTaughtClassesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserTaughtClassesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserTaughtClassesCollectionReferencesRequestBuilder">
            <summary>
            The type EducationUserTaughtClassesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserTaughtClassesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesPage">
            <summary>
            The type EducationUserTaughtClassesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequest">
            <summary>
            The type EducationUserTaughtClassesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserTaughtClassesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationUserTaughtClassesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserTaughtClassesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/> for the specified EducationUserEducationClass.
            </summary>
            <param name="id">The ID for the EducationUserEducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesResponse">
            <summary>
            The type EducationUserTaughtClassesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserTaughtClassesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserWithReferenceRequest">
            <summary>
            The type EducationUserWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationUser and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationUser using POST.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationUser using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PATCH.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserWithReferenceRequestBuilder">
            <summary>
            The type EducationUserWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the educationUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionPage">
            <summary>
            The type EmailAuthenticationMethodConfigurationIncludeTargetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest">
            <summary>
            The type EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder">
            <summary>
            The type EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/> for the specified EmailAuthenticationMethodConfigurationAuthenticationMethodTarget.
            </summary>
            <param name="id">The ID for the EmailAuthenticationMethodConfigurationAuthenticationMethodTarget.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionResponse">
            <summary>
            The type EmailAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest">
            <summary>
            The type EmailAuthenticationMethodConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EmailAuthenticationMethodConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.CreateAsync(Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EmailAuthenticationMethodConfiguration using POST.
            </summary>
            <param name="emailAuthenticationMethodConfigurationToCreate">The EmailAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EmailAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.CreateResponseAsync(Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EmailAuthenticationMethodConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailAuthenticationMethodConfigurationToCreate">The EmailAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EmailAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EmailAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EmailAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EmailAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EmailAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.UpdateAsync(Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethodConfiguration using PATCH.
            </summary>
            <param name="emailAuthenticationMethodConfigurationToUpdate">The EmailAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EmailAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethodConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailAuthenticationMethodConfigurationToUpdate">The EmailAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.PutAsync(Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethodConfiguration using PUT.
            </summary>
            <param name="emailAuthenticationMethodConfigurationToUpdate">The EmailAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.PutResponseAsync(Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethodConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailAuthenticationMethodConfigurationToUpdate">The EmailAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.EmailAuthenticationMethodConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="emailAuthenticationMethodConfigurationToInitialize">The <see cref="T:Microsoft.Graph.EmailAuthenticationMethodConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequestBuilder">
            <summary>
            The type EmailAuthenticationMethodConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EmailAuthenticationMethodConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EmailAuthenticationMethodConfigurationRequestBuilder.IncludeTargets">
            <summary>
            Gets the request builder for IncludeTargets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EmailAuthenticationMethodRequest">
            <summary>
            The type EmailAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EmailAuthenticationMethodRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EmailAuthenticationMethod using POST.
            </summary>
            <param name="emailAuthenticationMethodToCreate">The EmailAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EmailAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EmailAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailAuthenticationMethodToCreate">The EmailAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EmailAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EmailAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EmailAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EmailAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EmailAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethod using PATCH.
            </summary>
            <param name="emailAuthenticationMethodToUpdate">The EmailAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EmailAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailAuthenticationMethodToUpdate">The EmailAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.PutAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethod using PUT.
            </summary>
            <param name="emailAuthenticationMethodToUpdate">The EmailAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailAuthenticationMethodToUpdate">The EmailAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequest.InitializeCollectionProperties(Microsoft.Graph.EmailAuthenticationMethod)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="emailAuthenticationMethodToInitialize">The <see cref="T:Microsoft.Graph.EmailAuthenticationMethod"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EmailAuthenticationMethodRequestBuilder">
            <summary>
            The type EmailAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EmailAuthenticationMethodRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EmailFileAssessmentRequestRequest">
            <summary>
            The type EmailFileAssessmentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EmailFileAssessmentRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.CreateAsync(Microsoft.Graph.EmailFileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EmailFileAssessmentRequestObject using POST.
            </summary>
            <param name="emailFileAssessmentRequestObjectToCreate">The EmailFileAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EmailFileAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.CreateResponseAsync(Microsoft.Graph.EmailFileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EmailFileAssessmentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailFileAssessmentRequestObjectToCreate">The EmailFileAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EmailFileAssessmentRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EmailFileAssessmentRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EmailFileAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EmailFileAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EmailFileAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.UpdateAsync(Microsoft.Graph.EmailFileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailFileAssessmentRequestObject using PATCH.
            </summary>
            <param name="emailFileAssessmentRequestObjectToUpdate">The EmailFileAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EmailFileAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.UpdateResponseAsync(Microsoft.Graph.EmailFileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailFileAssessmentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailFileAssessmentRequestObjectToUpdate">The EmailFileAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.PutAsync(Microsoft.Graph.EmailFileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailFileAssessmentRequestObject using PUT.
            </summary>
            <param name="emailFileAssessmentRequestObjectToUpdate">The EmailFileAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.PutResponseAsync(Microsoft.Graph.EmailFileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailFileAssessmentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailFileAssessmentRequestObjectToUpdate">The EmailFileAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailFileAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailFileAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequest.InitializeCollectionProperties(Microsoft.Graph.EmailFileAssessmentRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="emailFileAssessmentRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.EmailFileAssessmentRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EmailFileAssessmentRequestRequestBuilder">
            <summary>
            The type EmailFileAssessmentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EmailFileAssessmentRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EmailFileAssessmentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EndpointRequest">
            <summary>
            The type EndpointRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EndpointRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.CreateAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Endpoint using POST.
            </summary>
            <param name="endpointToCreate">The Endpoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Endpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.CreateResponseAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Endpoint using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="endpointToCreate">The Endpoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Endpoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Endpoint and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Endpoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Endpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Endpoint and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.UpdateAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Endpoint using PATCH.
            </summary>
            <param name="endpointToUpdate">The Endpoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Endpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.UpdateResponseAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Endpoint using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="endpointToUpdate">The Endpoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.PutAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Endpoint using PUT.
            </summary>
            <param name="endpointToUpdate">The Endpoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.PutResponseAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Endpoint using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="endpointToUpdate">The Endpoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Endpoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Endpoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequest.InitializeCollectionProperties(Microsoft.Graph.Endpoint)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="endpointToInitialize">The <see cref="T:Microsoft.Graph.Endpoint"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EndpointRequestBuilder">
            <summary>
            The type EndpointRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EndpointRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EndpointRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest">
            <summary>
            The type EnrollmentConfigurationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EnrollmentConfigurationAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EnrollmentConfigurationAssignment using POST.
            </summary>
            <param name="enrollmentConfigurationAssignmentToCreate">The EnrollmentConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.CreateResponseAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EnrollmentConfigurationAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="enrollmentConfigurationAssignmentToCreate">The EnrollmentConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EnrollmentConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EnrollmentConfigurationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EnrollmentConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EnrollmentConfigurationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentConfigurationAssignment using PATCH.
            </summary>
            <param name="enrollmentConfigurationAssignmentToUpdate">The EnrollmentConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentConfigurationAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="enrollmentConfigurationAssignmentToUpdate">The EnrollmentConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.PutAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentConfigurationAssignment using PUT.
            </summary>
            <param name="enrollmentConfigurationAssignmentToUpdate">The EnrollmentConfigurationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.PutResponseAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentConfigurationAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="enrollmentConfigurationAssignmentToUpdate">The EnrollmentConfigurationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.EnrollmentConfigurationAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="enrollmentConfigurationAssignmentToInitialize">The <see cref="T:Microsoft.Graph.EnrollmentConfigurationAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EnrollmentConfigurationAssignmentRequestBuilder">
            <summary>
            The type EnrollmentConfigurationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EnrollmentConfigurationAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EnrollmentTroubleshootingEventRequest">
            <summary>
            The type EnrollmentTroubleshootingEventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EnrollmentTroubleshootingEventRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.CreateAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EnrollmentTroubleshootingEvent using POST.
            </summary>
            <param name="enrollmentTroubleshootingEventToCreate">The EnrollmentTroubleshootingEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.CreateResponseAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EnrollmentTroubleshootingEvent using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="enrollmentTroubleshootingEventToCreate">The EnrollmentTroubleshootingEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EnrollmentTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EnrollmentTroubleshootingEvent and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EnrollmentTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EnrollmentTroubleshootingEvent and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.UpdateAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentTroubleshootingEvent using PATCH.
            </summary>
            <param name="enrollmentTroubleshootingEventToUpdate">The EnrollmentTroubleshootingEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.UpdateResponseAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentTroubleshootingEvent using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="enrollmentTroubleshootingEventToUpdate">The EnrollmentTroubleshootingEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.PutAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentTroubleshootingEvent using PUT.
            </summary>
            <param name="enrollmentTroubleshootingEventToUpdate">The EnrollmentTroubleshootingEvent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.PutResponseAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentTroubleshootingEvent using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="enrollmentTroubleshootingEventToUpdate">The EnrollmentTroubleshootingEvent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.InitializeCollectionProperties(Microsoft.Graph.EnrollmentTroubleshootingEvent)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="enrollmentTroubleshootingEventToInitialize">The <see cref="T:Microsoft.Graph.EnrollmentTroubleshootingEvent"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EnrollmentTroubleshootingEventRequestBuilder">
            <summary>
            The type EnrollmentTroubleshootingEventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EnrollmentTroubleshootingEventRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionPage">
            <summary>
            The type EntitlementManagementAccessPackageAssignmentApprovalsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest">
            <summary>
            The type EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.AddAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Approval to the collection via POST.
            </summary>
            <param name="approval">The Approval to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Approval.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.AddResponseAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Approval to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="approval">The Approval to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Approval,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Approval,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder">
            <summary>
            The type EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApprovalRequestBuilder"/> for the specified EntitlementManagementApproval.
            </summary>
            <param name="id">The ID for the EntitlementManagementApproval.</param>
            <returns>The <see cref="T:Microsoft.Graph.IApprovalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.ApprovalFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for ApprovalFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApprovalFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionResponse">
            <summary>
            The type EntitlementManagementAccessPackageAssignmentApprovalsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAccessPackageAssignmentApprovalsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionPage">
            <summary>
            The type EntitlementManagementAccessPackagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest">
            <summary>
            The type EntitlementManagementAccessPackagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EntitlementManagementAccessPackagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest.AddAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackage to the collection via POST.
            </summary>
            <param name="accessPackage">The AccessPackage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackage">The AccessPackage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequestBuilder">
            <summary>
            The type EntitlementManagementAccessPackagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EntitlementManagementAccessPackagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageRequestBuilder"/> for the specified EntitlementManagementAccessPackage.
            </summary>
            <param name="id">The ID for the EntitlementManagementAccessPackage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessPackageFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessPackageFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionResponse">
            <summary>
            The type EntitlementManagementAccessPackagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAccessPackagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionPage">
            <summary>
            The type EntitlementManagementAssignmentPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest">
            <summary>
            The type EntitlementManagementAssignmentPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EntitlementManagementAssignmentPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest.AddAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignmentPolicy to the collection via POST.
            </summary>
            <param name="accessPackageAssignmentPolicy">The AccessPackageAssignmentPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignmentPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageAssignmentPolicy">The AccessPackageAssignmentPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequestBuilder">
            <summary>
            The type EntitlementManagementAssignmentPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EntitlementManagementAssignmentPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPolicyRequestBuilder"/> for the specified EntitlementManagementAccessPackageAssignmentPolicy.
            </summary>
            <param name="id">The ID for the EntitlementManagementAccessPackageAssignmentPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionResponse">
            <summary>
            The type EntitlementManagementAssignmentPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionPage">
            <summary>
            The type EntitlementManagementAssignmentRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest">
            <summary>
            The type EntitlementManagementAssignmentRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EntitlementManagementAssignmentRequestsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest.AddAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignmentRequestObject to the collection via POST.
            </summary>
            <param name="accessPackageAssignmentRequest">The AccessPackageAssignmentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignmentRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageAssignmentRequest">The AccessPackageAssignmentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequestBuilder">
            <summary>
            The type EntitlementManagementAssignmentRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EntitlementManagementAssignmentRequestsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestRequestBuilder"/> for the specified EntitlementManagementAccessPackageAssignmentRequest.
            </summary>
            <param name="id">The ID for the EntitlementManagementAccessPackageAssignmentRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessPackageAssignmentRequestFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionResponse">
            <summary>
            The type EntitlementManagementAssignmentRequestsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentRequestsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAssignmentsCollectionPage">
            <summary>
            The type EntitlementManagementAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest">
            <summary>
            The type EntitlementManagementAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EntitlementManagementAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignment to the collection via POST.
            </summary>
            <param name="accessPackageAssignment">The AccessPackageAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageAssignment">The AccessPackageAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequestBuilder">
            <summary>
            The type EntitlementManagementAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EntitlementManagementAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestBuilder"/> for the specified EntitlementManagementAccessPackageAssignment.
            </summary>
            <param name="id">The ID for the EntitlementManagementAccessPackageAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessPackageAssignmentFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequestBuilder.AdditionalAccess">
            <summary>
            Gets the request builder for AccessPackageAssignmentAdditionalAccess.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementAssignmentsCollectionRequestBuilder.AdditionalAccess(System.String,System.String)">
            <summary>
            Gets the request builder for AccessPackageAssignmentAdditionalAccess.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementAssignmentsCollectionResponse">
            <summary>
            The type EntitlementManagementAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementCatalogsCollectionPage">
            <summary>
            The type EntitlementManagementCatalogsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementCatalogsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest">
            <summary>
            The type EntitlementManagementCatalogsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EntitlementManagementCatalogsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest.AddAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageCatalog to the collection via POST.
            </summary>
            <param name="accessPackageCatalog">The AccessPackageCatalog to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageCatalog to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageCatalog">The AccessPackageCatalog to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageCatalog,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageCatalog,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequestBuilder">
            <summary>
            The type EntitlementManagementCatalogsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EntitlementManagementCatalogsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementCatalogsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageCatalogRequestBuilder"/> for the specified EntitlementManagementAccessPackageCatalog.
            </summary>
            <param name="id">The ID for the EntitlementManagementAccessPackageCatalog.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageCatalogRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementCatalogsCollectionResponse">
            <summary>
            The type EntitlementManagementCatalogsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementCatalogsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEntitlementManagementCatalogsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementCatalogsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementCatalogsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionPage">
            <summary>
            The type EntitlementManagementConnectedOrganizationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest">
            <summary>
            The type EntitlementManagementConnectedOrganizationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EntitlementManagementConnectedOrganizationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest.AddAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConnectedOrganization to the collection via POST.
            </summary>
            <param name="connectedOrganization">The ConnectedOrganization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest.AddResponseAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConnectedOrganization to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="connectedOrganization">The ConnectedOrganization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConnectedOrganization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConnectedOrganization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequestBuilder">
            <summary>
            The type EntitlementManagementConnectedOrganizationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EntitlementManagementConnectedOrganizationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConnectedOrganizationRequestBuilder"/> for the specified EntitlementManagementConnectedOrganization.
            </summary>
            <param name="id">The ID for the EntitlementManagementConnectedOrganization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConnectedOrganizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionResponse">
            <summary>
            The type EntitlementManagementConnectedOrganizationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementConnectedOrganizationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementRequest">
            <summary>
            The type EntitlementManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EntitlementManagementRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.CreateAsync(Microsoft.Graph.EntitlementManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EntitlementManagement using POST.
            </summary>
            <param name="entitlementManagementToCreate">The EntitlementManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EntitlementManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.CreateResponseAsync(Microsoft.Graph.EntitlementManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EntitlementManagement using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entitlementManagementToCreate">The EntitlementManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EntitlementManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EntitlementManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EntitlementManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EntitlementManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EntitlementManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.UpdateAsync(Microsoft.Graph.EntitlementManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagement using PATCH.
            </summary>
            <param name="entitlementManagementToUpdate">The EntitlementManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EntitlementManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.UpdateResponseAsync(Microsoft.Graph.EntitlementManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagement using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entitlementManagementToUpdate">The EntitlementManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.PutAsync(Microsoft.Graph.EntitlementManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagement using PUT.
            </summary>
            <param name="entitlementManagementToUpdate">The EntitlementManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.PutResponseAsync(Microsoft.Graph.EntitlementManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagement using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entitlementManagementToUpdate">The EntitlementManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EntitlementManagement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EntitlementManagement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequest.InitializeCollectionProperties(Microsoft.Graph.EntitlementManagement)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="entitlementManagementToInitialize">The <see cref="T:Microsoft.Graph.EntitlementManagement"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementRequestBuilder">
            <summary>
            The type EntitlementManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EntitlementManagementRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementRequestBuilder.AccessPackageAssignmentApprovals">
            <summary>
            Gets the request builder for AccessPackageAssignmentApprovals.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementRequestBuilder.AccessPackages">
            <summary>
            Gets the request builder for AccessPackages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementRequestBuilder.AssignmentPolicies">
            <summary>
            Gets the request builder for AssignmentPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementRequestBuilder.AssignmentRequests">
            <summary>
            Gets the request builder for AssignmentRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementRequestBuilder.Catalogs">
            <summary>
            Gets the request builder for Catalogs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementRequestBuilder.ConnectedOrganizations">
            <summary>
            Gets the request builder for ConnectedOrganizations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntitlementManagementRequestBuilder.Settings">
            <summary>
            Gets the request builder for Settings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementSettingsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementSettingsRequest">
            <summary>
            The type EntitlementManagementSettingsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EntitlementManagementSettingsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.CreateAsync(Microsoft.Graph.EntitlementManagementSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EntitlementManagementSettings using POST.
            </summary>
            <param name="entitlementManagementSettingsToCreate">The EntitlementManagementSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EntitlementManagementSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.CreateResponseAsync(Microsoft.Graph.EntitlementManagementSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EntitlementManagementSettings using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entitlementManagementSettingsToCreate">The EntitlementManagementSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EntitlementManagementSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EntitlementManagementSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EntitlementManagementSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EntitlementManagementSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EntitlementManagementSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.UpdateAsync(Microsoft.Graph.EntitlementManagementSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagementSettings using PATCH.
            </summary>
            <param name="entitlementManagementSettingsToUpdate">The EntitlementManagementSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EntitlementManagementSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.UpdateResponseAsync(Microsoft.Graph.EntitlementManagementSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagementSettings using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entitlementManagementSettingsToUpdate">The EntitlementManagementSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.PutAsync(Microsoft.Graph.EntitlementManagementSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagementSettings using PUT.
            </summary>
            <param name="entitlementManagementSettingsToUpdate">The EntitlementManagementSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.PutResponseAsync(Microsoft.Graph.EntitlementManagementSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagementSettings using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entitlementManagementSettingsToUpdate">The EntitlementManagementSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EntitlementManagementSettings,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EntitlementManagementSettings,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequest.InitializeCollectionProperties(Microsoft.Graph.EntitlementManagementSettings)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="entitlementManagementSettingsToInitialize">The <see cref="T:Microsoft.Graph.EntitlementManagementSettings"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EntitlementManagementSettingsRequestBuilder">
            <summary>
            The type EntitlementManagementSettingsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EntitlementManagementSettingsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntitlementManagementSettingsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntityReferenceRequest">
            <summary>
            The type EntityReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntityReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EntityReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EntityReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Entity reference.
            </summary>
            <param name="id">The Entity reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Entity reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The Entity reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntityReferenceRequestBuilder">
            <summary>
            The type EntityReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntityReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EntityReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EntityReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntityRequest">
            <summary>
            The type EntityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EntityRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.CreateAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Entity using POST.
            </summary>
            <param name="entityToCreate">The Entity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.CreateResponseAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Entity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entityToCreate">The Entity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Entity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Entity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.UpdateAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PATCH.
            </summary>
            <param name="entityToUpdate">The Entity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.UpdateResponseAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entityToUpdate">The Entity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.PutAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PUT.
            </summary>
            <param name="entityToUpdate">The Entity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.PutResponseAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entityToUpdate">The Entity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Entity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Entity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.InitializeCollectionProperties(Microsoft.Graph.Entity)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="entityToInitialize">The <see cref="T:Microsoft.Graph.Entity"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EntityRequestBuilder">
            <summary>
            The type EntityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EntityRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EntityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntityWithReferenceRequest">
            <summary>
            The type EntityWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EntityWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Entity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Entity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequest.CreateAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Entity using POST.
            </summary>
            <param name="entityToCreate">The Entity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Entity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entityToCreate">The Entity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequest.UpdateAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PATCH.
            </summary>
            <param name="entityToUpdate">The Entity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entityToUpdate">The Entity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Entity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Entity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntityWithReferenceRequestBuilder">
            <summary>
            The type EntityWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EntityWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EntityWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the entity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntityReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventAcceptRequest">
            <summary>
            The type EventAcceptRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventAcceptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventAcceptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventAcceptRequestBuilder">
            <summary>
            The type EventAcceptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventAcceptRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
            <param name="SendResponse">A SendResponse parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventAttachmentsCollectionPage">
            <summary>
            The type EventAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventAttachmentsCollectionRequest">
            <summary>
            The type EventAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventAttachmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventAttachmentsCollectionRequestBuilder">
            <summary>
            The type EventAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventAttachmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/> for the specified EventAttachment.
            </summary>
            <param name="id">The ID for the EventAttachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequestBuilder.CreateUploadSession(Microsoft.Graph.AttachmentItem)">
            <summary>
            Gets the request builder for AttachmentCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventAttachmentsCollectionResponse">
            <summary>
            The type EventAttachmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventAttachmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEventAttachmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventAttachmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventAttachmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventCancelRequest">
            <summary>
            The type EventCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventCancelRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventCancelRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventCancelRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventCancelRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventCancelRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EventCancelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventCancelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventCancelRequestBuilder">
            <summary>
            The type EventCancelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventCancelRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventCancelRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.EventCancelRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventDeclineRequest">
            <summary>
            The type EventDeclineRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventDeclineRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeclineRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventDeclineRequestBuilder">
            <summary>
            The type EventDeclineRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Nullable{System.Boolean},Microsoft.Graph.TimeSlot)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventDeclineRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
            <param name="SendResponse">A SendResponse parameter for the OData method call.</param>
            <param name="ProposedNewTime">A ProposedNewTime parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventDeltaCollectionPage">
            <summary>
            The type EventDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventDeltaCollectionResponse">
            <summary>
            The type EventDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEventDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventDeltaRequest">
            <summary>
            The type EventDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventDeltaRequestBuilder">
            <summary>
            The type EventDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventDismissReminderRequest">
            <summary>
            The type EventDismissReminderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventDismissReminderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventDismissReminderRequestBuilder">
            <summary>
            The type EventDismissReminderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventDismissReminderRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventExtensionsCollectionPage">
            <summary>
            The type EventExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventExtensionsCollectionRequest">
            <summary>
            The type EventExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventExtensionsCollectionRequestBuilder">
            <summary>
            The type EventExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified EventExtension.
            </summary>
            <param name="id">The ID for the EventExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventExtensionsCollectionResponse">
            <summary>
            The type EventExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEventExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventExtensionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventForwardRequest">
            <summary>
            The type EventForwardRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventForwardRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventForwardRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventForwardRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventForwardRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EventForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventForwardRequestBuilder">
            <summary>
            The type EventForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventForwardRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventForwardRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="ToRecipients">A ToRecipients parameter for the OData method call.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.EventForwardRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventInstancesCollectionPage">
            <summary>
            The type EventInstancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventInstancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventInstancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventInstancesCollectionRequest">
            <summary>
            The type EventInstancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventInstancesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="instancesEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="instancesEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventInstancesCollectionRequestBuilder">
            <summary>
            The type EventInstancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventInstancesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventInstancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified EventEvent.
            </summary>
            <param name="id">The ID for the EventEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventInstancesCollectionResponse">
            <summary>
            The type EventInstancesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventInstancesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEventInstancesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventInstancesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventInstancesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventMessageContentRequest">
            <summary>
            The type EventMessageContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventMessageContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMessageContentRequestBuilder">
            <summary>
            The type EventMessageContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventMessageContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMessageContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMessageRequest">
            <summary>
            The type EventMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventMessageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.CreateAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessage using POST.
            </summary>
            <param name="eventMessageToCreate">The EventMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.CreateResponseAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageToCreate">The EventMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.UpdateAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessage using PATCH.
            </summary>
            <param name="eventMessageToUpdate">The EventMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.UpdateResponseAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageToUpdate">The EventMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.PutAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessage using PUT.
            </summary>
            <param name="eventMessageToUpdate">The EventMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.PutResponseAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageToUpdate">The EventMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.InitializeCollectionProperties(Microsoft.Graph.EventMessage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="eventMessageToInitialize">The <see cref="T:Microsoft.Graph.EventMessage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EventMessageRequestBuilder">
            <summary>
            The type EventMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventMessageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventMessageRequestBuilder.Event">
            <summary>
            Gets the request builder for Event.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMessageRequestContentRequest">
            <summary>
            The type EventMessageRequestContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventMessageRequestContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMessageRequestContentRequestBuilder">
            <summary>
            The type EventMessageRequestContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventMessageRequestContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMessageRequestRequest">
            <summary>
            The type EventMessageRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventMessageRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.CreateAsync(Microsoft.Graph.EventMessageRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessageRequestObject using POST.
            </summary>
            <param name="eventMessageRequestObjectToCreate">The EventMessageRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EventMessageRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.CreateResponseAsync(Microsoft.Graph.EventMessageRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessageRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageRequestObjectToCreate">The EventMessageRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessageRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessageRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessageRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EventMessageRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessageRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.UpdateAsync(Microsoft.Graph.EventMessageRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageRequestObject using PATCH.
            </summary>
            <param name="eventMessageRequestObjectToUpdate">The EventMessageRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EventMessageRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.UpdateResponseAsync(Microsoft.Graph.EventMessageRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageRequestObjectToUpdate">The EventMessageRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.PutAsync(Microsoft.Graph.EventMessageRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageRequestObject using PUT.
            </summary>
            <param name="eventMessageRequestObjectToUpdate">The EventMessageRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.PutResponseAsync(Microsoft.Graph.EventMessageRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageRequestObjectToUpdate">The EventMessageRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessageRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessageRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequest.InitializeCollectionProperties(Microsoft.Graph.EventMessageRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="eventMessageRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.EventMessageRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EventMessageRequestRequestBuilder">
            <summary>
            The type EventMessageRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventMessageRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMessageResponseContentRequest">
            <summary>
            The type EventMessageResponseContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventMessageResponseContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMessageResponseContentRequestBuilder">
            <summary>
            The type EventMessageResponseContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventMessageResponseContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMessageResponseRequest">
            <summary>
            The type EventMessageResponseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventMessageResponseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.CreateAsync(Microsoft.Graph.EventMessageResponse,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessageResponse using POST.
            </summary>
            <param name="eventMessageResponseToCreate">The EventMessageResponse to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EventMessageResponse.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.CreateResponseAsync(Microsoft.Graph.EventMessageResponse,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessageResponse using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageResponseToCreate">The EventMessageResponse to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessageResponse.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessageResponse and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessageResponse.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EventMessageResponse.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessageResponse and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.UpdateAsync(Microsoft.Graph.EventMessageResponse,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageResponse using PATCH.
            </summary>
            <param name="eventMessageResponseToUpdate">The EventMessageResponse to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EventMessageResponse.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.UpdateResponseAsync(Microsoft.Graph.EventMessageResponse,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageResponse using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageResponseToUpdate">The EventMessageResponse to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.PutAsync(Microsoft.Graph.EventMessageResponse,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageResponse using PUT.
            </summary>
            <param name="eventMessageResponseToUpdate">The EventMessageResponse object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.PutResponseAsync(Microsoft.Graph.EventMessageResponse,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageResponse using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageResponseToUpdate">The EventMessageResponse object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessageResponse,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessageResponse,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequest.InitializeCollectionProperties(Microsoft.Graph.EventMessageResponse)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="eventMessageResponseToInitialize">The <see cref="T:Microsoft.Graph.EventMessageResponse"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EventMessageResponseRequestBuilder">
            <summary>
            The type EventMessageResponseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventMessageResponseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageResponseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type EventMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type EventMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type EventMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified EventMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the EventMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type EventMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventRequest">
            <summary>
            The type EventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.CreateAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Event using POST.
            </summary>
            <param name="eventToCreate">The Event to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.CreateResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Event using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventToCreate">The Event to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Event.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Event and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Event.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Event and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.UpdateAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Event using PATCH.
            </summary>
            <param name="eventToUpdate">The Event to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.UpdateResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Event using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventToUpdate">The Event to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.PutAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Event using PUT.
            </summary>
            <param name="eventToUpdate">The Event object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.PutResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Event using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventToUpdate">The Event object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.InitializeCollectionProperties(Microsoft.Graph.Event)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="eventToInitialize">The <see cref="T:Microsoft.Graph.Event"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EventRequestBuilder">
            <summary>
            The type EventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventRequestBuilder.Calendar">
            <summary>
            Gets the request builder for Calendar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventRequestBuilder.Instances">
            <summary>
            Gets the request builder for Instances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventInstancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.Cancel(System.String)">
            <summary>
            Gets the request builder for EventCancel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventCancelRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.Accept(System.String,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for EventAccept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventAcceptRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.Decline(System.String,System.Nullable{System.Boolean},Microsoft.Graph.TimeSlot)">
            <summary>
            Gets the request builder for EventDecline.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeclineRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.DismissReminder">
            <summary>
            Gets the request builder for EventDismissReminder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDismissReminderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.Forward(System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},System.String)">
            <summary>
            Gets the request builder for EventForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.SnoozeReminder(Microsoft.Graph.DateTimeTimeZone)">
            <summary>
            Gets the request builder for EventSnoozeReminder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventSnoozeReminderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.TentativelyAccept(System.String,System.Nullable{System.Boolean},Microsoft.Graph.TimeSlot)">
            <summary>
            Gets the request builder for EventTentativelyAccept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventTentativelyAcceptRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type EventSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type EventSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type EventSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified EventSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the EventSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type EventSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventSnoozeReminderRequest">
            <summary>
            The type EventSnoozeReminderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventSnoozeReminderRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventSnoozeReminderRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventSnoozeReminderRequestBuilder">
            <summary>
            The type EventSnoozeReminderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.DateTimeTimeZone)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventSnoozeReminderRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="NewReminderTime">A NewReminderTime parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventTentativelyAcceptRequest">
            <summary>
            The type EventTentativelyAcceptRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventTentativelyAcceptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventTentativelyAcceptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventTentativelyAcceptRequestBuilder">
            <summary>
            The type EventTentativelyAcceptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Nullable{System.Boolean},Microsoft.Graph.TimeSlot)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventTentativelyAcceptRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
            <param name="SendResponse">A SendResponse parameter for the OData method call.</param>
            <param name="ProposedNewTime">A ProposedNewTime parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExtensionPropertyRequest">
            <summary>
            The type ExtensionPropertyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ExtensionPropertyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.CreateAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExtensionProperty using POST.
            </summary>
            <param name="extensionPropertyToCreate">The ExtensionProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExtensionProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.CreateResponseAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExtensionProperty using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="extensionPropertyToCreate">The ExtensionProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExtensionProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExtensionProperty and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExtensionProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ExtensionProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExtensionProperty and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.UpdateAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExtensionProperty using PATCH.
            </summary>
            <param name="extensionPropertyToUpdate">The ExtensionProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ExtensionProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.UpdateResponseAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExtensionProperty using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="extensionPropertyToUpdate">The ExtensionProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.PutAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExtensionProperty using PUT.
            </summary>
            <param name="extensionPropertyToUpdate">The ExtensionProperty object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.PutResponseAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExtensionProperty using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="extensionPropertyToUpdate">The ExtensionProperty object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExtensionProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExtensionProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequest.InitializeCollectionProperties(Microsoft.Graph.ExtensionProperty)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="extensionPropertyToInitialize">The <see cref="T:Microsoft.Graph.ExtensionProperty"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ExtensionPropertyRequestBuilder">
            <summary>
            The type ExtensionPropertyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ExtensionPropertyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionPropertyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExtensionRequest">
            <summary>
            The type ExtensionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ExtensionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.CreateAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Extension using POST.
            </summary>
            <param name="extensionToCreate">The Extension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.CreateResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Extension using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="extensionToCreate">The Extension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Extension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Extension and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Extension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Extension and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.UpdateAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Extension using PATCH.
            </summary>
            <param name="extensionToUpdate">The Extension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.UpdateResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Extension using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="extensionToUpdate">The Extension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.PutAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Extension using PUT.
            </summary>
            <param name="extensionToUpdate">The Extension object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.PutResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Extension using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="extensionToUpdate">The Extension object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.InitializeCollectionProperties(Microsoft.Graph.Extension)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="extensionToInitialize">The <see cref="T:Microsoft.Graph.Extension"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ExtensionRequestBuilder">
            <summary>
            The type ExtensionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ExtensionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExternalDomainNameRequest">
            <summary>
            The type ExternalDomainNameRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ExternalDomainNameRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.CreateAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalDomainName using POST.
            </summary>
            <param name="externalDomainNameToCreate">The ExternalDomainName to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalDomainName.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.CreateResponseAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalDomainName using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalDomainNameToCreate">The ExternalDomainName to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalDomainName.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalDomainName and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalDomainName.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ExternalDomainName.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalDomainName and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.UpdateAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalDomainName using PATCH.
            </summary>
            <param name="externalDomainNameToUpdate">The ExternalDomainName to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ExternalDomainName.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.UpdateResponseAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalDomainName using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalDomainNameToUpdate">The ExternalDomainName to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.PutAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalDomainName using PUT.
            </summary>
            <param name="externalDomainNameToUpdate">The ExternalDomainName object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.PutResponseAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalDomainName using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalDomainNameToUpdate">The ExternalDomainName object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalDomainName,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalDomainName,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequest.InitializeCollectionProperties(Microsoft.Graph.ExternalDomainName)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="externalDomainNameToInitialize">The <see cref="T:Microsoft.Graph.ExternalDomainName"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ExternalDomainNameRequestBuilder">
            <summary>
            The type ExternalDomainNameRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ExternalDomainNameRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExternalDomainNameRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionPage">
            <summary>
            The type FeatureRolloutPolicyAppliesToCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest">
            <summary>
            The type FeatureRolloutPolicyAppliesToCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new FeatureRolloutPolicyAppliesToCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequestBuilder">
            <summary>
            The type FeatureRolloutPolicyAppliesToCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new FeatureRolloutPolicyAppliesToCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified FeatureRolloutPolicyDirectoryObject.
            </summary>
            <param name="id">The ID for the FeatureRolloutPolicyDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequestBuilder.ValidateProperties(System.String,System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Gets the request builder for DirectoryObjectValidateProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequestBuilder.GetAvailableExtensionProperties(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetAvailableExtensionProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionResponse">
            <summary>
            The type FeatureRolloutPolicyAppliesToCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FeatureRolloutPolicyAppliesToCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FeatureRolloutPolicyRequest">
            <summary>
            The type FeatureRolloutPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new FeatureRolloutPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.CreateAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FeatureRolloutPolicy using POST.
            </summary>
            <param name="featureRolloutPolicyToCreate">The FeatureRolloutPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FeatureRolloutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.CreateResponseAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FeatureRolloutPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="featureRolloutPolicyToCreate">The FeatureRolloutPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FeatureRolloutPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FeatureRolloutPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FeatureRolloutPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FeatureRolloutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FeatureRolloutPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.UpdateAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FeatureRolloutPolicy using PATCH.
            </summary>
            <param name="featureRolloutPolicyToUpdate">The FeatureRolloutPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated FeatureRolloutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.UpdateResponseAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FeatureRolloutPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="featureRolloutPolicyToUpdate">The FeatureRolloutPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.PutAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FeatureRolloutPolicy using PUT.
            </summary>
            <param name="featureRolloutPolicyToUpdate">The FeatureRolloutPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.PutResponseAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FeatureRolloutPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="featureRolloutPolicyToUpdate">The FeatureRolloutPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FeatureRolloutPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FeatureRolloutPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.FeatureRolloutPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="featureRolloutPolicyToInitialize">The <see cref="T:Microsoft.Graph.FeatureRolloutPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.FeatureRolloutPolicyRequestBuilder">
            <summary>
            The type FeatureRolloutPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new FeatureRolloutPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FeatureRolloutPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.FeatureRolloutPolicyRequestBuilder.AppliesTo">
            <summary>
            Gets the request builder for AppliesTo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.FederatedIdentityCredentialRequest">
            <summary>
            The type FederatedIdentityCredentialRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new FederatedIdentityCredentialRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.CreateAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FederatedIdentityCredential using POST.
            </summary>
            <param name="federatedIdentityCredentialToCreate">The FederatedIdentityCredential to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FederatedIdentityCredential.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.CreateResponseAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FederatedIdentityCredential using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="federatedIdentityCredentialToCreate">The FederatedIdentityCredential to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FederatedIdentityCredential.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FederatedIdentityCredential and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FederatedIdentityCredential.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FederatedIdentityCredential.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FederatedIdentityCredential and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.UpdateAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FederatedIdentityCredential using PATCH.
            </summary>
            <param name="federatedIdentityCredentialToUpdate">The FederatedIdentityCredential to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated FederatedIdentityCredential.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.UpdateResponseAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FederatedIdentityCredential using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="federatedIdentityCredentialToUpdate">The FederatedIdentityCredential to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.PutAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FederatedIdentityCredential using PUT.
            </summary>
            <param name="federatedIdentityCredentialToUpdate">The FederatedIdentityCredential object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.PutResponseAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FederatedIdentityCredential using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="federatedIdentityCredentialToUpdate">The FederatedIdentityCredential object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FederatedIdentityCredential,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FederatedIdentityCredential,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequest.InitializeCollectionProperties(Microsoft.Graph.FederatedIdentityCredential)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="federatedIdentityCredentialToInitialize">The <see cref="T:Microsoft.Graph.FederatedIdentityCredential"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.FederatedIdentityCredentialRequestBuilder">
            <summary>
            The type FederatedIdentityCredentialRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new FederatedIdentityCredentialRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FederatedIdentityCredentialRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionPage">
            <summary>
            The type Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest">
            <summary>
            The type Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder">
            <summary>
            The type Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/> for the specified Fido2AuthenticationMethodConfigurationAuthenticationMethodTarget.
            </summary>
            <param name="id">The ID for the Fido2AuthenticationMethodConfigurationAuthenticationMethodTarget.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionResponse">
            <summary>
            The type Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethodConfigurationIncludeTargetsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest">
            <summary>
            The type Fido2AuthenticationMethodConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Fido2AuthenticationMethodConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.CreateAsync(Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Fido2AuthenticationMethodConfiguration using POST.
            </summary>
            <param name="fido2AuthenticationMethodConfigurationToCreate">The Fido2AuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Fido2AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Fido2AuthenticationMethodConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fido2AuthenticationMethodConfigurationToCreate">The Fido2AuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Fido2AuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Fido2AuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Fido2AuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Fido2AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Fido2AuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.UpdateAsync(Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethodConfiguration using PATCH.
            </summary>
            <param name="fido2AuthenticationMethodConfigurationToUpdate">The Fido2AuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Fido2AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethodConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fido2AuthenticationMethodConfigurationToUpdate">The Fido2AuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.PutAsync(Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethodConfiguration using PUT.
            </summary>
            <param name="fido2AuthenticationMethodConfigurationToUpdate">The Fido2AuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.PutResponseAsync(Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethodConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fido2AuthenticationMethodConfigurationToUpdate">The Fido2AuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Fido2AuthenticationMethodConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="fido2AuthenticationMethodConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Fido2AuthenticationMethodConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequestBuilder">
            <summary>
            The type Fido2AuthenticationMethodConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Fido2AuthenticationMethodConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.Fido2AuthenticationMethodConfigurationRequestBuilder.IncludeTargets">
            <summary>
            Gets the request builder for IncludeTargets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.Fido2AuthenticationMethodRequest">
            <summary>
            The type Fido2AuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Fido2AuthenticationMethodRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.CreateAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Fido2AuthenticationMethod using POST.
            </summary>
            <param name="fido2AuthenticationMethodToCreate">The Fido2AuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Fido2AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Fido2AuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fido2AuthenticationMethodToCreate">The Fido2AuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Fido2AuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Fido2AuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Fido2AuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Fido2AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Fido2AuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethod using PATCH.
            </summary>
            <param name="fido2AuthenticationMethodToUpdate">The Fido2AuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Fido2AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fido2AuthenticationMethodToUpdate">The Fido2AuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.PutAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethod using PUT.
            </summary>
            <param name="fido2AuthenticationMethodToUpdate">The Fido2AuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fido2AuthenticationMethodToUpdate">The Fido2AuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Fido2AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Fido2AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequest.InitializeCollectionProperties(Microsoft.Graph.Fido2AuthenticationMethod)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="fido2AuthenticationMethodToInitialize">The <see cref="T:Microsoft.Graph.Fido2AuthenticationMethod"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Fido2AuthenticationMethodRequestBuilder">
            <summary>
            The type Fido2AuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Fido2AuthenticationMethodRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Fido2AuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.FieldValueSetRequest">
            <summary>
            The type FieldValueSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new FieldValueSetRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.CreateAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FieldValueSet using POST.
            </summary>
            <param name="fieldValueSetToCreate">The FieldValueSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.CreateResponseAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FieldValueSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fieldValueSetToCreate">The FieldValueSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FieldValueSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FieldValueSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FieldValueSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FieldValueSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.UpdateAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FieldValueSet using PATCH.
            </summary>
            <param name="fieldValueSetToUpdate">The FieldValueSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.UpdateResponseAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FieldValueSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fieldValueSetToUpdate">The FieldValueSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.PutAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FieldValueSet using PUT.
            </summary>
            <param name="fieldValueSetToUpdate">The FieldValueSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.PutResponseAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FieldValueSet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fieldValueSetToUpdate">The FieldValueSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FieldValueSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FieldValueSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.InitializeCollectionProperties(Microsoft.Graph.FieldValueSet)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="fieldValueSetToInitialize">The <see cref="T:Microsoft.Graph.FieldValueSet"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.FieldValueSetRequestBuilder">
            <summary>
            The type FieldValueSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new FieldValueSetRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.FileAssessmentRequestRequest">
            <summary>
            The type FileAssessmentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new FileAssessmentRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.CreateAsync(Microsoft.Graph.FileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FileAssessmentRequestObject using POST.
            </summary>
            <param name="fileAssessmentRequestObjectToCreate">The FileAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FileAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.CreateResponseAsync(Microsoft.Graph.FileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FileAssessmentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fileAssessmentRequestObjectToCreate">The FileAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FileAssessmentRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FileAssessmentRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FileAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FileAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FileAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.UpdateAsync(Microsoft.Graph.FileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAssessmentRequestObject using PATCH.
            </summary>
            <param name="fileAssessmentRequestObjectToUpdate">The FileAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated FileAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.UpdateResponseAsync(Microsoft.Graph.FileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAssessmentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fileAssessmentRequestObjectToUpdate">The FileAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.PutAsync(Microsoft.Graph.FileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAssessmentRequestObject using PUT.
            </summary>
            <param name="fileAssessmentRequestObjectToUpdate">The FileAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.PutResponseAsync(Microsoft.Graph.FileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAssessmentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fileAssessmentRequestObjectToUpdate">The FileAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FileAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FileAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequest.InitializeCollectionProperties(Microsoft.Graph.FileAssessmentRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="fileAssessmentRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.FileAssessmentRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.FileAssessmentRequestRequestBuilder">
            <summary>
            The type FileAssessmentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new FileAssessmentRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAssessmentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.FileAttachmentContentRequest">
            <summary>
            The type FileAttachmentContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new FileAttachmentContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.FileAttachmentContentRequestBuilder">
            <summary>
            The type FileAttachmentContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new FileAttachmentContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.FileAttachmentRequest">
            <summary>
            The type FileAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new FileAttachmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.CreateAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FileAttachment using POST.
            </summary>
            <param name="fileAttachmentToCreate">The FileAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.CreateResponseAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FileAttachment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fileAttachmentToCreate">The FileAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FileAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FileAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FileAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FileAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.UpdateAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAttachment using PATCH.
            </summary>
            <param name="fileAttachmentToUpdate">The FileAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.UpdateResponseAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAttachment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fileAttachmentToUpdate">The FileAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.PutAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAttachment using PUT.
            </summary>
            <param name="fileAttachmentToUpdate">The FileAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.PutResponseAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAttachment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fileAttachmentToUpdate">The FileAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FileAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FileAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.InitializeCollectionProperties(Microsoft.Graph.FileAttachment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="fileAttachmentToInitialize">The <see cref="T:Microsoft.Graph.FileAttachment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.FileAttachmentRequestBuilder">
            <summary>
            The type FileAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new FileAttachmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.FileAttachmentRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFileAttachmentContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionPage">
            <summary>
            The type GraphServiceAgreementAcceptancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest">
            <summary>
            The type GraphServiceAgreementAcceptancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceAgreementAcceptancesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest.AddAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest.AddResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequestBuilder">
            <summary>
            The type GraphServiceAgreementAcceptancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceAgreementAcceptancesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementAcceptanceRequestBuilder"/> for the specified GraphServiceAgreementAcceptance.
            </summary>
            <param name="id">The ID for the GraphServiceAgreementAcceptance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementAcceptanceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionResponse">
            <summary>
            The type GraphServiceAgreementAcceptancesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAgreementAcceptancesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceAgreementsCollectionPage">
            <summary>
            The type GraphServiceAgreementsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAgreementsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceAgreementsCollectionRequest">
            <summary>
            The type GraphServiceAgreementsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceAgreementsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequest.AddAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Agreement to the collection via POST.
            </summary>
            <param name="agreement">The Agreement to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Agreement.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequest.AddResponseAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Agreement to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreement">The Agreement to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Agreement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Agreement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceAgreementsCollectionRequestBuilder">
            <summary>
            The type GraphServiceAgreementsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceAgreementsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAgreementsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAgreementsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementRequestBuilder"/> for the specified GraphServiceAgreement.
            </summary>
            <param name="id">The ID for the GraphServiceAgreement.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceAgreementsCollectionResponse">
            <summary>
            The type GraphServiceAgreementsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAgreementsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceAgreementsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAgreementsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAgreementsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceApplicationsCollectionPage">
            <summary>
            The type GraphServiceApplicationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceApplicationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceApplicationsCollectionRequest">
            <summary>
            The type GraphServiceApplicationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceApplicationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequest.AddAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Application to the collection via POST.
            </summary>
            <param name="application">The Application to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequest.AddResponseAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Application to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="application">The Application to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Application,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Application,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceApplicationsCollectionRequestBuilder">
            <summary>
            The type GraphServiceApplicationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceApplicationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceApplicationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApplicationRequestBuilder"/> for the specified GraphServiceApplication.
            </summary>
            <param name="id">The ID for the GraphServiceApplication.</param>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ApplicationDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceApplicationsCollectionResponse">
            <summary>
            The type GraphServiceApplicationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceApplicationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceApplicationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceApplicationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceApplicationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionPage">
            <summary>
            The type GraphServiceApplicationTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest">
            <summary>
            The type GraphServiceApplicationTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceApplicationTemplatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest.AddAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ApplicationTemplate to the collection via POST.
            </summary>
            <param name="applicationTemplate">The ApplicationTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ApplicationTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest.AddResponseAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ApplicationTemplate to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="applicationTemplate">The ApplicationTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplicationTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplicationTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequestBuilder">
            <summary>
            The type GraphServiceApplicationTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceApplicationTemplatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApplicationTemplateRequestBuilder"/> for the specified GraphServiceApplicationTemplate.
            </summary>
            <param name="id">The ID for the GraphServiceApplicationTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionResponse">
            <summary>
            The type GraphServiceApplicationTemplatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceApplicationTemplatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionPage">
            <summary>
            The type GraphServiceAuthenticationMethodConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest">
            <summary>
            The type GraphServiceAuthenticationMethodConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceAuthenticationMethodConfigurationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodConfiguration to the collection via POST.
            </summary>
            <param name="authenticationMethodConfiguration">The AuthenticationMethodConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethodConfiguration">The AuthenticationMethodConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequestBuilder">
            <summary>
            The type GraphServiceAuthenticationMethodConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceAuthenticationMethodConfigurationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodConfigurationRequestBuilder"/> for the specified GraphServiceAuthenticationMethodConfiguration.
            </summary>
            <param name="id">The ID for the GraphServiceAuthenticationMethodConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionResponse">
            <summary>
            The type GraphServiceAuthenticationMethodConfigurationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceAuthenticationMethodConfigurationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionPage">
            <summary>
            The type GraphServiceCertificateBasedAuthConfigurationCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest">
            <summary>
            The type GraphServiceCertificateBasedAuthConfigurationCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceCertificateBasedAuthConfigurationCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest.AddAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CertificateBasedAuthConfiguration to the collection via POST.
            </summary>
            <param name="certificateBasedAuthConfiguration">The CertificateBasedAuthConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest.AddResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CertificateBasedAuthConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="certificateBasedAuthConfiguration">The CertificateBasedAuthConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequestBuilder">
            <summary>
            The type GraphServiceCertificateBasedAuthConfigurationCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceCertificateBasedAuthConfigurationCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICertificateBasedAuthConfigurationRequestBuilder"/> for the specified GraphServiceCertificateBasedAuthConfiguration.
            </summary>
            <param name="id">The ID for the GraphServiceCertificateBasedAuthConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICertificateBasedAuthConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionResponse">
            <summary>
            The type GraphServiceCertificateBasedAuthConfigurationCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceCertificateBasedAuthConfigurationCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceChatsCollectionPage">
            <summary>
            The type GraphServiceChatsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceChatsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceChatsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceChatsCollectionRequest">
            <summary>
            The type GraphServiceChatsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceChatsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequest.AddAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Chat to the collection via POST.
            </summary>
            <param name="chat">The Chat to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequest.AddResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Chat to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="chat">The Chat to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceChatsCollectionRequestBuilder">
            <summary>
            The type GraphServiceChatsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceChatsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceChatsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChatRequestBuilder"/> for the specified GraphServiceChat.
            </summary>
            <param name="id">The ID for the GraphServiceChat.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChatRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceChatsCollectionRequestBuilder.GetAllMessages">
            <summary>
            Gets the request builder for ChatGetAllMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatGetAllMessagesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceChatsCollectionResponse">
            <summary>
            The type GraphServiceChatsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceChatsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceChatsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceChatsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceChatsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceClient">
            <summary>
            The type GraphServiceClient.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceClient.#ctor(Microsoft.Graph.IAuthenticationProvider,Microsoft.Graph.IHttpProvider)">
            <summary>
            Instantiates a new GraphServiceClient.
            </summary>
            <param name="authenticationProvider">The <see cref="T:Microsoft.Graph.IAuthenticationProvider"/> for authenticating request messages.</param>
            <param name="httpProvider">The <see cref="T:Microsoft.Graph.IHttpProvider"/> for sending requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceClient.#ctor(Azure.Core.TokenCredential,System.Collections.Generic.IEnumerable{System.String},Microsoft.Graph.IHttpProvider)">
            <summary>
            Instantiates a new GraphServiceClient using a <see cref="T:Azure.Core.TokenCredential"/> instance.
            </summary>
            <param name="tokenCredential">The <see cref="T:Azure.Core.TokenCredential"/> to use for authentication</param>
            <param name="scopes">Scopes required to access Microsoft Graph. This defaults to https://graph.microsoft.com/.default when none is set.</param>
            <param name="httpProvider">The <see cref="T:Microsoft.Graph.IHttpProvider"/> for sending requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceClient.#ctor(System.String,Microsoft.Graph.IAuthenticationProvider,Microsoft.Graph.IHttpProvider)">
            <summary>
            Instantiates a new GraphServiceClient.
            </summary>
            <param name="baseUrl">The base service URL. For example, "https://graph.microsoft.com/v1.0".</param>
            <param name="authenticationProvider">The <see cref="T:Microsoft.Graph.IAuthenticationProvider"/> for authenticating request messages.</param>
            <param name="httpProvider">The <see cref="T:Microsoft.Graph.IHttpProvider"/> for sending requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceClient.#ctor(System.Net.Http.HttpClient,System.String)">
            <summary>
            Instantiates a new GraphServiceClient.
            </summary>
            <param name="httpClient">The <see cref="T:System.Net.Http.HttpClient"/> to use for making requests to Microsoft Graph. Use the <see cref="T:Microsoft.Graph.GraphClientFactory"/>
            to get a pre-configured HttpClient that is optimized for use with the Microsoft Graph service API. </param>
            <param name="baseUrl">The base service URL. For example, "https://graph.microsoft.com/v1.0".</param>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Invitations">
            <summary>
            Gets the GraphServiceInvitations request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Users">
            <summary>
            Gets the GraphServiceUsers request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.ApplicationTemplates">
            <summary>
            Gets the GraphServiceApplicationTemplates request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.AuthenticationMethodConfigurations">
            <summary>
            Gets the GraphServiceAuthenticationMethodConfigurations request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.IdentityProviders">
            <summary>
            Gets the GraphServiceIdentityProviders request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Applications">
            <summary>
            Gets the GraphServiceApplications request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.CertificateBasedAuthConfiguration">
            <summary>
            Gets the GraphServiceCertificateBasedAuthConfiguration request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Contacts">
            <summary>
            Gets the GraphServiceContacts request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Contracts">
            <summary>
            Gets the GraphServiceContracts request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Devices">
            <summary>
            Gets the GraphServiceDevices request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.DirectoryObjects">
            <summary>
            Gets the GraphServiceDirectoryObjects request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.DirectoryRoles">
            <summary>
            Gets the GraphServiceDirectoryRoles request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.DirectoryRoleTemplates">
            <summary>
            Gets the GraphServiceDirectoryRoleTemplates request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.DomainDnsRecords">
            <summary>
            Gets the GraphServiceDomainDnsRecords request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Domains">
            <summary>
            Gets the GraphServiceDomains request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Groups">
            <summary>
            Gets the GraphServiceGroups request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.GroupSettings">
            <summary>
            Gets the GraphServiceGroupSettings request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.GroupSettingTemplates">
            <summary>
            Gets the GraphServiceGroupSettingTemplates request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Localizations">
            <summary>
            Gets the GraphServiceLocalizations request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Oauth2PermissionGrants">
            <summary>
            Gets the GraphServiceOauth2PermissionGrants request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Organization">
            <summary>
            Gets the GraphServiceOrganization request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.PermissionGrants">
            <summary>
            Gets the GraphServicePermissionGrants request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.ScopedRoleMemberships">
            <summary>
            Gets the GraphServiceScopedRoleMemberships request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.ServicePrincipals">
            <summary>
            Gets the GraphServiceServicePrincipals request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.SubscribedSkus">
            <summary>
            Gets the GraphServiceSubscribedSkus request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Places">
            <summary>
            Gets the GraphServicePlaces request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Drives">
            <summary>
            Gets the GraphServiceDrives request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Shares">
            <summary>
            Gets the GraphServiceShares request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Sites">
            <summary>
            Gets the GraphServiceSites request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.SchemaExtensions">
            <summary>
            Gets the GraphServiceSchemaExtensions request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.GroupLifecyclePolicies">
            <summary>
            Gets the GraphServiceGroupLifecyclePolicies request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.AgreementAcceptances">
            <summary>
            Gets the GraphServiceAgreementAcceptances request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Agreements">
            <summary>
            Gets the GraphServiceAgreements request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.DataPolicyOperations">
            <summary>
            Gets the GraphServiceDataPolicyOperations request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Subscriptions">
            <summary>
            Gets the GraphServiceSubscriptions request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Connections">
            <summary>
            Gets the GraphServiceConnections request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Chats">
            <summary>
            Gets the GraphServiceChats request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Teams">
            <summary>
            Gets the GraphServiceTeams request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.TeamsTemplates">
            <summary>
            Gets the GraphServiceTeamsTemplates request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.AuditLogs">
            <summary>
            Gets the GraphServiceAuditLogs request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.AuthenticationMethodsPolicy">
            <summary>
            Gets the GraphServiceAuthenticationMethodsPolicy request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Solutions">
            <summary>
            Gets the GraphServiceSolutions request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Privacy">
            <summary>
            Gets the GraphServicePrivacy request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Compliance">
            <summary>
            Gets the GraphServiceCompliance request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Security">
            <summary>
            Gets the GraphServiceSecurity request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Identity">
            <summary>
            Gets the GraphServiceIdentity request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Branding">
            <summary>
            Gets the GraphServiceBranding request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Directory">
            <summary>
            Gets the GraphServiceDirectory request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Me">
            <summary>
            Gets the GraphServiceMe request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Policies">
            <summary>
            Gets the GraphServicePolicies request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Education">
            <summary>
            Gets the GraphServiceEducation request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.RoleManagement">
            <summary>
            Gets the GraphServiceRoleManagement request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Drive">
            <summary>
            Gets the GraphServiceDrive request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Communications">
            <summary>
            Gets the GraphServiceCommunications request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.IdentityGovernance">
            <summary>
            Gets the GraphServiceIdentityGovernance request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.IdentityProtection">
            <summary>
            Gets the GraphServiceIdentityProtection request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.DeviceAppManagement">
            <summary>
            Gets the GraphServiceDeviceAppManagement request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.DeviceManagement">
            <summary>
            Gets the GraphServiceDeviceManagement request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Reports">
            <summary>
            Gets the GraphServiceReports request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Admin">
            <summary>
            Gets the GraphServiceAdmin request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Search">
            <summary>
            Gets the GraphServiceSearch request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Planner">
            <summary>
            Gets the GraphServicePlanner request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Print">
            <summary>
            Gets the GraphServicePrint request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.External">
            <summary>
            Gets the GraphServiceExternal request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.AppCatalogs">
            <summary>
            Gets the GraphServiceAppCatalogs request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Teamwork">
            <summary>
            Gets the GraphServiceTeamwork request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.InformationProtection">
            <summary>
            Gets the GraphServiceInformationProtection request builder.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceConnectionsCollectionPage">
            <summary>
            The type GraphServiceConnectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceConnectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceConnectionsCollectionRequest">
            <summary>
            The type GraphServiceConnectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceConnectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequest.AddAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ExternalConnectors.ExternalConnection to the collection via POST.
            </summary>
            <param name="externalConnection">The Microsoft.Graph.ExternalConnectors.ExternalConnection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Microsoft.Graph.ExternalConnectors.ExternalConnection.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ExternalConnectors.ExternalConnection to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.ExternalConnectors.ExternalConnection&gt;"/> object of the request.
            </summary>
            <param name="externalConnection">The Microsoft.Graph.ExternalConnectors.ExternalConnection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="!:GraphResponse&lt;Microsoft.Graph.ExternalConnectors.ExternalConnection&gt;"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceConnectionsCollectionRequestBuilder">
            <summary>
            The type GraphServiceConnectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceConnectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceConnectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceConnectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder"/> for the specified GraphServiceMicrosoft.Graph.ExternalConnectors.ExternalConnection.
            </summary>
            <param name="id">The ID for the GraphServiceMicrosoft.Graph.ExternalConnectors.ExternalConnection.</param>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceConnectionsCollectionResponse">
            <summary>
            The type GraphServiceConnectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceConnectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceConnectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceConnectionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceConnectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceContactsCollectionPage">
            <summary>
            The type GraphServiceContactsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContactsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceContactsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceContactsCollectionRequest">
            <summary>
            The type GraphServiceContactsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceContactsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequest.AddAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OrgContact to the collection via POST.
            </summary>
            <param name="orgContact">The OrgContact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrgContact.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequest.AddResponseAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OrgContact to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="orgContact">The OrgContact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrgContact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrgContact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceContactsCollectionRequestBuilder">
            <summary>
            The type GraphServiceContactsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceContactsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContactsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrgContactRequestBuilder"/> for the specified GraphServiceOrgContact.
            </summary>
            <param name="id">The ID for the GraphServiceOrgContact.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContactsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for OrgContactDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceContactsCollectionResponse">
            <summary>
            The type GraphServiceContactsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContactsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceContactsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContactsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContactsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceContractsCollectionPage">
            <summary>
            The type GraphServiceContractsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContractsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceContractsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceContractsCollectionRequest">
            <summary>
            The type GraphServiceContractsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceContractsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.AddAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contract to the collection via POST.
            </summary>
            <param name="contract">The Contract to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.AddResponseAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contract to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contract">The Contract to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceContractsCollectionRequestBuilder">
            <summary>
            The type GraphServiceContractsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceContractsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContractsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContractRequestBuilder"/> for the specified GraphServiceContract.
            </summary>
            <param name="id">The ID for the GraphServiceContract.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContractRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceContractsCollectionResponse">
            <summary>
            The type GraphServiceContractsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContractsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceContractsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContractsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContractsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionPage">
            <summary>
            The type GraphServiceDataPolicyOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest">
            <summary>
            The type GraphServiceDataPolicyOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDataPolicyOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest.AddAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DataPolicyOperation to the collection via POST.
            </summary>
            <param name="dataPolicyOperation">The DataPolicyOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataPolicyOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DataPolicyOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="dataPolicyOperation">The DataPolicyOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DataPolicyOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DataPolicyOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequestBuilder">
            <summary>
            The type GraphServiceDataPolicyOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDataPolicyOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDataPolicyOperationRequestBuilder"/> for the specified GraphServiceDataPolicyOperation.
            </summary>
            <param name="id">The ID for the GraphServiceDataPolicyOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDataPolicyOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionResponse">
            <summary>
            The type GraphServiceDataPolicyOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDataPolicyOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDevicesCollectionPage">
            <summary>
            The type GraphServiceDevicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDevicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDevicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDevicesCollectionRequest">
            <summary>
            The type GraphServiceDevicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDevicesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.AddAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Device to the collection via POST.
            </summary>
            <param name="device">The Device to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.AddResponseAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Device to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="device">The Device to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDevicesCollectionRequestBuilder">
            <summary>
            The type GraphServiceDevicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDevicesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDevicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceRequestBuilder"/> for the specified GraphServiceDevice.
            </summary>
            <param name="id">The ID for the GraphServiceDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for DeviceDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDevicesCollectionResponse">
            <summary>
            The type GraphServiceDevicesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDevicesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDevicesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDevicesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDevicesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionPage">
            <summary>
            The type GraphServiceDirectoryObjectsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest">
            <summary>
            The type GraphServiceDirectoryObjectsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDirectoryObjectsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder">
            <summary>
            The type GraphServiceDirectoryObjectsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDirectoryObjectsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified GraphServiceDirectoryObject.
            </summary>
            <param name="id">The ID for the GraphServiceDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder.ValidateProperties(System.String,System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Gets the request builder for DirectoryObjectValidateProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder.GetAvailableExtensionProperties(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetAvailableExtensionProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionResponse">
            <summary>
            The type GraphServiceDirectoryObjectsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRolesCollectionPage">
            <summary>
            The type GraphServiceDirectoryRolesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRolesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest">
            <summary>
            The type GraphServiceDirectoryRolesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDirectoryRolesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.AddAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryRole to the collection via POST.
            </summary>
            <param name="directoryRole">The DirectoryRole to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryRole to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryRole">The DirectoryRole to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequestBuilder">
            <summary>
            The type GraphServiceDirectoryRolesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDirectoryRolesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryRoleRequestBuilder"/> for the specified GraphServiceDirectoryRole.
            </summary>
            <param name="id">The ID for the GraphServiceDirectoryRole.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for DirectoryRoleDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRolesCollectionResponse">
            <summary>
            The type GraphServiceDirectoryRolesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRolesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRolesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRolesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionPage">
            <summary>
            The type GraphServiceDirectoryRoleTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest">
            <summary>
            The type GraphServiceDirectoryRoleTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDirectoryRoleTemplatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.AddAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryRoleTemplate to the collection via POST.
            </summary>
            <param name="directoryRoleTemplate">The DirectoryRoleTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryRoleTemplate to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryRoleTemplate">The DirectoryRoleTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder">
            <summary>
            The type GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder"/> for the specified GraphServiceDirectoryRoleTemplate.
            </summary>
            <param name="id">The ID for the GraphServiceDirectoryRoleTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionResponse">
            <summary>
            The type GraphServiceDirectoryRoleTemplatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionPage">
            <summary>
            The type GraphServiceDomainDnsRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest">
            <summary>
            The type GraphServiceDomainDnsRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDomainDnsRecordsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.AddResponseAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequestBuilder">
            <summary>
            The type GraphServiceDomainDnsRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDomainDnsRecordsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/> for the specified GraphServiceDomainDnsRecord.
            </summary>
            <param name="id">The ID for the GraphServiceDomainDnsRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionResponse">
            <summary>
            The type GraphServiceDomainDnsRecordsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainsCollectionPage">
            <summary>
            The type GraphServiceDomainsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDomainsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainsCollectionRequest">
            <summary>
            The type GraphServiceDomainsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDomainsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.AddAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Domain to the collection via POST.
            </summary>
            <param name="domain">The Domain to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.AddResponseAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Domain to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="domain">The Domain to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainsCollectionRequestBuilder">
            <summary>
            The type GraphServiceDomainsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDomainsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainRequestBuilder"/> for the specified GraphServiceDomain.
            </summary>
            <param name="id">The ID for the GraphServiceDomain.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainsCollectionResponse">
            <summary>
            The type GraphServiceDomainsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDomainsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDrivesCollectionPage">
            <summary>
            The type GraphServiceDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDrivesCollectionRequest">
            <summary>
            The type GraphServiceDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDrivesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.AddResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDrivesCollectionRequestBuilder">
            <summary>
            The type GraphServiceDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDrivesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified GraphServiceDrive.
            </summary>
            <param name="id">The ID for the GraphServiceDrive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDrivesCollectionResponse">
            <summary>
            The type GraphServiceDrivesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDrivesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDrivesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDrivesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDrivesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionPage">
            <summary>
            The type GraphServiceGroupLifecyclePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest">
            <summary>
            The type GraphServiceGroupLifecyclePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceGroupLifecyclePoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.AddAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder">
            <summary>
            The type GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/> for the specified GraphServiceGroupLifecyclePolicy.
            </summary>
            <param name="id">The ID for the GraphServiceGroupLifecyclePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionResponse">
            <summary>
            The type GraphServiceGroupLifecyclePoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupsCollectionPage">
            <summary>
            The type GraphServiceGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupsCollectionRequest">
            <summary>
            The type GraphServiceGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.AddAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupsCollectionRequestBuilder">
            <summary>
            The type GraphServiceGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupRequestBuilder"/> for the specified GraphServiceGroup.
            </summary>
            <param name="id">The ID for the GraphServiceGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for GroupDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupsCollectionResponse">
            <summary>
            The type GraphServiceGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingsCollectionPage">
            <summary>
            The type GraphServiceGroupSettingsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest">
            <summary>
            The type GraphServiceGroupSettingsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceGroupSettingsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.AddAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSetting to the collection via POST.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.AddResponseAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSetting to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequestBuilder">
            <summary>
            The type GraphServiceGroupSettingsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceGroupSettingsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/> for the specified GraphServiceGroupSetting.
            </summary>
            <param name="id">The ID for the GraphServiceGroupSetting.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingsCollectionResponse">
            <summary>
            The type GraphServiceGroupSettingsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceGroupSettingsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionPage">
            <summary>
            The type GraphServiceGroupSettingTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest">
            <summary>
            The type GraphServiceGroupSettingTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceGroupSettingTemplatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.AddAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSettingTemplate to the collection via POST.
            </summary>
            <param name="groupSettingTemplate">The GroupSettingTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.AddResponseAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSettingTemplate to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="groupSettingTemplate">The GroupSettingTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequestBuilder">
            <summary>
            The type GraphServiceGroupSettingTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceGroupSettingTemplatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupSettingTemplateRequestBuilder"/> for the specified GraphServiceGroupSettingTemplate.
            </summary>
            <param name="id">The ID for the GraphServiceGroupSettingTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionResponse">
            <summary>
            The type GraphServiceGroupSettingTemplatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceIdentityProvidersCollectionPage">
            <summary>
            The type GraphServiceIdentityProvidersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceIdentityProvidersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest">
            <summary>
            The type GraphServiceIdentityProvidersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceIdentityProvidersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest.AddAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProvider to the collection via POST.
            </summary>
            <param name="identityProvider">The IdentityProvider to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest.AddResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProvider to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityProvider">The IdentityProvider to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequestBuilder">
            <summary>
            The type GraphServiceIdentityProvidersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceIdentityProvidersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityProviderRequestBuilder"/> for the specified GraphServiceIdentityProvider.
            </summary>
            <param name="id">The ID for the GraphServiceIdentityProvider.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceIdentityProvidersCollectionRequestBuilder.AvailableProviderTypes">
            <summary>
            Gets the request builder for IdentityProviderAvailableProviderTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceIdentityProvidersCollectionResponse">
            <summary>
            The type GraphServiceIdentityProvidersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceIdentityProvidersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceIdentityProvidersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceIdentityProvidersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceInvitationsCollectionPage">
            <summary>
            The type GraphServiceInvitationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceInvitationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceInvitationsCollectionRequest">
            <summary>
            The type GraphServiceInvitationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceInvitationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.AddAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Invitation to the collection via POST.
            </summary>
            <param name="invitation">The Invitation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.AddResponseAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Invitation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="invitation">The Invitation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceInvitationsCollectionRequestBuilder">
            <summary>
            The type GraphServiceInvitationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceInvitationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceInvitationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IInvitationRequestBuilder"/> for the specified GraphServiceInvitation.
            </summary>
            <param name="id">The ID for the GraphServiceInvitation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IInvitationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceInvitationsCollectionResponse">
            <summary>
            The type GraphServiceInvitationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceInvitationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceInvitationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceInvitationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceInvitationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceLocalizationsCollectionPage">
            <summary>
            The type GraphServiceLocalizationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceLocalizationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest">
            <summary>
            The type GraphServiceLocalizationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceLocalizationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest.AddAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OrganizationalBrandingLocalization to the collection via POST.
            </summary>
            <param name="organizationalBrandingLocalization">The OrganizationalBrandingLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrganizationalBrandingLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest.AddResponseAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OrganizationalBrandingLocalization to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="organizationalBrandingLocalization">The OrganizationalBrandingLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingLocalization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingLocalization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceLocalizationsCollectionRequestBuilder">
            <summary>
            The type GraphServiceLocalizationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceLocalizationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceLocalizationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceLocalizationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrganizationalBrandingLocalizationRequestBuilder"/> for the specified GraphServiceOrganizationalBrandingLocalization.
            </summary>
            <param name="id">The ID for the GraphServiceOrganizationalBrandingLocalization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingLocalizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceLocalizationsCollectionResponse">
            <summary>
            The type GraphServiceLocalizationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceLocalizationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceLocalizationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceLocalizationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceLocalizationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionPage">
            <summary>
            The type GraphServiceOauth2PermissionGrantsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest">
            <summary>
            The type GraphServiceOauth2PermissionGrantsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceOauth2PermissionGrantsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest.AddAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OAuth2PermissionGrant to the collection via POST.
            </summary>
            <param name="oAuth2PermissionGrant">The OAuth2PermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest.AddResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OAuth2PermissionGrant to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="oAuth2PermissionGrant">The OAuth2PermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequestBuilder">
            <summary>
            The type GraphServiceOauth2PermissionGrantsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceOauth2PermissionGrantsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantRequestBuilder"/> for the specified GraphServiceOAuth2PermissionGrant.
            </summary>
            <param name="id">The ID for the GraphServiceOAuth2PermissionGrant.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for OAuth2PermissionGrantDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionResponse">
            <summary>
            The type GraphServiceOauth2PermissionGrantsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOauth2PermissionGrantsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceOrganizationCollectionPage">
            <summary>
            The type GraphServiceOrganizationCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOrganizationCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceOrganizationCollectionRequest">
            <summary>
            The type GraphServiceOrganizationCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceOrganizationCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.AddAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Organization to the collection via POST.
            </summary>
            <param name="organization">The Organization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.AddResponseAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Organization to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="organization">The Organization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceOrganizationCollectionRequestBuilder">
            <summary>
            The type GraphServiceOrganizationCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceOrganizationCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOrganizationCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrganizationRequestBuilder"/> for the specified GraphServiceOrganization.
            </summary>
            <param name="id">The ID for the GraphServiceOrganization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceOrganizationCollectionResponse">
            <summary>
            The type GraphServiceOrganizationCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOrganizationCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceOrganizationCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOrganizationCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOrganizationCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServicePermissionGrantsCollectionPage">
            <summary>
            The type GraphServicePermissionGrantsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServicePermissionGrantsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest">
            <summary>
            The type GraphServicePermissionGrantsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServicePermissionGrantsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest.AddAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceSpecificPermissionGrant to the collection via POST.
            </summary>
            <param name="resourceSpecificPermissionGrant">The ResourceSpecificPermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceSpecificPermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest.AddResponseAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceSpecificPermissionGrant to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="resourceSpecificPermissionGrant">The ResourceSpecificPermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceSpecificPermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceSpecificPermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequestBuilder">
            <summary>
            The type GraphServicePermissionGrantsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServicePermissionGrantsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServicePermissionGrantsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IResourceSpecificPermissionGrantRequestBuilder"/> for the specified GraphServiceResourceSpecificPermissionGrant.
            </summary>
            <param name="id">The ID for the GraphServiceResourceSpecificPermissionGrant.</param>
            <returns>The <see cref="T:Microsoft.Graph.IResourceSpecificPermissionGrantRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServicePermissionGrantsCollectionResponse">
            <summary>
            The type GraphServicePermissionGrantsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServicePermissionGrantsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServicePermissionGrantsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServicePermissionGrantsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServicePermissionGrantsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServicePlacesCollectionPage">
            <summary>
            The type GraphServicePlacesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServicePlacesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServicePlacesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServicePlacesCollectionRequest">
            <summary>
            The type GraphServicePlacesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServicePlacesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequest.AddAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Place to the collection via POST.
            </summary>
            <param name="place">The Place to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Place.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequest.AddResponseAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Place to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="place">The Place to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Place,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Place,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServicePlacesCollectionRequestBuilder">
            <summary>
            The type GraphServicePlacesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServicePlacesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServicePlacesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServicePlacesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlaceRequestBuilder"/> for the specified GraphServicePlace.
            </summary>
            <param name="id">The ID for the GraphServicePlace.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlaceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServicePlacesCollectionResponse">
            <summary>
            The type GraphServicePlacesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServicePlacesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServicePlacesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServicePlacesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServicePlacesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionPage">
            <summary>
            The type GraphServiceSchemaExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest">
            <summary>
            The type GraphServiceSchemaExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceSchemaExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.AddAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SchemaExtension to the collection via POST.
            </summary>
            <param name="schemaExtension">The SchemaExtension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SchemaExtension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="schemaExtension">The SchemaExtension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequestBuilder">
            <summary>
            The type GraphServiceSchemaExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceSchemaExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISchemaExtensionRequestBuilder"/> for the specified GraphServiceSchemaExtension.
            </summary>
            <param name="id">The ID for the GraphServiceSchemaExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISchemaExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionResponse">
            <summary>
            The type GraphServiceSchemaExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionPage">
            <summary>
            The type GraphServiceScopedRoleMembershipsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest">
            <summary>
            The type GraphServiceScopedRoleMembershipsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceScopedRoleMembershipsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest.AddAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest.AddResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequestBuilder">
            <summary>
            The type GraphServiceScopedRoleMembershipsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceScopedRoleMembershipsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/> for the specified GraphServiceScopedRoleMembership.
            </summary>
            <param name="id">The ID for the GraphServiceScopedRoleMembership.</param>
            <returns>The <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionResponse">
            <summary>
            The type GraphServiceScopedRoleMembershipsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceScopedRoleMembershipsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceServicePrincipalsCollectionPage">
            <summary>
            The type GraphServiceServicePrincipalsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceServicePrincipalsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest">
            <summary>
            The type GraphServiceServicePrincipalsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceServicePrincipalsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest.AddAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServicePrincipal to the collection via POST.
            </summary>
            <param name="servicePrincipal">The ServicePrincipal to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest.AddResponseAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServicePrincipal to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="servicePrincipal">The ServicePrincipal to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipal,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipal,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequestBuilder">
            <summary>
            The type GraphServiceServicePrincipalsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceServicePrincipalsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalRequestBuilder"/> for the specified GraphServiceServicePrincipal.
            </summary>
            <param name="id">The ID for the GraphServiceServicePrincipal.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceServicePrincipalsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ServicePrincipalDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceServicePrincipalsCollectionResponse">
            <summary>
            The type GraphServiceServicePrincipalsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceServicePrincipalsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceServicePrincipalsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceServicePrincipalsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSharesCollectionPage">
            <summary>
            The type GraphServiceSharesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSharesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSharesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSharesCollectionRequest">
            <summary>
            The type GraphServiceSharesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceSharesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.AddAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedDriveItem to the collection via POST.
            </summary>
            <param name="sharedDriveItem">The SharedDriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.AddResponseAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedDriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="sharedDriveItem">The SharedDriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSharesCollectionRequestBuilder">
            <summary>
            The type GraphServiceSharesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceSharesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSharesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISharedDriveItemRequestBuilder"/> for the specified GraphServiceSharedDriveItem.
            </summary>
            <param name="id">The ID for the GraphServiceSharedDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISharedDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSharesCollectionResponse">
            <summary>
            The type GraphServiceSharesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSharesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceSharesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSharesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSharesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSitesCollectionPage">
            <summary>
            The type GraphServiceSitesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSitesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSitesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSitesCollectionRequest">
            <summary>
            The type GraphServiceSitesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceSitesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.AddResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder">
            <summary>
            The type GraphServiceSitesCollectionRequestBuilder.
            </summary>
            <summary>
            The type GraphServiceSitesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceSitesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/> for the specified GraphServiceSite.
            </summary>
            <param name="id">The ID for the GraphServiceSite.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder.Remove(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteRemove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRemoveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder.GetByPath(System.String,System.String)">
            <summary>
            Gets a request builder for accessing a site by relative path.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder.Root">
            <summary>
            Gets a request builder for accessing a sites.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSitesCollectionResponse">
            <summary>
            The type GraphServiceSitesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSitesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceSitesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSitesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSitesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscribedSkusCollectionPage">
            <summary>
            The type GraphServiceSubscribedSkusCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscribedSkusCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest">
            <summary>
            The type GraphServiceSubscribedSkusCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceSubscribedSkusCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.AddAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SubscribedSku to the collection via POST.
            </summary>
            <param name="subscribedSku">The SubscribedSku to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.AddResponseAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SubscribedSku to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="subscribedSku">The SubscribedSku to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequestBuilder">
            <summary>
            The type GraphServiceSubscribedSkusCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceSubscribedSkusCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubscribedSkuRequestBuilder"/> for the specified GraphServiceSubscribedSku.
            </summary>
            <param name="id">The ID for the GraphServiceSubscribedSku.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubscribedSkuRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscribedSkusCollectionResponse">
            <summary>
            The type GraphServiceSubscribedSkusCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscribedSkusCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscribedSkusCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscribedSkusCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscriptionsCollectionPage">
            <summary>
            The type GraphServiceSubscriptionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscriptionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest">
            <summary>
            The type GraphServiceSubscriptionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceSubscriptionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.AddAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequestBuilder">
            <summary>
            The type GraphServiceSubscriptionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceSubscriptionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/> for the specified GraphServiceSubscription.
            </summary>
            <param name="id">The ID for the GraphServiceSubscription.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscriptionsCollectionResponse">
            <summary>
            The type GraphServiceSubscriptionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscriptionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceSubscriptionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscriptionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscriptionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceTeamsCollectionPage">
            <summary>
            The type GraphServiceTeamsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceTeamsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceTeamsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceTeamsCollectionRequest">
            <summary>
            The type GraphServiceTeamsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceTeamsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequest.AddAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Team to the collection via POST.
            </summary>
            <param name="team">The Team to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequest.AddResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Team to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="team">The Team to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceTeamsCollectionRequestBuilder">
            <summary>
            The type GraphServiceTeamsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceTeamsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceTeamsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamRequestBuilder"/> for the specified GraphServiceTeam.
            </summary>
            <param name="id">The ID for the GraphServiceTeam.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsCollectionRequestBuilder.GetAllMessages">
            <summary>
            Gets the request builder for TeamGetAllMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamGetAllMessagesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceTeamsCollectionResponse">
            <summary>
            The type GraphServiceTeamsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceTeamsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceTeamsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceTeamsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceTeamsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionPage">
            <summary>
            The type GraphServiceTeamsTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest">
            <summary>
            The type GraphServiceTeamsTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceTeamsTemplatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest.AddAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsTemplate to the collection via POST.
            </summary>
            <param name="teamsTemplate">The TeamsTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsTemplate to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsTemplate">The TeamsTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequestBuilder">
            <summary>
            The type GraphServiceTeamsTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceTeamsTemplatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsTemplateRequestBuilder"/> for the specified GraphServiceTeamsTemplate.
            </summary>
            <param name="id">The ID for the GraphServiceTeamsTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionResponse">
            <summary>
            The type GraphServiceTeamsTemplatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceTeamsTemplatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceUsersCollectionPage">
            <summary>
            The type GraphServiceUsersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceUsersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceUsersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceUsersCollectionRequest">
            <summary>
            The type GraphServiceUsersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceUsersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.AddAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.AddResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceUsersCollectionRequestBuilder">
            <summary>
            The type GraphServiceUsersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceUsersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceUsersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserRequestBuilder"/> for the specified GraphServiceUser.
            </summary>
            <param name="id">The ID for the GraphServiceUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for UserDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceUsersCollectionResponse">
            <summary>
            The type GraphServiceUsersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceUsersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceUsersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceUsersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceUsersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupAcceptedSendersCollectionReferencesRequest">
            <summary>
            The type GroupAcceptedSendersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupAcceptedSendersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupAcceptedSendersCollectionReferencesRequestBuilder">
            <summary>
            The type GroupAcceptedSendersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupAcceptedSendersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesPage">
            <summary>
            The type GroupAcceptedSendersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequest">
            <summary>
            The type GroupAcceptedSendersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupAcceptedSendersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequestBuilder">
            <summary>
            The type GroupAcceptedSendersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupAcceptedSendersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified GroupDirectoryObject.
            </summary>
            <param name="id">The ID for the GroupDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesResponse">
            <summary>
            The type GroupAcceptedSendersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAcceptedSendersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupAddFavoriteRequest">
            <summary>
            The type GroupAddFavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupAddFavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupAddFavoriteRequestBuilder">
            <summary>
            The type GroupAddFavoriteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupAddFavoriteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupAppRoleAssignmentsCollectionPage">
            <summary>
            The type GroupAppRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAppRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest">
            <summary>
            The type GroupAppRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupAppRoleAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The type GroupAppRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupAppRoleAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupAppRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/> for the specified GroupAppRoleAssignment.
            </summary>
            <param name="id">The ID for the GroupAppRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupAppRoleAssignmentsCollectionResponse">
            <summary>
            The type GroupAppRoleAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAppRoleAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAppRoleAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAppRoleAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupAssignLicenseRequest">
            <summary>
            The type GroupAssignLicenseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAssignLicenseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupAssignLicenseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAssignLicenseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAssignLicenseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAssignLicenseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAssignLicenseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAssignLicenseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupAssignLicenseRequestBuilder">
            <summary>
            The type GroupAssignLicenseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAssignLicenseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.AssignedLicense},System.Collections.Generic.IEnumerable{System.Guid})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupAssignLicenseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="addLicenses">A addLicenses parameter for the OData method call.</param>
            <param name="removeLicenses">A removeLicenses parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupAssignLicenseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupCalendarViewCollectionPage">
            <summary>
            The type GroupCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupCalendarViewCollectionRequest">
            <summary>
            The type GroupCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupCalendarViewCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupCalendarViewCollectionRequestBuilder">
            <summary>
            The type GroupCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupCalendarViewCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified GroupEvent.
            </summary>
            <param name="id">The ID for the GroupEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupCalendarViewCollectionResponse">
            <summary>
            The type GroupCalendarViewCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupCalendarViewCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupCalendarViewCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupCalendarViewCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupCalendarViewCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupCheckGrantedPermissionsForAppCollectionPage">
            <summary>
            The type GroupCheckGrantedPermissionsForAppCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupCheckGrantedPermissionsForAppCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupCheckGrantedPermissionsForAppCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupCheckGrantedPermissionsForAppCollectionResponse">
            <summary>
            The type GroupCheckGrantedPermissionsForAppCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupCheckGrantedPermissionsForAppCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupCheckGrantedPermissionsForAppCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupCheckGrantedPermissionsForAppCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequest">
            <summary>
            The type GroupCheckGrantedPermissionsForAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupCheckGrantedPermissionsForAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequestBuilder">
            <summary>
            The type GroupCheckGrantedPermissionsForAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupCheckGrantedPermissionsForAppRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupConversationsCollectionPage">
            <summary>
            The type GroupConversationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupConversationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupConversationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupConversationsCollectionRequest">
            <summary>
            The type GroupConversationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupConversationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.AddAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Conversation to the collection via POST.
            </summary>
            <param name="conversation">The Conversation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.AddResponseAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Conversation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversation">The Conversation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupConversationsCollectionRequestBuilder">
            <summary>
            The type GroupConversationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupConversationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupConversationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationRequestBuilder"/> for the specified GroupConversation.
            </summary>
            <param name="id">The ID for the GroupConversation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupConversationsCollectionResponse">
            <summary>
            The type GroupConversationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupConversationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupConversationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupConversationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupConversationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupDeltaCollectionPage">
            <summary>
            The type GroupDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupDeltaCollectionResponse">
            <summary>
            The type GroupDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupDeltaRequest">
            <summary>
            The type GroupDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupDeltaRequestBuilder">
            <summary>
            The type GroupDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupDrivesCollectionPage">
            <summary>
            The type GroupDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupDrivesCollectionRequest">
            <summary>
            The type GroupDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupDrivesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.AddResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupDrivesCollectionRequestBuilder">
            <summary>
            The type GroupDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupDrivesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified GroupDrive.
            </summary>
            <param name="id">The ID for the GroupDrive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupDrivesCollectionResponse">
            <summary>
            The type GroupDrivesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDrivesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupDrivesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDrivesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDrivesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupEventsCollectionPage">
            <summary>
            The type GroupEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupEventsCollectionRequest">
            <summary>
            The type GroupEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupEventsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupEventsCollectionRequestBuilder">
            <summary>
            The type GroupEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupEventsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified GroupEvent.
            </summary>
            <param name="id">The ID for the GroupEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupEventsCollectionResponse">
            <summary>
            The type GroupEventsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupEventsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupEventsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupEventsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupEventsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupExtensionsCollectionPage">
            <summary>
            The type GroupExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupExtensionsCollectionRequest">
            <summary>
            The type GroupExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupExtensionsCollectionRequestBuilder">
            <summary>
            The type GroupExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified GroupExtension.
            </summary>
            <param name="id">The ID for the GroupExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupExtensionsCollectionResponse">
            <summary>
            The type GroupExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupExtensionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionPage">
            <summary>
            The type GroupGroupLifecyclePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest">
            <summary>
            The type GroupGroupLifecyclePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupGroupLifecyclePoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.AddAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequestBuilder">
            <summary>
            The type GroupGroupLifecyclePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupGroupLifecyclePoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/> for the specified GroupGroupLifecyclePolicy.
            </summary>
            <param name="id">The ID for the GroupGroupLifecyclePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionResponse">
            <summary>
            The type GroupGroupLifecyclePoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest">
            <summary>
            The type GroupLifecyclePolicyAddGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupLifecyclePolicyAddGroupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequestBuilder">
            <summary>
            The type GroupLifecyclePolicyAddGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="groupId">A groupId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest">
            <summary>
            The type GroupLifecyclePolicyRemoveGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupLifecyclePolicyRemoveGroupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequestBuilder">
            <summary>
            The type GroupLifecyclePolicyRemoveGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="groupId">A groupId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyRequest">
            <summary>
            The type GroupLifecyclePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupLifecyclePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.CreateAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupLifecyclePolicy using POST.
            </summary>
            <param name="groupLifecyclePolicyToCreate">The GroupLifecyclePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.CreateResponseAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupLifecyclePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupLifecyclePolicyToCreate">The GroupLifecyclePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupLifecyclePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupLifecyclePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupLifecyclePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupLifecyclePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.UpdateAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupLifecyclePolicy using PATCH.
            </summary>
            <param name="groupLifecyclePolicyToUpdate">The GroupLifecyclePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.UpdateResponseAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupLifecyclePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupLifecyclePolicyToUpdate">The GroupLifecyclePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.PutAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupLifecyclePolicy using PUT.
            </summary>
            <param name="groupLifecyclePolicyToUpdate">The GroupLifecyclePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.PutResponseAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupLifecyclePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupLifecyclePolicyToUpdate">The GroupLifecyclePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.GroupLifecyclePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="groupLifecyclePolicyToInitialize">The <see cref="T:Microsoft.Graph.GroupLifecyclePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyRequestBuilder">
            <summary>
            The type GroupLifecyclePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupLifecyclePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequestBuilder.AddGroup(System.String)">
            <summary>
            Gets the request builder for GroupLifecyclePolicyAddGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequestBuilder.RemoveGroup(System.String)">
            <summary>
            Gets the request builder for GroupLifecyclePolicyRemoveGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMemberOfCollectionReferencesRequest">
            <summary>
            The type GroupMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupMemberOfCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The type GroupMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupMemberOfCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMemberOfCollectionWithReferencesPage">
            <summary>
            The type GroupMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest">
            <summary>
            The type GroupMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupMemberOfCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The type GroupMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified GroupDirectoryObject.
            </summary>
            <param name="id">The ID for the GroupDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMemberOfCollectionWithReferencesResponse">
            <summary>
            The type GroupMemberOfCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMemberOfCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMemberOfCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMemberOfCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersCollectionReferencesRequest">
            <summary>
            The type GroupMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupMembersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersCollectionReferencesRequestBuilder">
            <summary>
            The type GroupMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupMembersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersCollectionWithReferencesPage">
            <summary>
            The type GroupMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest">
            <summary>
            The type GroupMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupMembersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The type GroupMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupMembersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified GroupDirectoryObject.
            </summary>
            <param name="id">The ID for the GroupDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersCollectionWithReferencesResponse">
            <summary>
            The type GroupMembersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionReferencesRequest">
            <summary>
            The type GroupMembersWithLicenseErrorsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupMembersWithLicenseErrorsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder">
            <summary>
            The type GroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesPage">
            <summary>
            The type GroupMembersWithLicenseErrorsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequest">
            <summary>
            The type GroupMembersWithLicenseErrorsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupMembersWithLicenseErrorsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder">
            <summary>
            The type GroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified GroupDirectoryObject.
            </summary>
            <param name="id">The ID for the GroupDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesResponse">
            <summary>
            The type GroupMembersWithLicenseErrorsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersWithLicenseErrorsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupOwnersCollectionReferencesRequest">
            <summary>
            The type GroupOwnersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupOwnersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupOwnersCollectionReferencesRequestBuilder">
            <summary>
            The type GroupOwnersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupOwnersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupOwnersCollectionWithReferencesPage">
            <summary>
            The type GroupOwnersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupOwnersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest">
            <summary>
            The type GroupOwnersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupOwnersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequestBuilder">
            <summary>
            The type GroupOwnersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupOwnersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified GroupDirectoryObject.
            </summary>
            <param name="id">The ID for the GroupDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupOwnersCollectionWithReferencesResponse">
            <summary>
            The type GroupOwnersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupOwnersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupOwnersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupOwnersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupPermissionGrantsCollectionPage">
            <summary>
            The type GroupPermissionGrantsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupPermissionGrantsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupPermissionGrantsCollectionRequest">
            <summary>
            The type GroupPermissionGrantsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupPermissionGrantsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequest.AddAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceSpecificPermissionGrant to the collection via POST.
            </summary>
            <param name="resourceSpecificPermissionGrant">The ResourceSpecificPermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceSpecificPermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequest.AddResponseAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceSpecificPermissionGrant to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="resourceSpecificPermissionGrant">The ResourceSpecificPermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceSpecificPermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceSpecificPermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupPermissionGrantsCollectionRequestBuilder">
            <summary>
            The type GroupPermissionGrantsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupPermissionGrantsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPermissionGrantsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupPermissionGrantsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IResourceSpecificPermissionGrantRequestBuilder"/> for the specified GroupResourceSpecificPermissionGrant.
            </summary>
            <param name="id">The ID for the GroupResourceSpecificPermissionGrant.</param>
            <returns>The <see cref="T:Microsoft.Graph.IResourceSpecificPermissionGrantRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupPermissionGrantsCollectionResponse">
            <summary>
            The type GroupPermissionGrantsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupPermissionGrantsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupPermissionGrantsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupPermissionGrantsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupPermissionGrantsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupPhotosCollectionPage">
            <summary>
            The type GroupPhotosCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupPhotosCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupPhotosCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupPhotosCollectionRequest">
            <summary>
            The type GroupPhotosCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupPhotosCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.AddAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.AddResponseAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupPhotosCollectionRequestBuilder">
            <summary>
            The type GroupPhotosCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupPhotosCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupPhotosCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/> for the specified GroupProfilePhoto.
            </summary>
            <param name="id">The ID for the GroupProfilePhoto.</param>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupPhotosCollectionResponse">
            <summary>
            The type GroupPhotosCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupPhotosCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupPhotosCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupPhotosCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupPhotosCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupReferenceRequest">
            <summary>
            The type GroupReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Group reference.
            </summary>
            <param name="id">The Group reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Group reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The Group reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupReferenceRequestBuilder">
            <summary>
            The type GroupReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRejectedSendersCollectionReferencesRequest">
            <summary>
            The type GroupRejectedSendersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupRejectedSendersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRejectedSendersCollectionReferencesRequestBuilder">
            <summary>
            The type GroupRejectedSendersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupRejectedSendersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesPage">
            <summary>
            The type GroupRejectedSendersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequest">
            <summary>
            The type GroupRejectedSendersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupRejectedSendersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequestBuilder">
            <summary>
            The type GroupRejectedSendersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupRejectedSendersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified GroupDirectoryObject.
            </summary>
            <param name="id">The ID for the GroupDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesResponse">
            <summary>
            The type GroupRejectedSendersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupRejectedSendersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupRemoveFavoriteRequest">
            <summary>
            The type GroupRemoveFavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupRemoveFavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRemoveFavoriteRequestBuilder">
            <summary>
            The type GroupRemoveFavoriteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupRemoveFavoriteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRenewRequest">
            <summary>
            The type GroupRenewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupRenewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRenewRequestBuilder">
            <summary>
            The type GroupRenewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupRenewRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRequest">
            <summary>
            The type GroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.CreateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.CreateResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.UpdateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.UpdateResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.PutAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PUT.
            </summary>
            <param name="groupToUpdate">The Group object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.PutResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToUpdate">The Group object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.InitializeCollectionProperties(Microsoft.Graph.Group)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="groupToInitialize">The <see cref="T:Microsoft.Graph.Group"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.GroupRequestBuilder">
            <summary>
            The type GroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.AppRoleAssignments">
            <summary>
            Gets the request builder for AppRoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.CreatedOnBehalfOf">
            <summary>
            Gets the request builder for CreatedOnBehalfOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.MembersWithLicenseErrors">
            <summary>
            Gets the request builder for MembersWithLicenseErrors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Owners">
            <summary>
            Gets the request builder for Owners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.PermissionGrants">
            <summary>
            Gets the request builder for PermissionGrants.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupPermissionGrantsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Settings">
            <summary>
            Gets the request builder for Settings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.TransitiveMemberOf">
            <summary>
            Gets the request builder for TransitiveMemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.TransitiveMembers">
            <summary>
            Gets the request builder for TransitiveMembers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.AcceptedSenders">
            <summary>
            Gets the request builder for AcceptedSenders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Calendar">
            <summary>
            Gets the request builder for Calendar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Conversations">
            <summary>
            Gets the request builder for Conversations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupConversationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Events">
            <summary>
            Gets the request builder for Events.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.RejectedSenders">
            <summary>
            Gets the request builder for RejectedSenders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Threads">
            <summary>
            Gets the request builder for Threads.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupThreadsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupDrivesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Sites">
            <summary>
            Gets the request builder for Sites.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSitesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.GroupLifecyclePolicies">
            <summary>
            Gets the request builder for GroupLifecyclePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Planner">
            <summary>
            Gets the request builder for Planner.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerGroupRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Photos">
            <summary>
            Gets the request builder for Photos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupPhotosCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Team">
            <summary>
            Gets the request builder for Team.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.AssignLicense(System.Collections.Generic.IEnumerable{Microsoft.Graph.AssignedLicense},System.Collections.Generic.IEnumerable{System.Guid})">
            <summary>
            Gets the request builder for GroupAssignLicense.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAssignLicenseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.CheckGrantedPermissionsForApp">
            <summary>
            Gets the request builder for GroupCheckGrantedPermissionsForApp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.ValidateProperties(System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Gets the request builder for GroupValidateProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupValidatePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.AddFavorite">
            <summary>
            Gets the request builder for GroupAddFavorite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAddFavoriteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.RemoveFavorite">
            <summary>
            Gets the request builder for GroupRemoveFavorite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRemoveFavoriteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.ResetUnseenCount">
            <summary>
            Gets the request builder for GroupResetUnseenCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupResetUnseenCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.SubscribeByMail">
            <summary>
            Gets the request builder for GroupSubscribeByMail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSubscribeByMailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.UnsubscribeByMail">
            <summary>
            Gets the request builder for GroupUnsubscribeByMail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupUnsubscribeByMailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.Renew">
            <summary>
            Gets the request builder for GroupRenew.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRenewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupResetUnseenCountRequest">
            <summary>
            The type GroupResetUnseenCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupResetUnseenCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupResetUnseenCountRequestBuilder">
            <summary>
            The type GroupResetUnseenCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupResetUnseenCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingRequest">
            <summary>
            The type GroupSettingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupSettingRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.CreateAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupSetting using POST.
            </summary>
            <param name="groupSettingToCreate">The GroupSetting to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.CreateResponseAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupSetting using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupSettingToCreate">The GroupSetting to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupSetting.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupSetting and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupSetting.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupSetting and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.UpdateAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSetting using PATCH.
            </summary>
            <param name="groupSettingToUpdate">The GroupSetting to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.UpdateResponseAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSetting using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupSettingToUpdate">The GroupSetting to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.PutAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSetting using PUT.
            </summary>
            <param name="groupSettingToUpdate">The GroupSetting object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.PutResponseAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSetting using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupSettingToUpdate">The GroupSetting object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.InitializeCollectionProperties(Microsoft.Graph.GroupSetting)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="groupSettingToInitialize">The <see cref="T:Microsoft.Graph.GroupSetting"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingRequestBuilder">
            <summary>
            The type GroupSettingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupSettingRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingsCollectionPage">
            <summary>
            The type GroupSettingsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupSettingsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingsCollectionRequest">
            <summary>
            The type GroupSettingsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupSettingsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.AddAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSetting to the collection via POST.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.AddResponseAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSetting to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingsCollectionRequestBuilder">
            <summary>
            The type GroupSettingsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupSettingsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/> for the specified GroupGroupSetting.
            </summary>
            <param name="id">The ID for the GroupGroupSetting.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingsCollectionResponse">
            <summary>
            The type GroupSettingsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupSettingsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingTemplateRequest">
            <summary>
            The type GroupSettingTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupSettingTemplateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.CreateAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupSettingTemplate using POST.
            </summary>
            <param name="groupSettingTemplateToCreate">The GroupSettingTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.CreateResponseAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupSettingTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupSettingTemplateToCreate">The GroupSettingTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupSettingTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupSettingTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupSettingTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupSettingTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.UpdateAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSettingTemplate using PATCH.
            </summary>
            <param name="groupSettingTemplateToUpdate">The GroupSettingTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.UpdateResponseAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSettingTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupSettingTemplateToUpdate">The GroupSettingTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.PutAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSettingTemplate using PUT.
            </summary>
            <param name="groupSettingTemplateToUpdate">The GroupSettingTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.PutResponseAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSettingTemplate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupSettingTemplateToUpdate">The GroupSettingTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.InitializeCollectionProperties(Microsoft.Graph.GroupSettingTemplate)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="groupSettingTemplateToInitialize">The <see cref="T:Microsoft.Graph.GroupSettingTemplate"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingTemplateRequestBuilder">
            <summary>
            The type GroupSettingTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupSettingTemplateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSitesCollectionPage">
            <summary>
            The type GroupSitesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSitesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupSitesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupSitesCollectionRequest">
            <summary>
            The type GroupSitesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupSitesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.AddResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSitesCollectionRequestBuilder">
            <summary>
            The type GroupSitesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupSitesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupSitesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/> for the specified GroupSite.
            </summary>
            <param name="id">The ID for the GroupSite.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequestBuilder.Remove(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteRemove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRemoveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSitesCollectionResponse">
            <summary>
            The type GroupSitesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSitesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupSitesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSitesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSitesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupSubscribeByMailRequest">
            <summary>
            The type GroupSubscribeByMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupSubscribeByMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSubscribeByMailRequestBuilder">
            <summary>
            The type GroupSubscribeByMailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupSubscribeByMailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupThreadsCollectionPage">
            <summary>
            The type GroupThreadsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupThreadsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupThreadsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupThreadsCollectionRequest">
            <summary>
            The type GroupThreadsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupThreadsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.AddAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationThread to the collection via POST.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.AddResponseAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationThread to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupThreadsCollectionRequestBuilder">
            <summary>
            The type GroupThreadsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupThreadsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupThreadsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/> for the specified GroupConversationThread.
            </summary>
            <param name="id">The ID for the GroupConversationThread.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupThreadsCollectionResponse">
            <summary>
            The type GroupThreadsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupThreadsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupThreadsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupThreadsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupThreadsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupTransitiveMemberOfCollectionReferencesRequest">
            <summary>
            The type GroupTransitiveMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupTransitiveMemberOfCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupTransitiveMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The type GroupTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesPage">
            <summary>
            The type GroupTransitiveMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequest">
            <summary>
            The type GroupTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The type GroupTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified GroupDirectoryObject.
            </summary>
            <param name="id">The ID for the GroupDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesResponse">
            <summary>
            The type GroupTransitiveMemberOfCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupTransitiveMemberOfCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupTransitiveMembersCollectionReferencesRequest">
            <summary>
            The type GroupTransitiveMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupTransitiveMembersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupTransitiveMembersCollectionReferencesRequestBuilder">
            <summary>
            The type GroupTransitiveMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupTransitiveMembersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesPage">
            <summary>
            The type GroupTransitiveMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequest">
            <summary>
            The type GroupTransitiveMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupTransitiveMembersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The type GroupTransitiveMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupTransitiveMembersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified GroupDirectoryObject.
            </summary>
            <param name="id">The ID for the GroupDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupTransitiveMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupTransitiveMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesResponse">
            <summary>
            The type GroupTransitiveMembersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupTransitiveMembersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupUnsubscribeByMailRequest">
            <summary>
            The type GroupUnsubscribeByMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupUnsubscribeByMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupUnsubscribeByMailRequestBuilder">
            <summary>
            The type GroupUnsubscribeByMailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupUnsubscribeByMailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupValidatePropertiesRequest">
            <summary>
            The type GroupValidatePropertiesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupValidatePropertiesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupValidatePropertiesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupValidatePropertiesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupValidatePropertiesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupValidatePropertiesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupValidatePropertiesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupValidatePropertiesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupValidatePropertiesRequestBuilder">
            <summary>
            The type GroupValidatePropertiesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupValidatePropertiesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupValidatePropertiesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="displayName">A displayName parameter for the OData method call.</param>
            <param name="mailNickname">A mailNickname parameter for the OData method call.</param>
            <param name="onBehalfOfUserId">A onBehalfOfUserId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupValidatePropertiesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupWithReferenceRequest">
            <summary>
            The type GroupWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.CreateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.UpdateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupWithReferenceRequestBuilder">
            <summary>
            The type GroupWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the group.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.HomeRealmDiscoveryPolicyReferenceRequest">
            <summary>
            The type HomeRealmDiscoveryPolicyReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new HomeRealmDiscoveryPolicyReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HomeRealmDiscoveryPolicy reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HomeRealmDiscoveryPolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified HomeRealmDiscoveryPolicy reference.
            </summary>
            <param name="id">The HomeRealmDiscoveryPolicy reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified HomeRealmDiscoveryPolicy reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The HomeRealmDiscoveryPolicy reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.HomeRealmDiscoveryPolicyReferenceRequestBuilder">
            <summary>
            The type HomeRealmDiscoveryPolicyReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new HomeRealmDiscoveryPolicyReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest">
            <summary>
            The type HomeRealmDiscoveryPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new HomeRealmDiscoveryPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.CreateAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified HomeRealmDiscoveryPolicy using POST.
            </summary>
            <param name="homeRealmDiscoveryPolicyToCreate">The HomeRealmDiscoveryPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.CreateResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified HomeRealmDiscoveryPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="homeRealmDiscoveryPolicyToCreate">The HomeRealmDiscoveryPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HomeRealmDiscoveryPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HomeRealmDiscoveryPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified HomeRealmDiscoveryPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified HomeRealmDiscoveryPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.UpdateAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified HomeRealmDiscoveryPolicy using PATCH.
            </summary>
            <param name="homeRealmDiscoveryPolicyToUpdate">The HomeRealmDiscoveryPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.UpdateResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified HomeRealmDiscoveryPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="homeRealmDiscoveryPolicyToUpdate">The HomeRealmDiscoveryPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.PutAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified HomeRealmDiscoveryPolicy using PUT.
            </summary>
            <param name="homeRealmDiscoveryPolicyToUpdate">The HomeRealmDiscoveryPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.PutResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified HomeRealmDiscoveryPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="homeRealmDiscoveryPolicyToUpdate">The HomeRealmDiscoveryPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.HomeRealmDiscoveryPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="homeRealmDiscoveryPolicyToInitialize">The <see cref="T:Microsoft.Graph.HomeRealmDiscoveryPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.HomeRealmDiscoveryPolicyRequestBuilder">
            <summary>
            The type HomeRealmDiscoveryPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new HomeRealmDiscoveryPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest">
            <summary>
            The type HomeRealmDiscoveryPolicyWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new HomeRealmDiscoveryPolicyWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified HomeRealmDiscoveryPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified HomeRealmDiscoveryPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest.CreateAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified HomeRealmDiscoveryPolicy using POST.
            </summary>
            <param name="homeRealmDiscoveryPolicyToCreate">The HomeRealmDiscoveryPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified HomeRealmDiscoveryPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="homeRealmDiscoveryPolicyToCreate">The HomeRealmDiscoveryPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest.UpdateAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified HomeRealmDiscoveryPolicy using PATCH.
            </summary>
            <param name="homeRealmDiscoveryPolicyToUpdate">The HomeRealmDiscoveryPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified HomeRealmDiscoveryPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="homeRealmDiscoveryPolicyToUpdate">The HomeRealmDiscoveryPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HomeRealmDiscoveryPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HomeRealmDiscoveryPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequestBuilder">
            <summary>
            The type HomeRealmDiscoveryPolicyWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new HomeRealmDiscoveryPolicyWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.HomeRealmDiscoveryPolicyWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the homeRealmDiscoveryPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAadUserConversationMemberRequest">
            <summary>
            The interface IAadUserConversationMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.CreateAsync(Microsoft.Graph.AadUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AadUserConversationMember using POST.
            </summary>
            <param name="aadUserConversationMemberToCreate">The AadUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AadUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.CreateResponseAsync(Microsoft.Graph.AadUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AadUserConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="aadUserConversationMemberToCreate">The AadUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AadUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AadUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AadUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AadUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AadUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.UpdateAsync(Microsoft.Graph.AadUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AadUserConversationMember using PATCH.
            </summary>
            <param name="aadUserConversationMemberToUpdate">The AadUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AadUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.UpdateResponseAsync(Microsoft.Graph.AadUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AadUserConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="aadUserConversationMemberToUpdate">The AadUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.PutAsync(Microsoft.Graph.AadUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AadUserConversationMember using PUT.
            </summary>
            <param name="aadUserConversationMemberToUpdate">The AadUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.PutResponseAsync(Microsoft.Graph.AadUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AadUserConversationMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="aadUserConversationMemberToUpdate">The AadUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AadUserConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AadUserConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAadUserConversationMemberRequestBuilder">
            <summary>
            The interface IAadUserConversationMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAadUserConversationMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAadUserConversationMemberRequestBuilder.User">
            <summary>
            Gets the request builder for User.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequest">
            <summary>
            The interface IAccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="accessPackageReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder">
            <summary>
            The interface IAccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesPage">
            <summary>
            The interface IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest">
            <summary>
            The interface IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/> for the specified AccessPackage.
            </summary>
            <param name="id">The ID for the AccessPackage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessCollectionPage">
            <summary>
            The interface IAccessPackageAssignmentAdditionalAccessCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequest">
            <summary>
            The interface IAccessPackageAssignmentAdditionalAccessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentAdditionalAccessRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserCollectionPage">
            <summary>
            The interface IAccessPackageAssignmentFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequest">
            <summary>
            The interface IAccessPackageAssignmentFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionPage">
            <summary>
            The interface IAccessPackageAssignmentPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest">
            <summary>
            The interface IAccessPackageAssignmentPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest.AddAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignmentPolicy to the collection via POST.
            </summary>
            <param name="accessPackageAssignmentPolicy">The AccessPackageAssignmentPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignmentPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageAssignmentPolicy">The AccessPackageAssignmentPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPolicyRequestBuilder"/> for the specified AccessPackageAssignmentPolicy.
            </summary>
            <param name="id">The ID for the AccessPackageAssignmentPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentPolicyReferenceRequest">
            <summary>
            The interface IAccessPackageAssignmentPolicyReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentPolicy reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentPolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageAssignmentPolicy reference.
            </summary>
            <param name="id">The AccessPackageAssignmentPolicy reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageAssignmentPolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The AccessPackageAssignmentPolicy reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentPolicyReferenceRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentPolicyReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest">
            <summary>
            The interface IAccessPackageAssignmentPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.CreateAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignmentPolicy using POST.
            </summary>
            <param name="accessPackageAssignmentPolicyToCreate">The AccessPackageAssignmentPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignmentPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentPolicyToCreate">The AccessPackageAssignmentPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignmentPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignmentPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.UpdateAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentPolicy using PATCH.
            </summary>
            <param name="accessPackageAssignmentPolicyToUpdate">The AccessPackageAssignmentPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentPolicyToUpdate">The AccessPackageAssignmentPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.PutAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentPolicy using PUT.
            </summary>
            <param name="accessPackageAssignmentPolicyToUpdate">The AccessPackageAssignmentPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.PutResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentPolicyToUpdate">The AccessPackageAssignmentPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentPolicyRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentPolicyRequestBuilder.AccessPackage">
            <summary>
            Gets the request builder for AccessPackage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentPolicyRequestBuilder.Catalog">
            <summary>
            Gets the request builder for Catalog.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequest">
            <summary>
            The interface IAccessPackageAssignmentPolicyWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignmentPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignmentPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequest.CreateAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignmentPolicy using POST.
            </summary>
            <param name="accessPackageAssignmentPolicyToCreate">The AccessPackageAssignmentPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignmentPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentPolicyToCreate">The AccessPackageAssignmentPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequest.UpdateAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentPolicy using PATCH.
            </summary>
            <param name="accessPackageAssignmentPolicyToUpdate">The AccessPackageAssignmentPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentPolicyToUpdate">The AccessPackageAssignmentPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentPolicyWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the accessPackageAssignmentPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPolicyReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentReferenceRequest">
            <summary>
            The interface IAccessPackageAssignmentReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignment reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignment reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageAssignment reference.
            </summary>
            <param name="id">The AccessPackageAssignment reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageAssignment reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The AccessPackageAssignment reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentReferenceRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentReprocessRequest">
            <summary>
            The interface IAccessPackageAssignmentReprocessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentReprocessRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentReprocessRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentReprocessRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentReprocessRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentReprocessRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentReprocessRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentReprocessRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentRequest">
            <summary>
            The interface IAccessPackageAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.CreateAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignment using POST.
            </summary>
            <param name="accessPackageAssignmentToCreate">The AccessPackageAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentToCreate">The AccessPackageAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.UpdateAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignment using PATCH.
            </summary>
            <param name="accessPackageAssignmentToUpdate">The AccessPackageAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentToUpdate">The AccessPackageAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.PutAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignment using PUT.
            </summary>
            <param name="accessPackageAssignmentToUpdate">The AccessPackageAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.PutResponseAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentToUpdate">The AccessPackageAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentRequestBuilder.AccessPackage">
            <summary>
            Gets the request builder for AccessPackage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentRequestBuilder.AssignmentPolicy">
            <summary>
            Gets the request builder for AssignmentPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentRequestBuilder.Target">
            <summary>
            Gets the request builder for Target.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestBuilder.Reprocess">
            <summary>
            Gets the request builder for AccessPackageAssignmentReprocess.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentReprocessRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentRequestCancelRequest">
            <summary>
            The interface IAccessPackageAssignmentRequestCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestCancelRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestCancelRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestCancelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestCancelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentRequestCancelRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentRequestCancelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestCancelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserCollectionPage">
            <summary>
            The interface IAccessPackageAssignmentRequestFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequest">
            <summary>
            The interface IAccessPackageAssignmentRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentRequestFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentRequestReprocessRequest">
            <summary>
            The interface IAccessPackageAssignmentRequestReprocessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestReprocessRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestReprocessRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestReprocessRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestReprocessRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentRequestReprocessRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentRequestReprocessRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestReprocessRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentRequestRequest">
            <summary>
            The interface IAccessPackageAssignmentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.CreateAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignmentRequestObject using POST.
            </summary>
            <param name="accessPackageAssignmentRequestObjectToCreate">The AccessPackageAssignmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignmentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentRequestObjectToCreate">The AccessPackageAssignmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageAssignmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.UpdateAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentRequestObject using PATCH.
            </summary>
            <param name="accessPackageAssignmentRequestObjectToUpdate">The AccessPackageAssignmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageAssignmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentRequestObjectToUpdate">The AccessPackageAssignmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.PutAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentRequestObject using PUT.
            </summary>
            <param name="accessPackageAssignmentRequestObjectToUpdate">The AccessPackageAssignmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.PutResponseAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignmentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentRequestObjectToUpdate">The AccessPackageAssignmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentRequestRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentRequestRequestBuilder.AccessPackage">
            <summary>
            Gets the request builder for AccessPackage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentRequestRequestBuilder.Assignment">
            <summary>
            Gets the request builder for Assignment.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentRequestRequestBuilder.Requestor">
            <summary>
            Gets the request builder for Requestor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequestBuilder.Cancel">
            <summary>
            Gets the request builder for AccessPackageAssignmentRequestCancel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestCancelRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentRequestRequestBuilder.Reprocess">
            <summary>
            Gets the request builder for AccessPackageAssignmentRequestReprocess.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestReprocessRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequest">
            <summary>
            The interface IAccessPackageAssignmentWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequest.CreateAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignment using POST.
            </summary>
            <param name="accessPackageAssignmentToCreate">The AccessPackageAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentToCreate">The AccessPackageAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequest.UpdateAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignment using PATCH.
            </summary>
            <param name="accessPackageAssignmentToUpdate">The AccessPackageAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageAssignmentToUpdate">The AccessPackageAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequestBuilder">
            <summary>
            The interface IAccessPackageAssignmentWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageAssignmentWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the accessPackageAssignment.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionPage">
            <summary>
            The interface IAccessPackageCatalogAccessPackagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest">
            <summary>
            The interface IAccessPackageCatalogAccessPackagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest.AddAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackage to the collection via POST.
            </summary>
            <param name="accessPackage">The AccessPackage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackage">The AccessPackage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequestBuilder">
            <summary>
            The interface IAccessPackageCatalogAccessPackagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageRequestBuilder"/> for the specified AccessPackage.
            </summary>
            <param name="id">The ID for the AccessPackage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessPackageFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessPackageFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageCatalogReferenceRequest">
            <summary>
            The interface IAccessPackageCatalogReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageCatalog reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageCatalog reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageCatalog reference.
            </summary>
            <param name="id">The AccessPackageCatalog reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageCatalog reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The AccessPackageCatalog reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageCatalogReferenceRequestBuilder">
            <summary>
            The interface IAccessPackageCatalogReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageCatalogRequest">
            <summary>
            The interface IAccessPackageCatalogRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.CreateAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageCatalog using POST.
            </summary>
            <param name="accessPackageCatalogToCreate">The AccessPackageCatalog to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageCatalog using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageCatalogToCreate">The AccessPackageCatalog to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageCatalog.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageCatalog and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageCatalog.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageCatalog and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.UpdateAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageCatalog using PATCH.
            </summary>
            <param name="accessPackageCatalogToUpdate">The AccessPackageCatalog to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageCatalog using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageCatalogToUpdate">The AccessPackageCatalog to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.PutAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageCatalog using PUT.
            </summary>
            <param name="accessPackageCatalogToUpdate">The AccessPackageCatalog object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.PutResponseAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageCatalog using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageCatalogToUpdate">The AccessPackageCatalog object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageCatalog,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageCatalog,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageCatalogRequestBuilder">
            <summary>
            The interface IAccessPackageCatalogRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageCatalogRequestBuilder.AccessPackages">
            <summary>
            Gets the request builder for AccessPackages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageCatalogAccessPackagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequest">
            <summary>
            The interface IAccessPackageCatalogWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageCatalog.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageCatalog and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequest.CreateAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageCatalog using POST.
            </summary>
            <param name="accessPackageCatalogToCreate">The AccessPackageCatalog to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageCatalog using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageCatalogToCreate">The AccessPackageCatalog to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequest.UpdateAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageCatalog using PATCH.
            </summary>
            <param name="accessPackageCatalogToUpdate">The AccessPackageCatalog to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageCatalog using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageCatalogToUpdate">The AccessPackageCatalog to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageCatalog.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageCatalog and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageCatalog,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageCatalog,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequestBuilder">
            <summary>
            The interface IAccessPackageCatalogWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the accessPackageCatalog.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageCatalogReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageFilterByCurrentUserCollectionPage">
            <summary>
            The interface IAccessPackageFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequest">
            <summary>
            The interface IAccessPackageFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IAccessPackageFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsCollectionPage">
            <summary>
            The interface IAccessPackageGetApplicablePolicyRequirementsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequest">
            <summary>
            The interface IAccessPackageGetApplicablePolicyRequirementsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequestBuilder">
            <summary>
            The interface IAccessPackageGetApplicablePolicyRequirementsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionReferencesRequest">
            <summary>
            The interface IAccessPackageIncompatibleAccessPackagesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="accessPackageReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder">
            <summary>
            The interface IAccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesPage">
            <summary>
            The interface IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest">
            <summary>
            The interface IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/> for the specified AccessPackage.
            </summary>
            <param name="id">The ID for the AccessPackage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionPage">
            <summary>
            The interface IAccessPackageIncompatibleGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest">
            <summary>
            The interface IAccessPackageIncompatibleGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest.AddAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequestBuilder">
            <summary>
            The interface IAccessPackageIncompatibleGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupRequestBuilder"/> for the specified Group.
            </summary>
            <param name="id">The ID for the Group.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for GroupDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageReferenceRequest">
            <summary>
            The interface IAccessPackageReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackage reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackage reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackage reference.
            </summary>
            <param name="id">The AccessPackage reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackage reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The AccessPackage reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageReferenceRequestBuilder">
            <summary>
            The interface IAccessPackageReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageRequest">
            <summary>
            The interface IAccessPackageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.CreateAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackage using POST.
            </summary>
            <param name="accessPackageToCreate">The AccessPackage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.CreateResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageToCreate">The AccessPackage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.UpdateAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackage using PATCH.
            </summary>
            <param name="accessPackageToUpdate">The AccessPackage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageToUpdate">The AccessPackage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.PutAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackage using PUT.
            </summary>
            <param name="accessPackageToUpdate">The AccessPackage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.PutResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageToUpdate">The AccessPackage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageRequestBuilder">
            <summary>
            The interface IAccessPackageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageRequestBuilder.AccessPackagesIncompatibleWith">
            <summary>
            Gets the request builder for AccessPackagesIncompatibleWith.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAccessPackagesIncompatibleWithCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageRequestBuilder.AssignmentPolicies">
            <summary>
            Gets the request builder for AssignmentPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageRequestBuilder.Catalog">
            <summary>
            Gets the request builder for Catalog.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageCatalogWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageRequestBuilder.IncompatibleAccessPackages">
            <summary>
            Gets the request builder for IncompatibleAccessPackages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleAccessPackagesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageRequestBuilder.IncompatibleGroups">
            <summary>
            Gets the request builder for IncompatibleGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageIncompatibleGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageRequestBuilder.GetApplicablePolicyRequirements">
            <summary>
            Gets the request builder for AccessPackageGetApplicablePolicyRequirements.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageGetApplicablePolicyRequirementsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageSubjectReferenceRequest">
            <summary>
            The interface IAccessPackageSubjectReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageSubject reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageSubject reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageSubject reference.
            </summary>
            <param name="id">The AccessPackageSubject reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AccessPackageSubject reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The AccessPackageSubject reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageSubjectReferenceRequestBuilder">
            <summary>
            The interface IAccessPackageSubjectReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageSubjectRequest">
            <summary>
            The interface IAccessPackageSubjectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.CreateAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageSubject using POST.
            </summary>
            <param name="accessPackageSubjectToCreate">The AccessPackageSubject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageSubject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageSubject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageSubjectToCreate">The AccessPackageSubject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageSubject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageSubject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageSubject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageSubject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageSubject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.UpdateAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageSubject using PATCH.
            </summary>
            <param name="accessPackageSubjectToUpdate">The AccessPackageSubject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageSubject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageSubject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageSubjectToUpdate">The AccessPackageSubject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.PutAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageSubject using PUT.
            </summary>
            <param name="accessPackageSubjectToUpdate">The AccessPackageSubject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.PutResponseAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageSubject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageSubjectToUpdate">The AccessPackageSubject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageSubject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageSubject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageSubjectRequestBuilder">
            <summary>
            The interface IAccessPackageSubjectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageSubjectRequestBuilder.ConnectedOrganization">
            <summary>
            Gets the request builder for ConnectedOrganization.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConnectedOrganizationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequest">
            <summary>
            The interface IAccessPackageSubjectWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageSubject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackageSubject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackageSubject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequest.CreateAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageSubject using POST.
            </summary>
            <param name="accessPackageSubjectToCreate">The AccessPackageSubject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageSubject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackageSubject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageSubjectToCreate">The AccessPackageSubject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequest.UpdateAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageSubject using PATCH.
            </summary>
            <param name="accessPackageSubjectToUpdate">The AccessPackageSubject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackageSubject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackageSubject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackageSubject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageSubjectToUpdate">The AccessPackageSubject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageSubject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackageSubject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageSubject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageSubject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequestBuilder">
            <summary>
            The interface IAccessPackageSubjectWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageSubjectWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the accessPackageSubject.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageSubjectReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageWithReferenceRequest">
            <summary>
            The interface IAccessPackageWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessPackage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequest.CreateAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackage using POST.
            </summary>
            <param name="accessPackageToCreate">The AccessPackage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessPackage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageToCreate">The AccessPackage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequest.UpdateAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackage using PATCH.
            </summary>
            <param name="accessPackageToUpdate">The AccessPackage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessPackage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessPackageToUpdate">The AccessPackage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessPackage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder">
            <summary>
            The interface IAccessPackageWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessPackageWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the accessPackage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionPage">
            <summary>
            The interface IAccessReviewHistoryDefinitionInstancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest">
            <summary>
            The interface IAccessReviewHistoryDefinitionInstancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewHistoryInstance to the collection via POST.
            </summary>
            <param name="accessReviewHistoryInstance">The AccessReviewHistoryInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewHistoryInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewHistoryInstance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewHistoryInstance">The AccessReviewHistoryInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequestBuilder">
            <summary>
            The interface IAccessReviewHistoryDefinitionInstancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewHistoryInstanceRequestBuilder"/> for the specified AccessReviewHistoryInstance.
            </summary>
            <param name="id">The ID for the AccessReviewHistoryInstance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewHistoryInstanceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest">
            <summary>
            The interface IAccessReviewHistoryDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.CreateAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewHistoryDefinition using POST.
            </summary>
            <param name="accessReviewHistoryDefinitionToCreate">The AccessReviewHistoryDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewHistoryDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewHistoryDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewHistoryDefinitionToCreate">The AccessReviewHistoryDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewHistoryDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewHistoryDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewHistoryDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewHistoryDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewHistoryDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.UpdateAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryDefinition using PATCH.
            </summary>
            <param name="accessReviewHistoryDefinitionToUpdate">The AccessReviewHistoryDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewHistoryDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewHistoryDefinitionToUpdate">The AccessReviewHistoryDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.PutAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryDefinition using PUT.
            </summary>
            <param name="accessReviewHistoryDefinitionToUpdate">The AccessReviewHistoryDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.PutResponseAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewHistoryDefinitionToUpdate">The AccessReviewHistoryDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewHistoryDefinitionRequestBuilder">
            <summary>
            The interface IAccessReviewHistoryDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewHistoryDefinitionRequestBuilder.Instances">
            <summary>
            Gets the request builder for Instances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewHistoryDefinitionInstancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewHistoryInstanceGenerateDownloadUriRequest">
            <summary>
            The interface IAccessReviewHistoryInstanceGenerateDownloadUriRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceGenerateDownloadUriRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceGenerateDownloadUriRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceGenerateDownloadUriRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceGenerateDownloadUriRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewHistoryInstanceGenerateDownloadUriRequestBuilder">
            <summary>
            The interface IAccessReviewHistoryInstanceGenerateDownloadUriRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceGenerateDownloadUriRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewHistoryInstanceRequest">
            <summary>
            The interface IAccessReviewHistoryInstanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.CreateAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewHistoryInstance using POST.
            </summary>
            <param name="accessReviewHistoryInstanceToCreate">The AccessReviewHistoryInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewHistoryInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewHistoryInstance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewHistoryInstanceToCreate">The AccessReviewHistoryInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewHistoryInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewHistoryInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewHistoryInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewHistoryInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewHistoryInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.UpdateAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryInstance using PATCH.
            </summary>
            <param name="accessReviewHistoryInstanceToUpdate">The AccessReviewHistoryInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewHistoryInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryInstance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewHistoryInstanceToUpdate">The AccessReviewHistoryInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.PutAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryInstance using PUT.
            </summary>
            <param name="accessReviewHistoryInstanceToUpdate">The AccessReviewHistoryInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.PutResponseAsync(Microsoft.Graph.AccessReviewHistoryInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewHistoryInstance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewHistoryInstanceToUpdate">The AccessReviewHistoryInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewHistoryInstanceRequestBuilder">
            <summary>
            The interface IAccessReviewHistoryInstanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewHistoryInstanceRequestBuilder.GenerateDownloadUri">
            <summary>
            Gets the request builder for AccessReviewHistoryInstanceGenerateDownloadUri.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewHistoryInstanceGenerateDownloadUriRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceAcceptRecommendationsRequest">
            <summary>
            The interface IAccessReviewInstanceAcceptRecommendationsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceAcceptRecommendationsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceAcceptRecommendationsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceAcceptRecommendationsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceAcceptRecommendationsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceAcceptRecommendationsRequestBuilder">
            <summary>
            The interface IAccessReviewInstanceAcceptRecommendationsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceAcceptRecommendationsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceApplyDecisionsRequest">
            <summary>
            The interface IAccessReviewInstanceApplyDecisionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceApplyDecisionsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceApplyDecisionsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceApplyDecisionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceApplyDecisionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceApplyDecisionsRequestBuilder">
            <summary>
            The interface IAccessReviewInstanceApplyDecisionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceApplyDecisionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceBatchRecordDecisionsRequest">
            <summary>
            The interface IAccessReviewInstanceBatchRecordDecisionsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewInstanceBatchRecordDecisionsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceBatchRecordDecisionsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceBatchRecordDecisionsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceBatchRecordDecisionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceBatchRecordDecisionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceBatchRecordDecisionsRequestBuilder">
            <summary>
            The interface IAccessReviewInstanceBatchRecordDecisionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceBatchRecordDecisionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionPage">
            <summary>
            The interface IAccessReviewInstanceContactedReviewersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest">
            <summary>
            The interface IAccessReviewInstanceContactedReviewersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewReviewer to the collection via POST.
            </summary>
            <param name="accessReviewReviewer">The AccessReviewReviewer to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewReviewer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewReviewer to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewReviewer">The AccessReviewReviewer to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewReviewer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewReviewer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequestBuilder">
            <summary>
            The interface IAccessReviewInstanceContactedReviewersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewReviewerRequestBuilder"/> for the specified AccessReviewReviewer.
            </summary>
            <param name="id">The ID for the AccessReviewReviewer.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewReviewerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserCollectionPage">
            <summary>
            The interface IAccessReviewInstanceDecisionItemFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequest">
            <summary>
            The interface IAccessReviewInstanceDecisionItemFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IAccessReviewInstanceDecisionItemFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest">
            <summary>
            The interface IAccessReviewInstanceDecisionItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.CreateAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewInstanceDecisionItem using POST.
            </summary>
            <param name="accessReviewInstanceDecisionItemToCreate">The AccessReviewInstanceDecisionItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewInstanceDecisionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewInstanceDecisionItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewInstanceDecisionItemToCreate">The AccessReviewInstanceDecisionItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewInstanceDecisionItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewInstanceDecisionItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewInstanceDecisionItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewInstanceDecisionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewInstanceDecisionItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.UpdateAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstanceDecisionItem using PATCH.
            </summary>
            <param name="accessReviewInstanceDecisionItemToUpdate">The AccessReviewInstanceDecisionItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewInstanceDecisionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstanceDecisionItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewInstanceDecisionItemToUpdate">The AccessReviewInstanceDecisionItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.PutAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstanceDecisionItem using PUT.
            </summary>
            <param name="accessReviewInstanceDecisionItemToUpdate">The AccessReviewInstanceDecisionItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.PutResponseAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstanceDecisionItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewInstanceDecisionItemToUpdate">The AccessReviewInstanceDecisionItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequestBuilder">
            <summary>
            The interface IAccessReviewInstanceDecisionItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionPage">
            <summary>
            The interface IAccessReviewInstanceDecisionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest">
            <summary>
            The interface IAccessReviewInstanceDecisionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewInstanceDecisionItem to the collection via POST.
            </summary>
            <param name="accessReviewInstanceDecisionItem">The AccessReviewInstanceDecisionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewInstanceDecisionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewInstanceDecisionItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewInstanceDecisionItem">The AccessReviewInstanceDecisionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequestBuilder">
            <summary>
            The interface IAccessReviewInstanceDecisionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequestBuilder"/> for the specified AccessReviewInstanceDecisionItem.
            </summary>
            <param name="id">The ID for the AccessReviewInstanceDecisionItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessReviewInstanceDecisionItemFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserCollectionPage">
            <summary>
            The interface IAccessReviewInstanceFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequest">
            <summary>
            The interface IAccessReviewInstanceFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IAccessReviewInstanceFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceRequest">
            <summary>
            The interface IAccessReviewInstanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.CreateAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewInstance using POST.
            </summary>
            <param name="accessReviewInstanceToCreate">The AccessReviewInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewInstance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewInstanceToCreate">The AccessReviewInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.UpdateAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstance using PATCH.
            </summary>
            <param name="accessReviewInstanceToUpdate">The AccessReviewInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewInstanceToUpdate">The AccessReviewInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.PutAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstance using PUT.
            </summary>
            <param name="accessReviewInstanceToUpdate">The AccessReviewInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.PutResponseAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewInstance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewInstanceToUpdate">The AccessReviewInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceRequestBuilder">
            <summary>
            The interface IAccessReviewInstanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewInstanceRequestBuilder.ContactedReviewers">
            <summary>
            Gets the request builder for ContactedReviewers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceContactedReviewersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewInstanceRequestBuilder.Decisions">
            <summary>
            Gets the request builder for Decisions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewInstanceRequestBuilder.Stages">
            <summary>
            Gets the request builder for Stages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequestBuilder.AcceptRecommendations">
            <summary>
            Gets the request builder for AccessReviewInstanceAcceptRecommendations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceAcceptRecommendationsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequestBuilder.ApplyDecisions">
            <summary>
            Gets the request builder for AccessReviewInstanceApplyDecisions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceApplyDecisionsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequestBuilder.BatchRecordDecisions(System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for AccessReviewInstanceBatchRecordDecisions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceBatchRecordDecisionsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequestBuilder.ResetDecisions">
            <summary>
            Gets the request builder for AccessReviewInstanceResetDecisions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceResetDecisionsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequestBuilder.SendReminder">
            <summary>
            Gets the request builder for AccessReviewInstanceSendReminder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceSendReminderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceRequestBuilder.Stop">
            <summary>
            Gets the request builder for AccessReviewInstanceStop.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceStopRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceResetDecisionsRequest">
            <summary>
            The interface IAccessReviewInstanceResetDecisionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceResetDecisionsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceResetDecisionsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceResetDecisionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceResetDecisionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceResetDecisionsRequestBuilder">
            <summary>
            The interface IAccessReviewInstanceResetDecisionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceResetDecisionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceSendReminderRequest">
            <summary>
            The interface IAccessReviewInstanceSendReminderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceSendReminderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceSendReminderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceSendReminderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceSendReminderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceSendReminderRequestBuilder">
            <summary>
            The interface IAccessReviewInstanceSendReminderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceSendReminderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceStagesCollectionPage">
            <summary>
            The interface IAccessReviewInstanceStagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewInstanceStagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest">
            <summary>
            The interface IAccessReviewInstanceStagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewStage to the collection via POST.
            </summary>
            <param name="accessReviewStage">The AccessReviewStage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewStage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewStage">The AccessReviewStage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewStage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewStage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequestBuilder">
            <summary>
            The interface IAccessReviewInstanceStagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewStageRequestBuilder"/> for the specified AccessReviewStage.
            </summary>
            <param name="id">The ID for the AccessReviewStage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewStageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStagesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessReviewStageFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessReviewStageFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceStopRequest">
            <summary>
            The interface IAccessReviewInstanceStopRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStopRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStopRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStopRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStopRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewInstanceStopRequestBuilder">
            <summary>
            The interface IAccessReviewInstanceStopRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewInstanceStopRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewReviewerRequest">
            <summary>
            The interface IAccessReviewReviewerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.CreateAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewReviewer using POST.
            </summary>
            <param name="accessReviewReviewerToCreate">The AccessReviewReviewer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewReviewer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewReviewer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewReviewerToCreate">The AccessReviewReviewer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewReviewer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewReviewer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewReviewer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewReviewer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewReviewer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.UpdateAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewReviewer using PATCH.
            </summary>
            <param name="accessReviewReviewerToUpdate">The AccessReviewReviewer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewReviewer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewReviewer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewReviewerToUpdate">The AccessReviewReviewer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.PutAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewReviewer using PUT.
            </summary>
            <param name="accessReviewReviewerToUpdate">The AccessReviewReviewer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.PutResponseAsync(Microsoft.Graph.AccessReviewReviewer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewReviewer using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewReviewerToUpdate">The AccessReviewReviewer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewReviewer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewReviewer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewReviewerRequestBuilder">
            <summary>
            The interface IAccessReviewReviewerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewReviewerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserCollectionPage">
            <summary>
            The interface IAccessReviewScheduleDefinitionFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequest">
            <summary>
            The interface IAccessReviewScheduleDefinitionFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IAccessReviewScheduleDefinitionFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionPage">
            <summary>
            The interface IAccessReviewScheduleDefinitionInstancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest">
            <summary>
            The interface IAccessReviewScheduleDefinitionInstancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewInstance to the collection via POST.
            </summary>
            <param name="accessReviewInstance">The AccessReviewInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewInstance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewInstance">The AccessReviewInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequestBuilder">
            <summary>
            The interface IAccessReviewScheduleDefinitionInstancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewInstanceRequestBuilder"/> for the specified AccessReviewInstance.
            </summary>
            <param name="id">The ID for the AccessReviewInstance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessReviewInstanceFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessReviewInstanceFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest">
            <summary>
            The interface IAccessReviewScheduleDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.CreateAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewScheduleDefinition using POST.
            </summary>
            <param name="accessReviewScheduleDefinitionToCreate">The AccessReviewScheduleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewScheduleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewScheduleDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewScheduleDefinitionToCreate">The AccessReviewScheduleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewScheduleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewScheduleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewScheduleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewScheduleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewScheduleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.UpdateAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewScheduleDefinition using PATCH.
            </summary>
            <param name="accessReviewScheduleDefinitionToUpdate">The AccessReviewScheduleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewScheduleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewScheduleDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewScheduleDefinitionToUpdate">The AccessReviewScheduleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.PutAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewScheduleDefinition using PUT.
            </summary>
            <param name="accessReviewScheduleDefinitionToUpdate">The AccessReviewScheduleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.PutResponseAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewScheduleDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewScheduleDefinitionToUpdate">The AccessReviewScheduleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewScheduleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewScheduleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewScheduleDefinitionRequestBuilder">
            <summary>
            The interface IAccessReviewScheduleDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewScheduleDefinitionRequestBuilder.Instances">
            <summary>
            Gets the request builder for Instances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionInstancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionRequestBuilder.Stop">
            <summary>
            Gets the request builder for AccessReviewScheduleDefinitionStop.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionStopRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewScheduleDefinitionStopRequest">
            <summary>
            The interface IAccessReviewScheduleDefinitionStopRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionStopRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionStopRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionStopRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionStopRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewScheduleDefinitionStopRequestBuilder">
            <summary>
            The interface IAccessReviewScheduleDefinitionStopRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewScheduleDefinitionStopRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionPage">
            <summary>
            The interface IAccessReviewSetDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest">
            <summary>
            The interface IAccessReviewSetDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewScheduleDefinition to the collection via POST.
            </summary>
            <param name="accessReviewScheduleDefinition">The AccessReviewScheduleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewScheduleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewScheduleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewScheduleDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewScheduleDefinition">The AccessReviewScheduleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewScheduleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewScheduleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequestBuilder">
            <summary>
            The interface IAccessReviewSetDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionRequestBuilder"/> for the specified AccessReviewScheduleDefinition.
            </summary>
            <param name="id">The ID for the AccessReviewScheduleDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessReviewScheduleDefinitionFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessReviewScheduleDefinitionFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewScheduleDefinitionFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionPage">
            <summary>
            The interface IAccessReviewSetHistoryDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest">
            <summary>
            The interface IAccessReviewSetHistoryDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewHistoryDefinition to the collection via POST.
            </summary>
            <param name="accessReviewHistoryDefinition">The AccessReviewHistoryDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewHistoryDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewHistoryDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewHistoryDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewHistoryDefinition">The AccessReviewHistoryDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewHistoryDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequestBuilder">
            <summary>
            The interface IAccessReviewSetHistoryDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewHistoryDefinitionRequestBuilder"/> for the specified AccessReviewHistoryDefinition.
            </summary>
            <param name="id">The ID for the AccessReviewHistoryDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewHistoryDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewSetRequest">
            <summary>
            The interface IAccessReviewSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.CreateAsync(Microsoft.Graph.AccessReviewSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewSet using POST.
            </summary>
            <param name="accessReviewSetToCreate">The AccessReviewSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewSetToCreate">The AccessReviewSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.UpdateAsync(Microsoft.Graph.AccessReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewSet using PATCH.
            </summary>
            <param name="accessReviewSetToUpdate">The AccessReviewSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewSetToUpdate">The AccessReviewSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.PutAsync(Microsoft.Graph.AccessReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewSet using PUT.
            </summary>
            <param name="accessReviewSetToUpdate">The AccessReviewSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.PutResponseAsync(Microsoft.Graph.AccessReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewSet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewSetToUpdate">The AccessReviewSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewSetRequestBuilder">
            <summary>
            The interface IAccessReviewSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewSetRequestBuilder.Definitions">
            <summary>
            Gets the request builder for Definitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewSetDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewSetRequestBuilder.HistoryDefinitions">
            <summary>
            Gets the request builder for HistoryDefinitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewSetHistoryDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewStageDecisionsCollectionPage">
            <summary>
            The interface IAccessReviewStageDecisionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewStageDecisionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest">
            <summary>
            The interface IAccessReviewStageDecisionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest.AddAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewInstanceDecisionItem to the collection via POST.
            </summary>
            <param name="accessReviewInstanceDecisionItem">The AccessReviewInstanceDecisionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewInstanceDecisionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessReviewInstanceDecisionItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessReviewInstanceDecisionItem">The AccessReviewInstanceDecisionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewInstanceDecisionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequestBuilder">
            <summary>
            The interface IAccessReviewStageDecisionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequestBuilder"/> for the specified AccessReviewInstanceDecisionItem.
            </summary>
            <param name="id">The ID for the AccessReviewInstanceDecisionItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessReviewInstanceDecisionItemFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessReviewInstanceDecisionItemFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewInstanceDecisionItemFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserCollectionPage">
            <summary>
            The interface IAccessReviewStageFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequest">
            <summary>
            The interface IAccessReviewStageFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IAccessReviewStageFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewStageRequest">
            <summary>
            The interface IAccessReviewStageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.CreateAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewStage using POST.
            </summary>
            <param name="accessReviewStageToCreate">The AccessReviewStage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessReviewStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.CreateResponseAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AccessReviewStage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewStageToCreate">The AccessReviewStage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewStage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AccessReviewStage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewStage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AccessReviewStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AccessReviewStage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.UpdateAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewStage using PATCH.
            </summary>
            <param name="accessReviewStageToUpdate">The AccessReviewStage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AccessReviewStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.UpdateResponseAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewStage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewStageToUpdate">The AccessReviewStage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.PutAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewStage using PUT.
            </summary>
            <param name="accessReviewStageToUpdate">The AccessReviewStage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.PutResponseAsync(Microsoft.Graph.AccessReviewStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AccessReviewStage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="accessReviewStageToUpdate">The AccessReviewStage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewStage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessReviewStage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewStageRequestBuilder">
            <summary>
            The interface IAccessReviewStageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAccessReviewStageRequestBuilder.Decisions">
            <summary>
            Gets the request builder for Decisions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewStageDecisionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageRequestBuilder.Stop">
            <summary>
            Gets the request builder for AccessReviewStageStop.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewStageStopRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewStageStopRequest">
            <summary>
            The interface IAccessReviewStageStopRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageStopRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageStopRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageStopRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageStopRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAccessReviewStageStopRequestBuilder">
            <summary>
            The interface IAccessReviewStageStopRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAccessReviewStageStopRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest">
            <summary>
            The interface IActivityBasedTimeoutPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.CreateAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ActivityBasedTimeoutPolicy using POST.
            </summary>
            <param name="activityBasedTimeoutPolicyToCreate">The ActivityBasedTimeoutPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityBasedTimeoutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.CreateResponseAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ActivityBasedTimeoutPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="activityBasedTimeoutPolicyToCreate">The ActivityBasedTimeoutPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ActivityBasedTimeoutPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ActivityBasedTimeoutPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ActivityBasedTimeoutPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ActivityBasedTimeoutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ActivityBasedTimeoutPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.UpdateAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityBasedTimeoutPolicy using PATCH.
            </summary>
            <param name="activityBasedTimeoutPolicyToUpdate">The ActivityBasedTimeoutPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ActivityBasedTimeoutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.UpdateResponseAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityBasedTimeoutPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="activityBasedTimeoutPolicyToUpdate">The ActivityBasedTimeoutPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.PutAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityBasedTimeoutPolicy using PUT.
            </summary>
            <param name="activityBasedTimeoutPolicyToUpdate">The ActivityBasedTimeoutPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.PutResponseAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityBasedTimeoutPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="activityBasedTimeoutPolicyToUpdate">The ActivityBasedTimeoutPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IActivityBasedTimeoutPolicyRequestBuilder">
            <summary>
            The interface IActivityBasedTimeoutPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityBasedTimeoutPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IActivityHistoryItemRequest">
            <summary>
            The interface IActivityHistoryItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.CreateAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ActivityHistoryItem using POST.
            </summary>
            <param name="activityHistoryItemToCreate">The ActivityHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.CreateResponseAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ActivityHistoryItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="activityHistoryItemToCreate">The ActivityHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ActivityHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ActivityHistoryItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ActivityHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ActivityHistoryItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.UpdateAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityHistoryItem using PATCH.
            </summary>
            <param name="activityHistoryItemToUpdate">The ActivityHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.UpdateResponseAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityHistoryItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="activityHistoryItemToUpdate">The ActivityHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.PutAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityHistoryItem using PUT.
            </summary>
            <param name="activityHistoryItemToUpdate">The ActivityHistoryItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.PutResponseAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityHistoryItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="activityHistoryItemToUpdate">The ActivityHistoryItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IActivityHistoryItemRequestBuilder">
            <summary>
            The interface IActivityHistoryItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IActivityHistoryItemRequestBuilder.Activity">
            <summary>
            Gets the request builder for Activity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAddLargeGalleryViewOperationRequest">
            <summary>
            The interface IAddLargeGalleryViewOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.CreateAsync(Microsoft.Graph.AddLargeGalleryViewOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AddLargeGalleryViewOperation using POST.
            </summary>
            <param name="addLargeGalleryViewOperationToCreate">The AddLargeGalleryViewOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AddLargeGalleryViewOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.CreateResponseAsync(Microsoft.Graph.AddLargeGalleryViewOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AddLargeGalleryViewOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="addLargeGalleryViewOperationToCreate">The AddLargeGalleryViewOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AddLargeGalleryViewOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AddLargeGalleryViewOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AddLargeGalleryViewOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AddLargeGalleryViewOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AddLargeGalleryViewOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.UpdateAsync(Microsoft.Graph.AddLargeGalleryViewOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AddLargeGalleryViewOperation using PATCH.
            </summary>
            <param name="addLargeGalleryViewOperationToUpdate">The AddLargeGalleryViewOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AddLargeGalleryViewOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.UpdateResponseAsync(Microsoft.Graph.AddLargeGalleryViewOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AddLargeGalleryViewOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="addLargeGalleryViewOperationToUpdate">The AddLargeGalleryViewOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.PutAsync(Microsoft.Graph.AddLargeGalleryViewOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AddLargeGalleryViewOperation using PUT.
            </summary>
            <param name="addLargeGalleryViewOperationToUpdate">The AddLargeGalleryViewOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.PutResponseAsync(Microsoft.Graph.AddLargeGalleryViewOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AddLargeGalleryViewOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="addLargeGalleryViewOperationToUpdate">The AddLargeGalleryViewOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AddLargeGalleryViewOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AddLargeGalleryViewOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAddLargeGalleryViewOperationRequestBuilder">
            <summary>
            The interface IAddLargeGalleryViewOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAddLargeGalleryViewOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdminConsentRequestPolicyRequest">
            <summary>
            The interface IAdminConsentRequestPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.CreateAsync(Microsoft.Graph.AdminConsentRequestPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdminConsentRequestPolicy using POST.
            </summary>
            <param name="adminConsentRequestPolicyToCreate">The AdminConsentRequestPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AdminConsentRequestPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.CreateResponseAsync(Microsoft.Graph.AdminConsentRequestPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdminConsentRequestPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="adminConsentRequestPolicyToCreate">The AdminConsentRequestPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdminConsentRequestPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdminConsentRequestPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdminConsentRequestPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AdminConsentRequestPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdminConsentRequestPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.UpdateAsync(Microsoft.Graph.AdminConsentRequestPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdminConsentRequestPolicy using PATCH.
            </summary>
            <param name="adminConsentRequestPolicyToUpdate">The AdminConsentRequestPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AdminConsentRequestPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.UpdateResponseAsync(Microsoft.Graph.AdminConsentRequestPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdminConsentRequestPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="adminConsentRequestPolicyToUpdate">The AdminConsentRequestPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.PutAsync(Microsoft.Graph.AdminConsentRequestPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdminConsentRequestPolicy using PUT.
            </summary>
            <param name="adminConsentRequestPolicyToUpdate">The AdminConsentRequestPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.PutResponseAsync(Microsoft.Graph.AdminConsentRequestPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdminConsentRequestPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="adminConsentRequestPolicyToUpdate">The AdminConsentRequestPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdminConsentRequestPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdminConsentRequestPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdminConsentRequestPolicyRequestBuilder">
            <summary>
            The interface IAdminConsentRequestPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminConsentRequestPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitDeltaCollectionPage">
            <summary>
            The interface IAdministrativeUnitDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAdministrativeUnitDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAdministrativeUnitDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitDeltaRequest">
            <summary>
            The interface IAdministrativeUnitDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitDeltaRequestBuilder">
            <summary>
            The interface IAdministrativeUnitDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionPage">
            <summary>
            The interface IAdministrativeUnitExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest">
            <summary>
            The interface IAdministrativeUnitExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequestBuilder">
            <summary>
            The interface IAdministrativeUnitExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionReferencesRequest">
            <summary>
            The interface IAdministrativeUnitMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionReferencesRequestBuilder">
            <summary>
            The interface IAdministrativeUnitMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesPage">
            <summary>
            The interface IAdministrativeUnitMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequest">
            <summary>
            The interface IAdministrativeUnitMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IAdministrativeUnitMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitReferenceRequest">
            <summary>
            The interface IAdministrativeUnitReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AdministrativeUnit reference.
            </summary>
            <param name="id">The AdministrativeUnit reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AdministrativeUnit reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The AdministrativeUnit reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitReferenceRequestBuilder">
            <summary>
            The interface IAdministrativeUnitReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitRequest">
            <summary>
            The interface IAdministrativeUnitRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.CreateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdministrativeUnit using POST.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.CreateResponseAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdministrativeUnit using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdministrativeUnit and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.UpdateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.UpdateResponseAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.PutAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PUT.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.PutResponseAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitRequestBuilder">
            <summary>
            The interface IAdministrativeUnitRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAdministrativeUnitRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAdministrativeUnitRequestBuilder.ScopedRoleMembers">
            <summary>
            Gets the request builder for ScopedRoleMembers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAdministrativeUnitRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionPage">
            <summary>
            The interface IAdministrativeUnitScopedRoleMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest">
            <summary>
            The interface IAdministrativeUnitScopedRoleMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest.AddAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequestBuilder">
            <summary>
            The interface IAdministrativeUnitScopedRoleMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAdministrativeUnitScopedRoleMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/> for the specified ScopedRoleMembership.
            </summary>
            <param name="id">The ID for the ScopedRoleMembership.</param>
            <returns>The <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest">
            <summary>
            The interface IAdministrativeUnitWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdministrativeUnit and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.CreateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdministrativeUnit using POST.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdministrativeUnit using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.UpdateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitWithReferenceRequestBuilder">
            <summary>
            The interface IAdministrativeUnitWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAdministrativeUnitWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the administrativeUnit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdminRequest">
            <summary>
            The interface IAdminRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.CreateAsync(Microsoft.Graph.Admin,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Admin using POST.
            </summary>
            <param name="adminToCreate">The Admin to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Admin.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.CreateResponseAsync(Microsoft.Graph.Admin,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Admin using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="adminToCreate">The Admin to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Admin.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Admin and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Admin.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Admin.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Admin and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.UpdateAsync(Microsoft.Graph.Admin,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Admin using PATCH.
            </summary>
            <param name="adminToUpdate">The Admin to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Admin.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.UpdateResponseAsync(Microsoft.Graph.Admin,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Admin using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="adminToUpdate">The Admin to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.PutAsync(Microsoft.Graph.Admin,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Admin using PUT.
            </summary>
            <param name="adminToUpdate">The Admin object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.PutResponseAsync(Microsoft.Graph.Admin,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Admin using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="adminToUpdate">The Admin object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Admin,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Admin,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdminRequestBuilder">
            <summary>
            The interface IAdminRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdminRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAdminRequestBuilder.ServiceAnnouncement">
            <summary>
            Gets the request builder for ServiceAnnouncement.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceAnnouncementRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementAcceptanceReferenceRequest">
            <summary>
            The interface IAgreementAcceptanceReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementAcceptance reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementAcceptance reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AgreementAcceptance reference.
            </summary>
            <param name="id">The AgreementAcceptance reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AgreementAcceptance reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The AgreementAcceptance reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementAcceptanceReferenceRequestBuilder">
            <summary>
            The interface IAgreementAcceptanceReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementAcceptanceRequest">
            <summary>
            The interface IAgreementAcceptanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.CreateAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementAcceptance using POST.
            </summary>
            <param name="agreementAcceptanceToCreate">The AgreementAcceptance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.CreateResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementAcceptance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementAcceptanceToCreate">The AgreementAcceptance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementAcceptance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementAcceptance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementAcceptance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementAcceptance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.UpdateAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementAcceptance using PATCH.
            </summary>
            <param name="agreementAcceptanceToUpdate">The AgreementAcceptance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.UpdateResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementAcceptance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementAcceptanceToUpdate">The AgreementAcceptance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.PutAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementAcceptance using PUT.
            </summary>
            <param name="agreementAcceptanceToUpdate">The AgreementAcceptance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.PutResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementAcceptance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementAcceptanceToUpdate">The AgreementAcceptance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementAcceptanceRequestBuilder">
            <summary>
            The interface IAgreementAcceptanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementAcceptancesCollectionPage">
            <summary>
            The interface IAgreementAcceptancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAgreementAcceptancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAgreementAcceptancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAgreementAcceptancesCollectionRequest">
            <summary>
            The interface IAgreementAcceptancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequest.AddAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequest.AddResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementAcceptancesCollectionRequestBuilder">
            <summary>
            The interface IAgreementAcceptancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAgreementAcceptancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementAcceptanceRequestBuilder"/> for the specified AgreementAcceptance.
            </summary>
            <param name="id">The ID for the AgreementAcceptance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementAcceptanceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequest">
            <summary>
            The interface IAgreementAcceptanceWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementAcceptance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementAcceptance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequest.CreateAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementAcceptance using POST.
            </summary>
            <param name="agreementAcceptanceToCreate">The AgreementAcceptance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementAcceptance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementAcceptanceToCreate">The AgreementAcceptance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequest.UpdateAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementAcceptance using PATCH.
            </summary>
            <param name="agreementAcceptanceToUpdate">The AgreementAcceptance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementAcceptance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementAcceptanceToUpdate">The AgreementAcceptance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementAcceptance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementAcceptance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequestBuilder">
            <summary>
            The interface IAgreementAcceptanceWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the agreementAcceptance.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementAcceptanceReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFileLocalizationRequest">
            <summary>
            The interface IAgreementFileLocalizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.CreateAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFileLocalization using POST.
            </summary>
            <param name="agreementFileLocalizationToCreate">The AgreementFileLocalization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFileLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.CreateResponseAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFileLocalization using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileLocalizationToCreate">The AgreementFileLocalization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFileLocalization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFileLocalization and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFileLocalization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AgreementFileLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFileLocalization and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.UpdateAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileLocalization using PATCH.
            </summary>
            <param name="agreementFileLocalizationToUpdate">The AgreementFileLocalization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AgreementFileLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.UpdateResponseAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileLocalization using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileLocalizationToUpdate">The AgreementFileLocalization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.PutAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileLocalization using PUT.
            </summary>
            <param name="agreementFileLocalizationToUpdate">The AgreementFileLocalization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.PutResponseAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileLocalization using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileLocalizationToUpdate">The AgreementFileLocalization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileLocalization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileLocalization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFileLocalizationRequestBuilder">
            <summary>
            The interface IAgreementFileLocalizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAgreementFileLocalizationRequestBuilder.Versions">
            <summary>
            Gets the request builder for Versions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFileLocalizationsCollectionPage">
            <summary>
            The interface IAgreementFileLocalizationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAgreementFileLocalizationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest">
            <summary>
            The interface IAgreementFileLocalizationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest.AddAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementFileLocalization to the collection via POST.
            </summary>
            <param name="agreementFileLocalization">The AgreementFileLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFileLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest.AddResponseAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementFileLocalization to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementFileLocalization">The AgreementFileLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileLocalization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileLocalization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequestBuilder">
            <summary>
            The interface IAgreementFileLocalizationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementFileLocalizationRequestBuilder"/> for the specified AgreementFileLocalization.
            </summary>
            <param name="id">The ID for the AgreementFileLocalization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFileLocalizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionPage">
            <summary>
            The interface IAgreementFileLocalizationVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest">
            <summary>
            The interface IAgreementFileLocalizationVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest.AddAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementFileVersion to the collection via POST.
            </summary>
            <param name="agreementFileVersion">The AgreementFileVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFileVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementFileVersion to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementFileVersion">The AgreementFileVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequestBuilder">
            <summary>
            The interface IAgreementFileLocalizationVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAgreementFileLocalizationVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementFileVersionRequestBuilder"/> for the specified AgreementFileVersion.
            </summary>
            <param name="id">The ID for the AgreementFileVersion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFileVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFilePropertiesRequest">
            <summary>
            The interface IAgreementFilePropertiesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.CreateAsync(Microsoft.Graph.AgreementFileProperties,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFileProperties using POST.
            </summary>
            <param name="agreementFilePropertiesToCreate">The AgreementFileProperties to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFileProperties.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.CreateResponseAsync(Microsoft.Graph.AgreementFileProperties,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFileProperties using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFilePropertiesToCreate">The AgreementFileProperties to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFileProperties.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFileProperties and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFileProperties.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AgreementFileProperties.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFileProperties and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.UpdateAsync(Microsoft.Graph.AgreementFileProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileProperties using PATCH.
            </summary>
            <param name="agreementFilePropertiesToUpdate">The AgreementFileProperties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AgreementFileProperties.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.UpdateResponseAsync(Microsoft.Graph.AgreementFileProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileProperties using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFilePropertiesToUpdate">The AgreementFileProperties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.PutAsync(Microsoft.Graph.AgreementFileProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileProperties using PUT.
            </summary>
            <param name="agreementFilePropertiesToUpdate">The AgreementFileProperties object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.PutResponseAsync(Microsoft.Graph.AgreementFileProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileProperties using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFilePropertiesToUpdate">The AgreementFileProperties object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileProperties,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileProperties,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFilePropertiesRequestBuilder">
            <summary>
            The interface IAgreementFilePropertiesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilePropertiesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFileRequest">
            <summary>
            The interface IAgreementFileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.CreateAsync(Microsoft.Graph.AgreementFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFile using POST.
            </summary>
            <param name="agreementFileToCreate">The AgreementFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.CreateResponseAsync(Microsoft.Graph.AgreementFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFile using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileToCreate">The AgreementFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFile and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AgreementFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFile and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.UpdateAsync(Microsoft.Graph.AgreementFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFile using PATCH.
            </summary>
            <param name="agreementFileToUpdate">The AgreementFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AgreementFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.UpdateResponseAsync(Microsoft.Graph.AgreementFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFile using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileToUpdate">The AgreementFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.PutAsync(Microsoft.Graph.AgreementFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFile using PUT.
            </summary>
            <param name="agreementFileToUpdate">The AgreementFile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.PutResponseAsync(Microsoft.Graph.AgreementFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFile using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileToUpdate">The AgreementFile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFileRequestBuilder">
            <summary>
            The interface IAgreementFileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAgreementFileRequestBuilder.Localizations">
            <summary>
            Gets the request builder for Localizations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFileLocalizationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFilesCollectionPage">
            <summary>
            The interface IAgreementFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAgreementFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAgreementFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFilesCollectionRequest">
            <summary>
            The interface IAgreementFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequest.AddAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementFileLocalization to the collection via POST.
            </summary>
            <param name="agreementFileLocalization">The AgreementFileLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFileLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequest.AddResponseAsync(Microsoft.Graph.AgreementFileLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementFileLocalization to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementFileLocalization">The AgreementFileLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileLocalization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileLocalization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFilesCollectionRequestBuilder">
            <summary>
            The interface IAgreementFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAgreementFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementFileLocalizationRequestBuilder"/> for the specified AgreementFileLocalization.
            </summary>
            <param name="id">The ID for the AgreementFileLocalization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFileLocalizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFileVersionRequest">
            <summary>
            The interface IAgreementFileVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.CreateAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFileVersion using POST.
            </summary>
            <param name="agreementFileVersionToCreate">The AgreementFileVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementFileVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.CreateResponseAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AgreementFileVersion using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileVersionToCreate">The AgreementFileVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFileVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AgreementFileVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFileVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AgreementFileVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AgreementFileVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.UpdateAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileVersion using PATCH.
            </summary>
            <param name="agreementFileVersionToUpdate">The AgreementFileVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AgreementFileVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.UpdateResponseAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileVersion using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileVersionToUpdate">The AgreementFileVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.PutAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileVersion using PUT.
            </summary>
            <param name="agreementFileVersionToUpdate">The AgreementFileVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.PutResponseAsync(Microsoft.Graph.AgreementFileVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AgreementFileVersion using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementFileVersionToUpdate">The AgreementFileVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementFileVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementFileVersionRequestBuilder">
            <summary>
            The interface IAgreementFileVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementFileVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementRequest">
            <summary>
            The interface IAgreementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.CreateAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Agreement using POST.
            </summary>
            <param name="agreementToCreate">The Agreement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Agreement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.CreateResponseAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Agreement using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementToCreate">The Agreement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Agreement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Agreement and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Agreement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Agreement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Agreement and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.UpdateAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Agreement using PATCH.
            </summary>
            <param name="agreementToUpdate">The Agreement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Agreement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.UpdateResponseAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Agreement using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementToUpdate">The Agreement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.PutAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Agreement using PUT.
            </summary>
            <param name="agreementToUpdate">The Agreement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.PutResponseAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Agreement using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="agreementToUpdate">The Agreement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Agreement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Agreement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAgreementRequestBuilder">
            <summary>
            The interface IAgreementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAgreementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAgreementRequestBuilder.Acceptances">
            <summary>
            Gets the request builder for Acceptances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementAcceptancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAgreementRequestBuilder.File">
            <summary>
            Gets the request builder for File.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFileRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAgreementRequestBuilder.Files">
            <summary>
            Gets the request builder for Files.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAlertRequest">
            <summary>
            The interface IAlertRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.CreateAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Alert using POST.
            </summary>
            <param name="alertToCreate">The Alert to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.CreateResponseAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Alert using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToCreate">The Alert to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Alert.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Alert and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.UpdateAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PATCH.
            </summary>
            <param name="alertToUpdate">The Alert to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.UpdateResponseAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToUpdate">The Alert to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.PutAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PUT.
            </summary>
            <param name="alertToUpdate">The Alert object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.PutResponseAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToUpdate">The Alert object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Alert,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Alert,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAlertRequestBuilder">
            <summary>
            The interface IAlertRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAlertRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidCompliancePolicyRequest">
            <summary>
            The interface IAndroidCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.CreateAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidCompliancePolicy using POST.
            </summary>
            <param name="androidCompliancePolicyToCreate">The AndroidCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidCompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidCompliancePolicyToCreate">The AndroidCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCompliancePolicy using PATCH.
            </summary>
            <param name="androidCompliancePolicyToUpdate">The AndroidCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidCompliancePolicyToUpdate">The AndroidCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.PutAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCompliancePolicy using PUT.
            </summary>
            <param name="androidCompliancePolicyToUpdate">The AndroidCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidCompliancePolicyToUpdate">The AndroidCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidCompliancePolicyRequestBuilder">
            <summary>
            The interface IAndroidCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidCustomConfigurationRequest">
            <summary>
            The interface IAndroidCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidCustomConfiguration using POST.
            </summary>
            <param name="androidCustomConfigurationToCreate">The AndroidCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.CreateResponseAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidCustomConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidCustomConfigurationToCreate">The AndroidCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCustomConfiguration using PATCH.
            </summary>
            <param name="androidCustomConfigurationToUpdate">The AndroidCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCustomConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidCustomConfigurationToUpdate">The AndroidCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.PutAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCustomConfiguration using PUT.
            </summary>
            <param name="androidCustomConfigurationToUpdate">The AndroidCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.PutResponseAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCustomConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidCustomConfigurationToUpdate">The AndroidCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidCustomConfigurationRequestBuilder">
            <summary>
            The interface IAndroidCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest">
            <summary>
            The interface IAndroidGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidGeneralDeviceConfiguration using POST.
            </summary>
            <param name="androidGeneralDeviceConfigurationToCreate">The AndroidGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.CreateResponseAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidGeneralDeviceConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidGeneralDeviceConfigurationToCreate">The AndroidGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="androidGeneralDeviceConfigurationToUpdate">The AndroidGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidGeneralDeviceConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidGeneralDeviceConfigurationToUpdate">The AndroidGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.PutAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="androidGeneralDeviceConfigurationToUpdate">The AndroidGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.PutResponseAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidGeneralDeviceConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidGeneralDeviceConfigurationToUpdate">The AndroidGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The interface IAndroidGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidLobAppRequest">
            <summary>
            The interface IAndroidLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.CreateAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidLobApp using POST.
            </summary>
            <param name="androidLobAppToCreate">The AndroidLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.CreateResponseAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidLobAppToCreate">The AndroidLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.UpdateAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidLobApp using PATCH.
            </summary>
            <param name="androidLobAppToUpdate">The AndroidLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.UpdateResponseAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidLobAppToUpdate">The AndroidLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.PutAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidLobApp using PUT.
            </summary>
            <param name="androidLobAppToUpdate">The AndroidLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.PutResponseAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidLobAppToUpdate">The AndroidLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidLobAppRequestBuilder">
            <summary>
            The interface IAndroidLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionPage">
            <summary>
            The interface IAndroidManagedAppProtectionAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest">
            <summary>
            The interface IAndroidManagedAppProtectionAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequestBuilder">
            <summary>
            The interface IAndroidManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified ManagedMobileApp.
            </summary>
            <param name="id">The ID for the ManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppProtectionRequest">
            <summary>
            The interface IAndroidManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidManagedAppProtection using POST.
            </summary>
            <param name="androidManagedAppProtectionToCreate">The AndroidManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.CreateResponseAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidManagedAppProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidManagedAppProtectionToCreate">The AndroidManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppProtection using PATCH.
            </summary>
            <param name="androidManagedAppProtectionToUpdate">The AndroidManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.UpdateResponseAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidManagedAppProtectionToUpdate">The AndroidManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.PutAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppProtection using PUT.
            </summary>
            <param name="androidManagedAppProtectionToUpdate">The AndroidManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.PutResponseAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidManagedAppProtectionToUpdate">The AndroidManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder">
            <summary>
            The interface IAndroidManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppRegistrationRequest">
            <summary>
            The interface IAndroidManagedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidManagedAppRegistration using POST.
            </summary>
            <param name="androidManagedAppRegistrationToCreate">The AndroidManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.CreateResponseAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidManagedAppRegistration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidManagedAppRegistrationToCreate">The AndroidManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppRegistration using PATCH.
            </summary>
            <param name="androidManagedAppRegistrationToUpdate">The AndroidManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.UpdateResponseAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppRegistration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidManagedAppRegistrationToUpdate">The AndroidManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.PutAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppRegistration using PUT.
            </summary>
            <param name="androidManagedAppRegistrationToUpdate">The AndroidManagedAppRegistration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.PutResponseAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppRegistration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidManagedAppRegistrationToUpdate">The AndroidManagedAppRegistration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppRegistrationRequestBuilder">
            <summary>
            The interface IAndroidManagedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidStoreAppRequest">
            <summary>
            The interface IAndroidStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.CreateAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidStoreApp using POST.
            </summary>
            <param name="androidStoreAppToCreate">The AndroidStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.CreateResponseAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidStoreApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidStoreAppToCreate">The AndroidStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.UpdateAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidStoreApp using PATCH.
            </summary>
            <param name="androidStoreAppToUpdate">The AndroidStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.UpdateResponseAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidStoreApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidStoreAppToUpdate">The AndroidStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.PutAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidStoreApp using PUT.
            </summary>
            <param name="androidStoreAppToUpdate">The AndroidStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.PutResponseAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidStoreApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidStoreAppToUpdate">The AndroidStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidStoreAppRequestBuilder">
            <summary>
            The interface IAndroidStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest">
            <summary>
            The interface IAndroidWorkProfileCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.CreateAsync(Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidWorkProfileCompliancePolicy using POST.
            </summary>
            <param name="androidWorkProfileCompliancePolicyToCreate">The AndroidWorkProfileCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidWorkProfileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidWorkProfileCompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileCompliancePolicyToCreate">The AndroidWorkProfileCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidWorkProfileCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidWorkProfileCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidWorkProfileCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidWorkProfileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidWorkProfileCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCompliancePolicy using PATCH.
            </summary>
            <param name="androidWorkProfileCompliancePolicyToUpdate">The AndroidWorkProfileCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidWorkProfileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileCompliancePolicyToUpdate">The AndroidWorkProfileCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.PutAsync(Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCompliancePolicy using PUT.
            </summary>
            <param name="androidWorkProfileCompliancePolicyToUpdate">The AndroidWorkProfileCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileCompliancePolicyToUpdate">The AndroidWorkProfileCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidWorkProfileCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequestBuilder">
            <summary>
            The interface IAndroidWorkProfileCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest">
            <summary>
            The interface IAndroidWorkProfileCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidWorkProfileCustomConfiguration using POST.
            </summary>
            <param name="androidWorkProfileCustomConfigurationToCreate">The AndroidWorkProfileCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidWorkProfileCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.CreateResponseAsync(Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidWorkProfileCustomConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileCustomConfigurationToCreate">The AndroidWorkProfileCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidWorkProfileCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidWorkProfileCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidWorkProfileCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidWorkProfileCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidWorkProfileCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCustomConfiguration using PATCH.
            </summary>
            <param name="androidWorkProfileCustomConfigurationToUpdate">The AndroidWorkProfileCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidWorkProfileCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCustomConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileCustomConfigurationToUpdate">The AndroidWorkProfileCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.PutAsync(Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCustomConfiguration using PUT.
            </summary>
            <param name="androidWorkProfileCustomConfigurationToUpdate">The AndroidWorkProfileCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.PutResponseAsync(Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileCustomConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileCustomConfigurationToUpdate">The AndroidWorkProfileCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidWorkProfileCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequestBuilder">
            <summary>
            The interface IAndroidWorkProfileCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest">
            <summary>
            The interface IAndroidWorkProfileGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidWorkProfileGeneralDeviceConfiguration using POST.
            </summary>
            <param name="androidWorkProfileGeneralDeviceConfigurationToCreate">The AndroidWorkProfileGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidWorkProfileGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.CreateResponseAsync(Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidWorkProfileGeneralDeviceConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileGeneralDeviceConfigurationToCreate">The AndroidWorkProfileGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidWorkProfileGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidWorkProfileGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidWorkProfileGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidWorkProfileGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidWorkProfileGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="androidWorkProfileGeneralDeviceConfigurationToUpdate">The AndroidWorkProfileGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AndroidWorkProfileGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileGeneralDeviceConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileGeneralDeviceConfigurationToUpdate">The AndroidWorkProfileGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.PutAsync(Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="androidWorkProfileGeneralDeviceConfigurationToUpdate">The AndroidWorkProfileGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.PutResponseAsync(Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidWorkProfileGeneralDeviceConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="androidWorkProfileGeneralDeviceConfigurationToUpdate">The AndroidWorkProfileGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidWorkProfileGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The interface IAndroidWorkProfileGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidWorkProfileGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAnonymousGuestConversationMemberRequest">
            <summary>
            The interface IAnonymousGuestConversationMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.CreateAsync(Microsoft.Graph.AnonymousGuestConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AnonymousGuestConversationMember using POST.
            </summary>
            <param name="anonymousGuestConversationMemberToCreate">The AnonymousGuestConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AnonymousGuestConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.CreateResponseAsync(Microsoft.Graph.AnonymousGuestConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AnonymousGuestConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="anonymousGuestConversationMemberToCreate">The AnonymousGuestConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AnonymousGuestConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AnonymousGuestConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AnonymousGuestConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AnonymousGuestConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AnonymousGuestConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.UpdateAsync(Microsoft.Graph.AnonymousGuestConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AnonymousGuestConversationMember using PATCH.
            </summary>
            <param name="anonymousGuestConversationMemberToUpdate">The AnonymousGuestConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AnonymousGuestConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.UpdateResponseAsync(Microsoft.Graph.AnonymousGuestConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AnonymousGuestConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="anonymousGuestConversationMemberToUpdate">The AnonymousGuestConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.PutAsync(Microsoft.Graph.AnonymousGuestConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AnonymousGuestConversationMember using PUT.
            </summary>
            <param name="anonymousGuestConversationMemberToUpdate">The AnonymousGuestConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.PutResponseAsync(Microsoft.Graph.AnonymousGuestConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AnonymousGuestConversationMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="anonymousGuestConversationMemberToUpdate">The AnonymousGuestConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AnonymousGuestConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AnonymousGuestConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAnonymousGuestConversationMemberRequestBuilder">
            <summary>
            The interface IAnonymousGuestConversationMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAnonymousGuestConversationMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppCatalogsRequest">
            <summary>
            The interface IAppCatalogsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.CreateAsync(Microsoft.Graph.AppCatalogs,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppCatalogs using POST.
            </summary>
            <param name="appCatalogsToCreate">The AppCatalogs to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppCatalogs.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.CreateResponseAsync(Microsoft.Graph.AppCatalogs,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppCatalogs using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appCatalogsToCreate">The AppCatalogs to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppCatalogs.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppCatalogs and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppCatalogs.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppCatalogs.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppCatalogs and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.UpdateAsync(Microsoft.Graph.AppCatalogs,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppCatalogs using PATCH.
            </summary>
            <param name="appCatalogsToUpdate">The AppCatalogs to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppCatalogs.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.UpdateResponseAsync(Microsoft.Graph.AppCatalogs,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppCatalogs using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appCatalogsToUpdate">The AppCatalogs to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.PutAsync(Microsoft.Graph.AppCatalogs,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppCatalogs using PUT.
            </summary>
            <param name="appCatalogsToUpdate">The AppCatalogs object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.PutResponseAsync(Microsoft.Graph.AppCatalogs,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppCatalogs using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appCatalogsToUpdate">The AppCatalogs object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppCatalogs,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppCatalogs,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppCatalogsRequestBuilder">
            <summary>
            The interface IAppCatalogsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAppCatalogsRequestBuilder.TeamsApps">
            <summary>
            Gets the request builder for TeamsApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionPage">
            <summary>
            The interface IAppCatalogsTeamsAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest">
            <summary>
            The interface IAppCatalogsTeamsAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest.AddAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsApp to the collection via POST.
            </summary>
            <param name="teamsApp">The TeamsApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsApp">The TeamsApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequestBuilder">
            <summary>
            The interface IAppCatalogsTeamsAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAppCatalogsTeamsAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsAppRequestBuilder"/> for the specified TeamsApp.
            </summary>
            <param name="id">The ID for the TeamsApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionPage">
            <summary>
            The interface IAppConsentApprovalRouteAppConsentRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest">
            <summary>
            The interface IAppConsentApprovalRouteAppConsentRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest.AddAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppConsentRequestObject to the collection via POST.
            </summary>
            <param name="appConsentRequest">The AppConsentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppConsentRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="appConsentRequest">The AppConsentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder">
            <summary>
            The interface IAppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAppConsentRequestRequestBuilder"/> for the specified AppConsentRequest.
            </summary>
            <param name="id">The ID for the AppConsentRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAppConsentRequestRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.ConsentRequestFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AppConsentRequestFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppConsentApprovalRouteRequest">
            <summary>
            The interface IAppConsentApprovalRouteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.CreateAsync(Microsoft.Graph.AppConsentApprovalRoute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppConsentApprovalRoute using POST.
            </summary>
            <param name="appConsentApprovalRouteToCreate">The AppConsentApprovalRoute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppConsentApprovalRoute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.CreateResponseAsync(Microsoft.Graph.AppConsentApprovalRoute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppConsentApprovalRoute using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appConsentApprovalRouteToCreate">The AppConsentApprovalRoute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppConsentApprovalRoute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppConsentApprovalRoute and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppConsentApprovalRoute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppConsentApprovalRoute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppConsentApprovalRoute and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.UpdateAsync(Microsoft.Graph.AppConsentApprovalRoute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentApprovalRoute using PATCH.
            </summary>
            <param name="appConsentApprovalRouteToUpdate">The AppConsentApprovalRoute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppConsentApprovalRoute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.UpdateResponseAsync(Microsoft.Graph.AppConsentApprovalRoute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentApprovalRoute using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appConsentApprovalRouteToUpdate">The AppConsentApprovalRoute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.PutAsync(Microsoft.Graph.AppConsentApprovalRoute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentApprovalRoute using PUT.
            </summary>
            <param name="appConsentApprovalRouteToUpdate">The AppConsentApprovalRoute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.PutResponseAsync(Microsoft.Graph.AppConsentApprovalRoute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentApprovalRoute using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appConsentApprovalRouteToUpdate">The AppConsentApprovalRoute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppConsentApprovalRoute,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppConsentApprovalRoute,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppConsentApprovalRouteRequestBuilder">
            <summary>
            The interface IAppConsentApprovalRouteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentApprovalRouteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAppConsentApprovalRouteRequestBuilder.AppConsentRequests">
            <summary>
            Gets the request builder for AppConsentRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppConsentApprovalRouteAppConsentRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserCollectionPage">
            <summary>
            The interface IAppConsentRequestFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequest">
            <summary>
            The interface IAppConsentRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IAppConsentRequestFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppConsentRequestRequest">
            <summary>
            The interface IAppConsentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.CreateAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppConsentRequestObject using POST.
            </summary>
            <param name="appConsentRequestObjectToCreate">The AppConsentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.CreateResponseAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppConsentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appConsentRequestObjectToCreate">The AppConsentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppConsentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppConsentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppConsentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppConsentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.UpdateAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentRequestObject using PATCH.
            </summary>
            <param name="appConsentRequestObjectToUpdate">The AppConsentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.UpdateResponseAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appConsentRequestObjectToUpdate">The AppConsentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.PutAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentRequestObject using PUT.
            </summary>
            <param name="appConsentRequestObjectToUpdate">The AppConsentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.PutResponseAsync(Microsoft.Graph.AppConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppConsentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appConsentRequestObjectToUpdate">The AppConsentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppConsentRequestRequestBuilder">
            <summary>
            The interface IAppConsentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAppConsentRequestRequestBuilder.UserConsentRequests">
            <summary>
            Gets the request builder for UserConsentRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionPage">
            <summary>
            The interface IAppConsentRequestUserConsentRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest">
            <summary>
            The interface IAppConsentRequestUserConsentRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest.AddAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserConsentRequestObject to the collection via POST.
            </summary>
            <param name="userConsentRequest">The UserConsentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserConsentRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userConsentRequest">The UserConsentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequestBuilder">
            <summary>
            The interface IAppConsentRequestUserConsentRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserConsentRequestRequestBuilder"/> for the specified UserConsentRequest.
            </summary>
            <param name="id">The ID for the UserConsentRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserConsentRequestRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppConsentRequestUserConsentRequestsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.ConsentRequestFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UserConsentRequestFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest">
            <summary>
            The interface IAppleDeviceFeaturesConfigurationBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.CreateAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppleDeviceFeaturesConfigurationBase using POST.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToCreate">The AppleDeviceFeaturesConfigurationBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.CreateResponseAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppleDeviceFeaturesConfigurationBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToCreate">The AppleDeviceFeaturesConfigurationBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppleDeviceFeaturesConfigurationBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppleDeviceFeaturesConfigurationBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppleDeviceFeaturesConfigurationBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppleDeviceFeaturesConfigurationBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.UpdateAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleDeviceFeaturesConfigurationBase using PATCH.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToUpdate">The AppleDeviceFeaturesConfigurationBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.UpdateResponseAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleDeviceFeaturesConfigurationBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToUpdate">The AppleDeviceFeaturesConfigurationBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.PutAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleDeviceFeaturesConfigurationBase using PUT.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToUpdate">The AppleDeviceFeaturesConfigurationBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.PutResponseAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleDeviceFeaturesConfigurationBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToUpdate">The AppleDeviceFeaturesConfigurationBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequestBuilder">
            <summary>
            The interface IAppleDeviceFeaturesConfigurationBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppleManagedIdentityProviderRequest">
            <summary>
            The interface IAppleManagedIdentityProviderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.CreateAsync(Microsoft.Graph.AppleManagedIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppleManagedIdentityProvider using POST.
            </summary>
            <param name="appleManagedIdentityProviderToCreate">The AppleManagedIdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppleManagedIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.CreateResponseAsync(Microsoft.Graph.AppleManagedIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppleManagedIdentityProvider using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appleManagedIdentityProviderToCreate">The AppleManagedIdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppleManagedIdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppleManagedIdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppleManagedIdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppleManagedIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppleManagedIdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.UpdateAsync(Microsoft.Graph.AppleManagedIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleManagedIdentityProvider using PATCH.
            </summary>
            <param name="appleManagedIdentityProviderToUpdate">The AppleManagedIdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppleManagedIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.UpdateResponseAsync(Microsoft.Graph.AppleManagedIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleManagedIdentityProvider using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appleManagedIdentityProviderToUpdate">The AppleManagedIdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.PutAsync(Microsoft.Graph.AppleManagedIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleManagedIdentityProvider using PUT.
            </summary>
            <param name="appleManagedIdentityProviderToUpdate">The AppleManagedIdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.PutResponseAsync(Microsoft.Graph.AppleManagedIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleManagedIdentityProvider using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appleManagedIdentityProviderToUpdate">The AppleManagedIdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppleManagedIdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppleManagedIdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppleManagedIdentityProviderRequestBuilder">
            <summary>
            The interface IAppleManagedIdentityProviderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleManagedIdentityProviderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest">
            <summary>
            The interface IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder">
            <summary>
            The interface IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplePushNotificationCertificateRequest">
            <summary>
            The interface IApplePushNotificationCertificateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.CreateAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApplePushNotificationCertificate using POST.
            </summary>
            <param name="applePushNotificationCertificateToCreate">The ApplePushNotificationCertificate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.CreateResponseAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApplePushNotificationCertificate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applePushNotificationCertificateToCreate">The ApplePushNotificationCertificate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApplePushNotificationCertificate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApplePushNotificationCertificate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApplePushNotificationCertificate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApplePushNotificationCertificate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.UpdateAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplePushNotificationCertificate using PATCH.
            </summary>
            <param name="applePushNotificationCertificateToUpdate">The ApplePushNotificationCertificate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.UpdateResponseAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplePushNotificationCertificate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applePushNotificationCertificateToUpdate">The ApplePushNotificationCertificate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.PutAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplePushNotificationCertificate using PUT.
            </summary>
            <param name="applePushNotificationCertificateToUpdate">The ApplePushNotificationCertificate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.PutResponseAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplePushNotificationCertificate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applePushNotificationCertificateToUpdate">The ApplePushNotificationCertificate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplePushNotificationCertificate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplePushNotificationCertificate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplePushNotificationCertificateRequestBuilder">
            <summary>
            The interface IApplePushNotificationCertificateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequestBuilder.DownloadApplePushNotificationCertificateSigningRequest">
            <summary>
            Gets the request builder for ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequest.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationAddKeyRequest">
            <summary>
            The interface IApplicationAddKeyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApplicationAddKeyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationAddKeyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationAddKeyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationAddKeyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationAddKeyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationAddKeyRequestBuilder">
            <summary>
            The interface IApplicationAddKeyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationAddKeyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationAddPasswordRequest">
            <summary>
            The interface IApplicationAddPasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApplicationAddPasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationAddPasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationAddPasswordRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationAddPasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationAddPasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationAddPasswordRequestBuilder">
            <summary>
            The interface IApplicationAddPasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationAddPasswordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationDeltaCollectionPage">
            <summary>
            The interface IApplicationDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApplicationDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IApplicationDeltaRequest">
            <summary>
            The interface IApplicationDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationDeltaRequestBuilder">
            <summary>
            The interface IApplicationDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationExtensionPropertiesCollectionPage">
            <summary>
            The interface IApplicationExtensionPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApplicationExtensionPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest">
            <summary>
            The interface IApplicationExtensionPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest.AddAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExtensionProperty to the collection via POST.
            </summary>
            <param name="extensionProperty">The ExtensionProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExtensionProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExtensionProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extensionProperty">The ExtensionProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExtensionProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExtensionProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequestBuilder">
            <summary>
            The interface IApplicationExtensionPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionPropertyRequestBuilder"/> for the specified ExtensionProperty.
            </summary>
            <param name="id">The ID for the ExtensionProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionPage">
            <summary>
            The interface IApplicationFederatedIdentityCredentialsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest">
            <summary>
            The interface IApplicationFederatedIdentityCredentialsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest.AddAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Adds the specified FederatedIdentityCredential to the collection via POST.
            </summary>
            <param name="federatedIdentityCredential">The FederatedIdentityCredential to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FederatedIdentityCredential.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest.AddResponseAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Adds the specified FederatedIdentityCredential to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="federatedIdentityCredential">The FederatedIdentityCredential to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FederatedIdentityCredential,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FederatedIdentityCredential,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequestBuilder">
            <summary>
            The interface IApplicationFederatedIdentityCredentialsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IFederatedIdentityCredentialRequestBuilder"/> for the specified FederatedIdentityCredential.
            </summary>
            <param name="id">The ID for the FederatedIdentityCredential.</param>
            <returns>The <see cref="T:Microsoft.Graph.IFederatedIdentityCredentialRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequest">
            <summary>
            The interface IApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified HomeRealmDiscoveryPolicy to the collection via POST.
            </summary>
            <param name="homeRealmDiscoveryPolicy">The HomeRealmDiscoveryPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified HomeRealmDiscoveryPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="homeRealmDiscoveryPolicy">The HomeRealmDiscoveryPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder">
            <summary>
            The interface IApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesPage">
            <summary>
            The interface IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest">
            <summary>
            The interface IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequestBuilder"/> for the specified HomeRealmDiscoveryPolicy.
            </summary>
            <param name="id">The ID for the HomeRealmDiscoveryPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationLogoRequest">
            <summary>
            The interface IApplicationLogoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationLogoRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationLogoRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationLogoRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="logo">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationLogoRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="logo">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationLogoRequestBuilder">
            <summary>
            The interface IApplicationLogoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationLogoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationOwnersCollectionReferencesRequest">
            <summary>
            The interface IApplicationOwnersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IApplicationOwnersCollectionReferencesRequestBuilder">
            <summary>
            The interface IApplicationOwnersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesPage">
            <summary>
            The interface IApplicationOwnersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequest">
            <summary>
            The interface IApplicationOwnersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IApplicationOwnersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApplicationOwnersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationOwnersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationReferenceRequest">
            <summary>
            The interface IApplicationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Application reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Application reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Application reference.
            </summary>
            <param name="id">The Application reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Application reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The Application reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationReferenceRequestBuilder">
            <summary>
            The interface IApplicationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationRemoveKeyRequest">
            <summary>
            The interface IApplicationRemoveKeyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApplicationRemoveKeyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRemoveKeyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRemoveKeyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRemoveKeyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRemoveKeyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationRemoveKeyRequestBuilder">
            <summary>
            The interface IApplicationRemoveKeyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRemoveKeyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationRemovePasswordRequest">
            <summary>
            The interface IApplicationRemovePasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApplicationRemovePasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRemovePasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRemovePasswordRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRemovePasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRemovePasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationRemovePasswordRequestBuilder">
            <summary>
            The interface IApplicationRemovePasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRemovePasswordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationRequest">
            <summary>
            The interface IApplicationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.CreateAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Application using POST.
            </summary>
            <param name="applicationToCreate">The Application to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.CreateResponseAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Application using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationToCreate">The Application to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Application.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Application and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Application.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Application and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.UpdateAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Application using PATCH.
            </summary>
            <param name="applicationToUpdate">The Application to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.UpdateResponseAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Application using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationToUpdate">The Application to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.PutAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Application using PUT.
            </summary>
            <param name="applicationToUpdate">The Application object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.PutResponseAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Application using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationToUpdate">The Application object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Application,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Application,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationRequestBuilder">
            <summary>
            The interface IApplicationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationRequestBuilder.CreatedOnBehalfOf">
            <summary>
            Gets the request builder for CreatedOnBehalfOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationRequestBuilder.ExtensionProperties">
            <summary>
            Gets the request builder for ExtensionProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationExtensionPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationRequestBuilder.FederatedIdentityCredentials">
            <summary>
            Gets the request builder for FederatedIdentityCredentials.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationFederatedIdentityCredentialsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationRequestBuilder.HomeRealmDiscoveryPolicies">
            <summary>
            Gets the request builder for HomeRealmDiscoveryPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationRequestBuilder.Owners">
            <summary>
            Gets the request builder for Owners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationOwnersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationRequestBuilder.TokenIssuancePolicies">
            <summary>
            Gets the request builder for TokenIssuancePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationRequestBuilder.TokenLifetimePolicies">
            <summary>
            Gets the request builder for TokenLifetimePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationRequestBuilder.Logo">
            <summary>
            Gets the request builder for Logo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationLogoRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequestBuilder.SetVerifiedPublisher(System.String)">
            <summary>
            Gets the request builder for ApplicationSetVerifiedPublisher.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationSetVerifiedPublisherRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequestBuilder.UnsetVerifiedPublisher">
            <summary>
            Gets the request builder for ApplicationUnsetVerifiedPublisher.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationUnsetVerifiedPublisherRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequestBuilder.AddKey(Microsoft.Graph.KeyCredential,System.String,Microsoft.Graph.PasswordCredential)">
            <summary>
            Gets the request builder for ApplicationAddKey.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationAddKeyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequestBuilder.AddPassword(Microsoft.Graph.PasswordCredential)">
            <summary>
            Gets the request builder for ApplicationAddPassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationAddPasswordRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequestBuilder.RemoveKey(System.Guid,System.String)">
            <summary>
            Gets the request builder for ApplicationRemoveKey.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationRemoveKeyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationRequestBuilder.RemovePassword(System.Guid)">
            <summary>
            Gets the request builder for ApplicationRemovePassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationRemovePasswordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationSetVerifiedPublisherRequest">
            <summary>
            The interface IApplicationSetVerifiedPublisherRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApplicationSetVerifiedPublisherRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationSetVerifiedPublisherRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationSetVerifiedPublisherRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationSetVerifiedPublisherRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationSetVerifiedPublisherRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationSetVerifiedPublisherRequestBuilder">
            <summary>
            The interface IApplicationSetVerifiedPublisherRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationSetVerifiedPublisherRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTemplateInstantiateRequest">
            <summary>
            The interface IApplicationTemplateInstantiateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApplicationTemplateInstantiateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateInstantiateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateInstantiateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateInstantiateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateInstantiateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTemplateInstantiateRequestBuilder">
            <summary>
            The interface IApplicationTemplateInstantiateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateInstantiateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTemplateRequest">
            <summary>
            The interface IApplicationTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.CreateAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApplicationTemplate using POST.
            </summary>
            <param name="applicationTemplateToCreate">The ApplicationTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ApplicationTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.CreateResponseAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApplicationTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationTemplateToCreate">The ApplicationTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApplicationTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApplicationTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApplicationTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ApplicationTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApplicationTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.UpdateAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplicationTemplate using PATCH.
            </summary>
            <param name="applicationTemplateToUpdate">The ApplicationTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ApplicationTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.UpdateResponseAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplicationTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationTemplateToUpdate">The ApplicationTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.PutAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplicationTemplate using PUT.
            </summary>
            <param name="applicationTemplateToUpdate">The ApplicationTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.PutResponseAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplicationTemplate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationTemplateToUpdate">The ApplicationTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplicationTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplicationTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTemplateRequestBuilder">
            <summary>
            The interface IApplicationTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTemplateRequestBuilder.Instantiate(System.String)">
            <summary>
            Gets the request builder for ApplicationTemplateInstantiate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationTemplateInstantiateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionReferencesRequest">
            <summary>
            The interface IApplicationTokenIssuancePoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenIssuancePolicy to the collection via POST.
            </summary>
            <param name="tokenIssuancePolicy">The TokenIssuancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenIssuancePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="tokenIssuancePolicy">The TokenIssuancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder">
            <summary>
            The interface IApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesPage">
            <summary>
            The interface IApplicationTokenIssuancePoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest">
            <summary>
            The interface IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequestBuilder"/> for the specified TokenIssuancePolicy.
            </summary>
            <param name="id">The ID for the TokenIssuancePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationTokenIssuancePoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionReferencesRequest">
            <summary>
            The interface IApplicationTokenLifetimePoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenLifetimePolicy to the collection via POST.
            </summary>
            <param name="tokenLifetimePolicy">The TokenLifetimePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenLifetimePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="tokenLifetimePolicy">The TokenLifetimePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder">
            <summary>
            The interface IApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesPage">
            <summary>
            The interface IApplicationTokenLifetimePoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest">
            <summary>
            The interface IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequestBuilder"/> for the specified TokenLifetimePolicy.
            </summary>
            <param name="id">The ID for the TokenLifetimePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationTokenLifetimePoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationUnsetVerifiedPublisherRequest">
            <summary>
            The interface IApplicationUnsetVerifiedPublisherRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationUnsetVerifiedPublisherRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationUnsetVerifiedPublisherRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationUnsetVerifiedPublisherRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationUnsetVerifiedPublisherRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationUnsetVerifiedPublisherRequestBuilder">
            <summary>
            The interface IApplicationUnsetVerifiedPublisherRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationUnsetVerifiedPublisherRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationWithReferenceRequest">
            <summary>
            The interface IApplicationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Application.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Application and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequest.CreateAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Application using POST.
            </summary>
            <param name="applicationToCreate">The Application to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Application using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationToCreate">The Application to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequest.UpdateAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Application using PATCH.
            </summary>
            <param name="applicationToUpdate">The Application to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Application using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="applicationToUpdate">The Application to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Application.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Application and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Application,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Application,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplicationWithReferenceRequestBuilder">
            <summary>
            The interface IApplicationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplicationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApplicationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the application.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppRoleAssignmentRequest">
            <summary>
            The interface IAppRoleAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.CreateAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppRoleAssignment using POST.
            </summary>
            <param name="appRoleAssignmentToCreate">The AppRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.CreateResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppRoleAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appRoleAssignmentToCreate">The AppRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppRoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppRoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.UpdateAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppRoleAssignment using PATCH.
            </summary>
            <param name="appRoleAssignmentToUpdate">The AppRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppRoleAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appRoleAssignmentToUpdate">The AppRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.PutAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppRoleAssignment using PUT.
            </summary>
            <param name="appRoleAssignmentToUpdate">The AppRoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.PutResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppRoleAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appRoleAssignmentToUpdate">The AppRoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder">
            <summary>
            The interface IAppRoleAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppRoleAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApprovalFilterByCurrentUserCollectionPage">
            <summary>
            The interface IApprovalFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApprovalFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApprovalFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApprovalFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IApprovalFilterByCurrentUserRequest">
            <summary>
            The interface IApprovalFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApprovalFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApprovalFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IApprovalFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApprovalFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApprovalRequest">
            <summary>
            The interface IApprovalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.CreateAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Approval using POST.
            </summary>
            <param name="approvalToCreate">The Approval to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Approval.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.CreateResponseAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Approval using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="approvalToCreate">The Approval to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Approval.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Approval and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Approval.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Approval.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Approval and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.UpdateAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Approval using PATCH.
            </summary>
            <param name="approvalToUpdate">The Approval to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Approval.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.UpdateResponseAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Approval using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="approvalToUpdate">The Approval to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.PutAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Approval using PUT.
            </summary>
            <param name="approvalToUpdate">The Approval object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.PutResponseAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Approval using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="approvalToUpdate">The Approval object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Approval,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Approval,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApprovalRequestBuilder">
            <summary>
            The interface IApprovalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApprovalRequestBuilder.Stages">
            <summary>
            Gets the request builder for Stages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApprovalStagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApprovalStageRequest">
            <summary>
            The interface IApprovalStageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.CreateAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApprovalStage using POST.
            </summary>
            <param name="approvalStageToCreate">The ApprovalStage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ApprovalStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.CreateResponseAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApprovalStage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="approvalStageToCreate">The ApprovalStage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApprovalStage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApprovalStage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApprovalStage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ApprovalStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApprovalStage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.UpdateAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApprovalStage using PATCH.
            </summary>
            <param name="approvalStageToUpdate">The ApprovalStage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ApprovalStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.UpdateResponseAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApprovalStage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="approvalStageToUpdate">The ApprovalStage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.PutAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApprovalStage using PUT.
            </summary>
            <param name="approvalStageToUpdate">The ApprovalStage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.PutResponseAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApprovalStage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="approvalStageToUpdate">The ApprovalStage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApprovalStage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApprovalStage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApprovalStageRequestBuilder">
            <summary>
            The interface IApprovalStageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApprovalStagesCollectionPage">
            <summary>
            The interface IApprovalStagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IApprovalStagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IApprovalStagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IApprovalStagesCollectionRequest">
            <summary>
            The interface IApprovalStagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequest.AddAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ApprovalStage to the collection via POST.
            </summary>
            <param name="approvalStage">The ApprovalStage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ApprovalStage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequest.AddResponseAsync(Microsoft.Graph.ApprovalStage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ApprovalStage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="approvalStage">The ApprovalStage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApprovalStage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApprovalStage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApprovalStagesCollectionRequestBuilder">
            <summary>
            The interface IApprovalStagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApprovalStagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IApprovalStagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApprovalStageRequestBuilder"/> for the specified ApprovalStage.
            </summary>
            <param name="id">The ID for the ApprovalStage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IApprovalStageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppScopeReferenceRequest">
            <summary>
            The interface IAppScopeReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppScope reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppScope reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AppScope reference.
            </summary>
            <param name="id">The AppScope reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AppScope reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The AppScope reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppScopeReferenceRequestBuilder">
            <summary>
            The interface IAppScopeReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppScopeRequest">
            <summary>
            The interface IAppScopeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.CreateAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppScope using POST.
            </summary>
            <param name="appScopeToCreate">The AppScope to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppScope.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.CreateResponseAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppScope using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appScopeToCreate">The AppScope to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppScope.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppScope and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppScope.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppScope.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppScope and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.UpdateAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppScope using PATCH.
            </summary>
            <param name="appScopeToUpdate">The AppScope to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppScope.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.UpdateResponseAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppScope using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appScopeToUpdate">The AppScope to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.PutAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppScope using PUT.
            </summary>
            <param name="appScopeToUpdate">The AppScope object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.PutResponseAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppScope using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appScopeToUpdate">The AppScope object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppScope,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppScope,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppScopeRequestBuilder">
            <summary>
            The interface IAppScopeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppScopeWithReferenceRequest">
            <summary>
            The interface IAppScopeWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppScope.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppScope.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppScope and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequest.CreateAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppScope using POST.
            </summary>
            <param name="appScopeToCreate">The AppScope to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppScope.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppScope using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appScopeToCreate">The AppScope to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequest.UpdateAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppScope using PATCH.
            </summary>
            <param name="appScopeToUpdate">The AppScope to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AppScope.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AppScope,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppScope using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="appScopeToUpdate">The AppScope to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppScope.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppScope and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppScope,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppScope,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppScopeWithReferenceRequestBuilder">
            <summary>
            The interface IAppScopeWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppScopeWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAppScopeWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the appScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppScopeReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAssociatedTeamInfoRequest">
            <summary>
            The interface IAssociatedTeamInfoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.CreateAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AssociatedTeamInfo using POST.
            </summary>
            <param name="associatedTeamInfoToCreate">The AssociatedTeamInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AssociatedTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.CreateResponseAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AssociatedTeamInfo using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="associatedTeamInfoToCreate">The AssociatedTeamInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AssociatedTeamInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AssociatedTeamInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AssociatedTeamInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AssociatedTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AssociatedTeamInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.UpdateAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AssociatedTeamInfo using PATCH.
            </summary>
            <param name="associatedTeamInfoToUpdate">The AssociatedTeamInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AssociatedTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.UpdateResponseAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AssociatedTeamInfo using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="associatedTeamInfoToUpdate">The AssociatedTeamInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.PutAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AssociatedTeamInfo using PUT.
            </summary>
            <param name="associatedTeamInfoToUpdate">The AssociatedTeamInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.PutResponseAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AssociatedTeamInfo using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="associatedTeamInfoToUpdate">The AssociatedTeamInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AssociatedTeamInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AssociatedTeamInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAssociatedTeamInfoRequestBuilder">
            <summary>
            The interface IAssociatedTeamInfoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAssociatedTeamInfoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentBaseContentRequest">
            <summary>
            The interface IAttachmentBaseContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentBaseContentRequestBuilder">
            <summary>
            The interface IAttachmentBaseContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentBaseCreateUploadSessionRequest">
            <summary>
            The interface IAttachmentBaseCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAttachmentBaseCreateUploadSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseCreateUploadSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseCreateUploadSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseCreateUploadSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseCreateUploadSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentBaseCreateUploadSessionRequestBuilder">
            <summary>
            The interface IAttachmentBaseCreateUploadSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseCreateUploadSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentBaseRequest">
            <summary>
            The interface IAttachmentBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.CreateAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttachmentBase using POST.
            </summary>
            <param name="attachmentBaseToCreate">The AttachmentBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttachmentBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.CreateResponseAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttachmentBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentBaseToCreate">The AttachmentBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttachmentBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttachmentBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttachmentBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AttachmentBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttachmentBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.UpdateAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentBase using PATCH.
            </summary>
            <param name="attachmentBaseToUpdate">The AttachmentBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AttachmentBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.UpdateResponseAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentBaseToUpdate">The AttachmentBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.PutAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentBase using PUT.
            </summary>
            <param name="attachmentBaseToUpdate">The AttachmentBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.PutResponseAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentBaseToUpdate">The AttachmentBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentBaseRequestBuilder">
            <summary>
            The interface IAttachmentBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAttachmentBaseRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentBaseContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentCreateUploadSessionRequest">
            <summary>
            The interface IAttachmentCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAttachmentCreateUploadSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentCreateUploadSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentCreateUploadSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentCreateUploadSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentCreateUploadSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentCreateUploadSessionRequestBuilder">
            <summary>
            The interface IAttachmentCreateUploadSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentCreateUploadSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentRequest">
            <summary>
            The interface IAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.CreateAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Attachment using POST.
            </summary>
            <param name="attachmentToCreate">The Attachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.CreateResponseAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Attachment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentToCreate">The Attachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Attachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Attachment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Attachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Attachment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.UpdateAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Attachment using PATCH.
            </summary>
            <param name="attachmentToUpdate">The Attachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.UpdateResponseAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Attachment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentToUpdate">The Attachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.PutAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Attachment using PUT.
            </summary>
            <param name="attachmentToUpdate">The Attachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.PutResponseAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Attachment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentToUpdate">The Attachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentRequestBuilder">
            <summary>
            The interface IAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentSessionContentRequest">
            <summary>
            The interface IAttachmentSessionContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentSessionContentRequestBuilder">
            <summary>
            The interface IAttachmentSessionContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentSessionRequest">
            <summary>
            The interface IAttachmentSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.CreateAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttachmentSession using POST.
            </summary>
            <param name="attachmentSessionToCreate">The AttachmentSession to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttachmentSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.CreateResponseAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttachmentSession using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentSessionToCreate">The AttachmentSession to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttachmentSession.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttachmentSession and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttachmentSession.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AttachmentSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttachmentSession and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.UpdateAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentSession using PATCH.
            </summary>
            <param name="attachmentSessionToUpdate">The AttachmentSession to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AttachmentSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.UpdateResponseAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentSession using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentSessionToUpdate">The AttachmentSession to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.PutAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentSession using PUT.
            </summary>
            <param name="attachmentSessionToUpdate">The AttachmentSession object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.PutResponseAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttachmentSession using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attachmentSessionToUpdate">The AttachmentSession object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentSession,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentSession,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentSessionRequestBuilder">
            <summary>
            The interface IAttachmentSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAttachmentSessionRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentSessionContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttackSimulationRootRequest">
            <summary>
            The interface IAttackSimulationRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.CreateAsync(Microsoft.Graph.AttackSimulationRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttackSimulationRoot using POST.
            </summary>
            <param name="attackSimulationRootToCreate">The AttackSimulationRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttackSimulationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.CreateResponseAsync(Microsoft.Graph.AttackSimulationRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttackSimulationRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attackSimulationRootToCreate">The AttackSimulationRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttackSimulationRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttackSimulationRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttackSimulationRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AttackSimulationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttackSimulationRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.UpdateAsync(Microsoft.Graph.AttackSimulationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttackSimulationRoot using PATCH.
            </summary>
            <param name="attackSimulationRootToUpdate">The AttackSimulationRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AttackSimulationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.UpdateResponseAsync(Microsoft.Graph.AttackSimulationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttackSimulationRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attackSimulationRootToUpdate">The AttackSimulationRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.PutAsync(Microsoft.Graph.AttackSimulationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttackSimulationRoot using PUT.
            </summary>
            <param name="attackSimulationRootToUpdate">The AttackSimulationRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.PutResponseAsync(Microsoft.Graph.AttackSimulationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttackSimulationRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attackSimulationRootToUpdate">The AttackSimulationRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttackSimulationRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttackSimulationRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttackSimulationRootRequestBuilder">
            <summary>
            The interface IAttackSimulationRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAttackSimulationRootRequestBuilder.SimulationAutomations">
            <summary>
            Gets the request builder for SimulationAutomations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAttackSimulationRootRequestBuilder.Simulations">
            <summary>
            Gets the request builder for Simulations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionPage">
            <summary>
            The interface IAttackSimulationRootSimulationAutomationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest">
            <summary>
            The interface IAttackSimulationRootSimulationAutomationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest.AddAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SimulationAutomation to the collection via POST.
            </summary>
            <param name="simulationAutomation">The SimulationAutomation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SimulationAutomation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest.AddResponseAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SimulationAutomation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="simulationAutomation">The SimulationAutomation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequestBuilder">
            <summary>
            The interface IAttackSimulationRootSimulationAutomationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAttackSimulationRootSimulationAutomationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISimulationAutomationRequestBuilder"/> for the specified SimulationAutomation.
            </summary>
            <param name="id">The ID for the SimulationAutomation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISimulationAutomationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionPage">
            <summary>
            The interface IAttackSimulationRootSimulationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest">
            <summary>
            The interface IAttackSimulationRootSimulationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest.AddAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Simulation to the collection via POST.
            </summary>
            <param name="simulation">The Simulation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Simulation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest.AddResponseAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Simulation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="simulation">The Simulation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Simulation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Simulation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequestBuilder">
            <summary>
            The interface IAttackSimulationRootSimulationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAttackSimulationRootSimulationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISimulationRequestBuilder"/> for the specified Simulation.
            </summary>
            <param name="id">The ID for the Simulation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISimulationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttendanceRecordRequest">
            <summary>
            The interface IAttendanceRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.CreateAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttendanceRecord using POST.
            </summary>
            <param name="attendanceRecordToCreate">The AttendanceRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttendanceRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.CreateResponseAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AttendanceRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attendanceRecordToCreate">The AttendanceRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttendanceRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AttendanceRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttendanceRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AttendanceRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AttendanceRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.UpdateAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttendanceRecord using PATCH.
            </summary>
            <param name="attendanceRecordToUpdate">The AttendanceRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AttendanceRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.UpdateResponseAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttendanceRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attendanceRecordToUpdate">The AttendanceRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.PutAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttendanceRecord using PUT.
            </summary>
            <param name="attendanceRecordToUpdate">The AttendanceRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.PutResponseAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AttendanceRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="attendanceRecordToUpdate">The AttendanceRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttendanceRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttendanceRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttendanceRecordRequestBuilder">
            <summary>
            The interface IAttendanceRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttendanceRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAudioRoutingGroupRequest">
            <summary>
            The interface IAudioRoutingGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.CreateAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AudioRoutingGroup using POST.
            </summary>
            <param name="audioRoutingGroupToCreate">The AudioRoutingGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AudioRoutingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.CreateResponseAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AudioRoutingGroup using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="audioRoutingGroupToCreate">The AudioRoutingGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AudioRoutingGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AudioRoutingGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AudioRoutingGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AudioRoutingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AudioRoutingGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.UpdateAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AudioRoutingGroup using PATCH.
            </summary>
            <param name="audioRoutingGroupToUpdate">The AudioRoutingGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AudioRoutingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.UpdateResponseAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AudioRoutingGroup using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="audioRoutingGroupToUpdate">The AudioRoutingGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.PutAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AudioRoutingGroup using PUT.
            </summary>
            <param name="audioRoutingGroupToUpdate">The AudioRoutingGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.PutResponseAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AudioRoutingGroup using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="audioRoutingGroupToUpdate">The AudioRoutingGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AudioRoutingGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AudioRoutingGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAudioRoutingGroupRequestBuilder">
            <summary>
            The interface IAudioRoutingGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAudioRoutingGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditEventGetAuditActivityTypesCollectionPage">
            <summary>
            The interface IAuditEventGetAuditActivityTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuditEventGetAuditActivityTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditActivityTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequest">
            <summary>
            The interface IAuditEventGetAuditActivityTypesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequestBuilder">
            <summary>
            The interface IAuditEventGetAuditActivityTypesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditEventGetAuditCategoriesCollectionPage">
            <summary>
            The interface IAuditEventGetAuditCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuditEventGetAuditCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuditEventGetAuditCategoriesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuditEventGetAuditCategoriesRequest">
            <summary>
            The interface IAuditEventGetAuditCategoriesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditCategoriesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditCategoriesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditCategoriesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditCategoriesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditCategoriesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditCategoriesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditCategoriesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditCategoriesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditEventGetAuditCategoriesRequestBuilder">
            <summary>
            The interface IAuditEventGetAuditCategoriesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventGetAuditCategoriesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditEventRequest">
            <summary>
            The interface IAuditEventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.CreateAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuditEvent using POST.
            </summary>
            <param name="auditEventToCreate">The AuditEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuditEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.CreateResponseAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuditEvent using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="auditEventToCreate">The AuditEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuditEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuditEvent and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuditEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuditEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuditEvent and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.UpdateAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditEvent using PATCH.
            </summary>
            <param name="auditEventToUpdate">The AuditEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuditEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.UpdateResponseAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditEvent using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="auditEventToUpdate">The AuditEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.PutAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditEvent using PUT.
            </summary>
            <param name="auditEventToUpdate">The AuditEvent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.PutResponseAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditEvent using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="auditEventToUpdate">The AuditEvent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuditEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuditEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditEventRequestBuilder">
            <summary>
            The interface IAuditEventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditEventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionPage">
            <summary>
            The interface IAuditLogRootDirectoryAuditsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest">
            <summary>
            The interface IAuditLogRootDirectoryAuditsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryAudit to the collection via POST.
            </summary>
            <param name="directoryAudit">The DirectoryAudit to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryAudit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryAudit to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryAudit">The DirectoryAudit to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryAudit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryAudit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequestBuilder">
            <summary>
            The interface IAuditLogRootDirectoryAuditsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryAuditRequestBuilder"/> for the specified DirectoryAudit.
            </summary>
            <param name="id">The ID for the DirectoryAudit.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryAuditRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditLogRootProvisioningCollectionPage">
            <summary>
            The interface IAuditLogRootProvisioningCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuditLogRootProvisioningCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest">
            <summary>
            The interface IAuditLogRootProvisioningCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest.AddAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProvisioningObjectSummary to the collection via POST.
            </summary>
            <param name="provisioningObjectSummary">The ProvisioningObjectSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProvisioningObjectSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest.AddResponseAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProvisioningObjectSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="provisioningObjectSummary">The ProvisioningObjectSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProvisioningObjectSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProvisioningObjectSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequestBuilder">
            <summary>
            The interface IAuditLogRootProvisioningCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IProvisioningObjectSummaryRequestBuilder"/> for the specified ProvisioningObjectSummary.
            </summary>
            <param name="id">The ID for the ProvisioningObjectSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IProvisioningObjectSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditLogRootRequest">
            <summary>
            The interface IAuditLogRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.CreateAsync(Microsoft.Graph.AuditLogRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuditLogRoot using POST.
            </summary>
            <param name="auditLogRootToCreate">The AuditLogRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuditLogRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.CreateResponseAsync(Microsoft.Graph.AuditLogRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuditLogRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="auditLogRootToCreate">The AuditLogRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuditLogRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuditLogRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuditLogRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuditLogRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuditLogRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.UpdateAsync(Microsoft.Graph.AuditLogRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditLogRoot using PATCH.
            </summary>
            <param name="auditLogRootToUpdate">The AuditLogRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuditLogRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.UpdateResponseAsync(Microsoft.Graph.AuditLogRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditLogRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="auditLogRootToUpdate">The AuditLogRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.PutAsync(Microsoft.Graph.AuditLogRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditLogRoot using PUT.
            </summary>
            <param name="auditLogRootToUpdate">The AuditLogRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.PutResponseAsync(Microsoft.Graph.AuditLogRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuditLogRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="auditLogRootToUpdate">The AuditLogRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuditLogRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuditLogRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditLogRootRequestBuilder">
            <summary>
            The interface IAuditLogRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuditLogRootRequestBuilder.DirectoryAudits">
            <summary>
            Gets the request builder for DirectoryAudits.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuditLogRootDirectoryAuditsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuditLogRootRequestBuilder.Provisioning">
            <summary>
            Gets the request builder for Provisioning.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuditLogRootProvisioningCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuditLogRootRequestBuilder.SignIns">
            <summary>
            Gets the request builder for SignIns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuditLogRootSignInsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditLogRootSignInsCollectionPage">
            <summary>
            The interface IAuditLogRootSignInsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuditLogRootSignInsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest">
            <summary>
            The interface IAuditLogRootSignInsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest.AddAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SignIn to the collection via POST.
            </summary>
            <param name="signIn">The SignIn to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SignIn.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest.AddResponseAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SignIn to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="signIn">The SignIn to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SignIn,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SignIn,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuditLogRootSignInsCollectionRequestBuilder">
            <summary>
            The interface IAuditLogRootSignInsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuditLogRootSignInsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuditLogRootSignInsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISignInRequestBuilder"/> for the specified SignIn.
            </summary>
            <param name="id">The ID for the SignIn.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISignInRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationContextClassReferenceRequest">
            <summary>
            The interface IAuthenticationContextClassReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.CreateAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationContextClassReference using POST.
            </summary>
            <param name="authenticationContextClassReferenceToCreate">The AuthenticationContextClassReference to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationContextClassReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.CreateResponseAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationContextClassReference using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationContextClassReferenceToCreate">The AuthenticationContextClassReference to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationContextClassReference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationContextClassReference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationContextClassReference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthenticationContextClassReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationContextClassReference and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.UpdateAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationContextClassReference using PATCH.
            </summary>
            <param name="authenticationContextClassReferenceToUpdate">The AuthenticationContextClassReference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthenticationContextClassReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.UpdateResponseAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationContextClassReference using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationContextClassReferenceToUpdate">The AuthenticationContextClassReference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.PutAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationContextClassReference using PUT.
            </summary>
            <param name="authenticationContextClassReferenceToUpdate">The AuthenticationContextClassReference object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.PutResponseAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationContextClassReference using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationContextClassReferenceToUpdate">The AuthenticationContextClassReference object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationContextClassReference,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationContextClassReference,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationContextClassReferenceRequestBuilder">
            <summary>
            The interface IAuthenticationContextClassReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationContextClassReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationEmailMethodsCollectionPage">
            <summary>
            The interface IAuthenticationEmailMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationEmailMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest">
            <summary>
            The interface IAuthenticationEmailMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest.AddAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EmailAuthenticationMethod to the collection via POST.
            </summary>
            <param name="emailAuthenticationMethod">The EmailAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EmailAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EmailAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="emailAuthenticationMethod">The EmailAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequestBuilder">
            <summary>
            The interface IAuthenticationEmailMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEmailAuthenticationMethodRequestBuilder"/> for the specified EmailAuthenticationMethod.
            </summary>
            <param name="id">The ID for the EmailAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEmailAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationFido2MethodsCollectionPage">
            <summary>
            The interface IAuthenticationFido2MethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationFido2MethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest">
            <summary>
            The interface IAuthenticationFido2MethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest.AddAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Fido2AuthenticationMethod to the collection via POST.
            </summary>
            <param name="fido2AuthenticationMethod">The Fido2AuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Fido2AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Fido2AuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="fido2AuthenticationMethod">The Fido2AuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Fido2AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Fido2AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequestBuilder">
            <summary>
            The interface IAuthenticationFido2MethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IFido2AuthenticationMethodRequestBuilder"/> for the specified Fido2AuthenticationMethod.
            </summary>
            <param name="id">The ID for the Fido2AuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IFido2AuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationFlowsPolicyRequest">
            <summary>
            The interface IAuthenticationFlowsPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.CreateAsync(Microsoft.Graph.AuthenticationFlowsPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationFlowsPolicy using POST.
            </summary>
            <param name="authenticationFlowsPolicyToCreate">The AuthenticationFlowsPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationFlowsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.CreateResponseAsync(Microsoft.Graph.AuthenticationFlowsPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationFlowsPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationFlowsPolicyToCreate">The AuthenticationFlowsPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationFlowsPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationFlowsPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationFlowsPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthenticationFlowsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationFlowsPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.UpdateAsync(Microsoft.Graph.AuthenticationFlowsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationFlowsPolicy using PATCH.
            </summary>
            <param name="authenticationFlowsPolicyToUpdate">The AuthenticationFlowsPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthenticationFlowsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.UpdateResponseAsync(Microsoft.Graph.AuthenticationFlowsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationFlowsPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationFlowsPolicyToUpdate">The AuthenticationFlowsPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.PutAsync(Microsoft.Graph.AuthenticationFlowsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationFlowsPolicy using PUT.
            </summary>
            <param name="authenticationFlowsPolicyToUpdate">The AuthenticationFlowsPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.PutResponseAsync(Microsoft.Graph.AuthenticationFlowsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationFlowsPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationFlowsPolicyToUpdate">The AuthenticationFlowsPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationFlowsPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationFlowsPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationFlowsPolicyRequestBuilder">
            <summary>
            The interface IAuthenticationFlowsPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationFlowsPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodConfigurationRequest">
            <summary>
            The interface IAuthenticationMethodConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.CreateAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethodConfiguration using POST.
            </summary>
            <param name="authenticationMethodConfigurationToCreate">The AuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.CreateResponseAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethodConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodConfigurationToCreate">The AuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.UpdateAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodConfiguration using PATCH.
            </summary>
            <param name="authenticationMethodConfigurationToUpdate">The AuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodConfigurationToUpdate">The AuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.PutAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodConfiguration using PUT.
            </summary>
            <param name="authenticationMethodConfigurationToUpdate">The AuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.PutResponseAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodConfigurationToUpdate">The AuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodConfigurationRequestBuilder">
            <summary>
            The interface IAuthenticationMethodConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodRequest">
            <summary>
            The interface IAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethod using POST.
            </summary>
            <param name="authenticationMethodToCreate">The AuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodToCreate">The AuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethod using PATCH.
            </summary>
            <param name="authenticationMethodToUpdate">The AuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodToUpdate">The AuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.PutAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethod using PUT.
            </summary>
            <param name="authenticationMethodToUpdate">The AuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodToUpdate">The AuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodRequestBuilder">
            <summary>
            The interface IAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodRequestBuilder.ResetPassword(System.String)">
            <summary>
            Gets the request builder for AuthenticationMethodResetPassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodResetPasswordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodResetPasswordRequest">
            <summary>
            The interface IAuthenticationMethodResetPasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationMethodResetPasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodResetPasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodResetPasswordRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodResetPasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodResetPasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodResetPasswordRequestBuilder">
            <summary>
            The interface IAuthenticationMethodResetPasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodResetPasswordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodsCollectionPage">
            <summary>
            The interface IAuthenticationMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodsCollectionRequest">
            <summary>
            The interface IAuthenticationMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethod to the collection via POST.
            </summary>
            <param name="authenticationMethod">The AuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethod">The AuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodsCollectionRequestBuilder">
            <summary>
            The interface IAuthenticationMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodRequestBuilder"/> for the specified AuthenticationMethod.
            </summary>
            <param name="id">The ID for the AuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionPage">
            <summary>
            The interface IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest">
            <summary>
            The interface IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodConfiguration to the collection via POST.
            </summary>
            <param name="authenticationMethodConfiguration">The AuthenticationMethodConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethodConfiguration">The AuthenticationMethodConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder">
            <summary>
            The interface IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodConfigurationRequestBuilder"/> for the specified AuthenticationMethodConfiguration.
            </summary>
            <param name="id">The ID for the AuthenticationMethodConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodsPolicyRequest">
            <summary>
            The interface IAuthenticationMethodsPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.CreateAsync(Microsoft.Graph.AuthenticationMethodsPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethodsPolicy using POST.
            </summary>
            <param name="authenticationMethodsPolicyToCreate">The AuthenticationMethodsPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.CreateResponseAsync(Microsoft.Graph.AuthenticationMethodsPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethodsPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodsPolicyToCreate">The AuthenticationMethodsPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethodsPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethodsPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethodsPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthenticationMethodsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethodsPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.UpdateAsync(Microsoft.Graph.AuthenticationMethodsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodsPolicy using PATCH.
            </summary>
            <param name="authenticationMethodsPolicyToUpdate">The AuthenticationMethodsPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthenticationMethodsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.UpdateResponseAsync(Microsoft.Graph.AuthenticationMethodsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodsPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodsPolicyToUpdate">The AuthenticationMethodsPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.PutAsync(Microsoft.Graph.AuthenticationMethodsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodsPolicy using PUT.
            </summary>
            <param name="authenticationMethodsPolicyToUpdate">The AuthenticationMethodsPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.PutResponseAsync(Microsoft.Graph.AuthenticationMethodsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodsPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodsPolicyToUpdate">The AuthenticationMethodsPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodsPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodsPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodsPolicyRequestBuilder">
            <summary>
            The interface IAuthenticationMethodsPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodsPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationMethodsPolicyRequestBuilder.AuthenticationMethodConfigurations">
            <summary>
            Gets the request builder for AuthenticationMethodConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodsPolicyAuthenticationMethodConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodTargetRequest">
            <summary>
            The interface IAuthenticationMethodTargetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.CreateAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethodTarget using POST.
            </summary>
            <param name="authenticationMethodTargetToCreate">The AuthenticationMethodTarget to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.CreateResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthenticationMethodTarget using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodTargetToCreate">The AuthenticationMethodTarget to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethodTarget.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthenticationMethodTarget and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethodTarget.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthenticationMethodTarget and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.UpdateAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodTarget using PATCH.
            </summary>
            <param name="authenticationMethodTargetToUpdate">The AuthenticationMethodTarget to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.UpdateResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodTarget using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodTargetToUpdate">The AuthenticationMethodTarget to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.PutAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodTarget using PUT.
            </summary>
            <param name="authenticationMethodTargetToUpdate">The AuthenticationMethodTarget object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.PutResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthenticationMethodTarget using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationMethodTargetToUpdate">The AuthenticationMethodTarget object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder">
            <summary>
            The interface IAuthenticationMethodTargetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionPage">
            <summary>
            The interface IAuthenticationMicrosoftAuthenticatorMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest">
            <summary>
            The interface IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.AddAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MicrosoftAuthenticatorAuthenticationMethod to the collection via POST.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethod">The MicrosoftAuthenticatorAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftAuthenticatorAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MicrosoftAuthenticatorAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethod">The MicrosoftAuthenticatorAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder">
            <summary>
            The interface IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequestBuilder"/> for the specified MicrosoftAuthenticatorAuthenticationMethod.
            </summary>
            <param name="id">The ID for the MicrosoftAuthenticatorAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationOperationsCollectionPage">
            <summary>
            The interface IAuthenticationOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationOperationsCollectionRequest">
            <summary>
            The interface IAuthenticationOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequest.AddAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LongRunningOperation to the collection via POST.
            </summary>
            <param name="longRunningOperation">The LongRunningOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LongRunningOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="longRunningOperation">The LongRunningOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LongRunningOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LongRunningOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationOperationsCollectionRequestBuilder">
            <summary>
            The interface IAuthenticationOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ILongRunningOperationRequestBuilder"/> for the specified LongRunningOperation.
            </summary>
            <param name="id">The ID for the LongRunningOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ILongRunningOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionPage">
            <summary>
            The interface IAuthenticationPasswordMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest">
            <summary>
            The interface IAuthenticationPasswordMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest.AddAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PasswordAuthenticationMethod to the collection via POST.
            </summary>
            <param name="passwordAuthenticationMethod">The PasswordAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PasswordAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PasswordAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="passwordAuthenticationMethod">The PasswordAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PasswordAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PasswordAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequestBuilder">
            <summary>
            The interface IAuthenticationPasswordMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPasswordAuthenticationMethodRequestBuilder"/> for the specified PasswordAuthenticationMethod.
            </summary>
            <param name="id">The ID for the PasswordAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPasswordAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionPage">
            <summary>
            The interface IAuthenticationPhoneMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest">
            <summary>
            The interface IAuthenticationPhoneMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest.AddAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PhoneAuthenticationMethod to the collection via POST.
            </summary>
            <param name="phoneAuthenticationMethod">The PhoneAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PhoneAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PhoneAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="phoneAuthenticationMethod">The PhoneAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PhoneAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PhoneAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequestBuilder">
            <summary>
            The interface IAuthenticationPhoneMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPhoneAuthenticationMethodRequestBuilder"/> for the specified PhoneAuthenticationMethod.
            </summary>
            <param name="id">The ID for the PhoneAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPhoneAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationRequest">
            <summary>
            The interface IAuthenticationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.CreateAsync(Microsoft.Graph.Authentication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Authentication using POST.
            </summary>
            <param name="authenticationToCreate">The Authentication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Authentication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.CreateResponseAsync(Microsoft.Graph.Authentication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Authentication using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationToCreate">The Authentication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Authentication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Authentication and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Authentication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Authentication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Authentication and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.UpdateAsync(Microsoft.Graph.Authentication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Authentication using PATCH.
            </summary>
            <param name="authenticationToUpdate">The Authentication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Authentication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.UpdateResponseAsync(Microsoft.Graph.Authentication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Authentication using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationToUpdate">The Authentication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.PutAsync(Microsoft.Graph.Authentication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Authentication using PUT.
            </summary>
            <param name="authenticationToUpdate">The Authentication object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.PutResponseAsync(Microsoft.Graph.Authentication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Authentication using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authenticationToUpdate">The Authentication object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Authentication,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Authentication,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationRequestBuilder">
            <summary>
            The interface IAuthenticationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationRequestBuilder.EmailMethods">
            <summary>
            Gets the request builder for EmailMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationEmailMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationRequestBuilder.Fido2Methods">
            <summary>
            Gets the request builder for Fido2Methods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationFido2MethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationRequestBuilder.Methods">
            <summary>
            Gets the request builder for Methods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationRequestBuilder.MicrosoftAuthenticatorMethods">
            <summary>
            Gets the request builder for MicrosoftAuthenticatorMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMicrosoftAuthenticatorMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationRequestBuilder.PasswordMethods">
            <summary>
            Gets the request builder for PasswordMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationPasswordMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationRequestBuilder.PhoneMethods">
            <summary>
            Gets the request builder for PhoneMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationPhoneMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationRequestBuilder.SoftwareOathMethods">
            <summary>
            Gets the request builder for SoftwareOathMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationRequestBuilder.TemporaryAccessPassMethods">
            <summary>
            Gets the request builder for TemporaryAccessPassMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationRequestBuilder.WindowsHelloForBusinessMethods">
            <summary>
            Gets the request builder for WindowsHelloForBusinessMethods.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionPage">
            <summary>
            The interface IAuthenticationSoftwareOathMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest">
            <summary>
            The interface IAuthenticationSoftwareOathMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest.AddAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SoftwareOathAuthenticationMethod to the collection via POST.
            </summary>
            <param name="softwareOathAuthenticationMethod">The SoftwareOathAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SoftwareOathAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SoftwareOathAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="softwareOathAuthenticationMethod">The SoftwareOathAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequestBuilder">
            <summary>
            The interface IAuthenticationSoftwareOathMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationSoftwareOathMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequestBuilder"/> for the specified SoftwareOathAuthenticationMethod.
            </summary>
            <param name="id">The ID for the SoftwareOathAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionPage">
            <summary>
            The interface IAuthenticationTemporaryAccessPassMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest">
            <summary>
            The interface IAuthenticationTemporaryAccessPassMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest.AddAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TemporaryAccessPassAuthenticationMethod to the collection via POST.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethod">The TemporaryAccessPassAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TemporaryAccessPassAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TemporaryAccessPassAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethod">The TemporaryAccessPassAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder">
            <summary>
            The interface IAuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationTemporaryAccessPassMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequestBuilder"/> for the specified TemporaryAccessPassAuthenticationMethod.
            </summary>
            <param name="id">The ID for the TemporaryAccessPassAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionPage">
            <summary>
            The interface IAuthenticationWindowsHelloForBusinessMethodsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest">
            <summary>
            The interface IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest.AddAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsHelloForBusinessAuthenticationMethod to the collection via POST.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethod">The WindowsHelloForBusinessAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsHelloForBusinessAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsHelloForBusinessAuthenticationMethod to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethod">The WindowsHelloForBusinessAuthenticationMethod to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder">
            <summary>
            The interface IAuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAuthenticationWindowsHelloForBusinessMethodsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequestBuilder"/> for the specified WindowsHelloForBusinessAuthenticationMethod.
            </summary>
            <param name="id">The ID for the WindowsHelloForBusinessAuthenticationMethod.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthoredNoteRequest">
            <summary>
            The interface IAuthoredNoteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.CreateAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthoredNote using POST.
            </summary>
            <param name="authoredNoteToCreate">The AuthoredNote to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthoredNote.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.CreateResponseAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthoredNote using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authoredNoteToCreate">The AuthoredNote to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthoredNote.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthoredNote and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthoredNote.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthoredNote.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthoredNote and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.UpdateAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthoredNote using PATCH.
            </summary>
            <param name="authoredNoteToUpdate">The AuthoredNote to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthoredNote.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.UpdateResponseAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthoredNote using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authoredNoteToUpdate">The AuthoredNote to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.PutAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthoredNote using PUT.
            </summary>
            <param name="authoredNoteToUpdate">The AuthoredNote object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.PutResponseAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthoredNote using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authoredNoteToUpdate">The AuthoredNote object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthoredNote,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthoredNote,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthoredNoteRequestBuilder">
            <summary>
            The interface IAuthoredNoteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthoredNoteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthorizationPolicyRequest">
            <summary>
            The interface IAuthorizationPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.CreateAsync(Microsoft.Graph.AuthorizationPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthorizationPolicy using POST.
            </summary>
            <param name="authorizationPolicyToCreate">The AuthorizationPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthorizationPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.CreateResponseAsync(Microsoft.Graph.AuthorizationPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AuthorizationPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authorizationPolicyToCreate">The AuthorizationPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthorizationPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AuthorizationPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthorizationPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AuthorizationPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AuthorizationPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.UpdateAsync(Microsoft.Graph.AuthorizationPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthorizationPolicy using PATCH.
            </summary>
            <param name="authorizationPolicyToUpdate">The AuthorizationPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated AuthorizationPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.UpdateResponseAsync(Microsoft.Graph.AuthorizationPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthorizationPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authorizationPolicyToUpdate">The AuthorizationPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.PutAsync(Microsoft.Graph.AuthorizationPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthorizationPolicy using PUT.
            </summary>
            <param name="authorizationPolicyToUpdate">The AuthorizationPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.PutResponseAsync(Microsoft.Graph.AuthorizationPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AuthorizationPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="authorizationPolicyToUpdate">The AuthorizationPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthorizationPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthorizationPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAuthorizationPolicyRequestBuilder">
            <summary>
            The interface IAuthorizationPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAuthorizationPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionReferencesRequest">
            <summary>
            The interface IB2xIdentityUserFlowIdentityProvidersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionReferencesRequest.AddAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProvider to the collection via POST.
            </summary>
            <param name="identityProvider">The IdentityProvider to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProvider to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityProvider">The IdentityProvider to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder">
            <summary>
            The interface IB2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesPage">
            <summary>
            The interface IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest">
            <summary>
            The interface IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityProviderWithReferenceRequestBuilder"/> for the specified IdentityProvider.
            </summary>
            <param name="id">The ID for the IdentityProvider.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionPage">
            <summary>
            The interface IB2xIdentityUserFlowLanguagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest">
            <summary>
            The interface IB2xIdentityUserFlowLanguagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest.AddAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserFlowLanguageConfiguration to the collection via POST.
            </summary>
            <param name="userFlowLanguageConfiguration">The UserFlowLanguageConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserFlowLanguageConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest.AddResponseAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserFlowLanguageConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userFlowLanguageConfiguration">The UserFlowLanguageConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguageConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguageConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequestBuilder">
            <summary>
            The interface IB2xIdentityUserFlowLanguagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationRequestBuilder"/> for the specified UserFlowLanguageConfiguration.
            </summary>
            <param name="id">The ID for the UserFlowLanguageConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowRequest">
            <summary>
            The interface IB2xIdentityUserFlowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.CreateAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified B2xIdentityUserFlow using POST.
            </summary>
            <param name="b2xIdentityUserFlowToCreate">The B2xIdentityUserFlow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created B2xIdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.CreateResponseAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified B2xIdentityUserFlow using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="b2xIdentityUserFlowToCreate">The B2xIdentityUserFlow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified B2xIdentityUserFlow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified B2xIdentityUserFlow and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified B2xIdentityUserFlow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The B2xIdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified B2xIdentityUserFlow and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.UpdateAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified B2xIdentityUserFlow using PATCH.
            </summary>
            <param name="b2xIdentityUserFlowToUpdate">The B2xIdentityUserFlow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated B2xIdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.UpdateResponseAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified B2xIdentityUserFlow using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="b2xIdentityUserFlowToUpdate">The B2xIdentityUserFlow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.PutAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified B2xIdentityUserFlow using PUT.
            </summary>
            <param name="b2xIdentityUserFlowToUpdate">The B2xIdentityUserFlow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.PutResponseAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified B2xIdentityUserFlow using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="b2xIdentityUserFlowToUpdate">The B2xIdentityUserFlow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.B2xIdentityUserFlow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.B2xIdentityUserFlow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowRequestBuilder">
            <summary>
            The interface IB2xIdentityUserFlowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowRequestBuilder.IdentityProviders">
            <summary>
            Gets the request builder for IdentityProviders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowRequestBuilder.Languages">
            <summary>
            Gets the request builder for Languages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowLanguagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowRequestBuilder.UserAttributeAssignments">
            <summary>
            Gets the request builder for UserAttributeAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowRequestBuilder.UserFlowIdentityProviders">
            <summary>
            Gets the request builder for UserFlowIdentityProviders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionPage">
            <summary>
            The interface IB2xIdentityUserFlowUserAttributeAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest">
            <summary>
            The interface IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityUserFlowAttributeAssignment to the collection via POST.
            </summary>
            <param name="identityUserFlowAttributeAssignment">The IdentityUserFlowAttributeAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityUserFlowAttributeAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityUserFlowAttributeAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityUserFlowAttributeAssignment">The IdentityUserFlowAttributeAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequestBuilder"/> for the specified IdentityUserFlowAttributeAssignment.
            </summary>
            <param name="id">The ID for the IdentityUserFlowAttributeAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.SetOrder(Microsoft.Graph.AssignmentOrder)">
            <summary>
            Gets the request builder for IdentityUserFlowAttributeAssignmentSetOrder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentSetOrderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserAttributeAssignmentsCollectionRequestBuilder.GetOrder">
            <summary>
            Gets the request builder for IdentityUserFlowAttributeAssignmentGetOrder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentGetOrderRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequest">
            <summary>
            The interface IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequest.AddAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProviderBase to the collection via POST.
            </summary>
            <param name="identityProviderBase">The IdentityProviderBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProviderBase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityProviderBase">The IdentityProviderBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder">
            <summary>
            The interface IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesPage">
            <summary>
            The interface IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest">
            <summary>
            The interface IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequestBuilder"/> for the specified IdentityProviderBase.
            </summary>
            <param name="id">The ID for the IdentityProviderBase.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowUserFlowIdentityProvidersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBaseItemRequest">
            <summary>
            The interface IBaseItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.CreateAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BaseItem using POST.
            </summary>
            <param name="baseItemToCreate">The BaseItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.CreateResponseAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BaseItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="baseItemToCreate">The BaseItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BaseItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BaseItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BaseItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BaseItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.UpdateAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItem using PATCH.
            </summary>
            <param name="baseItemToUpdate">The BaseItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.UpdateResponseAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="baseItemToUpdate">The BaseItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.PutAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItem using PUT.
            </summary>
            <param name="baseItemToUpdate">The BaseItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.PutResponseAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="baseItemToUpdate">The BaseItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBaseItemRequestBuilder">
            <summary>
            The interface IBaseItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBaseItemRequestBuilder.CreatedByUser">
            <summary>
            Gets the request builder for CreatedByUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBaseItemRequestBuilder.LastModifiedByUser">
            <summary>
            Gets the request builder for LastModifiedByUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBaseItemVersionRequest">
            <summary>
            The interface IBaseItemVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.CreateAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BaseItemVersion using POST.
            </summary>
            <param name="baseItemVersionToCreate">The BaseItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.CreateResponseAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BaseItemVersion using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="baseItemVersionToCreate">The BaseItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BaseItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BaseItemVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BaseItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BaseItemVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.UpdateAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItemVersion using PATCH.
            </summary>
            <param name="baseItemVersionToUpdate">The BaseItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.UpdateResponseAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItemVersion using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="baseItemVersionToUpdate">The BaseItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.PutAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItemVersion using PUT.
            </summary>
            <param name="baseItemVersionToUpdate">The BaseItemVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.PutResponseAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItemVersion using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="baseItemVersionToUpdate">The BaseItemVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBaseItemVersionRequestBuilder">
            <summary>
            The interface IBaseItemVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBitlockerRecoveryKeyRequest">
            <summary>
            The interface IBitlockerRecoveryKeyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.CreateAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BitlockerRecoveryKey using POST.
            </summary>
            <param name="bitlockerRecoveryKeyToCreate">The BitlockerRecoveryKey to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BitlockerRecoveryKey.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.CreateResponseAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BitlockerRecoveryKey using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bitlockerRecoveryKeyToCreate">The BitlockerRecoveryKey to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BitlockerRecoveryKey.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BitlockerRecoveryKey and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BitlockerRecoveryKey.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BitlockerRecoveryKey.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BitlockerRecoveryKey and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.UpdateAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BitlockerRecoveryKey using PATCH.
            </summary>
            <param name="bitlockerRecoveryKeyToUpdate">The BitlockerRecoveryKey to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BitlockerRecoveryKey.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.UpdateResponseAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BitlockerRecoveryKey using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bitlockerRecoveryKeyToUpdate">The BitlockerRecoveryKey to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.PutAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BitlockerRecoveryKey using PUT.
            </summary>
            <param name="bitlockerRecoveryKeyToUpdate">The BitlockerRecoveryKey object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.PutResponseAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BitlockerRecoveryKey using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bitlockerRecoveryKeyToUpdate">The BitlockerRecoveryKey object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BitlockerRecoveryKey,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BitlockerRecoveryKey,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBitlockerRecoveryKeyRequestBuilder">
            <summary>
            The interface IBitlockerRecoveryKeyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBitlockerRecoveryKeysCollectionPage">
            <summary>
            The interface IBitlockerRecoveryKeysCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IBitlockerRecoveryKeysCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest">
            <summary>
            The interface IBitlockerRecoveryKeysCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest.AddAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BitlockerRecoveryKey to the collection via POST.
            </summary>
            <param name="bitlockerRecoveryKey">The BitlockerRecoveryKey to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BitlockerRecoveryKey.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest.AddResponseAsync(Microsoft.Graph.BitlockerRecoveryKey,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BitlockerRecoveryKey to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bitlockerRecoveryKey">The BitlockerRecoveryKey to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BitlockerRecoveryKey,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BitlockerRecoveryKey,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequestBuilder">
            <summary>
            The interface IBitlockerRecoveryKeysCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBitlockerRecoveryKeyRequestBuilder"/> for the specified BitlockerRecoveryKey.
            </summary>
            <param name="id">The ID for the BitlockerRecoveryKey.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBitlockerRecoveryKeyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBitlockerRequest">
            <summary>
            The interface IBitlockerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.CreateAsync(Microsoft.Graph.Bitlocker,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Bitlocker using POST.
            </summary>
            <param name="bitlockerToCreate">The Bitlocker to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Bitlocker.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.CreateResponseAsync(Microsoft.Graph.Bitlocker,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Bitlocker using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bitlockerToCreate">The Bitlocker to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Bitlocker.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Bitlocker and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Bitlocker.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Bitlocker.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Bitlocker and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.UpdateAsync(Microsoft.Graph.Bitlocker,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Bitlocker using PATCH.
            </summary>
            <param name="bitlockerToUpdate">The Bitlocker to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Bitlocker.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.UpdateResponseAsync(Microsoft.Graph.Bitlocker,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Bitlocker using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bitlockerToUpdate">The Bitlocker to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.PutAsync(Microsoft.Graph.Bitlocker,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Bitlocker using PUT.
            </summary>
            <param name="bitlockerToUpdate">The Bitlocker object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.PutResponseAsync(Microsoft.Graph.Bitlocker,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Bitlocker using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bitlockerToUpdate">The Bitlocker object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Bitlocker,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Bitlocker,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBitlockerRequestBuilder">
            <summary>
            The interface IBitlockerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBitlockerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBitlockerRequestBuilder.RecoveryKeys">
            <summary>
            Gets the request builder for RecoveryKeys.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBitlockerRecoveryKeysCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingAppointmentCancelRequest">
            <summary>
            The interface IBookingAppointmentCancelRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IBookingAppointmentCancelRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentCancelRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentCancelRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentCancelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentCancelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingAppointmentCancelRequestBuilder">
            <summary>
            The interface IBookingAppointmentCancelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentCancelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingAppointmentRequest">
            <summary>
            The interface IBookingAppointmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.CreateAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingAppointment using POST.
            </summary>
            <param name="bookingAppointmentToCreate">The BookingAppointment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingAppointment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.CreateResponseAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingAppointment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingAppointmentToCreate">The BookingAppointment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingAppointment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingAppointment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingAppointment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingAppointment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingAppointment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.UpdateAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingAppointment using PATCH.
            </summary>
            <param name="bookingAppointmentToUpdate">The BookingAppointment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingAppointment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.UpdateResponseAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingAppointment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingAppointmentToUpdate">The BookingAppointment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.PutAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingAppointment using PUT.
            </summary>
            <param name="bookingAppointmentToUpdate">The BookingAppointment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.PutResponseAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingAppointment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingAppointmentToUpdate">The BookingAppointment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingAppointment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingAppointment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingAppointmentRequestBuilder">
            <summary>
            The interface IBookingAppointmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingAppointmentRequestBuilder.Cancel(System.String)">
            <summary>
            Gets the request builder for BookingAppointmentCancel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingAppointmentCancelRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessAppointmentsCollectionPage">
            <summary>
            The interface IBookingBusinessAppointmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessAppointmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest">
            <summary>
            The interface IBookingBusinessAppointmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest.AddAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingAppointment to the collection via POST.
            </summary>
            <param name="bookingAppointment">The BookingAppointment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingAppointment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingAppointment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingAppointment">The BookingAppointment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingAppointment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingAppointment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequestBuilder">
            <summary>
            The interface IBookingBusinessAppointmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingAppointmentRequestBuilder"/> for the specified BookingAppointment.
            </summary>
            <param name="id">The ID for the BookingAppointment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingAppointmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessCalendarViewCollectionPage">
            <summary>
            The interface IBookingBusinessCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest">
            <summary>
            The interface IBookingBusinessCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingAppointment to the collection via POST.
            </summary>
            <param name="bookingAppointment">The BookingAppointment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingAppointment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingAppointment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingAppointment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingAppointment">The BookingAppointment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingAppointment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingAppointment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequestBuilder">
            <summary>
            The interface IBookingBusinessCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingAppointmentRequestBuilder"/> for the specified BookingAppointment.
            </summary>
            <param name="id">The ID for the BookingAppointment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingAppointmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessCustomersCollectionPage">
            <summary>
            The interface IBookingBusinessCustomersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessCustomersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest">
            <summary>
            The interface IBookingBusinessCustomersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest.AddAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingCustomerBase to the collection via POST.
            </summary>
            <param name="bookingCustomerBase">The BookingCustomerBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCustomerBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingCustomerBase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingCustomerBase">The BookingCustomerBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomerBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomerBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessCustomersCollectionRequestBuilder">
            <summary>
            The interface IBookingBusinessCustomersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessCustomersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingCustomerBaseRequestBuilder"/> for the specified BookingCustomerBase.
            </summary>
            <param name="id">The ID for the BookingCustomerBase.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingCustomerBaseRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionPage">
            <summary>
            The interface IBookingBusinessCustomQuestionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest">
            <summary>
            The interface IBookingBusinessCustomQuestionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest.AddAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingCustomQuestion to the collection via POST.
            </summary>
            <param name="bookingCustomQuestion">The BookingCustomQuestion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCustomQuestion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingCustomQuestion to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingCustomQuestion">The BookingCustomQuestion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomQuestion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomQuestion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequestBuilder">
            <summary>
            The interface IBookingBusinessCustomQuestionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingCustomQuestionRequestBuilder"/> for the specified BookingCustomQuestion.
            </summary>
            <param name="id">The ID for the BookingCustomQuestion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingCustomQuestionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityCollectionPage">
            <summary>
            The interface IBookingBusinessGetStaffAvailabilityCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequest">
            <summary>
            The interface IBookingBusinessGetStaffAvailabilityRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequestBuilder">
            <summary>
            The interface IBookingBusinessGetStaffAvailabilityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessPublishRequest">
            <summary>
            The interface IBookingBusinessPublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessPublishRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessPublishRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessPublishRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessPublishRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessPublishRequestBuilder">
            <summary>
            The interface IBookingBusinessPublishRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessPublishRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessRequest">
            <summary>
            The interface IBookingBusinessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.CreateAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingBusiness using POST.
            </summary>
            <param name="bookingBusinessToCreate">The BookingBusiness to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingBusiness.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.CreateResponseAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingBusiness using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingBusinessToCreate">The BookingBusiness to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingBusiness.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingBusiness and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingBusiness.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingBusiness.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingBusiness and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.UpdateAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingBusiness using PATCH.
            </summary>
            <param name="bookingBusinessToUpdate">The BookingBusiness to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingBusiness.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.UpdateResponseAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingBusiness using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingBusinessToUpdate">The BookingBusiness to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.PutAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingBusiness using PUT.
            </summary>
            <param name="bookingBusinessToUpdate">The BookingBusiness object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.PutResponseAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingBusiness using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingBusinessToUpdate">The BookingBusiness object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingBusiness,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingBusiness,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessRequestBuilder">
            <summary>
            The interface IBookingBusinessRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessRequestBuilder.Appointments">
            <summary>
            Gets the request builder for Appointments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessAppointmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessRequestBuilder.Customers">
            <summary>
            Gets the request builder for Customers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessCustomersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessRequestBuilder.CustomQuestions">
            <summary>
            Gets the request builder for CustomQuestions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessCustomQuestionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessRequestBuilder.Services">
            <summary>
            Gets the request builder for Services.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessServicesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessRequestBuilder.StaffMembers">
            <summary>
            Gets the request builder for StaffMembers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequestBuilder.GetStaffAvailability(System.Collections.Generic.IEnumerable{System.String},Microsoft.Graph.DateTimeTimeZone,Microsoft.Graph.DateTimeTimeZone)">
            <summary>
            Gets the request builder for BookingBusinessGetStaffAvailability.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessGetStaffAvailabilityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequestBuilder.Publish">
            <summary>
            Gets the request builder for BookingBusinessPublish.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessPublishRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessRequestBuilder.Unpublish">
            <summary>
            Gets the request builder for BookingBusinessUnpublish.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessUnpublishRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessServicesCollectionPage">
            <summary>
            The interface IBookingBusinessServicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessServicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessServicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessServicesCollectionRequest">
            <summary>
            The interface IBookingBusinessServicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequest.AddAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingService to the collection via POST.
            </summary>
            <param name="bookingService">The BookingService to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingService.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingService to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingService">The BookingService to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingService,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingService,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessServicesCollectionRequestBuilder">
            <summary>
            The interface IBookingBusinessServicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessServicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessServicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingServiceRequestBuilder"/> for the specified BookingService.
            </summary>
            <param name="id">The ID for the BookingService.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingServiceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessStaffMembersCollectionPage">
            <summary>
            The interface IBookingBusinessStaffMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessStaffMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest">
            <summary>
            The interface IBookingBusinessStaffMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest.AddAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingStaffMemberBase to the collection via POST.
            </summary>
            <param name="bookingStaffMemberBase">The BookingStaffMemberBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingStaffMemberBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingStaffMemberBase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingStaffMemberBase">The BookingStaffMemberBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingStaffMemberBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingStaffMemberBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequestBuilder">
            <summary>
            The interface IBookingBusinessStaffMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBookingBusinessStaffMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingStaffMemberBaseRequestBuilder"/> for the specified BookingStaffMemberBase.
            </summary>
            <param name="id">The ID for the BookingStaffMemberBase.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingStaffMemberBaseRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessUnpublishRequest">
            <summary>
            The interface IBookingBusinessUnpublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessUnpublishRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessUnpublishRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessUnpublishRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessUnpublishRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingBusinessUnpublishRequestBuilder">
            <summary>
            The interface IBookingBusinessUnpublishRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingBusinessUnpublishRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingCurrencyRequest">
            <summary>
            The interface IBookingCurrencyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.CreateAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCurrency using POST.
            </summary>
            <param name="bookingCurrencyToCreate">The BookingCurrency to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCurrency.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.CreateResponseAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCurrency using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCurrencyToCreate">The BookingCurrency to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCurrency.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCurrency and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCurrency.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingCurrency.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCurrency and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.UpdateAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCurrency using PATCH.
            </summary>
            <param name="bookingCurrencyToUpdate">The BookingCurrency to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingCurrency.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.UpdateResponseAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCurrency using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCurrencyToUpdate">The BookingCurrency to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.PutAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCurrency using PUT.
            </summary>
            <param name="bookingCurrencyToUpdate">The BookingCurrency object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.PutResponseAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCurrency using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCurrencyToUpdate">The BookingCurrency object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCurrency,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCurrency,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingCurrencyRequestBuilder">
            <summary>
            The interface IBookingCurrencyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCurrencyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingCustomerBaseRequest">
            <summary>
            The interface IBookingCustomerBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.CreateAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCustomerBase using POST.
            </summary>
            <param name="bookingCustomerBaseToCreate">The BookingCustomerBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCustomerBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.CreateResponseAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCustomerBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomerBaseToCreate">The BookingCustomerBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCustomerBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCustomerBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCustomerBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingCustomerBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCustomerBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.UpdateAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomerBase using PATCH.
            </summary>
            <param name="bookingCustomerBaseToUpdate">The BookingCustomerBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingCustomerBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.UpdateResponseAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomerBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomerBaseToUpdate">The BookingCustomerBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.PutAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomerBase using PUT.
            </summary>
            <param name="bookingCustomerBaseToUpdate">The BookingCustomerBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.PutResponseAsync(Microsoft.Graph.BookingCustomerBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomerBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomerBaseToUpdate">The BookingCustomerBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomerBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomerBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingCustomerBaseRequestBuilder">
            <summary>
            The interface IBookingCustomerBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingCustomerRequest">
            <summary>
            The interface IBookingCustomerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.CreateAsync(Microsoft.Graph.BookingCustomer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCustomer using POST.
            </summary>
            <param name="bookingCustomerToCreate">The BookingCustomer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCustomer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.CreateResponseAsync(Microsoft.Graph.BookingCustomer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCustomer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomerToCreate">The BookingCustomer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCustomer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCustomer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCustomer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingCustomer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCustomer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.UpdateAsync(Microsoft.Graph.BookingCustomer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomer using PATCH.
            </summary>
            <param name="bookingCustomerToUpdate">The BookingCustomer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingCustomer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.UpdateResponseAsync(Microsoft.Graph.BookingCustomer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomerToUpdate">The BookingCustomer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.PutAsync(Microsoft.Graph.BookingCustomer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomer using PUT.
            </summary>
            <param name="bookingCustomerToUpdate">The BookingCustomer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.PutResponseAsync(Microsoft.Graph.BookingCustomer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomer using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomerToUpdate">The BookingCustomer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingCustomerRequestBuilder">
            <summary>
            The interface IBookingCustomerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingCustomQuestionRequest">
            <summary>
            The interface IBookingCustomQuestionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.CreateAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCustomQuestion using POST.
            </summary>
            <param name="bookingCustomQuestionToCreate">The BookingCustomQuestion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCustomQuestion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.CreateResponseAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingCustomQuestion using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomQuestionToCreate">The BookingCustomQuestion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCustomQuestion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingCustomQuestion and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCustomQuestion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingCustomQuestion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingCustomQuestion and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.UpdateAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomQuestion using PATCH.
            </summary>
            <param name="bookingCustomQuestionToUpdate">The BookingCustomQuestion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingCustomQuestion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.UpdateResponseAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomQuestion using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomQuestionToUpdate">The BookingCustomQuestion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.PutAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomQuestion using PUT.
            </summary>
            <param name="bookingCustomQuestionToUpdate">The BookingCustomQuestion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.PutResponseAsync(Microsoft.Graph.BookingCustomQuestion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingCustomQuestion using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingCustomQuestionToUpdate">The BookingCustomQuestion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomQuestion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCustomQuestion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingCustomQuestionRequestBuilder">
            <summary>
            The interface IBookingCustomQuestionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingCustomQuestionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingServiceRequest">
            <summary>
            The interface IBookingServiceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.CreateAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingService using POST.
            </summary>
            <param name="bookingServiceToCreate">The BookingService to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingService.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.CreateResponseAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingService using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingServiceToCreate">The BookingService to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingService.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingService and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingService.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingService.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingService and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.UpdateAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingService using PATCH.
            </summary>
            <param name="bookingServiceToUpdate">The BookingService to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingService.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.UpdateResponseAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingService using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingServiceToUpdate">The BookingService to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.PutAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingService using PUT.
            </summary>
            <param name="bookingServiceToUpdate">The BookingService object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.PutResponseAsync(Microsoft.Graph.BookingService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingService using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingServiceToUpdate">The BookingService object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingService,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingService,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingServiceRequestBuilder">
            <summary>
            The interface IBookingServiceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingServiceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingStaffMemberBaseRequest">
            <summary>
            The interface IBookingStaffMemberBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.CreateAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingStaffMemberBase using POST.
            </summary>
            <param name="bookingStaffMemberBaseToCreate">The BookingStaffMemberBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingStaffMemberBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.CreateResponseAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingStaffMemberBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingStaffMemberBaseToCreate">The BookingStaffMemberBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingStaffMemberBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingStaffMemberBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingStaffMemberBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingStaffMemberBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingStaffMemberBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.UpdateAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMemberBase using PATCH.
            </summary>
            <param name="bookingStaffMemberBaseToUpdate">The BookingStaffMemberBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingStaffMemberBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.UpdateResponseAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMemberBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingStaffMemberBaseToUpdate">The BookingStaffMemberBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.PutAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMemberBase using PUT.
            </summary>
            <param name="bookingStaffMemberBaseToUpdate">The BookingStaffMemberBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.PutResponseAsync(Microsoft.Graph.BookingStaffMemberBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMemberBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingStaffMemberBaseToUpdate">The BookingStaffMemberBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingStaffMemberBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingStaffMemberBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingStaffMemberBaseRequestBuilder">
            <summary>
            The interface IBookingStaffMemberBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingStaffMemberRequest">
            <summary>
            The interface IBookingStaffMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.CreateAsync(Microsoft.Graph.BookingStaffMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingStaffMember using POST.
            </summary>
            <param name="bookingStaffMemberToCreate">The BookingStaffMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingStaffMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.CreateResponseAsync(Microsoft.Graph.BookingStaffMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BookingStaffMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingStaffMemberToCreate">The BookingStaffMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingStaffMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BookingStaffMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingStaffMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BookingStaffMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BookingStaffMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.UpdateAsync(Microsoft.Graph.BookingStaffMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMember using PATCH.
            </summary>
            <param name="bookingStaffMemberToUpdate">The BookingStaffMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BookingStaffMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.UpdateResponseAsync(Microsoft.Graph.BookingStaffMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingStaffMemberToUpdate">The BookingStaffMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.PutAsync(Microsoft.Graph.BookingStaffMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMember using PUT.
            </summary>
            <param name="bookingStaffMemberToUpdate">The BookingStaffMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.PutResponseAsync(Microsoft.Graph.BookingStaffMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BookingStaffMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="bookingStaffMemberToUpdate">The BookingStaffMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingStaffMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingStaffMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBookingStaffMemberRequestBuilder">
            <summary>
            The interface IBookingStaffMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBookingStaffMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBuiltInIdentityProviderRequest">
            <summary>
            The interface IBuiltInIdentityProviderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.CreateAsync(Microsoft.Graph.BuiltInIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BuiltInIdentityProvider using POST.
            </summary>
            <param name="builtInIdentityProviderToCreate">The BuiltInIdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BuiltInIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.CreateResponseAsync(Microsoft.Graph.BuiltInIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BuiltInIdentityProvider using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="builtInIdentityProviderToCreate">The BuiltInIdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BuiltInIdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BuiltInIdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BuiltInIdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BuiltInIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BuiltInIdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.UpdateAsync(Microsoft.Graph.BuiltInIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BuiltInIdentityProvider using PATCH.
            </summary>
            <param name="builtInIdentityProviderToUpdate">The BuiltInIdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated BuiltInIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.UpdateResponseAsync(Microsoft.Graph.BuiltInIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BuiltInIdentityProvider using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="builtInIdentityProviderToUpdate">The BuiltInIdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.PutAsync(Microsoft.Graph.BuiltInIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BuiltInIdentityProvider using PUT.
            </summary>
            <param name="builtInIdentityProviderToUpdate">The BuiltInIdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.PutResponseAsync(Microsoft.Graph.BuiltInIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BuiltInIdentityProvider using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="builtInIdentityProviderToUpdate">The BuiltInIdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BuiltInIdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BuiltInIdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBuiltInIdentityProviderRequestBuilder">
            <summary>
            The interface IBuiltInIdentityProviderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBuiltInIdentityProviderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesCollectionPage">
            <summary>
            The interface ICalendarAllowedCalendarSharingRolesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequest">
            <summary>
            The interface ICalendarAllowedCalendarSharingRolesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequestBuilder">
            <summary>
            The interface ICalendarAllowedCalendarSharingRolesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarCalendarPermissionsCollectionPage">
            <summary>
            The interface ICalendarCalendarPermissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarCalendarPermissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest">
            <summary>
            The interface ICalendarCalendarPermissionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest.AddAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CalendarPermission to the collection via POST.
            </summary>
            <param name="calendarPermission">The CalendarPermission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarPermission.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest.AddResponseAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CalendarPermission to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendarPermission">The CalendarPermission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarPermission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarPermission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequestBuilder">
            <summary>
            The interface ICalendarCalendarPermissionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarPermissionRequestBuilder"/> for the specified CalendarPermission.
            </summary>
            <param name="id">The ID for the CalendarPermission.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarPermissionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarCalendarViewCollectionPage">
            <summary>
            The interface ICalendarCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICalendarCalendarViewCollectionRequest">
            <summary>
            The interface ICalendarCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder">
            <summary>
            The interface ICalendarCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarEventsCollectionPage">
            <summary>
            The interface ICalendarEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICalendarEventsCollectionRequest">
            <summary>
            The interface ICalendarEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder">
            <summary>
            The interface ICalendarEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarGetScheduleCollectionPage">
            <summary>
            The interface ICalendarGetScheduleCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarGetScheduleCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarGetScheduleRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGetScheduleCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICalendarGetScheduleRequest">
            <summary>
            The interface ICalendarGetScheduleRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarGetScheduleRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGetScheduleRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGetScheduleRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGetScheduleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGetScheduleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGetScheduleRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGetScheduleRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGetScheduleRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGetScheduleRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarGetScheduleRequestBuilder">
            <summary>
            The interface ICalendarGetScheduleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGetScheduleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionPage">
            <summary>
            The interface ICalendarGroupCalendarsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarGroupCalendarsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest">
            <summary>
            The interface ICalendarGroupCalendarsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.AddAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Calendar to the collection via POST.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.AddResponseAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Calendar to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequestBuilder">
            <summary>
            The interface ICalendarGroupCalendarsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/> for the specified Calendar.
            </summary>
            <param name="id">The ID for the Calendar.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarGroupRequest">
            <summary>
            The interface ICalendarGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.CreateAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarGroup using POST.
            </summary>
            <param name="calendarGroupToCreate">The CalendarGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.CreateResponseAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarGroup using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarGroupToCreate">The CalendarGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.UpdateAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarGroup using PATCH.
            </summary>
            <param name="calendarGroupToUpdate">The CalendarGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.UpdateResponseAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarGroup using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarGroupToUpdate">The CalendarGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.PutAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarGroup using PUT.
            </summary>
            <param name="calendarGroupToUpdate">The CalendarGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.PutResponseAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarGroup using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarGroupToUpdate">The CalendarGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarGroupRequestBuilder">
            <summary>
            The interface ICalendarGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarGroupRequestBuilder.Calendars">
            <summary>
            Gets the request builder for Calendars.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface ICalendarMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface ICalendarMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarPermissionRequest">
            <summary>
            The interface ICalendarPermissionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.CreateAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarPermission using POST.
            </summary>
            <param name="calendarPermissionToCreate">The CalendarPermission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarPermission.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.CreateResponseAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarPermission using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarPermissionToCreate">The CalendarPermission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarPermission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarPermission and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarPermission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CalendarPermission.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarPermission and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.UpdateAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarPermission using PATCH.
            </summary>
            <param name="calendarPermissionToUpdate">The CalendarPermission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CalendarPermission.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.UpdateResponseAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarPermission using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarPermissionToUpdate">The CalendarPermission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.PutAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarPermission using PUT.
            </summary>
            <param name="calendarPermissionToUpdate">The CalendarPermission object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.PutResponseAsync(Microsoft.Graph.CalendarPermission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarPermission using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarPermissionToUpdate">The CalendarPermission object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarPermission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarPermission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarPermissionRequestBuilder">
            <summary>
            The interface ICalendarPermissionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarPermissionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarRequest">
            <summary>
            The interface ICalendarRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.CreateAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Calendar using POST.
            </summary>
            <param name="calendarToCreate">The Calendar to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.CreateResponseAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Calendar using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarToCreate">The Calendar to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Calendar.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Calendar and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Calendar.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Calendar and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.UpdateAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Calendar using PATCH.
            </summary>
            <param name="calendarToUpdate">The Calendar to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.UpdateResponseAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Calendar using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarToUpdate">The Calendar to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.PutAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Calendar using PUT.
            </summary>
            <param name="calendarToUpdate">The Calendar object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.PutResponseAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Calendar using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarToUpdate">The Calendar object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarRequestBuilder">
            <summary>
            The interface ICalendarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarRequestBuilder.CalendarPermissions">
            <summary>
            Gets the request builder for CalendarPermissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarCalendarPermissionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarRequestBuilder.Events">
            <summary>
            Gets the request builder for Events.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequestBuilder.GetSchedule(System.Collections.Generic.IEnumerable{System.String},Microsoft.Graph.DateTimeTimeZone,Microsoft.Graph.DateTimeTimeZone,System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for CalendarGetSchedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarGetScheduleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequestBuilder.AllowedCalendarSharingRoles(System.String)">
            <summary>
            Gets the request builder for CalendarAllowedCalendarSharingRoles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarAllowedCalendarSharingRolesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarSharingMessageAcceptRequest">
            <summary>
            The interface ICalendarSharingMessageAcceptRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageAcceptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageAcceptRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageAcceptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageAcceptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarSharingMessageAcceptRequestBuilder">
            <summary>
            The interface ICalendarSharingMessageAcceptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageAcceptRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarSharingMessageContentRequest">
            <summary>
            The interface ICalendarSharingMessageContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarSharingMessageContentRequestBuilder">
            <summary>
            The interface ICalendarSharingMessageContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarSharingMessageRequest">
            <summary>
            The interface ICalendarSharingMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.CreateAsync(Microsoft.Graph.CalendarSharingMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarSharingMessage using POST.
            </summary>
            <param name="calendarSharingMessageToCreate">The CalendarSharingMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarSharingMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.CreateResponseAsync(Microsoft.Graph.CalendarSharingMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarSharingMessage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarSharingMessageToCreate">The CalendarSharingMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarSharingMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarSharingMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarSharingMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CalendarSharingMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarSharingMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.UpdateAsync(Microsoft.Graph.CalendarSharingMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarSharingMessage using PATCH.
            </summary>
            <param name="calendarSharingMessageToUpdate">The CalendarSharingMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CalendarSharingMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.UpdateResponseAsync(Microsoft.Graph.CalendarSharingMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarSharingMessage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarSharingMessageToUpdate">The CalendarSharingMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.PutAsync(Microsoft.Graph.CalendarSharingMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarSharingMessage using PUT.
            </summary>
            <param name="calendarSharingMessageToUpdate">The CalendarSharingMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.PutResponseAsync(Microsoft.Graph.CalendarSharingMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarSharingMessage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="calendarSharingMessageToUpdate">The CalendarSharingMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarSharingMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarSharingMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarSharingMessageRequestBuilder">
            <summary>
            The interface ICalendarSharingMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSharingMessageRequestBuilder.Accept">
            <summary>
            Gets the request builder for CalendarSharingMessageAccept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarSharingMessageAcceptRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface ICalendarSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface ICalendarSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallAddLargeGalleryViewRequest">
            <summary>
            The interface ICallAddLargeGalleryViewRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallAddLargeGalleryViewRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallAddLargeGalleryViewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAddLargeGalleryViewRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAddLargeGalleryViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAddLargeGalleryViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallAddLargeGalleryViewRequestBuilder">
            <summary>
            The interface ICallAddLargeGalleryViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallAddLargeGalleryViewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallAnswerRequest">
            <summary>
            The interface ICallAnswerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallAnswerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallAnswerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAnswerRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAnswerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAnswerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallAnswerRequestBuilder">
            <summary>
            The interface ICallAnswerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallAnswerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallAudioRoutingGroupsCollectionPage">
            <summary>
            The interface ICallAudioRoutingGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallAudioRoutingGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest">
            <summary>
            The interface ICallAudioRoutingGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest.AddAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AudioRoutingGroup to the collection via POST.
            </summary>
            <param name="audioRoutingGroup">The AudioRoutingGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AudioRoutingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.AudioRoutingGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AudioRoutingGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="audioRoutingGroup">The AudioRoutingGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AudioRoutingGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AudioRoutingGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequestBuilder">
            <summary>
            The interface ICallAudioRoutingGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAudioRoutingGroupRequestBuilder"/> for the specified AudioRoutingGroup.
            </summary>
            <param name="id">The ID for the AudioRoutingGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAudioRoutingGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallCancelMediaProcessingRequest">
            <summary>
            The interface ICallCancelMediaProcessingRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallCancelMediaProcessingRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallCancelMediaProcessingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallCancelMediaProcessingRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallCancelMediaProcessingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallCancelMediaProcessingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallCancelMediaProcessingRequestBuilder">
            <summary>
            The interface ICallCancelMediaProcessingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallCancelMediaProcessingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallChangeScreenSharingRoleRequest">
            <summary>
            The interface ICallChangeScreenSharingRoleRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallChangeScreenSharingRoleRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallChangeScreenSharingRoleRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallChangeScreenSharingRoleRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallChangeScreenSharingRoleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallChangeScreenSharingRoleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallChangeScreenSharingRoleRequestBuilder">
            <summary>
            The interface ICallChangeScreenSharingRoleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallChangeScreenSharingRoleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallContentSharingSessionsCollectionPage">
            <summary>
            The interface ICallContentSharingSessionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallContentSharingSessionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest">
            <summary>
            The interface ICallContentSharingSessionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest.AddAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentSharingSession to the collection via POST.
            </summary>
            <param name="contentSharingSession">The ContentSharingSession to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentSharingSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest.AddResponseAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentSharingSession to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contentSharingSession">The ContentSharingSession to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentSharingSession,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentSharingSession,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallContentSharingSessionsCollectionRequestBuilder">
            <summary>
            The interface ICallContentSharingSessionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallContentSharingSessionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICallContentSharingSessionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentSharingSessionRequestBuilder"/> for the specified ContentSharingSession.
            </summary>
            <param name="id">The ID for the ContentSharingSession.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentSharingSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallKeepAliveRequest">
            <summary>
            The interface ICallKeepAliveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallKeepAliveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallKeepAliveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallKeepAliveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallKeepAliveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallKeepAliveRequestBuilder">
            <summary>
            The interface ICallKeepAliveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallKeepAliveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallLogTeleconferenceDeviceQualityRequest">
            <summary>
            The interface ICallLogTeleconferenceDeviceQualityRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallLogTeleconferenceDeviceQualityRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallLogTeleconferenceDeviceQualityRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallLogTeleconferenceDeviceQualityRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallLogTeleconferenceDeviceQualityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallLogTeleconferenceDeviceQualityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallLogTeleconferenceDeviceQualityRequestBuilder">
            <summary>
            The interface ICallLogTeleconferenceDeviceQualityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallLogTeleconferenceDeviceQualityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallMuteRequest">
            <summary>
            The interface ICallMuteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallMuteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallMuteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallMuteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallMuteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallMuteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallMuteRequestBuilder">
            <summary>
            The interface ICallMuteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallMuteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallOperationsCollectionPage">
            <summary>
            The interface ICallOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICallOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICallOperationsCollectionRequest">
            <summary>
            The interface ICallOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequest.AddAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CommsOperation to the collection via POST.
            </summary>
            <param name="commsOperation">The CommsOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CommsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CommsOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="commsOperation">The CommsOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CommsOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CommsOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallOperationsCollectionRequestBuilder">
            <summary>
            The interface ICallOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICallOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICommsOperationRequestBuilder"/> for the specified CommsOperation.
            </summary>
            <param name="id">The ID for the CommsOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICommsOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallParticipantsCollectionPage">
            <summary>
            The interface ICallParticipantsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallParticipantsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICallParticipantsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICallParticipantsCollectionRequest">
            <summary>
            The interface ICallParticipantsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequest.AddAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Participant to the collection via POST.
            </summary>
            <param name="participant">The Participant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Participant.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequest.AddResponseAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Participant to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="participant">The Participant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Participant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Participant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallParticipantsCollectionRequestBuilder">
            <summary>
            The interface ICallParticipantsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICallParticipantsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IParticipantRequestBuilder"/> for the specified Participant.
            </summary>
            <param name="id">The ID for the Participant.</param>
            <returns>The <see cref="T:Microsoft.Graph.IParticipantRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallParticipantsCollectionRequestBuilder.Invite(System.Collections.Generic.IEnumerable{Microsoft.Graph.InvitationParticipantInfo},System.String)">
            <summary>
            Gets the request builder for ParticipantInvite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IParticipantInviteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallPlayPromptRequest">
            <summary>
            The interface ICallPlayPromptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallPlayPromptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallPlayPromptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallPlayPromptRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallPlayPromptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallPlayPromptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallPlayPromptRequestBuilder">
            <summary>
            The interface ICallPlayPromptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallPlayPromptRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallRecordResponseRequest">
            <summary>
            The interface ICallRecordResponseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallRecordResponseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallRecordResponseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRecordResponseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRecordResponseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRecordResponseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallRecordResponseRequestBuilder">
            <summary>
            The interface ICallRecordResponseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallRecordResponseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallRedirectRequest">
            <summary>
            The interface ICallRedirectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallRedirectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallRedirectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRedirectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRedirectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRedirectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallRedirectRequestBuilder">
            <summary>
            The interface ICallRedirectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallRedirectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallRejectRequest">
            <summary>
            The interface ICallRejectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallRejectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallRejectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRejectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRejectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRejectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallRejectRequestBuilder">
            <summary>
            The interface ICallRejectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallRejectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallRequest">
            <summary>
            The interface ICallRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.CreateAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Call using POST.
            </summary>
            <param name="callToCreate">The Call to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.CreateResponseAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Call using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="callToCreate">The Call to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Call.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Call and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Call.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Call and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.UpdateAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Call using PATCH.
            </summary>
            <param name="callToUpdate">The Call to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.UpdateResponseAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Call using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="callToUpdate">The Call to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.PutAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Call using PUT.
            </summary>
            <param name="callToUpdate">The Call object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.PutResponseAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Call using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="callToUpdate">The Call object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Call,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Call,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallRequestBuilder">
            <summary>
            The interface ICallRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICallRequestBuilder.AudioRoutingGroups">
            <summary>
            Gets the request builder for AudioRoutingGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallAudioRoutingGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICallRequestBuilder.ContentSharingSessions">
            <summary>
            Gets the request builder for ContentSharingSessions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallContentSharingSessionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICallRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICallRequestBuilder.Participants">
            <summary>
            Gets the request builder for Participants.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallParticipantsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.Redirect(System.Collections.Generic.IEnumerable{Microsoft.Graph.InvitationParticipantInfo},System.Nullable{System.Int32},System.String)">
            <summary>
            Gets the request builder for CallRedirect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallRedirectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.AddLargeGalleryView(System.String)">
            <summary>
            Gets the request builder for CallAddLargeGalleryView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallAddLargeGalleryViewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.Answer(System.String,Microsoft.Graph.MediaConfig,System.Collections.Generic.IEnumerable{Microsoft.Graph.Modality},System.Nullable{System.Int32},Microsoft.Graph.IncomingCallOptions)">
            <summary>
            Gets the request builder for CallAnswer.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallAnswerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.CancelMediaProcessing(System.String)">
            <summary>
            Gets the request builder for CallCancelMediaProcessing.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallCancelMediaProcessingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.ChangeScreenSharingRole(Microsoft.Graph.ScreenSharingRole)">
            <summary>
            Gets the request builder for CallChangeScreenSharingRole.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallChangeScreenSharingRoleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.KeepAlive">
            <summary>
            Gets the request builder for CallKeepAlive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallKeepAliveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.Mute(System.String)">
            <summary>
            Gets the request builder for CallMute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallMuteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.PlayPrompt(System.Collections.Generic.IEnumerable{Microsoft.Graph.Prompt},System.String)">
            <summary>
            Gets the request builder for CallPlayPrompt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallPlayPromptRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.RecordResponse(System.Collections.Generic.IEnumerable{Microsoft.Graph.Prompt},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>
            Gets the request builder for CallRecordResponse.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallRecordResponseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.Reject(System.Nullable{Microsoft.Graph.RejectReason},System.String)">
            <summary>
            Gets the request builder for CallReject.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallRejectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.SubscribeToTone(System.String)">
            <summary>
            Gets the request builder for CallSubscribeToTone.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallSubscribeToToneRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.Transfer(Microsoft.Graph.InvitationParticipantInfo,Microsoft.Graph.ParticipantInfo)">
            <summary>
            Gets the request builder for CallTransfer.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallTransferRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.Unmute(System.String)">
            <summary>
            Gets the request builder for CallUnmute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallUnmuteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallRequestBuilder.UpdateRecordingStatus(Microsoft.Graph.RecordingStatus,System.String)">
            <summary>
            Gets the request builder for CallUpdateRecordingStatus.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallUpdateRecordingStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallSubscribeToToneRequest">
            <summary>
            The interface ICallSubscribeToToneRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallSubscribeToToneRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallSubscribeToToneRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallSubscribeToToneRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallSubscribeToToneRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallSubscribeToToneRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallSubscribeToToneRequestBuilder">
            <summary>
            The interface ICallSubscribeToToneRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallSubscribeToToneRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallTransferRequest">
            <summary>
            The interface ICallTransferRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallTransferRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallTransferRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallTransferRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallTransferRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallTransferRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallTransferRequestBuilder">
            <summary>
            The interface ICallTransferRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallTransferRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallUnmuteRequest">
            <summary>
            The interface ICallUnmuteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallUnmuteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallUnmuteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallUnmuteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallUnmuteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallUnmuteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallUnmuteRequestBuilder">
            <summary>
            The interface ICallUnmuteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallUnmuteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallUpdateRecordingStatusRequest">
            <summary>
            The interface ICallUpdateRecordingStatusRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICallUpdateRecordingStatusRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallUpdateRecordingStatusRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallUpdateRecordingStatusRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallUpdateRecordingStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICallUpdateRecordingStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICallUpdateRecordingStatusRequestBuilder">
            <summary>
            The interface ICallUpdateRecordingStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICallUpdateRecordingStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICancelMediaProcessingOperationRequest">
            <summary>
            The interface ICancelMediaProcessingOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.CreateAsync(Microsoft.Graph.CancelMediaProcessingOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CancelMediaProcessingOperation using POST.
            </summary>
            <param name="cancelMediaProcessingOperationToCreate">The CancelMediaProcessingOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CancelMediaProcessingOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.CreateResponseAsync(Microsoft.Graph.CancelMediaProcessingOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CancelMediaProcessingOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancelMediaProcessingOperationToCreate">The CancelMediaProcessingOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CancelMediaProcessingOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CancelMediaProcessingOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CancelMediaProcessingOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CancelMediaProcessingOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CancelMediaProcessingOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.UpdateAsync(Microsoft.Graph.CancelMediaProcessingOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CancelMediaProcessingOperation using PATCH.
            </summary>
            <param name="cancelMediaProcessingOperationToUpdate">The CancelMediaProcessingOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CancelMediaProcessingOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.UpdateResponseAsync(Microsoft.Graph.CancelMediaProcessingOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CancelMediaProcessingOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancelMediaProcessingOperationToUpdate">The CancelMediaProcessingOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.PutAsync(Microsoft.Graph.CancelMediaProcessingOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CancelMediaProcessingOperation using PUT.
            </summary>
            <param name="cancelMediaProcessingOperationToUpdate">The CancelMediaProcessingOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.PutResponseAsync(Microsoft.Graph.CancelMediaProcessingOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CancelMediaProcessingOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancelMediaProcessingOperationToUpdate">The CancelMediaProcessingOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CancelMediaProcessingOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CancelMediaProcessingOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICancelMediaProcessingOperationRequestBuilder">
            <summary>
            The interface ICancelMediaProcessingOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICancelMediaProcessingOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICertificateBasedAuthConfigurationReferenceRequest">
            <summary>
            The interface ICertificateBasedAuthConfigurationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CertificateBasedAuthConfiguration reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CertificateBasedAuthConfiguration reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified CertificateBasedAuthConfiguration reference.
            </summary>
            <param name="id">The CertificateBasedAuthConfiguration reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified CertificateBasedAuthConfiguration reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The CertificateBasedAuthConfiguration reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICertificateBasedAuthConfigurationReferenceRequestBuilder">
            <summary>
            The interface ICertificateBasedAuthConfigurationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest">
            <summary>
            The interface ICertificateBasedAuthConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.CreateAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CertificateBasedAuthConfiguration using POST.
            </summary>
            <param name="certificateBasedAuthConfigurationToCreate">The CertificateBasedAuthConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.CreateResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CertificateBasedAuthConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="certificateBasedAuthConfigurationToCreate">The CertificateBasedAuthConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CertificateBasedAuthConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CertificateBasedAuthConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CertificateBasedAuthConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CertificateBasedAuthConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.UpdateAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CertificateBasedAuthConfiguration using PATCH.
            </summary>
            <param name="certificateBasedAuthConfigurationToUpdate">The CertificateBasedAuthConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CertificateBasedAuthConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="certificateBasedAuthConfigurationToUpdate">The CertificateBasedAuthConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.PutAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CertificateBasedAuthConfiguration using PUT.
            </summary>
            <param name="certificateBasedAuthConfigurationToUpdate">The CertificateBasedAuthConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.PutResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CertificateBasedAuthConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="certificateBasedAuthConfigurationToUpdate">The CertificateBasedAuthConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICertificateBasedAuthConfigurationRequestBuilder">
            <summary>
            The interface ICertificateBasedAuthConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequest">
            <summary>
            The interface ICertificateBasedAuthConfigurationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CertificateBasedAuthConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CertificateBasedAuthConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequest.CreateAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CertificateBasedAuthConfiguration using POST.
            </summary>
            <param name="certificateBasedAuthConfigurationToCreate">The CertificateBasedAuthConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CertificateBasedAuthConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="certificateBasedAuthConfigurationToCreate">The CertificateBasedAuthConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequest.UpdateAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CertificateBasedAuthConfiguration using PATCH.
            </summary>
            <param name="certificateBasedAuthConfigurationToUpdate">The CertificateBasedAuthConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CertificateBasedAuthConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="certificateBasedAuthConfigurationToUpdate">The CertificateBasedAuthConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CertificateBasedAuthConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CertificateBasedAuthConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequestBuilder">
            <summary>
            The interface ICertificateBasedAuthConfigurationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the certificateBasedAuthConfiguration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICertificateBasedAuthConfigurationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChangeTrackedEntityRequest">
            <summary>
            The interface IChangeTrackedEntityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.CreateAsync(Microsoft.Graph.ChangeTrackedEntity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChangeTrackedEntity using POST.
            </summary>
            <param name="changeTrackedEntityToCreate">The ChangeTrackedEntity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChangeTrackedEntity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.CreateResponseAsync(Microsoft.Graph.ChangeTrackedEntity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChangeTrackedEntity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="changeTrackedEntityToCreate">The ChangeTrackedEntity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChangeTrackedEntity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChangeTrackedEntity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChangeTrackedEntity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ChangeTrackedEntity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChangeTrackedEntity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.UpdateAsync(Microsoft.Graph.ChangeTrackedEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChangeTrackedEntity using PATCH.
            </summary>
            <param name="changeTrackedEntityToUpdate">The ChangeTrackedEntity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ChangeTrackedEntity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.UpdateResponseAsync(Microsoft.Graph.ChangeTrackedEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChangeTrackedEntity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="changeTrackedEntityToUpdate">The ChangeTrackedEntity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.PutAsync(Microsoft.Graph.ChangeTrackedEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChangeTrackedEntity using PUT.
            </summary>
            <param name="changeTrackedEntityToUpdate">The ChangeTrackedEntity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.PutResponseAsync(Microsoft.Graph.ChangeTrackedEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChangeTrackedEntity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="changeTrackedEntityToUpdate">The ChangeTrackedEntity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChangeTrackedEntity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChangeTrackedEntity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChangeTrackedEntityRequestBuilder">
            <summary>
            The interface IChangeTrackedEntityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChangeTrackedEntityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelCompleteMigrationRequest">
            <summary>
            The interface IChannelCompleteMigrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelCompleteMigrationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelCompleteMigrationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelCompleteMigrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelCompleteMigrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelCompleteMigrationRequestBuilder">
            <summary>
            The interface IChannelCompleteMigrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelCompleteMigrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelDoesUserHaveAccessRequest">
            <summary>
            The interface IChannelDoesUserHaveAccessRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelDoesUserHaveAccessRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelDoesUserHaveAccessRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelDoesUserHaveAccessRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelDoesUserHaveAccessRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelDoesUserHaveAccessRequestBuilder">
            <summary>
            The interface IChannelDoesUserHaveAccessRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelDoesUserHaveAccessRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelGetAllMessagesCollectionPage">
            <summary>
            The interface IChannelGetAllMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChannelGetAllMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChannelGetAllMessagesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelGetAllMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChannelGetAllMessagesRequest">
            <summary>
            The interface IChannelGetAllMessagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelGetAllMessagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelGetAllMessagesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelGetAllMessagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelGetAllMessagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelGetAllMessagesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelGetAllMessagesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelGetAllMessagesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelGetAllMessagesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelGetAllMessagesRequestBuilder">
            <summary>
            The interface IChannelGetAllMessagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelGetAllMessagesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelMembersCollectionPage">
            <summary>
            The interface IChannelMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChannelMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChannelMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChannelMembersCollectionRequest">
            <summary>
            The interface IChannelMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequest.AddAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationMember to the collection via POST.
            </summary>
            <param name="conversationMember">The ConversationMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationMember to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversationMember">The ConversationMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelMembersCollectionRequestBuilder">
            <summary>
            The interface IChannelMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChannelMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationMemberRequestBuilder"/> for the specified ConversationMember.
            </summary>
            <param name="id">The ID for the ConversationMember.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMembersCollectionRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.ConversationMember})">
            <summary>
            Gets the request builder for ConversationMemberAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberAddRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelMessagesCollectionPage">
            <summary>
            The interface IChannelMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChannelMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChannelMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChannelMessagesCollectionRequest">
            <summary>
            The interface IChannelMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequest.AddAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessage to the collection via POST.
            </summary>
            <param name="chatMessage">The ChatMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="chatMessage">The ChatMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelMessagesCollectionRequestBuilder">
            <summary>
            The interface IChannelMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChannelMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChatMessageRequestBuilder"/> for the specified ChatMessage.
            </summary>
            <param name="id">The ID for the ChatMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelMessagesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ChatMessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelProvisionEmailRequest">
            <summary>
            The interface IChannelProvisionEmailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelProvisionEmailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelProvisionEmailRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelProvisionEmailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelProvisionEmailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelProvisionEmailRequestBuilder">
            <summary>
            The interface IChannelProvisionEmailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelProvisionEmailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelReferenceRequest">
            <summary>
            The interface IChannelReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Channel reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Channel reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Channel reference.
            </summary>
            <param name="id">The Channel reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Channel reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The Channel reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelReferenceRequestBuilder">
            <summary>
            The interface IChannelReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelRemoveEmailRequest">
            <summary>
            The interface IChannelRemoveEmailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelRemoveEmailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRemoveEmailRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRemoveEmailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRemoveEmailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelRemoveEmailRequestBuilder">
            <summary>
            The interface IChannelRemoveEmailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelRemoveEmailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelRequest">
            <summary>
            The interface IChannelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.CreateAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Channel using POST.
            </summary>
            <param name="channelToCreate">The Channel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.CreateResponseAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Channel using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="channelToCreate">The Channel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Channel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Channel and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Channel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Channel and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.UpdateAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Channel using PATCH.
            </summary>
            <param name="channelToUpdate">The Channel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.UpdateResponseAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Channel using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="channelToUpdate">The Channel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.PutAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Channel using PUT.
            </summary>
            <param name="channelToUpdate">The Channel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.PutResponseAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Channel using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="channelToUpdate">The Channel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelRequestBuilder">
            <summary>
            The interface IChannelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChannelRequestBuilder.FilesFolder">
            <summary>
            Gets the request builder for FilesFolder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChannelRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChannelRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChannelRequestBuilder.SharedWithTeams">
            <summary>
            Gets the request builder for SharedWithTeams.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChannelRequestBuilder.Tabs">
            <summary>
            Gets the request builder for Tabs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelTabsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequestBuilder.CompleteMigration">
            <summary>
            Gets the request builder for ChannelCompleteMigration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelCompleteMigrationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequestBuilder.ProvisionEmail">
            <summary>
            Gets the request builder for ChannelProvisionEmail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelProvisionEmailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequestBuilder.RemoveEmail">
            <summary>
            Gets the request builder for ChannelRemoveEmail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelRemoveEmailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelRequestBuilder.DoesUserHaveAccess(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for ChannelDoesUserHaveAccess.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelDoesUserHaveAccessRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelSharedWithTeamsCollectionPage">
            <summary>
            The interface IChannelSharedWithTeamsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChannelSharedWithTeamsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest">
            <summary>
            The interface IChannelSharedWithTeamsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest.AddAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedWithChannelTeamInfo to the collection via POST.
            </summary>
            <param name="sharedWithChannelTeamInfo">The SharedWithChannelTeamInfo to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedWithChannelTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest.AddResponseAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedWithChannelTeamInfo to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="sharedWithChannelTeamInfo">The SharedWithChannelTeamInfo to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedWithChannelTeamInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedWithChannelTeamInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequestBuilder">
            <summary>
            The interface IChannelSharedWithTeamsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChannelSharedWithTeamsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISharedWithChannelTeamInfoRequestBuilder"/> for the specified SharedWithChannelTeamInfo.
            </summary>
            <param name="id">The ID for the SharedWithChannelTeamInfo.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISharedWithChannelTeamInfoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelTabsCollectionPage">
            <summary>
            The interface IChannelTabsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChannelTabsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChannelTabsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChannelTabsCollectionRequest">
            <summary>
            The interface IChannelTabsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequest.AddAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsTab to the collection via POST.
            </summary>
            <param name="teamsTab">The TeamsTab to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsTab.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsTab to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsTab">The TeamsTab to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTab,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTab,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelTabsCollectionRequestBuilder">
            <summary>
            The interface IChannelTabsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelTabsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChannelTabsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsTabRequestBuilder"/> for the specified TeamsTab.
            </summary>
            <param name="id">The ID for the TeamsTab.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsTabRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelWithReferenceRequest">
            <summary>
            The interface IChannelWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Channel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Channel and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequest.CreateAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Channel using POST.
            </summary>
            <param name="channelToCreate">The Channel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Channel using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="channelToCreate">The Channel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequest.UpdateAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Channel using PATCH.
            </summary>
            <param name="channelToUpdate">The Channel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Channel using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="channelToUpdate">The Channel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Channel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Channel and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChannelWithReferenceRequestBuilder">
            <summary>
            The interface IChannelWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChannelWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChannelWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the channel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatGetAllMessagesCollectionPage">
            <summary>
            The interface IChatGetAllMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatGetAllMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatGetAllMessagesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatGetAllMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChatGetAllMessagesRequest">
            <summary>
            The interface IChatGetAllMessagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatGetAllMessagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatGetAllMessagesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatGetAllMessagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatGetAllMessagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatGetAllMessagesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatGetAllMessagesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatGetAllMessagesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatGetAllMessagesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatGetAllMessagesRequestBuilder">
            <summary>
            The interface IChatGetAllMessagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatGetAllMessagesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatHideForUserRequest">
            <summary>
            The interface IChatHideForUserRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatHideForUserRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatHideForUserRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatHideForUserRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatHideForUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatHideForUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatHideForUserRequestBuilder">
            <summary>
            The interface IChatHideForUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatHideForUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatInstalledAppsCollectionPage">
            <summary>
            The interface IChatInstalledAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatInstalledAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatInstalledAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChatInstalledAppsCollectionRequest">
            <summary>
            The interface IChatInstalledAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequest.AddAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAppInstallation to the collection via POST.
            </summary>
            <param name="teamsAppInstallation">The TeamsAppInstallation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAppInstallation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsAppInstallation">The TeamsAppInstallation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatInstalledAppsCollectionRequestBuilder">
            <summary>
            The interface IChatInstalledAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatInstalledAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatInstalledAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsAppInstallationRequestBuilder"/> for the specified TeamsAppInstallation.
            </summary>
            <param name="id">The ID for the TeamsAppInstallation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppInstallationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMarkChatReadForUserRequest">
            <summary>
            The interface IChatMarkChatReadForUserRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatMarkChatReadForUserRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMarkChatReadForUserRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMarkChatReadForUserRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMarkChatReadForUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMarkChatReadForUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMarkChatReadForUserRequestBuilder">
            <summary>
            The interface IChatMarkChatReadForUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMarkChatReadForUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMarkChatUnreadForUserRequest">
            <summary>
            The interface IChatMarkChatUnreadForUserRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatMarkChatUnreadForUserRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMarkChatUnreadForUserRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMarkChatUnreadForUserRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMarkChatUnreadForUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMarkChatUnreadForUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMarkChatUnreadForUserRequestBuilder">
            <summary>
            The interface IChatMarkChatUnreadForUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMarkChatUnreadForUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMembersCollectionPage">
            <summary>
            The interface IChatMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChatMembersCollectionRequest">
            <summary>
            The interface IChatMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequest.AddAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationMember to the collection via POST.
            </summary>
            <param name="conversationMember">The ConversationMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationMember to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversationMember">The ConversationMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMembersCollectionRequestBuilder">
            <summary>
            The interface IChatMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationMemberRequestBuilder"/> for the specified ConversationMember.
            </summary>
            <param name="id">The ID for the ConversationMember.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMembersCollectionRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.ConversationMember})">
            <summary>
            Gets the request builder for ConversationMemberAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberAddRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageDeltaCollectionPage">
            <summary>
            The interface IChatMessageDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatMessageDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatMessageDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageDeltaRequest">
            <summary>
            The interface IChatMessageDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageDeltaRequestBuilder">
            <summary>
            The interface IChatMessageDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageHostedContentContentRequest">
            <summary>
            The interface IChatMessageHostedContentContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageHostedContentContentRequestBuilder">
            <summary>
            The interface IChatMessageHostedContentContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageHostedContentRequest">
            <summary>
            The interface IChatMessageHostedContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.CreateAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessageHostedContent using POST.
            </summary>
            <param name="chatMessageHostedContentToCreate">The ChatMessageHostedContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessageHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.CreateResponseAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessageHostedContent using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageHostedContentToCreate">The ChatMessageHostedContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessageHostedContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessageHostedContent and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessageHostedContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ChatMessageHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessageHostedContent and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.UpdateAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageHostedContent using PATCH.
            </summary>
            <param name="chatMessageHostedContentToUpdate">The ChatMessageHostedContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ChatMessageHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.UpdateResponseAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageHostedContent using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageHostedContentToUpdate">The ChatMessageHostedContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.PutAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageHostedContent using PUT.
            </summary>
            <param name="chatMessageHostedContentToUpdate">The ChatMessageHostedContent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.PutResponseAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageHostedContent using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageHostedContentToUpdate">The ChatMessageHostedContent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessageHostedContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessageHostedContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageHostedContentRequestBuilder">
            <summary>
            The interface IChatMessageHostedContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageHostedContentsCollectionPage">
            <summary>
            The interface IChatMessageHostedContentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatMessageHostedContentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest">
            <summary>
            The interface IChatMessageHostedContentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest.AddAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessageHostedContent to the collection via POST.
            </summary>
            <param name="chatMessageHostedContent">The ChatMessageHostedContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessageHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest.AddResponseAsync(Microsoft.Graph.ChatMessageHostedContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessageHostedContent to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="chatMessageHostedContent">The ChatMessageHostedContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessageHostedContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessageHostedContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageHostedContentsCollectionRequestBuilder">
            <summary>
            The interface IChatMessageHostedContentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageHostedContentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatMessageHostedContentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChatMessageHostedContentRequestBuilder"/> for the specified ChatMessageHostedContent.
            </summary>
            <param name="id">The ID for the ChatMessageHostedContent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageHostedContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageInfoRequest">
            <summary>
            The interface IChatMessageInfoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.CreateAsync(Microsoft.Graph.ChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessageInfo using POST.
            </summary>
            <param name="chatMessageInfoToCreate">The ChatMessageInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.CreateResponseAsync(Microsoft.Graph.ChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessageInfo using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageInfoToCreate">The ChatMessageInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessageInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessageInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessageInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessageInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.UpdateAsync(Microsoft.Graph.ChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageInfo using PATCH.
            </summary>
            <param name="chatMessageInfoToUpdate">The ChatMessageInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.UpdateResponseAsync(Microsoft.Graph.ChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageInfo using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageInfoToUpdate">The ChatMessageInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.PutAsync(Microsoft.Graph.ChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageInfo using PUT.
            </summary>
            <param name="chatMessageInfoToUpdate">The ChatMessageInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.PutResponseAsync(Microsoft.Graph.ChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessageInfo using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageInfoToUpdate">The ChatMessageInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessageInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessageInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageInfoRequestBuilder">
            <summary>
            The interface IChatMessageInfoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageInfoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageReferenceRequest">
            <summary>
            The interface IChatMessageReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessage reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessage reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ChatMessage reference.
            </summary>
            <param name="id">The ChatMessage reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ChatMessage reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The ChatMessage reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageReferenceRequestBuilder">
            <summary>
            The interface IChatMessageReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageRepliesCollectionPage">
            <summary>
            The interface IChatMessageRepliesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatMessageRepliesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatMessageRepliesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageRepliesCollectionRequest">
            <summary>
            The interface IChatMessageRepliesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequest.AddAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessage to the collection via POST.
            </summary>
            <param name="chatMessage">The ChatMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequest.AddResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="chatMessage">The ChatMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageRepliesCollectionRequestBuilder">
            <summary>
            The interface IChatMessageRepliesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatMessageRepliesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChatMessageRequestBuilder"/> for the specified ChatMessage.
            </summary>
            <param name="id">The ID for the ChatMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRepliesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ChatMessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageRequest">
            <summary>
            The interface IChatMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.CreateAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessage using POST.
            </summary>
            <param name="chatMessageToCreate">The ChatMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.CreateResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageToCreate">The ChatMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.UpdateAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessage using PATCH.
            </summary>
            <param name="chatMessageToUpdate">The ChatMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.UpdateResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageToUpdate">The ChatMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.PutAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessage using PUT.
            </summary>
            <param name="chatMessageToUpdate">The ChatMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.PutResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageToUpdate">The ChatMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageRequestBuilder">
            <summary>
            The interface IChatMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatMessageRequestBuilder.HostedContents">
            <summary>
            Gets the request builder for HostedContents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageHostedContentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatMessageRequestBuilder.Replies">
            <summary>
            Gets the request builder for Replies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageRepliesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequestBuilder.SoftDelete">
            <summary>
            Gets the request builder for ChatMessageSoftDelete.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageSoftDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageRequestBuilder.UndoSoftDelete">
            <summary>
            Gets the request builder for ChatMessageUndoSoftDelete.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageUndoSoftDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessagesCollectionPage">
            <summary>
            The interface IChatMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChatMessagesCollectionRequest">
            <summary>
            The interface IChatMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequest.AddAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessage to the collection via POST.
            </summary>
            <param name="chatMessage">The ChatMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChatMessage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="chatMessage">The ChatMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessagesCollectionRequestBuilder">
            <summary>
            The interface IChatMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChatMessageRequestBuilder"/> for the specified ChatMessage.
            </summary>
            <param name="id">The ID for the ChatMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessagesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ChatMessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageSoftDeleteRequest">
            <summary>
            The interface IChatMessageSoftDeleteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageSoftDeleteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageSoftDeleteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageSoftDeleteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageSoftDeleteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageSoftDeleteRequestBuilder">
            <summary>
            The interface IChatMessageSoftDeleteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageSoftDeleteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageUndoSoftDeleteRequest">
            <summary>
            The interface IChatMessageUndoSoftDeleteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageUndoSoftDeleteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageUndoSoftDeleteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageUndoSoftDeleteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageUndoSoftDeleteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageUndoSoftDeleteRequestBuilder">
            <summary>
            The interface IChatMessageUndoSoftDeleteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageUndoSoftDeleteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageWithReferenceRequest">
            <summary>
            The interface IChatMessageWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChatMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequest.CreateAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessage using POST.
            </summary>
            <param name="chatMessageToCreate">The ChatMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChatMessage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageToCreate">The ChatMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequest.UpdateAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessage using PATCH.
            </summary>
            <param name="chatMessageToUpdate">The ChatMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ChatMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ChatMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChatMessage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatMessageToUpdate">The ChatMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChatMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChatMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatMessageWithReferenceRequestBuilder">
            <summary>
            The interface IChatMessageWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatMessageWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatMessageWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the chatMessage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatPinnedMessagesCollectionPage">
            <summary>
            The interface IChatPinnedMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatPinnedMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatPinnedMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChatPinnedMessagesCollectionRequest">
            <summary>
            The interface IChatPinnedMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequest.AddAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PinnedChatMessageInfo to the collection via POST.
            </summary>
            <param name="pinnedChatMessageInfo">The PinnedChatMessageInfo to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PinnedChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PinnedChatMessageInfo to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="pinnedChatMessageInfo">The PinnedChatMessageInfo to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PinnedChatMessageInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PinnedChatMessageInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatPinnedMessagesCollectionRequestBuilder">
            <summary>
            The interface IChatPinnedMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatPinnedMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatPinnedMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPinnedChatMessageInfoRequestBuilder"/> for the specified PinnedChatMessageInfo.
            </summary>
            <param name="id">The ID for the PinnedChatMessageInfo.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPinnedChatMessageInfoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatReferenceRequest">
            <summary>
            The interface IChatReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Chat reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Chat reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Chat reference.
            </summary>
            <param name="id">The Chat reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Chat reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The Chat reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatReferenceRequestBuilder">
            <summary>
            The interface IChatReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatRequest">
            <summary>
            The interface IChatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.CreateAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Chat using POST.
            </summary>
            <param name="chatToCreate">The Chat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.CreateResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Chat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatToCreate">The Chat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Chat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Chat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Chat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Chat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.UpdateAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Chat using PATCH.
            </summary>
            <param name="chatToUpdate">The Chat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.UpdateResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Chat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatToUpdate">The Chat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.PutAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Chat using PUT.
            </summary>
            <param name="chatToUpdate">The Chat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.PutResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Chat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatToUpdate">The Chat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatRequestBuilder">
            <summary>
            The interface IChatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatRequestBuilder.InstalledApps">
            <summary>
            Gets the request builder for InstalledApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatInstalledAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatRequestBuilder.LastMessagePreview">
            <summary>
            Gets the request builder for LastMessagePreview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageInfoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatRequestBuilder.PinnedMessages">
            <summary>
            Gets the request builder for PinnedMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatPinnedMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatRequestBuilder.Tabs">
            <summary>
            Gets the request builder for Tabs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatTabsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequestBuilder.SendActivityNotification(Microsoft.Graph.TeamworkActivityTopic,System.String,System.Nullable{System.Int64},Microsoft.Graph.ItemBody,System.Collections.Generic.IEnumerable{Microsoft.Graph.KeyValuePair},Microsoft.Graph.TeamworkNotificationRecipient)">
            <summary>
            Gets the request builder for ChatSendActivityNotification.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatSendActivityNotificationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequestBuilder.HideForUser(Microsoft.Graph.TeamworkUserIdentity)">
            <summary>
            Gets the request builder for ChatHideForUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatHideForUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequestBuilder.MarkChatReadForUser(Microsoft.Graph.TeamworkUserIdentity)">
            <summary>
            Gets the request builder for ChatMarkChatReadForUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMarkChatReadForUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequestBuilder.MarkChatUnreadForUser(Microsoft.Graph.TeamworkUserIdentity,System.Nullable{System.DateTimeOffset})">
            <summary>
            Gets the request builder for ChatMarkChatUnreadForUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMarkChatUnreadForUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatRequestBuilder.UnhideForUser(Microsoft.Graph.TeamworkUserIdentity)">
            <summary>
            Gets the request builder for ChatUnhideForUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatUnhideForUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatSendActivityNotificationRequest">
            <summary>
            The interface IChatSendActivityNotificationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatSendActivityNotificationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatSendActivityNotificationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatSendActivityNotificationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatSendActivityNotificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatSendActivityNotificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatSendActivityNotificationRequestBuilder">
            <summary>
            The interface IChatSendActivityNotificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatSendActivityNotificationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatTabsCollectionPage">
            <summary>
            The interface IChatTabsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatTabsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IChatTabsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IChatTabsCollectionRequest">
            <summary>
            The interface IChatTabsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequest.AddAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsTab to the collection via POST.
            </summary>
            <param name="teamsTab">The TeamsTab to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsTab.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsTab to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsTab">The TeamsTab to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTab,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTab,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatTabsCollectionRequestBuilder">
            <summary>
            The interface IChatTabsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatTabsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatTabsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsTabRequestBuilder"/> for the specified TeamsTab.
            </summary>
            <param name="id">The ID for the TeamsTab.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsTabRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatUnhideForUserRequest">
            <summary>
            The interface IChatUnhideForUserRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IChatUnhideForUserRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatUnhideForUserRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatUnhideForUserRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatUnhideForUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatUnhideForUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatUnhideForUserRequestBuilder">
            <summary>
            The interface IChatUnhideForUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatUnhideForUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatWithReferenceRequest">
            <summary>
            The interface IChatWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Chat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Chat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequest.CreateAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Chat using POST.
            </summary>
            <param name="chatToCreate">The Chat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Chat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatToCreate">The Chat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequest.UpdateAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Chat using PATCH.
            </summary>
            <param name="chatToUpdate">The Chat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Chat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="chatToUpdate">The Chat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Chat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Chat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChatWithReferenceRequestBuilder">
            <summary>
            The interface IChatWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChatWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IChatWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the chat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChecklistItemRequest">
            <summary>
            The interface IChecklistItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.CreateAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChecklistItem using POST.
            </summary>
            <param name="checklistItemToCreate">The ChecklistItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChecklistItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.CreateResponseAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ChecklistItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="checklistItemToCreate">The ChecklistItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChecklistItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ChecklistItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChecklistItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ChecklistItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ChecklistItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.UpdateAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChecklistItem using PATCH.
            </summary>
            <param name="checklistItemToUpdate">The ChecklistItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ChecklistItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.UpdateResponseAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChecklistItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="checklistItemToUpdate">The ChecklistItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.PutAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChecklistItem using PUT.
            </summary>
            <param name="checklistItemToUpdate">The ChecklistItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.PutResponseAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ChecklistItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="checklistItemToUpdate">The ChecklistItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChecklistItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChecklistItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IChecklistItemRequestBuilder">
            <summary>
            The interface IChecklistItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IChecklistItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IClaimsMappingPolicyReferenceRequest">
            <summary>
            The interface IClaimsMappingPolicyReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ClaimsMappingPolicy reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ClaimsMappingPolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ClaimsMappingPolicy reference.
            </summary>
            <param name="id">The ClaimsMappingPolicy reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ClaimsMappingPolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The ClaimsMappingPolicy reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IClaimsMappingPolicyReferenceRequestBuilder">
            <summary>
            The interface IClaimsMappingPolicyReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IClaimsMappingPolicyRequest">
            <summary>
            The interface IClaimsMappingPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.CreateAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ClaimsMappingPolicy using POST.
            </summary>
            <param name="claimsMappingPolicyToCreate">The ClaimsMappingPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.CreateResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ClaimsMappingPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="claimsMappingPolicyToCreate">The ClaimsMappingPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ClaimsMappingPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ClaimsMappingPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ClaimsMappingPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ClaimsMappingPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.UpdateAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ClaimsMappingPolicy using PATCH.
            </summary>
            <param name="claimsMappingPolicyToUpdate">The ClaimsMappingPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.UpdateResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ClaimsMappingPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="claimsMappingPolicyToUpdate">The ClaimsMappingPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.PutAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ClaimsMappingPolicy using PUT.
            </summary>
            <param name="claimsMappingPolicyToUpdate">The ClaimsMappingPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.PutResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ClaimsMappingPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="claimsMappingPolicyToUpdate">The ClaimsMappingPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IClaimsMappingPolicyRequestBuilder">
            <summary>
            The interface IClaimsMappingPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequest">
            <summary>
            The interface IClaimsMappingPolicyWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ClaimsMappingPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ClaimsMappingPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequest.CreateAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ClaimsMappingPolicy using POST.
            </summary>
            <param name="claimsMappingPolicyToCreate">The ClaimsMappingPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ClaimsMappingPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="claimsMappingPolicyToCreate">The ClaimsMappingPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequest.UpdateAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ClaimsMappingPolicy using PATCH.
            </summary>
            <param name="claimsMappingPolicyToUpdate">The ClaimsMappingPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ClaimsMappingPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="claimsMappingPolicyToUpdate">The ClaimsMappingPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ClaimsMappingPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ClaimsMappingPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequestBuilder">
            <summary>
            The interface IClaimsMappingPolicyWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the claimsMappingPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IClaimsMappingPolicyReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionPage">
            <summary>
            The interface ICloudCommunicationsCallRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest">
            <summary>
            The interface ICloudCommunicationsCallRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest.AddAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.CallRecords.CallRecord to the collection via POST.
            </summary>
            <param name="callRecord">The Microsoft.Graph.CallRecords.CallRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Microsoft.Graph.CallRecords.CallRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest.AddResponseAsync(Microsoft.Graph.CallRecords.CallRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.CallRecords.CallRecord to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.CallRecords.CallRecord&gt;"/> object of the request.
            </summary>
            <param name="callRecord">The Microsoft.Graph.CallRecords.CallRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="!:GraphResponse&lt;Microsoft.Graph.CallRecords.CallRecord&gt;"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.CallRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CallRecords.CallRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequestBuilder">
            <summary>
            The interface ICloudCommunicationsCallRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.CallRecords.ICallRecordRequestBuilder"/> for the specified Microsoft.Graph.CallRecords.CallRecord.
            </summary>
            <param name="id">The ID for the Microsoft.Graph.CallRecords.CallRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.CallRecords.ICallRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsCallsCollectionPage">
            <summary>
            The interface ICloudCommunicationsCallsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsCallsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest">
            <summary>
            The interface ICloudCommunicationsCallsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest.AddAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Call to the collection via POST.
            </summary>
            <param name="call">The Call to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest.AddResponseAsync(Microsoft.Graph.Call,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Call to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="call">The Call to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Call,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Call,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequestBuilder">
            <summary>
            The interface ICloudCommunicationsCallsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICallRequestBuilder"/> for the specified Call.
            </summary>
            <param name="id">The ID for the Call.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICallRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequestBuilder.LogTeleconferenceDeviceQuality(Microsoft.Graph.TeleconferenceDeviceQuality)">
            <summary>
            Gets the request builder for CallLogTeleconferenceDeviceQuality.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallLogTeleconferenceDeviceQualityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdCollectionPage">
            <summary>
            The interface ICloudCommunicationsGetPresencesByUserIdCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequest">
            <summary>
            The interface ICloudCommunicationsGetPresencesByUserIdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequestBuilder">
            <summary>
            The interface ICloudCommunicationsGetPresencesByUserIdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionPage">
            <summary>
            The interface ICloudCommunicationsOnlineMeetingsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest">
            <summary>
            The interface ICloudCommunicationsOnlineMeetingsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest.AddAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnlineMeeting to the collection via POST.
            </summary>
            <param name="onlineMeeting">The OnlineMeeting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnlineMeeting.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest.AddResponseAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnlineMeeting to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onlineMeeting">The OnlineMeeting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnlineMeeting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnlineMeeting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequestBuilder">
            <summary>
            The interface ICloudCommunicationsOnlineMeetingsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnlineMeetingRequestBuilder"/> for the specified OnlineMeeting.
            </summary>
            <param name="id">The ID for the OnlineMeeting.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnlineMeetingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequestBuilder.CreateOrGet(System.String,Microsoft.Graph.ChatInfo,System.Nullable{System.DateTimeOffset},Microsoft.Graph.MeetingParticipants,System.Nullable{System.DateTimeOffset},System.String)">
            <summary>
            Gets the request builder for OnlineMeetingCreateOrGet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnlineMeetingCreateOrGetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsPresencesCollectionPage">
            <summary>
            The interface ICloudCommunicationsPresencesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsPresencesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest">
            <summary>
            The interface ICloudCommunicationsPresencesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest.AddAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Presence to the collection via POST.
            </summary>
            <param name="presence">The Presence to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Presence.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest.AddResponseAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Presence to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="presence">The Presence to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Presence,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Presence,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequestBuilder">
            <summary>
            The interface ICloudCommunicationsPresencesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPresenceRequestBuilder"/> for the specified Presence.
            </summary>
            <param name="id">The ID for the Presence.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPresenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsRequest">
            <summary>
            The interface ICloudCommunicationsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.CreateAsync(Microsoft.Graph.CloudCommunications,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CloudCommunications using POST.
            </summary>
            <param name="cloudCommunicationsToCreate">The CloudCommunications to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CloudCommunications.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.CreateResponseAsync(Microsoft.Graph.CloudCommunications,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CloudCommunications using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cloudCommunicationsToCreate">The CloudCommunications to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CloudCommunications.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CloudCommunications and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CloudCommunications.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CloudCommunications.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CloudCommunications and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.UpdateAsync(Microsoft.Graph.CloudCommunications,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CloudCommunications using PATCH.
            </summary>
            <param name="cloudCommunicationsToUpdate">The CloudCommunications to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CloudCommunications.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.UpdateResponseAsync(Microsoft.Graph.CloudCommunications,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CloudCommunications using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cloudCommunicationsToUpdate">The CloudCommunications to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.PutAsync(Microsoft.Graph.CloudCommunications,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CloudCommunications using PUT.
            </summary>
            <param name="cloudCommunicationsToUpdate">The CloudCommunications object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.PutResponseAsync(Microsoft.Graph.CloudCommunications,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CloudCommunications using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cloudCommunicationsToUpdate">The CloudCommunications object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CloudCommunications,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CloudCommunications,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICloudCommunicationsRequestBuilder">
            <summary>
            The interface ICloudCommunicationsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsRequestBuilder.Calls">
            <summary>
            Gets the request builder for Calls.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICloudCommunicationsCallsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsRequestBuilder.CallRecords">
            <summary>
            Gets the request builder for CallRecords.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICloudCommunicationsCallRecordsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsRequestBuilder.OnlineMeetings">
            <summary>
            Gets the request builder for OnlineMeetings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICloudCommunicationsOnlineMeetingsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICloudCommunicationsRequestBuilder.Presences">
            <summary>
            Gets the request builder for Presences.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICloudCommunicationsPresencesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICloudCommunicationsRequestBuilder.GetPresencesByUserId(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for CloudCommunicationsGetPresencesByUserId.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICloudCommunicationsGetPresencesByUserIdRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IColumnDefinitionReferenceRequest">
            <summary>
            The interface IColumnDefinitionReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ColumnDefinition reference.
            </summary>
            <param name="id">The ColumnDefinition reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ColumnDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The ColumnDefinition reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IColumnDefinitionReferenceRequestBuilder">
            <summary>
            The interface IColumnDefinitionReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IColumnDefinitionRequest">
            <summary>
            The interface IColumnDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.CreateAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnDefinition using POST.
            </summary>
            <param name="columnDefinitionToCreate">The ColumnDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.CreateResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnDefinitionToCreate">The ColumnDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.UpdateAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PATCH.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.PutAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PUT.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.PutResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IColumnDefinitionRequestBuilder">
            <summary>
            The interface IColumnDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IColumnDefinitionRequestBuilder.SourceColumn">
            <summary>
            Gets the request builder for SourceColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequest">
            <summary>
            The interface IColumnDefinitionWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequest.CreateAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnDefinition using POST.
            </summary>
            <param name="columnDefinitionToCreate">The ColumnDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnDefinitionToCreate">The ColumnDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequest.UpdateAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PATCH.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder">
            <summary>
            The interface IColumnDefinitionWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the columnDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IColumnLinkRequest">
            <summary>
            The interface IColumnLinkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.CreateAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnLink using POST.
            </summary>
            <param name="columnLinkToCreate">The ColumnLink to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.CreateResponseAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnLink using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnLinkToCreate">The ColumnLink to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnLink.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnLink and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnLink.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnLink and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.UpdateAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnLink using PATCH.
            </summary>
            <param name="columnLinkToUpdate">The ColumnLink to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.UpdateResponseAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnLink using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnLinkToUpdate">The ColumnLink to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.PutAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnLink using PUT.
            </summary>
            <param name="columnLinkToUpdate">The ColumnLink object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.PutResponseAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnLink using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="columnLinkToUpdate">The ColumnLink object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IColumnLinkRequestBuilder">
            <summary>
            The interface IColumnLinkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICommsOperationRequest">
            <summary>
            The interface ICommsOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.CreateAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CommsOperation using POST.
            </summary>
            <param name="commsOperationToCreate">The CommsOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CommsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.CreateResponseAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CommsOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="commsOperationToCreate">The CommsOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CommsOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CommsOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CommsOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CommsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CommsOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.UpdateAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CommsOperation using PATCH.
            </summary>
            <param name="commsOperationToUpdate">The CommsOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CommsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.UpdateResponseAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CommsOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="commsOperationToUpdate">The CommsOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.PutAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CommsOperation using PUT.
            </summary>
            <param name="commsOperationToUpdate">The CommsOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.PutResponseAsync(Microsoft.Graph.CommsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CommsOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="commsOperationToUpdate">The CommsOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CommsOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CommsOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICommsOperationRequestBuilder">
            <summary>
            The interface ICommsOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICommsOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IComplianceManagementPartnerRequest">
            <summary>
            The interface IComplianceManagementPartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.CreateAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ComplianceManagementPartner using POST.
            </summary>
            <param name="complianceManagementPartnerToCreate">The ComplianceManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ComplianceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.CreateResponseAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ComplianceManagementPartner using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="complianceManagementPartnerToCreate">The ComplianceManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ComplianceManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ComplianceManagementPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ComplianceManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ComplianceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ComplianceManagementPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.UpdateAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ComplianceManagementPartner using PATCH.
            </summary>
            <param name="complianceManagementPartnerToUpdate">The ComplianceManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ComplianceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.UpdateResponseAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ComplianceManagementPartner using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="complianceManagementPartnerToUpdate">The ComplianceManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.PutAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ComplianceManagementPartner using PUT.
            </summary>
            <param name="complianceManagementPartnerToUpdate">The ComplianceManagementPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.PutResponseAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ComplianceManagementPartner using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="complianceManagementPartnerToUpdate">The ComplianceManagementPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ComplianceManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ComplianceManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IComplianceManagementPartnerRequestBuilder">
            <summary>
            The interface IComplianceManagementPartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceManagementPartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IComplianceRequest">
            <summary>
            The interface IComplianceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.CreateAsync(Microsoft.Graph.Compliance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Compliance using POST.
            </summary>
            <param name="complianceToCreate">The Compliance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Compliance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.CreateResponseAsync(Microsoft.Graph.Compliance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Compliance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="complianceToCreate">The Compliance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Compliance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Compliance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Compliance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Compliance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Compliance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.UpdateAsync(Microsoft.Graph.Compliance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Compliance using PATCH.
            </summary>
            <param name="complianceToUpdate">The Compliance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Compliance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.UpdateResponseAsync(Microsoft.Graph.Compliance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Compliance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="complianceToUpdate">The Compliance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.PutAsync(Microsoft.Graph.Compliance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Compliance using PUT.
            </summary>
            <param name="complianceToUpdate">The Compliance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.PutResponseAsync(Microsoft.Graph.Compliance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Compliance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="complianceToUpdate">The Compliance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Compliance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Compliance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IComplianceRequestBuilder">
            <summary>
            The interface IComplianceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IComplianceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessPolicyRequest">
            <summary>
            The interface IConditionalAccessPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.CreateAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConditionalAccessPolicy using POST.
            </summary>
            <param name="conditionalAccessPolicyToCreate">The ConditionalAccessPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConditionalAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.CreateResponseAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConditionalAccessPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessPolicyToCreate">The ConditionalAccessPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConditionalAccessPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConditionalAccessPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConditionalAccessPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConditionalAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConditionalAccessPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.UpdateAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessPolicy using PATCH.
            </summary>
            <param name="conditionalAccessPolicyToUpdate">The ConditionalAccessPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConditionalAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.UpdateResponseAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessPolicyToUpdate">The ConditionalAccessPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.PutAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessPolicy using PUT.
            </summary>
            <param name="conditionalAccessPolicyToUpdate">The ConditionalAccessPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.PutResponseAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessPolicyToUpdate">The ConditionalAccessPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessPolicyRequestBuilder">
            <summary>
            The interface IConditionalAccessPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionPage">
            <summary>
            The interface IConditionalAccessRootAuthenticationContextClassReferencesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest">
            <summary>
            The interface IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationContextClassReference to the collection via POST.
            </summary>
            <param name="authenticationContextClassReference">The AuthenticationContextClassReference to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationContextClassReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationContextClassReference,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationContextClassReference to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationContextClassReference">The AuthenticationContextClassReference to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationContextClassReference,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationContextClassReference,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder">
            <summary>
            The interface IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationContextClassReferenceRequestBuilder"/> for the specified AuthenticationContextClassReference.
            </summary>
            <param name="id">The ID for the AuthenticationContextClassReference.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationContextClassReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionPage">
            <summary>
            The interface IConditionalAccessRootNamedLocationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest">
            <summary>
            The interface IConditionalAccessRootNamedLocationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest.AddAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified NamedLocation to the collection via POST.
            </summary>
            <param name="namedLocation">The NamedLocation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created NamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest.AddResponseAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified NamedLocation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="namedLocation">The NamedLocation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NamedLocation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NamedLocation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequestBuilder">
            <summary>
            The interface IConditionalAccessRootNamedLocationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.INamedLocationRequestBuilder"/> for the specified NamedLocation.
            </summary>
            <param name="id">The ID for the NamedLocation.</param>
            <returns>The <see cref="T:Microsoft.Graph.INamedLocationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionPage">
            <summary>
            The interface IConditionalAccessRootPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest">
            <summary>
            The interface IConditionalAccessRootPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConditionalAccessPolicy to the collection via POST.
            </summary>
            <param name="conditionalAccessPolicy">The ConditionalAccessPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConditionalAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConditionalAccessPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conditionalAccessPolicy">The ConditionalAccessPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequestBuilder">
            <summary>
            The interface IConditionalAccessRootPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConditionalAccessPolicyRequestBuilder"/> for the specified ConditionalAccessPolicy.
            </summary>
            <param name="id">The ID for the ConditionalAccessPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootRequest">
            <summary>
            The interface IConditionalAccessRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.CreateAsync(Microsoft.Graph.ConditionalAccessRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConditionalAccessRoot using POST.
            </summary>
            <param name="conditionalAccessRootToCreate">The ConditionalAccessRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConditionalAccessRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.CreateResponseAsync(Microsoft.Graph.ConditionalAccessRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConditionalAccessRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessRootToCreate">The ConditionalAccessRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConditionalAccessRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConditionalAccessRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConditionalAccessRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConditionalAccessRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConditionalAccessRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.UpdateAsync(Microsoft.Graph.ConditionalAccessRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessRoot using PATCH.
            </summary>
            <param name="conditionalAccessRootToUpdate">The ConditionalAccessRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConditionalAccessRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.UpdateResponseAsync(Microsoft.Graph.ConditionalAccessRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessRootToUpdate">The ConditionalAccessRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.PutAsync(Microsoft.Graph.ConditionalAccessRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessRoot using PUT.
            </summary>
            <param name="conditionalAccessRootToUpdate">The ConditionalAccessRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.PutResponseAsync(Microsoft.Graph.ConditionalAccessRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessRootToUpdate">The ConditionalAccessRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootRequestBuilder">
            <summary>
            The interface IConditionalAccessRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConditionalAccessRootRequestBuilder.AuthenticationContextClassReferences">
            <summary>
            Gets the request builder for AuthenticationContextClassReferences.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessRootAuthenticationContextClassReferencesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConditionalAccessRootRequestBuilder.NamedLocations">
            <summary>
            Gets the request builder for NamedLocations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessRootNamedLocationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConditionalAccessRootRequestBuilder.Policies">
            <summary>
            Gets the request builder for Policies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessRootPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConditionalAccessRootRequestBuilder.Templates">
            <summary>
            Gets the request builder for Templates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionPage">
            <summary>
            The interface IConditionalAccessRootTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest">
            <summary>
            The interface IConditionalAccessRootTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest.AddAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConditionalAccessTemplate to the collection via POST.
            </summary>
            <param name="conditionalAccessTemplate">The ConditionalAccessTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConditionalAccessTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest.AddResponseAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConditionalAccessTemplate to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conditionalAccessTemplate">The ConditionalAccessTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequestBuilder">
            <summary>
            The interface IConditionalAccessRootTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConditionalAccessRootTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConditionalAccessTemplateRequestBuilder"/> for the specified ConditionalAccessTemplate.
            </summary>
            <param name="id">The ID for the ConditionalAccessTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessTemplateRequest">
            <summary>
            The interface IConditionalAccessTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.CreateAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConditionalAccessTemplate using POST.
            </summary>
            <param name="conditionalAccessTemplateToCreate">The ConditionalAccessTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConditionalAccessTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.CreateResponseAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConditionalAccessTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessTemplateToCreate">The ConditionalAccessTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConditionalAccessTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConditionalAccessTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConditionalAccessTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConditionalAccessTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConditionalAccessTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.UpdateAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessTemplate using PATCH.
            </summary>
            <param name="conditionalAccessTemplateToUpdate">The ConditionalAccessTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConditionalAccessTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.UpdateResponseAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessTemplateToUpdate">The ConditionalAccessTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.PutAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessTemplate using PUT.
            </summary>
            <param name="conditionalAccessTemplateToUpdate">The ConditionalAccessTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.PutResponseAsync(Microsoft.Graph.ConditionalAccessTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConditionalAccessTemplate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conditionalAccessTemplateToUpdate">The ConditionalAccessTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConditionalAccessTemplateRequestBuilder">
            <summary>
            The interface IConditionalAccessTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConditionalAccessTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionPage">
            <summary>
            The interface IConnectedOrganizationExternalSponsorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest">
            <summary>
            The interface IConnectedOrganizationExternalSponsorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequestBuilder">
            <summary>
            The interface IConnectedOrganizationExternalSponsorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequestBuilder.ValidateProperties(System.String,System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Gets the request builder for DirectoryObjectValidateProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequestBuilder.GetAvailableExtensionProperties(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetAvailableExtensionProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionPage">
            <summary>
            The interface IConnectedOrganizationInternalSponsorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest">
            <summary>
            The interface IConnectedOrganizationInternalSponsorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequestBuilder">
            <summary>
            The interface IConnectedOrganizationInternalSponsorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequestBuilder.ValidateProperties(System.String,System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Gets the request builder for DirectoryObjectValidateProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequestBuilder.GetAvailableExtensionProperties(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetAvailableExtensionProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConnectedOrganizationReferenceRequest">
            <summary>
            The interface IConnectedOrganizationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectedOrganization reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectedOrganization reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ConnectedOrganization reference.
            </summary>
            <param name="id">The ConnectedOrganization reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ConnectedOrganization reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The ConnectedOrganization reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConnectedOrganizationReferenceRequestBuilder">
            <summary>
            The interface IConnectedOrganizationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConnectedOrganizationRequest">
            <summary>
            The interface IConnectedOrganizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.CreateAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConnectedOrganization using POST.
            </summary>
            <param name="connectedOrganizationToCreate">The ConnectedOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.CreateResponseAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConnectedOrganization using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectedOrganizationToCreate">The ConnectedOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectedOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectedOrganization and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConnectedOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConnectedOrganization and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.UpdateAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectedOrganization using PATCH.
            </summary>
            <param name="connectedOrganizationToUpdate">The ConnectedOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.UpdateResponseAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectedOrganization using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectedOrganizationToUpdate">The ConnectedOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.PutAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectedOrganization using PUT.
            </summary>
            <param name="connectedOrganizationToUpdate">The ConnectedOrganization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.PutResponseAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectedOrganization using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectedOrganizationToUpdate">The ConnectedOrganization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConnectedOrganization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConnectedOrganization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConnectedOrganizationRequestBuilder">
            <summary>
            The interface IConnectedOrganizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConnectedOrganizationRequestBuilder.ExternalSponsors">
            <summary>
            Gets the request builder for ExternalSponsors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConnectedOrganizationExternalSponsorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConnectedOrganizationRequestBuilder.InternalSponsors">
            <summary>
            Gets the request builder for InternalSponsors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConnectedOrganizationInternalSponsorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConnectedOrganizationWithReferenceRequest">
            <summary>
            The interface IConnectedOrganizationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConnectedOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConnectedOrganization and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequest.CreateAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConnectedOrganization using POST.
            </summary>
            <param name="connectedOrganizationToCreate">The ConnectedOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConnectedOrganization using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectedOrganizationToCreate">The ConnectedOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequest.UpdateAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectedOrganization using PATCH.
            </summary>
            <param name="connectedOrganizationToUpdate">The ConnectedOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConnectedOrganization using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="connectedOrganizationToUpdate">The ConnectedOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectedOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConnectedOrganization and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConnectedOrganization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConnectedOrganization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConnectedOrganizationWithReferenceRequestBuilder">
            <summary>
            The interface IConnectedOrganizationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConnectedOrganizationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConnectedOrganizationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the connectedOrganization.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConnectedOrganizationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactDeltaCollectionPage">
            <summary>
            The interface IContactDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactDeltaRequest">
            <summary>
            The interface IContactDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactDeltaRequestBuilder">
            <summary>
            The interface IContactDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactExtensionsCollectionPage">
            <summary>
            The interface IContactExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactExtensionsCollectionRequest">
            <summary>
            The interface IContactExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactExtensionsCollectionRequestBuilder">
            <summary>
            The interface IContactExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderChildFoldersCollectionPage">
            <summary>
            The interface IContactFolderChildFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderChildFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest">
            <summary>
            The interface IContactFolderChildFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.AddAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContactFolder to the collection via POST.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.AddResponseAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContactFolder to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder">
            <summary>
            The interface IContactFolderChildFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/> for the specified ContactFolder.
            </summary>
            <param name="id">The ID for the ContactFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderContactsCollectionPage">
            <summary>
            The interface IContactFolderContactsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderContactsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderContactsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderContactsCollectionRequest">
            <summary>
            The interface IContactFolderContactsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.AddAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contact to the collection via POST.
            </summary>
            <param name="contact">The Contact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.AddResponseAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contact to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contact">The Contact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder">
            <summary>
            The interface IContactFolderContactsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactRequestBuilder"/> for the specified Contact.
            </summary>
            <param name="id">The ID for the Contact.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderDeltaCollectionPage">
            <summary>
            The interface IContactFolderDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderDeltaRequest">
            <summary>
            The interface IContactFolderDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderDeltaRequestBuilder">
            <summary>
            The interface IContactFolderDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IContactFolderMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IContactFolderMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderRequest">
            <summary>
            The interface IContactFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.CreateAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContactFolder using POST.
            </summary>
            <param name="contactFolderToCreate">The ContactFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.CreateResponseAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContactFolder using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contactFolderToCreate">The ContactFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContactFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContactFolder and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContactFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContactFolder and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.UpdateAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContactFolder using PATCH.
            </summary>
            <param name="contactFolderToUpdate">The ContactFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.UpdateResponseAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContactFolder using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contactFolderToUpdate">The ContactFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.PutAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContactFolder using PUT.
            </summary>
            <param name="contactFolderToUpdate">The ContactFolder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.PutResponseAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContactFolder using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contactFolderToUpdate">The ContactFolder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderRequestBuilder">
            <summary>
            The interface IContactFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderRequestBuilder.ChildFolders">
            <summary>
            Gets the request builder for ChildFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderRequestBuilder.Contacts">
            <summary>
            Gets the request builder for Contacts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IContactFolderSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IContactFolderSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IContactMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IContactMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IContactMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactRequest">
            <summary>
            The interface IContactRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.CreateAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Contact using POST.
            </summary>
            <param name="contactToCreate">The Contact to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.CreateResponseAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Contact using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contactToCreate">The Contact to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Contact.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Contact and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Contact.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Contact and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.UpdateAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contact using PATCH.
            </summary>
            <param name="contactToUpdate">The Contact to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.UpdateResponseAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contact using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contactToUpdate">The Contact to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.PutAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contact using PUT.
            </summary>
            <param name="contactToUpdate">The Contact object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.PutResponseAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contact using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contactToUpdate">The Contact object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactRequestBuilder">
            <summary>
            The interface IContactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IContactSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IContactSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IContactSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentSharingSessionRequest">
            <summary>
            The interface IContentSharingSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.CreateAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentSharingSession using POST.
            </summary>
            <param name="contentSharingSessionToCreate">The ContentSharingSession to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentSharingSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.CreateResponseAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentSharingSession using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentSharingSessionToCreate">The ContentSharingSession to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentSharingSession.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentSharingSession and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentSharingSession.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ContentSharingSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentSharingSession and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.UpdateAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentSharingSession using PATCH.
            </summary>
            <param name="contentSharingSessionToUpdate">The ContentSharingSession to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ContentSharingSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.UpdateResponseAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentSharingSession using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentSharingSessionToUpdate">The ContentSharingSession to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.PutAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentSharingSession using PUT.
            </summary>
            <param name="contentSharingSessionToUpdate">The ContentSharingSession object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.PutResponseAsync(Microsoft.Graph.ContentSharingSession,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentSharingSession using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentSharingSessionToUpdate">The ContentSharingSession object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentSharingSession,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentSharingSession,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentSharingSessionRequestBuilder">
            <summary>
            The interface IContentSharingSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentSharingSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequest">
            <summary>
            The interface IContentTypeAddCopyFromContentTypeHubRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequestBuilder">
            <summary>
            The interface IContentTypeAddCopyFromContentTypeHubRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeAddCopyRequest">
            <summary>
            The interface IContentTypeAddCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeAddCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAddCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAddCopyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAddCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAddCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeAddCopyRequestBuilder">
            <summary>
            The interface IContentTypeAddCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAddCopyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequest">
            <summary>
            The interface IContentTypeAssociateWithHubSitesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequestBuilder">
            <summary>
            The interface IContentTypeAssociateWithHubSitesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeBaseTypesCollectionReferencesRequest">
            <summary>
            The interface IContentTypeBaseTypesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="contentTypeReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contentTypeReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeBaseTypesCollectionReferencesRequestBuilder">
            <summary>
            The interface IContentTypeBaseTypesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesPage">
            <summary>
            The interface IContentTypeBaseTypesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequest">
            <summary>
            The interface IContentTypeBaseTypesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IContentTypeBaseTypesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeWithReferenceRequestBuilder"/> for the specified ContentType.
            </summary>
            <param name="id">The ID for the ContentType.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeBaseTypesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeBaseTypesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnLinksCollectionPage">
            <summary>
            The interface IContentTypeColumnLinksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeColumnLinksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest">
            <summary>
            The interface IContentTypeColumnLinksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.AddAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnLink to the collection via POST.
            </summary>
            <param name="columnLink">The ColumnLink to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.AddResponseAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnLink to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnLink">The ColumnLink to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnLinksCollectionRequestBuilder">
            <summary>
            The interface IContentTypeColumnLinksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeColumnLinksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnLinkRequestBuilder"/> for the specified ColumnLink.
            </summary>
            <param name="id">The ID for the ColumnLink.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnLinkRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionReferencesRequest">
            <summary>
            The interface IContentTypeColumnPositionsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionReferencesRequestBuilder">
            <summary>
            The interface IContentTypeColumnPositionsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesPage">
            <summary>
            The interface IContentTypeColumnPositionsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequest">
            <summary>
            The interface IContentTypeColumnPositionsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IContentTypeColumnPositionsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/> for the specified ColumnDefinition.
            </summary>
            <param name="id">The ID for the ColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnsCollectionPage">
            <summary>
            The interface IContentTypeColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContentTypeColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnsCollectionRequest">
            <summary>
            The interface IContentTypeColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequest.AddResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnsCollectionRequestBuilder">
            <summary>
            The interface IContentTypeColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/> for the specified ColumnDefinition.
            </summary>
            <param name="id">The ID for the ColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequest">
            <summary>
            The interface IContentTypeCopyToDefaultContentLocationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequestBuilder">
            <summary>
            The interface IContentTypeCopyToDefaultContentLocationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesCollectionPage">
            <summary>
            The interface IContentTypeGetCompatibleHubContentTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest">
            <summary>
            The interface IContentTypeGetCompatibleHubContentTypesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest.PatchAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="contenttype">The ContentType object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest.PatchResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="contenttype">The ContentType object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest.PutAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="contenttype">The ContentType object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest.PutResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="contenttype">The ContentType object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder">
            <summary>
            The interface IContentTypeGetCompatibleHubContentTypesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.AddCopy(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopyRequestBuilder.
            </summary>
            <param name="contentType">A contentType parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.AddCopyFromContentTypeHub(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopyFromContentTypeHubRequestBuilder.
            </summary>
            <param name="contentTypeId">A contentTypeId parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.AssociateWithHubSites(System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for ContentTypeAssociateWithHubSitesRequestBuilder.
            </summary>
            <param name="hubSiteUrls">A hubSiteUrls parameter for the OData method call.</param>
            <param name="propagateToExistingLists">A propagateToExistingLists parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.CopyToDefaultContentLocation(Microsoft.Graph.ItemReference,System.String)">
            <summary>
            Gets the request builder for ContentTypeCopyToDefaultContentLocationRequestBuilder.
            </summary>
            <param name="sourceFile">A sourceFile parameter for the OData method call.</param>
            <param name="destinationFileName">A destinationFileName parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.GetCompatibleHubContentTypes">
            <summary>
            Gets the request builder for ContentTypeGetCompatibleHubContentTypesRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.IsPublished">
            <summary>
            Gets the request builder for ContentTypeIsPublishedRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeIsPublishedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.Publish">
            <summary>
            Gets the request builder for ContentTypePublishRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypePublishRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.Unpublish">
            <summary>
            Gets the request builder for ContentTypeUnpublishRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeUnpublishRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.Base">
            <summary>
            Gets the request builder for Base.
            Parent contentType from which this content type is derived.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.BaseTypes">
            <summary>
            Gets the request builder for BaseTypes.
            The collection of content types that are ancestors of this content type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.ColumnLinks">
            <summary>
            Gets the request builder for ColumnLinks.
            The collection of columns that are required by this content type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnLinkRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.ColumnPositions">
            <summary>
            Gets the request builder for ColumnPositions.
            Column order information in a content type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            The collection of column definitions for this contentType.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeIsPublishedRequest">
            <summary>
            The interface IContentTypeIsPublishedRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeIsPublishedRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeIsPublishedRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeIsPublishedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeIsPublishedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeIsPublishedRequestBuilder">
            <summary>
            The interface IContentTypeIsPublishedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeIsPublishedRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypePublishRequest">
            <summary>
            The interface IContentTypePublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypePublishRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypePublishRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypePublishRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypePublishRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypePublishRequestBuilder">
            <summary>
            The interface IContentTypePublishRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypePublishRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeReferenceRequest">
            <summary>
            The interface IContentTypeReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ContentType reference.
            </summary>
            <param name="id">The ContentType reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ContentType reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The ContentType reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeReferenceRequestBuilder">
            <summary>
            The interface IContentTypeReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeRequest">
            <summary>
            The interface IContentTypeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.CreateAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentType using POST.
            </summary>
            <param name="contentTypeToCreate">The ContentType to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.CreateResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentType using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentTypeToCreate">The ContentType to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentType.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentType and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.UpdateAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PATCH.
            </summary>
            <param name="contentTypeToUpdate">The ContentType to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.UpdateResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentTypeToUpdate">The ContentType to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.PutAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PUT.
            </summary>
            <param name="contentTypeToUpdate">The ContentType object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.PutResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentTypeToUpdate">The ContentType object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeRequestBuilder">
            <summary>
            The interface IContentTypeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeRequestBuilder.Base">
            <summary>
            Gets the request builder for Base.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeRequestBuilder.BaseTypes">
            <summary>
            Gets the request builder for BaseTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeBaseTypesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeRequestBuilder.ColumnLinks">
            <summary>
            Gets the request builder for ColumnLinks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeColumnLinksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeRequestBuilder.ColumnPositions">
            <summary>
            Gets the request builder for ColumnPositions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeColumnPositionsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequestBuilder.Publish">
            <summary>
            Gets the request builder for ContentTypePublish.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypePublishRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequestBuilder.Unpublish">
            <summary>
            Gets the request builder for ContentTypeUnpublish.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeUnpublishRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequestBuilder.AssociateWithHubSites(System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for ContentTypeAssociateWithHubSites.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequestBuilder.CopyToDefaultContentLocation(Microsoft.Graph.ItemReference,System.String)">
            <summary>
            Gets the request builder for ContentTypeCopyToDefaultContentLocation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequestBuilder.IsPublished">
            <summary>
            Gets the request builder for ContentTypeIsPublished.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeIsPublishedRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeUnpublishRequest">
            <summary>
            The interface IContentTypeUnpublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeUnpublishRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeUnpublishRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeUnpublishRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeUnpublishRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeUnpublishRequestBuilder">
            <summary>
            The interface IContentTypeUnpublishRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeUnpublishRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeWithReferenceRequest">
            <summary>
            The interface IContentTypeWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentType.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentType and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequest.CreateAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentType using POST.
            </summary>
            <param name="contentTypeToCreate">The ContentType to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentType using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentTypeToCreate">The ContentType to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequest.UpdateAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PATCH.
            </summary>
            <param name="contentTypeToUpdate">The ContentType to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contentTypeToUpdate">The ContentType to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeWithReferenceRequestBuilder">
            <summary>
            The interface IContentTypeWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the contentType.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContractRequest">
            <summary>
            The interface IContractRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.CreateAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Contract using POST.
            </summary>
            <param name="contractToCreate">The Contract to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.CreateResponseAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Contract using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contractToCreate">The Contract to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Contract.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Contract and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Contract.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Contract and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.UpdateAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contract using PATCH.
            </summary>
            <param name="contractToUpdate">The Contract to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.UpdateResponseAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contract using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contractToUpdate">The Contract to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.PutAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contract using PUT.
            </summary>
            <param name="contractToUpdate">The Contract object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.PutResponseAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contract using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="contractToUpdate">The Contract object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContractRequestBuilder">
            <summary>
            The interface IContractRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContractRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationMemberAddCollectionPage">
            <summary>
            The interface IConversationMemberAddCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConversationMemberAddCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConversationMemberAddRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberAddCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IConversationMemberAddRequest">
            <summary>
            The interface IConversationMemberAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConversationMemberAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberAddRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberAddRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberAddRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberAddRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationMemberAddRequestBuilder">
            <summary>
            The interface IConversationMemberAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationMemberReferenceRequest">
            <summary>
            The interface IConversationMemberReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationMember reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationMember reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ConversationMember reference.
            </summary>
            <param name="id">The ConversationMember reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ConversationMember reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The ConversationMember reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationMemberReferenceRequestBuilder">
            <summary>
            The interface IConversationMemberReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationMemberRequest">
            <summary>
            The interface IConversationMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.CreateAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationMember using POST.
            </summary>
            <param name="conversationMemberToCreate">The ConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.CreateResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationMemberToCreate">The ConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.UpdateAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationMember using PATCH.
            </summary>
            <param name="conversationMemberToUpdate">The ConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.UpdateResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationMemberToUpdate">The ConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.PutAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationMember using PUT.
            </summary>
            <param name="conversationMemberToUpdate">The ConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.PutResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationMemberToUpdate">The ConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationMemberRequestBuilder">
            <summary>
            The interface IConversationMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationMemberWithReferenceRequest">
            <summary>
            The interface IConversationMemberWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequest.CreateAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationMember using POST.
            </summary>
            <param name="conversationMemberToCreate">The ConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationMemberToCreate">The ConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequest.UpdateAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationMember using PATCH.
            </summary>
            <param name="conversationMemberToUpdate">The ConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationMemberToUpdate">The ConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationMemberWithReferenceRequestBuilder">
            <summary>
            The interface IConversationMemberWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationMemberWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConversationMemberWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the conversationMember.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationRequest">
            <summary>
            The interface IConversationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.CreateAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Conversation using POST.
            </summary>
            <param name="conversationToCreate">The Conversation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.CreateResponseAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Conversation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationToCreate">The Conversation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Conversation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Conversation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Conversation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Conversation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.UpdateAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Conversation using PATCH.
            </summary>
            <param name="conversationToUpdate">The Conversation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.UpdateResponseAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Conversation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationToUpdate">The Conversation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.PutAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Conversation using PUT.
            </summary>
            <param name="conversationToUpdate">The Conversation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.PutResponseAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Conversation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationToUpdate">The Conversation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationRequestBuilder">
            <summary>
            The interface IConversationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConversationRequestBuilder.Threads">
            <summary>
            Gets the request builder for Threads.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadPostsCollectionPage">
            <summary>
            The interface IConversationThreadPostsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConversationThreadPostsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConversationThreadPostsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadPostsCollectionRequest">
            <summary>
            The interface IConversationThreadPostsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.AddAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Post to the collection via POST.
            </summary>
            <param name="post">The Post to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.AddResponseAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Post to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="post">The Post to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadPostsCollectionRequestBuilder">
            <summary>
            The interface IConversationThreadPostsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConversationThreadPostsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPostRequestBuilder"/> for the specified Post.
            </summary>
            <param name="id">The ID for the Post.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPostRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadReplyRequest">
            <summary>
            The interface IConversationThreadReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConversationThreadReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadReplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadReplyRequestBuilder">
            <summary>
            The interface IConversationThreadReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadReplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadRequest">
            <summary>
            The interface IConversationThreadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.CreateAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationThread using POST.
            </summary>
            <param name="conversationThreadToCreate">The ConversationThread to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.CreateResponseAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationThread using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationThreadToCreate">The ConversationThread to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationThread.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationThread and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationThread.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationThread and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.UpdateAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationThread using PATCH.
            </summary>
            <param name="conversationThreadToUpdate">The ConversationThread to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.UpdateResponseAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationThread using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationThreadToUpdate">The ConversationThread to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.PutAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationThread using PUT.
            </summary>
            <param name="conversationThreadToUpdate">The ConversationThread object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.PutResponseAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationThread using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="conversationThreadToUpdate">The ConversationThread object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadRequestBuilder">
            <summary>
            The interface IConversationThreadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConversationThreadRequestBuilder.Posts">
            <summary>
            Gets the request builder for Posts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadPostsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequestBuilder.Reply(Microsoft.Graph.Post)">
            <summary>
            Gets the request builder for ConversationThreadReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadReplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadsCollectionPage">
            <summary>
            The interface IConversationThreadsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConversationThreadsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConversationThreadsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadsCollectionRequest">
            <summary>
            The interface IConversationThreadsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.AddAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationThread to the collection via POST.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.AddResponseAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationThread to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadsCollectionRequestBuilder">
            <summary>
            The interface IConversationThreadsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConversationThreadsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/> for the specified ConversationThread.
            </summary>
            <param name="id">The ID for the ConversationThread.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICountryNamedLocationRequest">
            <summary>
            The interface ICountryNamedLocationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.CreateAsync(Microsoft.Graph.CountryNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CountryNamedLocation using POST.
            </summary>
            <param name="countryNamedLocationToCreate">The CountryNamedLocation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CountryNamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.CreateResponseAsync(Microsoft.Graph.CountryNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CountryNamedLocation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="countryNamedLocationToCreate">The CountryNamedLocation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CountryNamedLocation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CountryNamedLocation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CountryNamedLocation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CountryNamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CountryNamedLocation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.UpdateAsync(Microsoft.Graph.CountryNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CountryNamedLocation using PATCH.
            </summary>
            <param name="countryNamedLocationToUpdate">The CountryNamedLocation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CountryNamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.UpdateResponseAsync(Microsoft.Graph.CountryNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CountryNamedLocation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="countryNamedLocationToUpdate">The CountryNamedLocation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.PutAsync(Microsoft.Graph.CountryNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CountryNamedLocation using PUT.
            </summary>
            <param name="countryNamedLocationToUpdate">The CountryNamedLocation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.PutResponseAsync(Microsoft.Graph.CountryNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CountryNamedLocation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="countryNamedLocationToUpdate">The CountryNamedLocation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CountryNamedLocation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CountryNamedLocation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICountryNamedLocationRequestBuilder">
            <summary>
            The interface ICountryNamedLocationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICountryNamedLocationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest">
            <summary>
            The interface ICrossTenantAccessPolicyConfigurationDefaultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.CreateAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CrossTenantAccessPolicyConfigurationDefault using POST.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationDefaultToCreate">The CrossTenantAccessPolicyConfigurationDefault to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CrossTenantAccessPolicyConfigurationDefault.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.CreateResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CrossTenantAccessPolicyConfigurationDefault using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationDefaultToCreate">The CrossTenantAccessPolicyConfigurationDefault to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CrossTenantAccessPolicyConfigurationDefault.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CrossTenantAccessPolicyConfigurationDefault and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CrossTenantAccessPolicyConfigurationDefault.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CrossTenantAccessPolicyConfigurationDefault.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CrossTenantAccessPolicyConfigurationDefault and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.UpdateAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationDefault using PATCH.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationDefaultToUpdate">The CrossTenantAccessPolicyConfigurationDefault to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CrossTenantAccessPolicyConfigurationDefault.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.UpdateResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationDefault using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationDefaultToUpdate">The CrossTenantAccessPolicyConfigurationDefault to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.PutAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationDefault using PUT.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationDefaultToUpdate">The CrossTenantAccessPolicyConfigurationDefault object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.PutResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationDefault using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationDefaultToUpdate">The CrossTenantAccessPolicyConfigurationDefault object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicyConfigurationDefault,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequestBuilder">
            <summary>
            The interface ICrossTenantAccessPolicyConfigurationDefaultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequestBuilder.ResetToSystemDefault">
            <summary>
            Gets the request builder for CrossTenantAccessPolicyConfigurationDefaultResetToSystemDefault.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest">
            <summary>
            The interface ICrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequestBuilder">
            <summary>
            The interface ICrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultResetToSystemDefaultRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest">
            <summary>
            The interface ICrossTenantAccessPolicyConfigurationPartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.CreateAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CrossTenantAccessPolicyConfigurationPartner using POST.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartnerToCreate">The CrossTenantAccessPolicyConfigurationPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CrossTenantAccessPolicyConfigurationPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.CreateResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CrossTenantAccessPolicyConfigurationPartner using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartnerToCreate">The CrossTenantAccessPolicyConfigurationPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CrossTenantAccessPolicyConfigurationPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CrossTenantAccessPolicyConfigurationPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CrossTenantAccessPolicyConfigurationPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CrossTenantAccessPolicyConfigurationPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CrossTenantAccessPolicyConfigurationPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.UpdateAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationPartner using PATCH.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartnerToUpdate">The CrossTenantAccessPolicyConfigurationPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CrossTenantAccessPolicyConfigurationPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.UpdateResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationPartner using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartnerToUpdate">The CrossTenantAccessPolicyConfigurationPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.PutAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationPartner using PUT.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartnerToUpdate">The CrossTenantAccessPolicyConfigurationPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.PutResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicyConfigurationPartner using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartnerToUpdate">The CrossTenantAccessPolicyConfigurationPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequestBuilder">
            <summary>
            The interface ICrossTenantAccessPolicyConfigurationPartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionPage">
            <summary>
            The interface ICrossTenantAccessPolicyPartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest">
            <summary>
            The interface ICrossTenantAccessPolicyPartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest.AddAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CrossTenantAccessPolicyConfigurationPartner to the collection via POST.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartner">The CrossTenantAccessPolicyConfigurationPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CrossTenantAccessPolicyConfigurationPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest.AddResponseAsync(Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CrossTenantAccessPolicyConfigurationPartner to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="crossTenantAccessPolicyConfigurationPartner">The CrossTenantAccessPolicyConfigurationPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicyConfigurationPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequestBuilder">
            <summary>
            The interface ICrossTenantAccessPolicyPartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequestBuilder"/> for the specified CrossTenantAccessPolicyConfigurationPartner.
            </summary>
            <param name="id">The ID for the CrossTenantAccessPolicyConfigurationPartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationPartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICrossTenantAccessPolicyRequest">
            <summary>
            The interface ICrossTenantAccessPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.CreateAsync(Microsoft.Graph.CrossTenantAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CrossTenantAccessPolicy using POST.
            </summary>
            <param name="crossTenantAccessPolicyToCreate">The CrossTenantAccessPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CrossTenantAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.CreateResponseAsync(Microsoft.Graph.CrossTenantAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CrossTenantAccessPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyToCreate">The CrossTenantAccessPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CrossTenantAccessPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CrossTenantAccessPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CrossTenantAccessPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CrossTenantAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CrossTenantAccessPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.UpdateAsync(Microsoft.Graph.CrossTenantAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicy using PATCH.
            </summary>
            <param name="crossTenantAccessPolicyToUpdate">The CrossTenantAccessPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CrossTenantAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.UpdateResponseAsync(Microsoft.Graph.CrossTenantAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyToUpdate">The CrossTenantAccessPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.PutAsync(Microsoft.Graph.CrossTenantAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicy using PUT.
            </summary>
            <param name="crossTenantAccessPolicyToUpdate">The CrossTenantAccessPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.PutResponseAsync(Microsoft.Graph.CrossTenantAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CrossTenantAccessPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="crossTenantAccessPolicyToUpdate">The CrossTenantAccessPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CrossTenantAccessPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICrossTenantAccessPolicyRequestBuilder">
            <summary>
            The interface ICrossTenantAccessPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICrossTenantAccessPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICrossTenantAccessPolicyRequestBuilder.Default">
            <summary>
            Gets the request builder for Default.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyConfigurationDefaultRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICrossTenantAccessPolicyRequestBuilder.Partners">
            <summary>
            Gets the request builder for Partners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyPartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDataPolicyOperationRequest">
            <summary>
            The interface IDataPolicyOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.CreateAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataPolicyOperation using POST.
            </summary>
            <param name="dataPolicyOperationToCreate">The DataPolicyOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataPolicyOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.CreateResponseAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataPolicyOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataPolicyOperationToCreate">The DataPolicyOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataPolicyOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataPolicyOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataPolicyOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DataPolicyOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataPolicyOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.UpdateAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataPolicyOperation using PATCH.
            </summary>
            <param name="dataPolicyOperationToUpdate">The DataPolicyOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DataPolicyOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.UpdateResponseAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataPolicyOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataPolicyOperationToUpdate">The DataPolicyOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.PutAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataPolicyOperation using PUT.
            </summary>
            <param name="dataPolicyOperationToUpdate">The DataPolicyOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.PutResponseAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataPolicyOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataPolicyOperationToUpdate">The DataPolicyOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DataPolicyOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DataPolicyOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDataPolicyOperationRequestBuilder">
            <summary>
            The interface IDataPolicyOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDataPolicyOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionPage">
            <summary>
            The interface IDefaultManagedAppProtectionAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest">
            <summary>
            The interface IDefaultManagedAppProtectionAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequestBuilder">
            <summary>
            The interface IDefaultManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified ManagedMobileApp.
            </summary>
            <param name="id">The ID for the ManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDefaultManagedAppProtectionRequest">
            <summary>
            The interface IDefaultManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DefaultManagedAppProtection using POST.
            </summary>
            <param name="defaultManagedAppProtectionToCreate">The DefaultManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.CreateResponseAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DefaultManagedAppProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="defaultManagedAppProtectionToCreate">The DefaultManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DefaultManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DefaultManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DefaultManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DefaultManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DefaultManagedAppProtection using PATCH.
            </summary>
            <param name="defaultManagedAppProtectionToUpdate">The DefaultManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.UpdateResponseAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DefaultManagedAppProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="defaultManagedAppProtectionToUpdate">The DefaultManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.PutAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DefaultManagedAppProtection using PUT.
            </summary>
            <param name="defaultManagedAppProtectionToUpdate">The DefaultManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.PutResponseAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DefaultManagedAppProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="defaultManagedAppProtectionToUpdate">The DefaultManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder">
            <summary>
            The interface IDefaultManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDelegatedPermissionClassificationRequest">
            <summary>
            The interface IDelegatedPermissionClassificationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.CreateAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DelegatedPermissionClassification using POST.
            </summary>
            <param name="delegatedPermissionClassificationToCreate">The DelegatedPermissionClassification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DelegatedPermissionClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.CreateResponseAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DelegatedPermissionClassification using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="delegatedPermissionClassificationToCreate">The DelegatedPermissionClassification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DelegatedPermissionClassification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DelegatedPermissionClassification and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DelegatedPermissionClassification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DelegatedPermissionClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DelegatedPermissionClassification and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.UpdateAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DelegatedPermissionClassification using PATCH.
            </summary>
            <param name="delegatedPermissionClassificationToUpdate">The DelegatedPermissionClassification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DelegatedPermissionClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.UpdateResponseAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DelegatedPermissionClassification using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="delegatedPermissionClassificationToUpdate">The DelegatedPermissionClassification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.PutAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DelegatedPermissionClassification using PUT.
            </summary>
            <param name="delegatedPermissionClassificationToUpdate">The DelegatedPermissionClassification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.PutResponseAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DelegatedPermissionClassification using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="delegatedPermissionClassificationToUpdate">The DelegatedPermissionClassification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DelegatedPermissionClassification,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DelegatedPermissionClassification,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDelegatedPermissionClassificationRequestBuilder">
            <summary>
            The interface IDelegatedPermissionClassificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDelegatedPermissionClassificationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityApiConnectorRequest">
            <summary>
            The type IdentityApiConnectorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityApiConnectorRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.CreateAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityApiConnector using POST.
            </summary>
            <param name="identityApiConnectorToCreate">The IdentityApiConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityApiConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.CreateResponseAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityApiConnector using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityApiConnectorToCreate">The IdentityApiConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityApiConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityApiConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityApiConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityApiConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityApiConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.UpdateAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityApiConnector using PATCH.
            </summary>
            <param name="identityApiConnectorToUpdate">The IdentityApiConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityApiConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.UpdateResponseAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityApiConnector using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityApiConnectorToUpdate">The IdentityApiConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.PutAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityApiConnector using PUT.
            </summary>
            <param name="identityApiConnectorToUpdate">The IdentityApiConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.PutResponseAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityApiConnector using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityApiConnectorToUpdate">The IdentityApiConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityApiConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityApiConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequest.InitializeCollectionProperties(Microsoft.Graph.IdentityApiConnector)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="identityApiConnectorToInitialize">The <see cref="T:Microsoft.Graph.IdentityApiConnector"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IdentityApiConnectorRequestBuilder">
            <summary>
            The type IdentityApiConnectorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityApiConnectorRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorRequestBuilder.UploadClientCertificate(System.String,System.String)">
            <summary>
            Gets the request builder for IdentityApiConnectorUploadClientCertificate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityApiConnectorUploadClientCertificateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequest">
            <summary>
            The type IdentityApiConnectorUploadClientCertificateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityApiConnectorUploadClientCertificateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequestBuilder">
            <summary>
            The type IdentityApiConnectorUploadClientCertificateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="pkcs12Value">A pkcs12Value parameter for the OData method call.</param>
            <param name="password">A password parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityApiConnectorUploadClientCertificateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest">
            <summary>
            The type IdentityBuiltInUserFlowAttributeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityBuiltInUserFlowAttributeRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.CreateAsync(Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityBuiltInUserFlowAttribute using POST.
            </summary>
            <param name="identityBuiltInUserFlowAttributeToCreate">The IdentityBuiltInUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityBuiltInUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.CreateResponseAsync(Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityBuiltInUserFlowAttribute using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityBuiltInUserFlowAttributeToCreate">The IdentityBuiltInUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityBuiltInUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityBuiltInUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityBuiltInUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityBuiltInUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityBuiltInUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.UpdateAsync(Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityBuiltInUserFlowAttribute using PATCH.
            </summary>
            <param name="identityBuiltInUserFlowAttributeToUpdate">The IdentityBuiltInUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityBuiltInUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.UpdateResponseAsync(Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityBuiltInUserFlowAttribute using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityBuiltInUserFlowAttributeToUpdate">The IdentityBuiltInUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.PutAsync(Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityBuiltInUserFlowAttribute using PUT.
            </summary>
            <param name="identityBuiltInUserFlowAttributeToUpdate">The IdentityBuiltInUserFlowAttribute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.PutResponseAsync(Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityBuiltInUserFlowAttribute using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityBuiltInUserFlowAttributeToUpdate">The IdentityBuiltInUserFlowAttribute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequest.InitializeCollectionProperties(Microsoft.Graph.IdentityBuiltInUserFlowAttribute)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="identityBuiltInUserFlowAttributeToInitialize">The <see cref="T:Microsoft.Graph.IdentityBuiltInUserFlowAttribute"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequestBuilder">
            <summary>
            The type IdentityBuiltInUserFlowAttributeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityBuiltInUserFlowAttributeRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityBuiltInUserFlowAttributeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerApiConnectorsCollectionPage">
            <summary>
            The type IdentityContainerApiConnectorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerApiConnectorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest">
            <summary>
            The type IdentityContainerApiConnectorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityContainerApiConnectorsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest.AddAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityApiConnector to the collection via POST.
            </summary>
            <param name="identityApiConnector">The IdentityApiConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityApiConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest.AddResponseAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityApiConnector to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityApiConnector">The IdentityApiConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityApiConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityApiConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequestBuilder">
            <summary>
            The type IdentityContainerApiConnectorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityContainerApiConnectorsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerApiConnectorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityApiConnectorRequestBuilder"/> for the specified IdentityContainerIdentityApiConnector.
            </summary>
            <param name="id">The ID for the IdentityContainerIdentityApiConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityApiConnectorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerApiConnectorsCollectionResponse">
            <summary>
            The type IdentityContainerApiConnectorsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerApiConnectorsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerApiConnectorsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerApiConnectorsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionPage">
            <summary>
            The type IdentityContainerB2xUserFlowsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest">
            <summary>
            The type IdentityContainerB2xUserFlowsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityContainerB2xUserFlowsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest.AddAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Adds the specified B2xIdentityUserFlow to the collection via POST.
            </summary>
            <param name="b2xIdentityUserFlow">The B2xIdentityUserFlow to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created B2xIdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest.AddResponseAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Adds the specified B2xIdentityUserFlow to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="b2xIdentityUserFlow">The B2xIdentityUserFlow to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.B2xIdentityUserFlow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.B2xIdentityUserFlow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequestBuilder">
            <summary>
            The type IdentityContainerB2xUserFlowsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityContainerB2xUserFlowsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowRequestBuilder"/> for the specified IdentityContainerB2xIdentityUserFlow.
            </summary>
            <param name="id">The ID for the IdentityContainerB2xIdentityUserFlow.</param>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionResponse">
            <summary>
            The type IdentityContainerB2xUserFlowsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerB2xUserFlowsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionPage">
            <summary>
            The type IdentityContainerIdentityProvidersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest">
            <summary>
            The type IdentityContainerIdentityProvidersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityContainerIdentityProvidersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest.AddAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProviderBase to the collection via POST.
            </summary>
            <param name="identityProviderBase">The IdentityProviderBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest.AddResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProviderBase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityProviderBase">The IdentityProviderBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequestBuilder">
            <summary>
            The type IdentityContainerIdentityProvidersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityContainerIdentityProvidersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityProviderBaseRequestBuilder"/> for the specified IdentityContainerIdentityProviderBase.
            </summary>
            <param name="id">The ID for the IdentityContainerIdentityProviderBase.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderBaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionRequestBuilder.AvailableProviderTypes">
            <summary>
            Gets the request builder for IdentityProviderBaseAvailableProviderTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionResponse">
            <summary>
            The type IdentityContainerIdentityProvidersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerIdentityProvidersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerRequest">
            <summary>
            The type IdentityContainerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityContainerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.CreateAsync(Microsoft.Graph.IdentityContainer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityContainer using POST.
            </summary>
            <param name="identityContainerToCreate">The IdentityContainer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.CreateResponseAsync(Microsoft.Graph.IdentityContainer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityContainer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityContainerToCreate">The IdentityContainer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityContainer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityContainer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityContainer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityContainer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.UpdateAsync(Microsoft.Graph.IdentityContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityContainer using PATCH.
            </summary>
            <param name="identityContainerToUpdate">The IdentityContainer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.UpdateResponseAsync(Microsoft.Graph.IdentityContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityContainer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityContainerToUpdate">The IdentityContainer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.PutAsync(Microsoft.Graph.IdentityContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityContainer using PUT.
            </summary>
            <param name="identityContainerToUpdate">The IdentityContainer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.PutResponseAsync(Microsoft.Graph.IdentityContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityContainer using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityContainerToUpdate">The IdentityContainer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityContainer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityContainer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequest.InitializeCollectionProperties(Microsoft.Graph.IdentityContainer)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="identityContainerToInitialize">The <see cref="T:Microsoft.Graph.IdentityContainer"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerRequestBuilder">
            <summary>
            The type IdentityContainerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityContainerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerRequestBuilder.ApiConnectors">
            <summary>
            Gets the request builder for ApiConnectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerRequestBuilder.B2xUserFlows">
            <summary>
            Gets the request builder for B2xUserFlows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerRequestBuilder.IdentityProviders">
            <summary>
            Gets the request builder for IdentityProviders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerRequestBuilder.UserFlowAttributes">
            <summary>
            Gets the request builder for UserFlowAttributes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerRequestBuilder.ConditionalAccess">
            <summary>
            Gets the request builder for ConditionalAccess.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessRootRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionPage">
            <summary>
            The type IdentityContainerUserFlowAttributesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest">
            <summary>
            The type IdentityContainerUserFlowAttributesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityContainerUserFlowAttributesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest.AddAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityUserFlowAttribute to the collection via POST.
            </summary>
            <param name="identityUserFlowAttribute">The IdentityUserFlowAttribute to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest.AddResponseAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityUserFlowAttribute to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityUserFlowAttribute">The IdentityUserFlowAttribute to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequestBuilder">
            <summary>
            The type IdentityContainerUserFlowAttributesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityContainerUserFlowAttributesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeRequestBuilder"/> for the specified IdentityContainerIdentityUserFlowAttribute.
            </summary>
            <param name="id">The ID for the IdentityContainerIdentityUserFlowAttribute.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionResponse">
            <summary>
            The type IdentityContainerUserFlowAttributesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityContainerUserFlowAttributesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest">
            <summary>
            The type IdentityCustomUserFlowAttributeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityCustomUserFlowAttributeRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.CreateAsync(Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityCustomUserFlowAttribute using POST.
            </summary>
            <param name="identityCustomUserFlowAttributeToCreate">The IdentityCustomUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityCustomUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.CreateResponseAsync(Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityCustomUserFlowAttribute using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityCustomUserFlowAttributeToCreate">The IdentityCustomUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityCustomUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityCustomUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityCustomUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityCustomUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityCustomUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.UpdateAsync(Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityCustomUserFlowAttribute using PATCH.
            </summary>
            <param name="identityCustomUserFlowAttributeToUpdate">The IdentityCustomUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityCustomUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.UpdateResponseAsync(Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityCustomUserFlowAttribute using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityCustomUserFlowAttributeToUpdate">The IdentityCustomUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.PutAsync(Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityCustomUserFlowAttribute using PUT.
            </summary>
            <param name="identityCustomUserFlowAttributeToUpdate">The IdentityCustomUserFlowAttribute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.PutResponseAsync(Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityCustomUserFlowAttribute using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityCustomUserFlowAttributeToUpdate">The IdentityCustomUserFlowAttribute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequest.InitializeCollectionProperties(Microsoft.Graph.IdentityCustomUserFlowAttribute)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="identityCustomUserFlowAttributeToInitialize">The <see cref="T:Microsoft.Graph.IdentityCustomUserFlowAttribute"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IdentityCustomUserFlowAttributeRequestBuilder">
            <summary>
            The type IdentityCustomUserFlowAttributeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityCustomUserFlowAttributeRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityCustomUserFlowAttributeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityGovernanceRequest">
            <summary>
            The type IdentityGovernanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityGovernanceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.CreateAsync(Microsoft.Graph.IdentityGovernance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityGovernance using POST.
            </summary>
            <param name="identityGovernanceToCreate">The IdentityGovernance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityGovernance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.CreateResponseAsync(Microsoft.Graph.IdentityGovernance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityGovernance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityGovernanceToCreate">The IdentityGovernance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityGovernance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityGovernance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityGovernance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityGovernance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityGovernance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.UpdateAsync(Microsoft.Graph.IdentityGovernance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityGovernance using PATCH.
            </summary>
            <param name="identityGovernanceToUpdate">The IdentityGovernance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityGovernance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.UpdateResponseAsync(Microsoft.Graph.IdentityGovernance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityGovernance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityGovernanceToUpdate">The IdentityGovernance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.PutAsync(Microsoft.Graph.IdentityGovernance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityGovernance using PUT.
            </summary>
            <param name="identityGovernanceToUpdate">The IdentityGovernance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.PutResponseAsync(Microsoft.Graph.IdentityGovernance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityGovernance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityGovernanceToUpdate">The IdentityGovernance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityGovernance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityGovernance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequest.InitializeCollectionProperties(Microsoft.Graph.IdentityGovernance)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="identityGovernanceToInitialize">The <see cref="T:Microsoft.Graph.IdentityGovernance"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IdentityGovernanceRequestBuilder">
            <summary>
            The type IdentityGovernanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityGovernanceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityGovernanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityGovernanceRequestBuilder.AccessReviews">
            <summary>
            Gets the request builder for AccessReviews.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewSetRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityGovernanceRequestBuilder.AppConsent">
            <summary>
            Gets the request builder for AppConsent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppConsentApprovalRouteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityGovernanceRequestBuilder.TermsOfUse">
            <summary>
            Gets the request builder for TermsOfUse.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsOfUseContainerRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityGovernanceRequestBuilder.EntitlementManagement">
            <summary>
            Gets the request builder for EntitlementManagement.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRequest">
            <summary>
            The type IdentityProtectionRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityProtectionRootRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.CreateAsync(Microsoft.Graph.IdentityProtectionRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProtectionRoot using POST.
            </summary>
            <param name="identityProtectionRootToCreate">The IdentityProtectionRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProtectionRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.CreateResponseAsync(Microsoft.Graph.IdentityProtectionRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProtectionRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProtectionRootToCreate">The IdentityProtectionRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProtectionRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProtectionRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProtectionRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityProtectionRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProtectionRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.UpdateAsync(Microsoft.Graph.IdentityProtectionRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProtectionRoot using PATCH.
            </summary>
            <param name="identityProtectionRootToUpdate">The IdentityProtectionRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityProtectionRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.UpdateResponseAsync(Microsoft.Graph.IdentityProtectionRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProtectionRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProtectionRootToUpdate">The IdentityProtectionRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.PutAsync(Microsoft.Graph.IdentityProtectionRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProtectionRoot using PUT.
            </summary>
            <param name="identityProtectionRootToUpdate">The IdentityProtectionRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.PutResponseAsync(Microsoft.Graph.IdentityProtectionRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProtectionRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProtectionRootToUpdate">The IdentityProtectionRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProtectionRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProtectionRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequest.InitializeCollectionProperties(Microsoft.Graph.IdentityProtectionRoot)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="identityProtectionRootToInitialize">The <see cref="T:Microsoft.Graph.IdentityProtectionRoot"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRequestBuilder">
            <summary>
            The type IdentityProtectionRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityProtectionRootRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRequestBuilder.RiskDetections">
            <summary>
            Gets the request builder for RiskDetections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRequestBuilder.RiskyServicePrincipals">
            <summary>
            Gets the request builder for RiskyServicePrincipals.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRequestBuilder.RiskyUsers">
            <summary>
            Gets the request builder for RiskyUsers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRequestBuilder.ServicePrincipalRiskDetections">
            <summary>
            Gets the request builder for ServicePrincipalRiskDetections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionPage">
            <summary>
            The type IdentityProtectionRootRiskDetectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest">
            <summary>
            The type IdentityProtectionRootRiskDetectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityProtectionRootRiskDetectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest.AddAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskDetection to the collection via POST.
            </summary>
            <param name="riskDetection">The RiskDetection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskDetection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="riskDetection">The RiskDetection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskDetection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskDetection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequestBuilder">
            <summary>
            The type IdentityProtectionRootRiskDetectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityProtectionRootRiskDetectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRiskDetectionRequestBuilder"/> for the specified IdentityProtectionRootRiskDetection.
            </summary>
            <param name="id">The ID for the IdentityProtectionRootRiskDetection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRiskDetectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionResponse">
            <summary>
            The type IdentityProtectionRootRiskDetectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskDetectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionPage">
            <summary>
            The type IdentityProtectionRootRiskyServicePrincipalsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest">
            <summary>
            The type IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.AddAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyServicePrincipal to the collection via POST.
            </summary>
            <param name="riskyServicePrincipal">The RiskyServicePrincipal to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.AddResponseAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyServicePrincipal to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="riskyServicePrincipal">The RiskyServicePrincipal to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipal,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipal,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder">
            <summary>
            The type IdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRiskyServicePrincipalRequestBuilder"/> for the specified IdentityProtectionRootRiskyServicePrincipal.
            </summary>
            <param name="id">The ID for the IdentityProtectionRootRiskyServicePrincipal.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyServicePrincipalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.ConfirmCompromised(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for RiskyServicePrincipalConfirmCompromised.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyServicePrincipalConfirmCompromisedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.Dismiss(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for RiskyServicePrincipalDismiss.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyServicePrincipalDismissRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionResponse">
            <summary>
            The type IdentityProtectionRootRiskyServicePrincipalsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskyServicePrincipalsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionPage">
            <summary>
            The type IdentityProtectionRootRiskyUsersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest">
            <summary>
            The type IdentityProtectionRootRiskyUsersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityProtectionRootRiskyUsersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest.AddAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyUser to the collection via POST.
            </summary>
            <param name="riskyUser">The RiskyUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest.AddResponseAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="riskyUser">The RiskyUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequestBuilder">
            <summary>
            The type IdentityProtectionRootRiskyUsersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityProtectionRootRiskyUsersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRiskyUserRequestBuilder"/> for the specified IdentityProtectionRootRiskyUser.
            </summary>
            <param name="id">The ID for the IdentityProtectionRootRiskyUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequestBuilder.ConfirmCompromised(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for RiskyUserConfirmCompromised.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyUserConfirmCompromisedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionRequestBuilder.Dismiss(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for RiskyUserDismiss.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyUserDismissRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionResponse">
            <summary>
            The type IdentityProtectionRootRiskyUsersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootRiskyUsersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionPage">
            <summary>
            The type IdentityProtectionRootServicePrincipalRiskDetectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest">
            <summary>
            The type IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.AddAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServicePrincipalRiskDetection to the collection via POST.
            </summary>
            <param name="servicePrincipalRiskDetection">The ServicePrincipalRiskDetection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServicePrincipalRiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServicePrincipalRiskDetection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="servicePrincipalRiskDetection">The ServicePrincipalRiskDetection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipalRiskDetection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipalRiskDetection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder">
            <summary>
            The type IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalRiskDetectionRequestBuilder"/> for the specified IdentityProtectionRootServicePrincipalRiskDetection.
            </summary>
            <param name="id">The ID for the IdentityProtectionRootServicePrincipalRiskDetection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalRiskDetectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionResponse">
            <summary>
            The type IdentityProtectionRootServicePrincipalRiskDetectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProtectionRootServicePrincipalRiskDetectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderAvailableProviderTypesCollectionPage">
            <summary>
            The type IdentityProviderAvailableProviderTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProviderAvailableProviderTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderAvailableProviderTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderAvailableProviderTypesCollectionResponse">
            <summary>
            The type IdentityProviderAvailableProviderTypesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProviderAvailableProviderTypesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IIdentityProviderAvailableProviderTypesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProviderAvailableProviderTypesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProviderAvailableProviderTypesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequest">
            <summary>
            The type IdentityProviderAvailableProviderTypesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityProviderAvailableProviderTypesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequestBuilder">
            <summary>
            The type IdentityProviderAvailableProviderTypesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderAvailableProviderTypesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesCollectionPage">
            <summary>
            The type IdentityProviderBaseAvailableProviderTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesCollectionResponse">
            <summary>
            The type IdentityProviderBaseAvailableProviderTypesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequest">
            <summary>
            The type IdentityProviderBaseAvailableProviderTypesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityProviderBaseAvailableProviderTypesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequestBuilder">
            <summary>
            The type IdentityProviderBaseAvailableProviderTypesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseAvailableProviderTypesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderBaseReferenceRequest">
            <summary>
            The type IdentityProviderBaseReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityProviderBaseReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProviderBase reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProviderBase reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified IdentityProviderBase reference.
            </summary>
            <param name="id">The IdentityProviderBase reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified IdentityProviderBase reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The IdentityProviderBase reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderBaseReferenceRequestBuilder">
            <summary>
            The type IdentityProviderBaseReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityProviderBaseReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderBaseRequest">
            <summary>
            The type IdentityProviderBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityProviderBaseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.CreateAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProviderBase using POST.
            </summary>
            <param name="identityProviderBaseToCreate">The IdentityProviderBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.CreateResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProviderBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderBaseToCreate">The IdentityProviderBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProviderBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProviderBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProviderBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProviderBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.UpdateAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProviderBase using PATCH.
            </summary>
            <param name="identityProviderBaseToUpdate">The IdentityProviderBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.UpdateResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProviderBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderBaseToUpdate">The IdentityProviderBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.PutAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProviderBase using PUT.
            </summary>
            <param name="identityProviderBaseToUpdate">The IdentityProviderBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.PutResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProviderBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderBaseToUpdate">The IdentityProviderBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequest.InitializeCollectionProperties(Microsoft.Graph.IdentityProviderBase)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="identityProviderBaseToInitialize">The <see cref="T:Microsoft.Graph.IdentityProviderBase"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderBaseRequestBuilder">
            <summary>
            The type IdentityProviderBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityProviderBaseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest">
            <summary>
            The type IdentityProviderBaseWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityProviderBaseWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProviderBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProviderBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest.CreateAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProviderBase using POST.
            </summary>
            <param name="identityProviderBaseToCreate">The IdentityProviderBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProviderBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderBaseToCreate">The IdentityProviderBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest.UpdateAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProviderBase using PATCH.
            </summary>
            <param name="identityProviderBaseToUpdate">The IdentityProviderBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProviderBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderBaseToUpdate">The IdentityProviderBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProviderBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProviderBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderBaseWithReferenceRequestBuilder">
            <summary>
            The type IdentityProviderBaseWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityProviderBaseWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderBaseWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityProviderBaseWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the identityProviderBase.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderBaseReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderReferenceRequest">
            <summary>
            The type IdentityProviderReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityProviderReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProvider reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProvider reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified IdentityProvider reference.
            </summary>
            <param name="id">The IdentityProvider reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified IdentityProvider reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The IdentityProvider reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderReferenceRequestBuilder">
            <summary>
            The type IdentityProviderReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityProviderReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderRequest">
            <summary>
            The type IdentityProviderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityProviderRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.CreateAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProvider using POST.
            </summary>
            <param name="identityProviderToCreate">The IdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.CreateResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProvider using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderToCreate">The IdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.UpdateAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProvider using PATCH.
            </summary>
            <param name="identityProviderToUpdate">The IdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.UpdateResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProvider using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderToUpdate">The IdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.PutAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProvider using PUT.
            </summary>
            <param name="identityProviderToUpdate">The IdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.PutResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProvider using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderToUpdate">The IdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequest.InitializeCollectionProperties(Microsoft.Graph.IdentityProvider)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="identityProviderToInitialize">The <see cref="T:Microsoft.Graph.IdentityProvider"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderRequestBuilder">
            <summary>
            The type IdentityProviderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityProviderRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderWithReferenceRequest">
            <summary>
            The type IdentityProviderWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityProviderWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequest.CreateAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProvider using POST.
            </summary>
            <param name="identityProviderToCreate">The IdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProvider using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderToCreate">The IdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequest.UpdateAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProvider using PATCH.
            </summary>
            <param name="identityProviderToUpdate">The IdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProvider using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderToUpdate">The IdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityProviderWithReferenceRequestBuilder">
            <summary>
            The type IdentityProviderWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityProviderWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityProviderWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityProviderWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the identityProvider.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest">
            <summary>
            The type IdentitySecurityDefaultsEnforcementPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentitySecurityDefaultsEnforcementPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.CreateAsync(Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentitySecurityDefaultsEnforcementPolicy using POST.
            </summary>
            <param name="identitySecurityDefaultsEnforcementPolicyToCreate">The IdentitySecurityDefaultsEnforcementPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentitySecurityDefaultsEnforcementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.CreateResponseAsync(Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentitySecurityDefaultsEnforcementPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identitySecurityDefaultsEnforcementPolicyToCreate">The IdentitySecurityDefaultsEnforcementPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentitySecurityDefaultsEnforcementPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentitySecurityDefaultsEnforcementPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentitySecurityDefaultsEnforcementPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentitySecurityDefaultsEnforcementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentitySecurityDefaultsEnforcementPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.UpdateAsync(Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentitySecurityDefaultsEnforcementPolicy using PATCH.
            </summary>
            <param name="identitySecurityDefaultsEnforcementPolicyToUpdate">The IdentitySecurityDefaultsEnforcementPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentitySecurityDefaultsEnforcementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.UpdateResponseAsync(Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentitySecurityDefaultsEnforcementPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identitySecurityDefaultsEnforcementPolicyToUpdate">The IdentitySecurityDefaultsEnforcementPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.PutAsync(Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentitySecurityDefaultsEnforcementPolicy using PUT.
            </summary>
            <param name="identitySecurityDefaultsEnforcementPolicyToUpdate">The IdentitySecurityDefaultsEnforcementPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.PutResponseAsync(Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentitySecurityDefaultsEnforcementPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identitySecurityDefaultsEnforcementPolicyToUpdate">The IdentitySecurityDefaultsEnforcementPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="identitySecurityDefaultsEnforcementPolicyToInitialize">The <see cref="T:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequestBuilder">
            <summary>
            The type IdentitySecurityDefaultsEnforcementPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentitySecurityDefaultsEnforcementPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeAssignmentGetOrderRequest">
            <summary>
            The type IdentityUserFlowAttributeAssignmentGetOrderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentGetOrderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityUserFlowAttributeAssignmentGetOrderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentGetOrderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentGetOrderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentGetOrderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentGetOrderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeAssignmentGetOrderRequestBuilder">
            <summary>
            The type IdentityUserFlowAttributeAssignmentGetOrderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentGetOrderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.IdentityUserFlowAttributeAssignmentGetOrderRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentGetOrderRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest">
            <summary>
            The type IdentityUserFlowAttributeAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityUserFlowAttributeAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.CreateAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlowAttributeAssignment using POST.
            </summary>
            <param name="identityUserFlowAttributeAssignmentToCreate">The IdentityUserFlowAttributeAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityUserFlowAttributeAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.CreateResponseAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlowAttributeAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeAssignmentToCreate">The IdentityUserFlowAttributeAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttributeAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttributeAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlowAttributeAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityUserFlowAttributeAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlowAttributeAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.UpdateAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttributeAssignment using PATCH.
            </summary>
            <param name="identityUserFlowAttributeAssignmentToUpdate">The IdentityUserFlowAttributeAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityUserFlowAttributeAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttributeAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeAssignmentToUpdate">The IdentityUserFlowAttributeAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.PutAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttributeAssignment using PUT.
            </summary>
            <param name="identityUserFlowAttributeAssignmentToUpdate">The IdentityUserFlowAttributeAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.PutResponseAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttributeAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeAssignmentToUpdate">The IdentityUserFlowAttributeAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.IdentityUserFlowAttributeAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="identityUserFlowAttributeAssignmentToInitialize">The <see cref="T:Microsoft.Graph.IdentityUserFlowAttributeAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequestBuilder">
            <summary>
            The type IdentityUserFlowAttributeAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityUserFlowAttributeAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttributeAssignmentRequestBuilder.UserAttribute">
            <summary>
            Gets the request builder for UserAttribute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeAssignmentSetOrderRequest">
            <summary>
            The type IdentityUserFlowAttributeAssignmentSetOrderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentSetOrderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityUserFlowAttributeAssignmentSetOrderRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttributeAssignmentSetOrderRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentSetOrderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentSetOrderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentSetOrderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentSetOrderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeAssignmentSetOrderRequestBuilder">
            <summary>
            The type IdentityUserFlowAttributeAssignmentSetOrderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentSetOrderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.AssignmentOrder)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.IdentityUserFlowAttributeAssignmentSetOrderRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="newAssignmentOrder">A newAssignmentOrder parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeAssignmentSetOrderRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeReferenceRequest">
            <summary>
            The type IdentityUserFlowAttributeReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityUserFlowAttributeReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttribute reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttribute reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified IdentityUserFlowAttribute reference.
            </summary>
            <param name="id">The IdentityUserFlowAttribute reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified IdentityUserFlowAttribute reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The IdentityUserFlowAttribute reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeReferenceRequestBuilder">
            <summary>
            The type IdentityUserFlowAttributeReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityUserFlowAttributeReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeRequest">
            <summary>
            The type IdentityUserFlowAttributeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityUserFlowAttributeRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.CreateAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlowAttribute using POST.
            </summary>
            <param name="identityUserFlowAttributeToCreate">The IdentityUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.CreateResponseAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlowAttribute using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeToCreate">The IdentityUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.UpdateAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttribute using PATCH.
            </summary>
            <param name="identityUserFlowAttributeToUpdate">The IdentityUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.UpdateResponseAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttribute using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeToUpdate">The IdentityUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.PutAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttribute using PUT.
            </summary>
            <param name="identityUserFlowAttributeToUpdate">The IdentityUserFlowAttribute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.PutResponseAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttribute using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeToUpdate">The IdentityUserFlowAttribute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequest.InitializeCollectionProperties(Microsoft.Graph.IdentityUserFlowAttribute)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="identityUserFlowAttributeToInitialize">The <see cref="T:Microsoft.Graph.IdentityUserFlowAttribute"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeRequestBuilder">
            <summary>
            The type IdentityUserFlowAttributeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityUserFlowAttributeRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest">
            <summary>
            The type IdentityUserFlowAttributeWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityUserFlowAttributeWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest.CreateAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlowAttribute using POST.
            </summary>
            <param name="identityUserFlowAttributeToCreate">The IdentityUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlowAttribute using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeToCreate">The IdentityUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest.UpdateAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttribute using PATCH.
            </summary>
            <param name="identityUserFlowAttributeToUpdate">The IdentityUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttribute using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeToUpdate">The IdentityUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequestBuilder">
            <summary>
            The type IdentityUserFlowAttributeWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityUserFlowAttributeWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IdentityUserFlowAttributeWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the identityUserFlowAttribute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowRequest">
            <summary>
            The type IdentityUserFlowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IdentityUserFlowRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.CreateAsync(Microsoft.Graph.IdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlow using POST.
            </summary>
            <param name="identityUserFlowToCreate">The IdentityUserFlow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.CreateResponseAsync(Microsoft.Graph.IdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlow using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowToCreate">The IdentityUserFlow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlow and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlow and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.UpdateAsync(Microsoft.Graph.IdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlow using PATCH.
            </summary>
            <param name="identityUserFlowToUpdate">The IdentityUserFlow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.UpdateResponseAsync(Microsoft.Graph.IdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlow using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowToUpdate">The IdentityUserFlow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.PutAsync(Microsoft.Graph.IdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlow using PUT.
            </summary>
            <param name="identityUserFlowToUpdate">The IdentityUserFlow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.PutResponseAsync(Microsoft.Graph.IdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlow using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowToUpdate">The IdentityUserFlow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequest.InitializeCollectionProperties(Microsoft.Graph.IdentityUserFlow)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="identityUserFlowToInitialize">The <see cref="T:Microsoft.Graph.IdentityUserFlow"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IdentityUserFlowRequestBuilder">
            <summary>
            The type IdentityUserFlowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IdentityUserFlowRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IdentityUserFlowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequest">
            <summary>
            The interface IDetectedAppManagedDevicesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder">
            <summary>
            The interface IDetectedAppManagedDevicesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesPage">
            <summary>
            The interface IDetectedAppManagedDevicesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest">
            <summary>
            The interface IDetectedAppManagedDevicesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder"/> for the specified ManagedDevice.
            </summary>
            <param name="id">The ID for the ManagedDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppRequest">
            <summary>
            The interface IDetectedAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.CreateAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DetectedApp using POST.
            </summary>
            <param name="detectedAppToCreate">The DetectedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.CreateResponseAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DetectedApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="detectedAppToCreate">The DetectedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DetectedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DetectedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DetectedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DetectedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.UpdateAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DetectedApp using PATCH.
            </summary>
            <param name="detectedAppToUpdate">The DetectedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.UpdateResponseAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DetectedApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="detectedAppToUpdate">The DetectedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.PutAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DetectedApp using PUT.
            </summary>
            <param name="detectedAppToUpdate">The DetectedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.PutResponseAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DetectedApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="detectedAppToUpdate">The DetectedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppRequestBuilder">
            <summary>
            The interface IDetectedAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDetectedAppRequestBuilder.ManagedDevices">
            <summary>
            Gets the request builder for ManagedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest">
            <summary>
            The interface IDeviceAndAppManagementRoleAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleAssignment using POST.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToCreate">The DeviceAndAppManagementRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.CreateResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToCreate">The DeviceAndAppManagementRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAndAppManagementRoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleAssignment using PATCH.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToUpdate">The DeviceAndAppManagementRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToUpdate">The DeviceAndAppManagementRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.PutAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleAssignment using PUT.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToUpdate">The DeviceAndAppManagementRoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.PutResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToUpdate">The DeviceAndAppManagementRoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder">
            <summary>
            The interface IDeviceAndAppManagementRoleAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest">
            <summary>
            The interface IDeviceAndAppManagementRoleDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.CreateAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleDefinition using POST.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToCreate">The DeviceAndAppManagementRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.CreateResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToCreate">The DeviceAndAppManagementRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAndAppManagementRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAndAppManagementRoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.UpdateAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleDefinition using PATCH.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToUpdate">The DeviceAndAppManagementRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToUpdate">The DeviceAndAppManagementRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.PutAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleDefinition using PUT.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToUpdate">The DeviceAndAppManagementRoleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.PutResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToUpdate">The DeviceAndAppManagementRoleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequestBuilder">
            <summary>
            The interface IDeviceAndAppManagementRoleDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionPage">
            <summary>
            The interface IDeviceAppManagementAndroidManagedAppProtectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AndroidManagedAppProtection to the collection via POST.
            </summary>
            <param name="androidManagedAppProtection">The AndroidManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AndroidManagedAppProtection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="androidManagedAppProtection">The AndroidManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder"/> for the specified AndroidManagedAppProtection.
            </summary>
            <param name="id">The ID for the AndroidManagedAppProtection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionPage">
            <summary>
            The interface IDeviceAppManagementDefaultManagedAppProtectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DefaultManagedAppProtection to the collection via POST.
            </summary>
            <param name="defaultManagedAppProtection">The DefaultManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DefaultManagedAppProtection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="defaultManagedAppProtection">The DefaultManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder"/> for the specified DefaultManagedAppProtection.
            </summary>
            <param name="id">The ID for the DefaultManagedAppProtection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionPage">
            <summary>
            The interface IDeviceAppManagementIosManagedAppProtectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IosManagedAppProtection to the collection via POST.
            </summary>
            <param name="iosManagedAppProtection">The IosManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IosManagedAppProtection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="iosManagedAppProtection">The IosManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder"/> for the specified IosManagedAppProtection.
            </summary>
            <param name="id">The ID for the IosManagedAppProtection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionPage">
            <summary>
            The interface IDeviceAppManagementManagedAppPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest">
            <summary>
            The interface IDeviceAppManagementManagedAppPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/> for the specified ManagedAppPolicy.
            </summary>
            <param name="id">The ID for the ManagedAppPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionPage">
            <summary>
            The interface IDeviceAppManagementManagedAppRegistrationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementManagedAppRegistrationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppRegistrationRequestBuilder"/> for the specified ManagedAppRegistration.
            </summary>
            <param name="id">The ID for the ManagedAppRegistration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.GetUserIdsWithFlaggedAppRegistration">
            <summary>
            Gets the request builder for ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionPage">
            <summary>
            The interface IDeviceAppManagementManagedAppStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest">
            <summary>
            The interface IDeviceAppManagementManagedAppStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppStatus to the collection via POST.
            </summary>
            <param name="managedAppStatus">The ManagedAppStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppStatus">The ManagedAppStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppStatusRequestBuilder"/> for the specified ManagedAppStatus.
            </summary>
            <param name="id">The ID for the ManagedAppStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionPage">
            <summary>
            The interface IDeviceAppManagementManagedEBooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest">
            <summary>
            The interface IDeviceAppManagementManagedEBooksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.AddAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedEBook to the collection via POST.
            </summary>
            <param name="managedEBook">The ManagedEBook to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedEBook to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedEBook">The ManagedEBook to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementManagedEBooksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedEBookRequestBuilder"/> for the specified ManagedEBook.
            </summary>
            <param name="id">The ID for the ManagedEBook.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage">
            <summary>
            The interface IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest">
            <summary>
            The interface IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.AddAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MdmWindowsInformationProtectionPolicy to the collection via POST.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicy">The MdmWindowsInformationProtectionPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MdmWindowsInformationProtectionPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicy">The MdmWindowsInformationProtectionPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder"/> for the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <param name="id">The ID for the MdmWindowsInformationProtectionPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionPage">
            <summary>
            The interface IDeviceAppManagementMobileAppCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest">
            <summary>
            The interface IDeviceAppManagementMobileAppCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder"/> for the specified MobileAppCategory.
            </summary>
            <param name="id">The ID for the MobileAppCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionPage">
            <summary>
            The interface IDeviceAppManagementMobileAppConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementMobileAppConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfiguration to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfiguration">The ManagedDeviceMobileAppConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDeviceMobileAppConfiguration">The ManagedDeviceMobileAppConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder"/> for the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionPage">
            <summary>
            The interface IDeviceAppManagementMobileAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementMobileAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.AddAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileApp to the collection via POST.
            </summary>
            <param name="mobileApp">The MobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileApp">The MobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementMobileAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppRequestBuilder"/> for the specified MobileApp.
            </summary>
            <param name="id">The ID for the MobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementRequest">
            <summary>
            The interface IDeviceAppManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.CreateAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAppManagement using POST.
            </summary>
            <param name="deviceAppManagementToCreate">The DeviceAppManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.CreateResponseAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAppManagement using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAppManagementToCreate">The DeviceAppManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAppManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAppManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAppManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAppManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.UpdateAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAppManagement using PATCH.
            </summary>
            <param name="deviceAppManagementToUpdate">The DeviceAppManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.UpdateResponseAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAppManagement using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAppManagementToUpdate">The DeviceAppManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.PutAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAppManagement using PUT.
            </summary>
            <param name="deviceAppManagementToUpdate">The DeviceAppManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.PutResponseAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAppManagement using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceAppManagementToUpdate">The DeviceAppManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAppManagement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAppManagement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementRequestBuilder">
            <summary>
            The interface IDeviceAppManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.ManagedEBooks">
            <summary>
            Gets the request builder for ManagedEBooks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.MobileAppCategories">
            <summary>
            Gets the request builder for MobileAppCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.MobileAppConfigurations">
            <summary>
            Gets the request builder for MobileAppConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.MobileApps">
            <summary>
            Gets the request builder for MobileApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.VppTokens">
            <summary>
            Gets the request builder for VppTokens.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.AndroidManagedAppProtections">
            <summary>
            Gets the request builder for AndroidManagedAppProtections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.DefaultManagedAppProtections">
            <summary>
            Gets the request builder for DefaultManagedAppProtections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.IosManagedAppProtections">
            <summary>
            Gets the request builder for IosManagedAppProtections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.ManagedAppPolicies">
            <summary>
            Gets the request builder for ManagedAppPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.ManagedAppRegistrations">
            <summary>
            Gets the request builder for ManagedAppRegistrations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.ManagedAppStatuses">
            <summary>
            Gets the request builder for ManagedAppStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.MdmWindowsInformationProtectionPolicies">
            <summary>
            Gets the request builder for MdmWindowsInformationProtectionPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.TargetedManagedAppConfigurations">
            <summary>
            Gets the request builder for TargetedManagedAppConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.WindowsInformationProtectionPolicies">
            <summary>
            Gets the request builder for WindowsInformationProtectionPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequestBuilder.SyncMicrosoftStoreForBusinessApps">
            <summary>
            Gets the request builder for DeviceAppManagementSyncMicrosoftStoreForBusinessApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest">
            <summary>
            The interface IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder">
            <summary>
            The interface IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionPage">
            <summary>
            The interface IDeviceAppManagementTargetedManagedAppConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppConfiguration to the collection via POST.
            </summary>
            <param name="targetedManagedAppConfiguration">The TargetedManagedAppConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="targetedManagedAppConfiguration">The TargetedManagedAppConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder"/> for the specified TargetedManagedAppConfiguration.
            </summary>
            <param name="id">The ID for the TargetedManagedAppConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionPage">
            <summary>
            The interface IDeviceAppManagementVppTokensCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest">
            <summary>
            The interface IDeviceAppManagementVppTokensCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.AddAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Adds the specified VppToken to the collection via POST.
            </summary>
            <param name="vppToken">The VppToken to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.AddResponseAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Adds the specified VppToken to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="vppToken">The VppToken to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementVppTokensCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IVppTokenRequestBuilder"/> for the specified VppToken.
            </summary>
            <param name="id">The ID for the VppToken.</param>
            <returns>The <see cref="T:Microsoft.Graph.IVppTokenRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage">
            <summary>
            The interface IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest">
            <summary>
            The interface IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionPolicy to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionPolicy">The WindowsInformationProtectionPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsInformationProtectionPolicy">The WindowsInformationProtectionPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder"/> for the specified WindowsInformationProtectionPolicy.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCategoryRequest">
            <summary>
            The interface IDeviceCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.CreateAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCategory using POST.
            </summary>
            <param name="deviceCategoryToCreate">The DeviceCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.CreateResponseAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCategory using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCategoryToCreate">The DeviceCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.UpdateAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCategory using PATCH.
            </summary>
            <param name="deviceCategoryToUpdate">The DeviceCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.UpdateResponseAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCategory using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCategoryToUpdate">The DeviceCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.PutAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCategory using PUT.
            </summary>
            <param name="deviceCategoryToUpdate">The DeviceCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.PutResponseAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCategory using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCategoryToUpdate">The DeviceCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCategoryRequestBuilder">
            <summary>
            The interface IDeviceCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceActionItemRequest">
            <summary>
            The interface IDeviceComplianceActionItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.CreateAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceActionItem using POST.
            </summary>
            <param name="deviceComplianceActionItemToCreate">The DeviceComplianceActionItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceActionItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceActionItemToCreate">The DeviceComplianceActionItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceActionItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceActionItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceActionItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceActionItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceActionItem using PATCH.
            </summary>
            <param name="deviceComplianceActionItemToUpdate">The DeviceComplianceActionItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceActionItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceActionItemToUpdate">The DeviceComplianceActionItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.PutAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceActionItem using PUT.
            </summary>
            <param name="deviceComplianceActionItemToUpdate">The DeviceComplianceActionItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceActionItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceActionItemToUpdate">The DeviceComplianceActionItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder">
            <summary>
            The interface IDeviceComplianceActionItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest">
            <summary>
            The interface IDeviceComplianceDeviceOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.CreateAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceDeviceOverview using POST.
            </summary>
            <param name="deviceComplianceDeviceOverviewToCreate">The DeviceComplianceDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceDeviceOverview using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceDeviceOverviewToCreate">The DeviceComplianceDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceOverview using PATCH.
            </summary>
            <param name="deviceComplianceDeviceOverviewToUpdate">The DeviceComplianceDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceOverview using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceDeviceOverviewToUpdate">The DeviceComplianceDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.PutAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceOverview using PUT.
            </summary>
            <param name="deviceComplianceDeviceOverviewToUpdate">The DeviceComplianceDeviceOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceOverview using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceDeviceOverviewToUpdate">The DeviceComplianceDeviceOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequestBuilder">
            <summary>
            The interface IDeviceComplianceDeviceOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest">
            <summary>
            The interface IDeviceComplianceDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.CreateAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceDeviceStatus using POST.
            </summary>
            <param name="deviceComplianceDeviceStatusToCreate">The DeviceComplianceDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceDeviceStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceDeviceStatusToCreate">The DeviceComplianceDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceStatus using PATCH.
            </summary>
            <param name="deviceComplianceDeviceStatusToUpdate">The DeviceComplianceDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceDeviceStatusToUpdate">The DeviceComplianceDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.PutAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceStatus using PUT.
            </summary>
            <param name="deviceComplianceDeviceStatusToUpdate">The DeviceComplianceDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceDeviceStatusToUpdate">The DeviceComplianceDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder">
            <summary>
            The interface IDeviceComplianceDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicyAssignCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyAssignCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest">
            <summary>
            The interface IDeviceCompliancePolicyAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyAssignment using POST.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToCreate">The DeviceCompliancePolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.CreateResponseAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToCreate">The DeviceCompliancePolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyAssignment using PATCH.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToUpdate">The DeviceCompliancePolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToUpdate">The DeviceCompliancePolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.PutAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyAssignment using PUT.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToUpdate">The DeviceCompliancePolicyAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.PutResponseAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToUpdate">The DeviceCompliancePolicyAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicyAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest">
            <summary>
            The interface IDeviceCompliancePolicyAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicyAssignment to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicyAssignment">The DeviceCompliancePolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicyAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceCompliancePolicyAssignment">The DeviceCompliancePolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder"/> for the specified DeviceCompliancePolicyAssignment.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest">
            <summary>
            The interface IDeviceCompliancePolicyAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest">
            <summary>
            The interface IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.AddResponseAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/> for the specified SettingStateDeviceSummary.
            </summary>
            <param name="id">The ID for the SettingStateDeviceSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest">
            <summary>
            The interface IDeviceCompliancePolicyDeviceStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyDeviceStateSummary using POST.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToCreate">The DeviceCompliancePolicyDeviceStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.CreateResponseAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyDeviceStateSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToCreate">The DeviceCompliancePolicyDeviceStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyDeviceStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyDeviceStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyDeviceStateSummary using PATCH.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToUpdate">The DeviceCompliancePolicyDeviceStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.UpdateResponseAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyDeviceStateSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToUpdate">The DeviceCompliancePolicyDeviceStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.PutAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyDeviceStateSummary using PUT.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToUpdate">The DeviceCompliancePolicyDeviceStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.PutResponseAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyDeviceStateSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToUpdate">The DeviceCompliancePolicyDeviceStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyDeviceStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicyDeviceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest">
            <summary>
            The interface IDeviceCompliancePolicyDeviceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceDeviceStatus to the collection via POST.
            </summary>
            <param name="deviceComplianceDeviceStatus">The DeviceComplianceDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceDeviceStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceComplianceDeviceStatus">The DeviceComplianceDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder"/> for the specified DeviceComplianceDeviceStatus.
            </summary>
            <param name="id">The ID for the DeviceComplianceDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyRequest">
            <summary>
            The interface IDeviceCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicy using POST.
            </summary>
            <param name="deviceCompliancePolicyToCreate">The DeviceCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyToCreate">The DeviceCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicy using PATCH.
            </summary>
            <param name="deviceCompliancePolicyToUpdate">The DeviceCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyToUpdate">The DeviceCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.PutAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicy using PUT.
            </summary>
            <param name="deviceCompliancePolicyToUpdate">The DeviceCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyToUpdate">The DeviceCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.DeviceSettingStateSummaries">
            <summary>
            Gets the request builder for DeviceSettingStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.DeviceStatuses">
            <summary>
            Gets the request builder for DeviceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.DeviceStatusOverview">
            <summary>
            Gets the request builder for DeviceStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.ScheduledActionsForRule">
            <summary>
            Gets the request builder for ScheduledActionsForRule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.UserStatuses">
            <summary>
            Gets the request builder for UserStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.UserStatusOverview">
            <summary>
            Gets the request builder for UserStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceUserOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceCompliancePolicyAssignment})">
            <summary>
            Gets the request builder for DeviceCompliancePolicyAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.ScheduleActionsForRules(System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceComplianceScheduledActionForRule})">
            <summary>
            Gets the request builder for DeviceCompliancePolicyScheduleActionsForRules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequest">
            <summary>
            The interface IDeviceCompliancePolicyScheduleActionsForRulesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyScheduleActionsForRulesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicyScheduledActionsForRuleCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest">
            <summary>
            The interface IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceScheduledActionForRule to the collection via POST.
            </summary>
            <param name="deviceComplianceScheduledActionForRule">The DeviceComplianceScheduledActionForRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceScheduledActionForRule to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceComplianceScheduledActionForRule">The DeviceComplianceScheduledActionForRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder"/> for the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <param name="id">The ID for the DeviceComplianceScheduledActionForRule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest">
            <summary>
            The interface IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceSettingState to the collection via POST.
            </summary>
            <param name="deviceComplianceSettingState">The DeviceComplianceSettingState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceSettingState to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceComplianceSettingState">The DeviceComplianceSettingState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder"/> for the specified DeviceComplianceSettingState.
            </summary>
            <param name="id">The ID for the DeviceComplianceSettingState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest">
            <summary>
            The interface IDeviceCompliancePolicySettingStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicySettingStateSummary using POST.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToCreate">The DeviceCompliancePolicySettingStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.CreateResponseAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicySettingStateSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToCreate">The DeviceCompliancePolicySettingStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicySettingStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicySettingStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicySettingStateSummary using PATCH.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToUpdate">The DeviceCompliancePolicySettingStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.UpdateResponseAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicySettingStateSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToUpdate">The DeviceCompliancePolicySettingStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.PutAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicySettingStateSummary using PUT.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToUpdate">The DeviceCompliancePolicySettingStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.PutResponseAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicySettingStateSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToUpdate">The DeviceCompliancePolicySettingStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicySettingStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder.DeviceComplianceSettingStates">
            <summary>
            Gets the request builder for DeviceComplianceSettingStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyStateRequest">
            <summary>
            The interface IDeviceCompliancePolicyStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyState using POST.
            </summary>
            <param name="deviceCompliancePolicyStateToCreate">The DeviceCompliancePolicyState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.CreateResponseAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyState using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyStateToCreate">The DeviceCompliancePolicyState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyState and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyState and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyState using PATCH.
            </summary>
            <param name="deviceCompliancePolicyStateToUpdate">The DeviceCompliancePolicyState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.UpdateResponseAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyState using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyStateToUpdate">The DeviceCompliancePolicyState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.PutAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyState using PUT.
            </summary>
            <param name="deviceCompliancePolicyStateToUpdate">The DeviceCompliancePolicyState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.PutResponseAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyState using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceCompliancePolicyStateToUpdate">The DeviceCompliancePolicyState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicyUserStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest">
            <summary>
            The interface IDeviceCompliancePolicyUserStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceUserStatus to the collection via POST.
            </summary>
            <param name="deviceComplianceUserStatus">The DeviceComplianceUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceUserStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceComplianceUserStatus">The DeviceComplianceUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder"/> for the specified DeviceComplianceUserStatus.
            </summary>
            <param name="id">The ID for the DeviceComplianceUserStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest">
            <summary>
            The interface IDeviceComplianceScheduledActionForRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.CreateAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceScheduledActionForRule using POST.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToCreate">The DeviceComplianceScheduledActionForRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceScheduledActionForRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToCreate">The DeviceComplianceScheduledActionForRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceScheduledActionForRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceScheduledActionForRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceScheduledActionForRule using PATCH.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToUpdate">The DeviceComplianceScheduledActionForRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceScheduledActionForRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToUpdate">The DeviceComplianceScheduledActionForRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.PutAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceScheduledActionForRule using PUT.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToUpdate">The DeviceComplianceScheduledActionForRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceScheduledActionForRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToUpdate">The DeviceComplianceScheduledActionForRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder">
            <summary>
            The interface IDeviceComplianceScheduledActionForRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder.ScheduledActionConfigurations">
            <summary>
            Gets the request builder for ScheduledActionConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage">
            <summary>
            The interface IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest">
            <summary>
            The interface IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceActionItem to the collection via POST.
            </summary>
            <param name="deviceComplianceActionItem">The DeviceComplianceActionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceActionItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceComplianceActionItem">The DeviceComplianceActionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder"/> for the specified DeviceComplianceActionItem.
            </summary>
            <param name="id">The ID for the DeviceComplianceActionItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceSettingStateRequest">
            <summary>
            The interface IDeviceComplianceSettingStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.CreateAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceSettingState using POST.
            </summary>
            <param name="deviceComplianceSettingStateToCreate">The DeviceComplianceSettingState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceSettingState using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceSettingStateToCreate">The DeviceComplianceSettingState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceSettingState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceSettingState and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceSettingState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceSettingState and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceSettingState using PATCH.
            </summary>
            <param name="deviceComplianceSettingStateToUpdate">The DeviceComplianceSettingState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceSettingState using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceSettingStateToUpdate">The DeviceComplianceSettingState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.PutAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceSettingState using PUT.
            </summary>
            <param name="deviceComplianceSettingStateToUpdate">The DeviceComplianceSettingState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceSettingState using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceSettingStateToUpdate">The DeviceComplianceSettingState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder">
            <summary>
            The interface IDeviceComplianceSettingStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceUserOverviewRequest">
            <summary>
            The interface IDeviceComplianceUserOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.CreateAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceUserOverview using POST.
            </summary>
            <param name="deviceComplianceUserOverviewToCreate">The DeviceComplianceUserOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceUserOverview using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceUserOverviewToCreate">The DeviceComplianceUserOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceUserOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceUserOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserOverview using PATCH.
            </summary>
            <param name="deviceComplianceUserOverviewToUpdate">The DeviceComplianceUserOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserOverview using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceUserOverviewToUpdate">The DeviceComplianceUserOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.PutAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserOverview using PUT.
            </summary>
            <param name="deviceComplianceUserOverviewToUpdate">The DeviceComplianceUserOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserOverview using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceUserOverviewToUpdate">The DeviceComplianceUserOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceUserOverviewRequestBuilder">
            <summary>
            The interface IDeviceComplianceUserOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceUserStatusRequest">
            <summary>
            The interface IDeviceComplianceUserStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.CreateAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceUserStatus using POST.
            </summary>
            <param name="deviceComplianceUserStatusToCreate">The DeviceComplianceUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.CreateResponseAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceUserStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceUserStatusToCreate">The DeviceComplianceUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceUserStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceUserStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserStatus using PATCH.
            </summary>
            <param name="deviceComplianceUserStatusToUpdate">The DeviceComplianceUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.UpdateResponseAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceUserStatusToUpdate">The DeviceComplianceUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.PutAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserStatus using PUT.
            </summary>
            <param name="deviceComplianceUserStatusToUpdate">The DeviceComplianceUserStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.PutResponseAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceComplianceUserStatusToUpdate">The DeviceComplianceUserStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder">
            <summary>
            The interface IDeviceComplianceUserStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignCollectionPage">
            <summary>
            The interface IDeviceConfigurationAssignCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationAssignCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignmentRequest">
            <summary>
            The interface IDeviceConfigurationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationAssignment using POST.
            </summary>
            <param name="deviceConfigurationAssignmentToCreate">The DeviceConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationAssignmentToCreate">The DeviceConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationAssignment using PATCH.
            </summary>
            <param name="deviceConfigurationAssignmentToUpdate">The DeviceConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationAssignmentToUpdate">The DeviceConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.PutAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationAssignment using PUT.
            </summary>
            <param name="deviceConfigurationAssignmentToUpdate">The DeviceConfigurationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationAssignmentToUpdate">The DeviceConfigurationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder">
            <summary>
            The interface IDeviceConfigurationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionPage">
            <summary>
            The interface IDeviceConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest">
            <summary>
            The interface IDeviceConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationAssignment to the collection via POST.
            </summary>
            <param name="deviceConfigurationAssignment">The DeviceConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceConfigurationAssignment">The DeviceConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IDeviceConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder"/> for the specified DeviceConfigurationAssignment.
            </summary>
            <param name="id">The ID for the DeviceConfigurationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignRequest">
            <summary>
            The interface IDeviceConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignRequestBuilder">
            <summary>
            The interface IDeviceConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest">
            <summary>
            The interface IDeviceConfigurationDeviceOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceOverview using POST.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToCreate">The DeviceConfigurationDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceOverview using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToCreate">The DeviceConfigurationDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceOverview using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToUpdate">The DeviceConfigurationDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceOverview using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToUpdate">The DeviceConfigurationDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.PutAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceOverview using PUT.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToUpdate">The DeviceConfigurationDeviceOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceOverview using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToUpdate">The DeviceConfigurationDeviceOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequestBuilder">
            <summary>
            The interface IDeviceConfigurationDeviceOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionPage">
            <summary>
            The interface IDeviceConfigurationDeviceSettingStateSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest">
            <summary>
            The interface IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.AddResponseAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder">
            <summary>
            The interface IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/> for the specified SettingStateDeviceSummary.
            </summary>
            <param name="id">The ID for the SettingStateDeviceSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest">
            <summary>
            The interface IDeviceConfigurationDeviceStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStateSummary using POST.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToCreate">The DeviceConfigurationDeviceStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStateSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToCreate">The DeviceConfigurationDeviceStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStateSummary using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToUpdate">The DeviceConfigurationDeviceStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStateSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToUpdate">The DeviceConfigurationDeviceStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.PutAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStateSummary using PUT.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToUpdate">The DeviceConfigurationDeviceStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStateSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToUpdate">The DeviceConfigurationDeviceStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequestBuilder">
            <summary>
            The interface IDeviceConfigurationDeviceStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionPage">
            <summary>
            The interface IDeviceConfigurationDeviceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest">
            <summary>
            The interface IDeviceConfigurationDeviceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationDeviceStatus to the collection via POST.
            </summary>
            <param name="deviceConfigurationDeviceStatus">The DeviceConfigurationDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationDeviceStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceConfigurationDeviceStatus">The DeviceConfigurationDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequestBuilder">
            <summary>
            The interface IDeviceConfigurationDeviceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder"/> for the specified DeviceConfigurationDeviceStatus.
            </summary>
            <param name="id">The ID for the DeviceConfigurationDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest">
            <summary>
            The interface IDeviceConfigurationDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStatus using POST.
            </summary>
            <param name="deviceConfigurationDeviceStatusToCreate">The DeviceConfigurationDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceStatusToCreate">The DeviceConfigurationDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStatus using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceStatusToUpdate">The DeviceConfigurationDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceStatusToUpdate">The DeviceConfigurationDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.PutAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStatus using PUT.
            </summary>
            <param name="deviceConfigurationDeviceStatusToUpdate">The DeviceConfigurationDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationDeviceStatusToUpdate">The DeviceConfigurationDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder">
            <summary>
            The interface IDeviceConfigurationDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationGetOmaSettingPlainTextValueRequest">
            <summary>
            The interface IDeviceConfigurationGetOmaSettingPlainTextValueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationGetOmaSettingPlainTextValueRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationGetOmaSettingPlainTextValueRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationGetOmaSettingPlainTextValueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationGetOmaSettingPlainTextValueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationGetOmaSettingPlainTextValueRequestBuilder">
            <summary>
            The interface IDeviceConfigurationGetOmaSettingPlainTextValueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationGetOmaSettingPlainTextValueRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationRequest">
            <summary>
            The interface IDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfiguration using POST.
            </summary>
            <param name="deviceConfigurationToCreate">The DeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationToCreate">The DeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfiguration using PATCH.
            </summary>
            <param name="deviceConfigurationToUpdate">The DeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationToUpdate">The DeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.PutAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfiguration using PUT.
            </summary>
            <param name="deviceConfigurationToUpdate">The DeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.PutResponseAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationToUpdate">The DeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationRequestBuilder">
            <summary>
            The interface IDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationRequestBuilder.DeviceSettingStateSummaries">
            <summary>
            Gets the request builder for DeviceSettingStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationRequestBuilder.DeviceStatuses">
            <summary>
            Gets the request builder for DeviceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationRequestBuilder.DeviceStatusOverview">
            <summary>
            Gets the request builder for DeviceStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationRequestBuilder.UserStatuses">
            <summary>
            Gets the request builder for UserStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationRequestBuilder.UserStatusOverview">
            <summary>
            Gets the request builder for UserStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationUserOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceConfigurationAssignment})">
            <summary>
            Gets the request builder for DeviceConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequestBuilder.GetOmaSettingPlainTextValue(System.String)">
            <summary>
            Gets the request builder for DeviceConfigurationGetOmaSettingPlainTextValue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationGetOmaSettingPlainTextValueRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationStateRequest">
            <summary>
            The interface IDeviceConfigurationStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationState using POST.
            </summary>
            <param name="deviceConfigurationStateToCreate">The DeviceConfigurationState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationState using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationStateToCreate">The DeviceConfigurationState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationState and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationState and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationState using PATCH.
            </summary>
            <param name="deviceConfigurationStateToUpdate">The DeviceConfigurationState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationState using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationStateToUpdate">The DeviceConfigurationState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.PutAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationState using PUT.
            </summary>
            <param name="deviceConfigurationStateToUpdate">The DeviceConfigurationState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationState using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationStateToUpdate">The DeviceConfigurationState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder">
            <summary>
            The interface IDeviceConfigurationStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest">
            <summary>
            The interface IDeviceConfigurationUserOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationUserOverview using POST.
            </summary>
            <param name="deviceConfigurationUserOverviewToCreate">The DeviceConfigurationUserOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationUserOverview using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationUserOverviewToCreate">The DeviceConfigurationUserOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationUserOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationUserOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserOverview using PATCH.
            </summary>
            <param name="deviceConfigurationUserOverviewToUpdate">The DeviceConfigurationUserOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserOverview using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationUserOverviewToUpdate">The DeviceConfigurationUserOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.PutAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserOverview using PUT.
            </summary>
            <param name="deviceConfigurationUserOverviewToUpdate">The DeviceConfigurationUserOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserOverview using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationUserOverviewToUpdate">The DeviceConfigurationUserOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserOverviewRequestBuilder">
            <summary>
            The interface IDeviceConfigurationUserOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionPage">
            <summary>
            The interface IDeviceConfigurationUserStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest">
            <summary>
            The interface IDeviceConfigurationUserStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationUserStatus to the collection via POST.
            </summary>
            <param name="deviceConfigurationUserStatus">The DeviceConfigurationUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationUserStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceConfigurationUserStatus">The DeviceConfigurationUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequestBuilder">
            <summary>
            The interface IDeviceConfigurationUserStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder"/> for the specified DeviceConfigurationUserStatus.
            </summary>
            <param name="id">The ID for the DeviceConfigurationUserStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserStatusRequest">
            <summary>
            The interface IDeviceConfigurationUserStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationUserStatus using POST.
            </summary>
            <param name="deviceConfigurationUserStatusToCreate">The DeviceConfigurationUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.CreateResponseAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationUserStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationUserStatusToCreate">The DeviceConfigurationUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationUserStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationUserStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserStatus using PATCH.
            </summary>
            <param name="deviceConfigurationUserStatusToUpdate">The DeviceConfigurationUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.UpdateResponseAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationUserStatusToUpdate">The DeviceConfigurationUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.PutAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserStatus using PUT.
            </summary>
            <param name="deviceConfigurationUserStatusToUpdate">The DeviceConfigurationUserStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.PutResponseAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceConfigurationUserStatusToUpdate">The DeviceConfigurationUserStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder">
            <summary>
            The interface IDeviceConfigurationUserStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceDeltaCollectionPage">
            <summary>
            The interface IDeviceDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceDeltaRequest">
            <summary>
            The interface IDeviceDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceDeltaRequestBuilder">
            <summary>
            The interface IDeviceDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionPage">
            <summary>
            The interface IDeviceEnrollmentConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest">
            <summary>
            The interface IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EnrollmentConfigurationAssignment to the collection via POST.
            </summary>
            <param name="enrollmentConfigurationAssignment">The EnrollmentConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EnrollmentConfigurationAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="enrollmentConfigurationAssignment">The EnrollmentConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder"/> for the specified EnrollmentConfigurationAssignment.
            </summary>
            <param name="id">The ID for the EnrollmentConfigurationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequest">
            <summary>
            The interface IDeviceEnrollmentConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest">
            <summary>
            The interface IDeviceEnrollmentConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentConfigurationToCreate">The DeviceEnrollmentConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.CreateResponseAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentConfigurationToCreate">The DeviceEnrollmentConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentConfigurationToUpdate">The DeviceEnrollmentConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentConfigurationToUpdate">The DeviceEnrollmentConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.PutAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentConfigurationToUpdate">The DeviceEnrollmentConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.PutResponseAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentConfigurationToUpdate">The DeviceEnrollmentConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.EnrollmentConfigurationAssignment})">
            <summary>
            Gets the request builder for DeviceEnrollmentConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder.SetPriority(System.Int32)">
            <summary>
            Gets the request builder for DeviceEnrollmentConfigurationSetPriority.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequest">
            <summary>
            The interface IDeviceEnrollmentConfigurationSetPriorityRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentConfigurationSetPriorityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest">
            <summary>
            The interface IDeviceEnrollmentLimitConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentLimitConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToCreate">The DeviceEnrollmentLimitConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.CreateResponseAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentLimitConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToCreate">The DeviceEnrollmentLimitConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentLimitConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentLimitConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentLimitConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentLimitConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentLimitConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToUpdate">The DeviceEnrollmentLimitConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentLimitConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToUpdate">The DeviceEnrollmentLimitConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.PutAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentLimitConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToUpdate">The DeviceEnrollmentLimitConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.PutResponseAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentLimitConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToUpdate">The DeviceEnrollmentLimitConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentLimitConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest">
            <summary>
            The interface IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToCreate">The DeviceEnrollmentPlatformRestrictionsConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.CreateResponseAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToCreate">The DeviceEnrollmentPlatformRestrictionsConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentPlatformRestrictionsConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentPlatformRestrictionsConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentPlatformRestrictionsConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentPlatformRestrictionsConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToUpdate">The DeviceEnrollmentPlatformRestrictionsConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToUpdate">The DeviceEnrollmentPlatformRestrictionsConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.PutAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToUpdate">The DeviceEnrollmentPlatformRestrictionsConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.PutResponseAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToUpdate">The DeviceEnrollmentPlatformRestrictionsConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest">
            <summary>
            The interface IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToCreate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.CreateResponseAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToCreate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToUpdate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToUpdate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.PutAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToUpdate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.PutResponseAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToUpdate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceExtensionsCollectionPage">
            <summary>
            The interface IDeviceExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceExtensionsCollectionRequest">
            <summary>
            The interface IDeviceExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceExtensionsCollectionRequestBuilder">
            <summary>
            The interface IDeviceExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceInstallStateRequest">
            <summary>
            The interface IDeviceInstallStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.CreateAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceInstallState using POST.
            </summary>
            <param name="deviceInstallStateToCreate">The DeviceInstallState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.CreateResponseAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceInstallState using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceInstallStateToCreate">The DeviceInstallState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceInstallState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceInstallState and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceInstallState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceInstallState and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.UpdateAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceInstallState using PATCH.
            </summary>
            <param name="deviceInstallStateToUpdate">The DeviceInstallState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.UpdateResponseAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceInstallState using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceInstallStateToUpdate">The DeviceInstallState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.PutAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceInstallState using PUT.
            </summary>
            <param name="deviceInstallStateToUpdate">The DeviceInstallState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.PutResponseAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceInstallState using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceInstallStateToUpdate">The DeviceInstallState object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder">
            <summary>
            The interface IDeviceInstallStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementAuditEventsCollectionPage">
            <summary>
            The interface IDeviceManagementAuditEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementAuditEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest">
            <summary>
            The interface IDeviceManagementAuditEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest.AddAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuditEvent to the collection via POST.
            </summary>
            <param name="auditEvent">The AuditEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuditEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuditEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuditEvent to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="auditEvent">The AuditEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuditEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuditEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementAuditEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuditEventRequestBuilder"/> for the specified AuditEvent.
            </summary>
            <param name="id">The ID for the AuditEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuditEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequestBuilder.GetAuditActivityTypes(System.String)">
            <summary>
            Gets the request builder for AuditEventGetAuditActivityTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuditEventGetAuditActivityTypesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequestBuilder.GetAuditCategories">
            <summary>
            Gets the request builder for AuditEventGetAuditCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuditEventGetAuditCategoriesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionPage">
            <summary>
            The interface IDeviceManagementComplianceManagementPartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest">
            <summary>
            The interface IDeviceManagementComplianceManagementPartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ComplianceManagementPartner to the collection via POST.
            </summary>
            <param name="complianceManagementPartner">The ComplianceManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ComplianceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest.AddResponseAsync(Microsoft.Graph.ComplianceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ComplianceManagementPartner to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="complianceManagementPartner">The ComplianceManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ComplianceManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ComplianceManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementComplianceManagementPartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IComplianceManagementPartnerRequestBuilder"/> for the specified ComplianceManagementPartner.
            </summary>
            <param name="id">The ID for the ComplianceManagementPartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.IComplianceManagementPartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionPage">
            <summary>
            The interface IDeviceManagementDetectedAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest">
            <summary>
            The interface IDeviceManagementDetectedAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.AddAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DetectedApp to the collection via POST.
            </summary>
            <param name="detectedApp">The DetectedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DetectedApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="detectedApp">The DetectedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDetectedAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDetectedAppRequestBuilder"/> for the specified DetectedApp.
            </summary>
            <param name="id">The ID for the DetectedApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDetectedAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionPage">
            <summary>
            The interface IDeviceManagementDeviceCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest">
            <summary>
            The interface IDeviceManagementDeviceCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCategory to the collection via POST.
            </summary>
            <param name="deviceCategory">The DeviceCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCategory to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceCategory">The DeviceCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDeviceCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCategoryRequestBuilder"/> for the specified DeviceCategory.
            </summary>
            <param name="id">The ID for the DeviceCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionPage">
            <summary>
            The interface IDeviceManagementDeviceCompliancePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest">
            <summary>
            The interface IDeviceManagementDeviceCompliancePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicy to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicy">The DeviceCompliancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceCompliancePolicy">The DeviceCompliancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder"/> for the specified DeviceCompliancePolicy.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage">
            <summary>
            The interface IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest">
            <summary>
            The interface IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicySettingStateSummary to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummary">The DeviceCompliancePolicySettingStateSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicySettingStateSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummary">The DeviceCompliancePolicySettingStateSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder"/> for the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicySettingStateSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionPage">
            <summary>
            The interface IDeviceManagementDeviceConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest">
            <summary>
            The interface IDeviceManagementDeviceConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfiguration to the collection via POST.
            </summary>
            <param name="deviceConfiguration">The DeviceConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceConfiguration">The DeviceConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDeviceConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationRequestBuilder"/> for the specified DeviceConfiguration.
            </summary>
            <param name="id">The ID for the DeviceConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionPage">
            <summary>
            The interface IDeviceManagementDeviceEnrollmentConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest">
            <summary>
            The interface IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceEnrollmentConfiguration to the collection via POST.
            </summary>
            <param name="deviceEnrollmentConfiguration">The DeviceEnrollmentConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceEnrollmentConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceEnrollmentConfiguration">The DeviceEnrollmentConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder"/> for the specified DeviceEnrollmentConfiguration.
            </summary>
            <param name="id">The ID for the DeviceEnrollmentConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionPage">
            <summary>
            The interface IDeviceManagementDeviceManagementPartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest">
            <summary>
            The interface IDeviceManagementDeviceManagementPartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementPartner to the collection via POST.
            </summary>
            <param name="deviceManagementPartner">The DeviceManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementPartner to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceManagementPartner">The DeviceManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder"/> for the specified DeviceManagementPartner.
            </summary>
            <param name="id">The ID for the DeviceManagementPartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest">
            <summary>
            The interface IDeviceManagementExchangeConnectorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.CreateAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementExchangeConnector using POST.
            </summary>
            <param name="deviceManagementExchangeConnectorToCreate">The DeviceManagementExchangeConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.CreateResponseAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementExchangeConnector using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementExchangeConnectorToCreate">The DeviceManagementExchangeConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementExchangeConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementExchangeConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementExchangeConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementExchangeConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.UpdateAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExchangeConnector using PATCH.
            </summary>
            <param name="deviceManagementExchangeConnectorToUpdate">The DeviceManagementExchangeConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.UpdateResponseAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExchangeConnector using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementExchangeConnectorToUpdate">The DeviceManagementExchangeConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.PutAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExchangeConnector using PUT.
            </summary>
            <param name="deviceManagementExchangeConnectorToUpdate">The DeviceManagementExchangeConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.PutResponseAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExchangeConnector using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementExchangeConnectorToUpdate">The DeviceManagementExchangeConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder">
            <summary>
            The interface IDeviceManagementExchangeConnectorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder.Sync(Microsoft.Graph.DeviceManagementExchangeConnectorSyncType)">
            <summary>
            Gets the request builder for DeviceManagementExchangeConnectorSync.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionPage">
            <summary>
            The interface IDeviceManagementExchangeConnectorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest">
            <summary>
            The interface IDeviceManagementExchangeConnectorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementExchangeConnector to the collection via POST.
            </summary>
            <param name="deviceManagementExchangeConnector">The DeviceManagementExchangeConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementExchangeConnector to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceManagementExchangeConnector">The DeviceManagementExchangeConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementExchangeConnectorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder"/> for the specified DeviceManagementExchangeConnector.
            </summary>
            <param name="id">The ID for the DeviceManagementExchangeConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequest">
            <summary>
            The interface IDeviceManagementExchangeConnectorSyncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequestBuilder">
            <summary>
            The interface IDeviceManagementExchangeConnectorSyncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExportJobRequest">
            <summary>
            The interface IDeviceManagementExportJobRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.CreateAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementExportJob using POST.
            </summary>
            <param name="deviceManagementExportJobToCreate">The DeviceManagementExportJob to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementExportJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.CreateResponseAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementExportJob using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementExportJobToCreate">The DeviceManagementExportJob to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementExportJob.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementExportJob and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementExportJob.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementExportJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementExportJob and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.UpdateAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExportJob using PATCH.
            </summary>
            <param name="deviceManagementExportJobToUpdate">The DeviceManagementExportJob to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceManagementExportJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.UpdateResponseAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExportJob using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementExportJobToUpdate">The DeviceManagementExportJob to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.PutAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExportJob using PUT.
            </summary>
            <param name="deviceManagementExportJobToUpdate">The DeviceManagementExportJob object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.PutResponseAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExportJob using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementExportJobToUpdate">The DeviceManagementExportJob object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExportJob,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExportJob,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExportJobRequestBuilder">
            <summary>
            The interface IDeviceManagementExportJobRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExportJobRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsCollectionPage">
            <summary>
            The interface IDeviceManagementGetEffectivePermissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest">
            <summary>
            The interface IDeviceManagementGetEffectivePermissionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequestBuilder">
            <summary>
            The interface IDeviceManagementGetEffectivePermissionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionPage">
            <summary>
            The interface IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest">
            <summary>
            The interface IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.AddAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ImportedWindowsAutopilotDeviceIdentity to the collection via POST.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentity">The ImportedWindowsAutopilotDeviceIdentity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ImportedWindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.AddResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ImportedWindowsAutopilotDeviceIdentity to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentity">The ImportedWindowsAutopilotDeviceIdentity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequestBuilder"/> for the specified ImportedWindowsAutopilotDeviceIdentity.
            </summary>
            <param name="id">The ID for the ImportedWindowsAutopilotDeviceIdentity.</param>
            <returns>The <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Import(System.Collections.Generic.IEnumerable{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity})">
            <summary>
            Gets the request builder for ImportedWindowsAutopilotDeviceIdentityImport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionPage">
            <summary>
            The interface IDeviceManagementIosUpdateStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest">
            <summary>
            The interface IDeviceManagementIosUpdateStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.AddAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IosUpdateDeviceStatus to the collection via POST.
            </summary>
            <param name="iosUpdateDeviceStatus">The IosUpdateDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IosUpdateDeviceStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="iosUpdateDeviceStatus">The IosUpdateDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementIosUpdateStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder"/> for the specified IosUpdateDeviceStatus.
            </summary>
            <param name="id">The ID for the IosUpdateDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionPage">
            <summary>
            The interface IDeviceManagementManagedDevicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest">
            <summary>
            The interface IDeviceManagementManagedDevicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementManagedDevicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/> for the specified ManagedDevice.
            </summary>
            <param name="id">The ID for the ManagedDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionPage">
            <summary>
            The interface IDeviceManagementMobileThreatDefenseConnectorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest">
            <summary>
            The interface IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.AddAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileThreatDefenseConnector to the collection via POST.
            </summary>
            <param name="mobileThreatDefenseConnector">The MobileThreatDefenseConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileThreatDefenseConnector to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileThreatDefenseConnector">The MobileThreatDefenseConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder"/> for the specified MobileThreatDefenseConnector.
            </summary>
            <param name="id">The ID for the MobileThreatDefenseConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionPage">
            <summary>
            The interface IDeviceManagementNotificationMessageTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest">
            <summary>
            The interface IDeviceManagementNotificationMessageTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.AddAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified NotificationMessageTemplate to the collection via POST.
            </summary>
            <param name="notificationMessageTemplate">The NotificationMessageTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.AddResponseAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified NotificationMessageTemplate to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="notificationMessageTemplate">The NotificationMessageTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.INotificationMessageTemplateRequestBuilder"/> for the specified NotificationMessageTemplate.
            </summary>
            <param name="id">The ID for the NotificationMessageTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.INotificationMessageTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementPartnerRequest">
            <summary>
            The interface IDeviceManagementPartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.CreateAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementPartner using POST.
            </summary>
            <param name="deviceManagementPartnerToCreate">The DeviceManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.CreateResponseAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementPartner using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementPartnerToCreate">The DeviceManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.UpdateAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementPartner using PATCH.
            </summary>
            <param name="deviceManagementPartnerToUpdate">The DeviceManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.UpdateResponseAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementPartner using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementPartnerToUpdate">The DeviceManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.PutAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementPartner using PUT.
            </summary>
            <param name="deviceManagementPartnerToUpdate">The DeviceManagementPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.PutResponseAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementPartner using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementPartnerToUpdate">The DeviceManagementPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder">
            <summary>
            The interface IDeviceManagementPartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder.Terminate">
            <summary>
            Gets the request builder for DeviceManagementPartnerTerminate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementPartnerTerminateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementPartnerTerminateRequest">
            <summary>
            The interface IDeviceManagementPartnerTerminateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerTerminateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerTerminateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerTerminateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerTerminateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementPartnerTerminateRequestBuilder">
            <summary>
            The interface IDeviceManagementPartnerTerminateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerTerminateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionPage">
            <summary>
            The interface IDeviceManagementRemoteAssistancePartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest">
            <summary>
            The interface IDeviceManagementRemoteAssistancePartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.AddAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RemoteAssistancePartner to the collection via POST.
            </summary>
            <param name="remoteAssistancePartner">The RemoteAssistancePartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.AddResponseAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RemoteAssistancePartner to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="remoteAssistancePartner">The RemoteAssistancePartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder"/> for the specified RemoteAssistancePartner.
            </summary>
            <param name="id">The ID for the RemoteAssistancePartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionPage">
            <summary>
            The interface IDeviceManagementReportsExportJobsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest">
            <summary>
            The interface IDeviceManagementReportsExportJobsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementExportJob to the collection via POST.
            </summary>
            <param name="deviceManagementExportJob">The DeviceManagementExportJob to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementExportJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceManagementExportJob,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementExportJob to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceManagementExportJob">The DeviceManagementExportJob to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExportJob,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExportJob,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsExportJobsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementExportJobRequestBuilder"/> for the specified DeviceManagementExportJob.
            </summary>
            <param name="id">The ID for the DeviceManagementExportJob.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExportJobRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetCachedReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetCachedReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetCachedReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetCachedReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetCachedReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetCachedReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetCachedReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetCachedReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetCompliancePolicyNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetComplianceSettingNonComplianceReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetComplianceSettingNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetComplianceSettingNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetComplianceSettingNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetComplianceSettingNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetConfigurationSettingNonComplianceReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetConfigurationSettingNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetConfigurationSettingNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetConfigurationSettingNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetConfigurationSettingNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest">
            <summary>
            The interface IDeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentSettingsReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetDeviceManagementIntentSettingsReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentSettingsReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentSettingsReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentSettingsReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetDeviceNonComplianceReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetDeviceNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetDeviceNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetDeviceNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetDeviceNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetDeviceNonComplianceReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetDeviceNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetDeviceNonComplianceReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetHistoricalReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetHistoricalReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetHistoricalReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetHistoricalReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetHistoricalReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetHistoricalReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetHistoricalReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetHistoricalReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceMetadataRequest">
            <summary>
            The interface IDeviceManagementReportsGetPolicyNonComplianceMetadataRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceMetadataRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceMetadataRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceMetadataRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceMetadataRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetPolicyNonComplianceMetadataRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceMetadataRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetPolicyNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetPolicyNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceSummaryReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetPolicyNonComplianceSummaryReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceSummaryReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceSummaryReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceSummaryReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetReportFiltersRequest">
            <summary>
            The interface IDeviceManagementReportsGetReportFiltersRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetReportFiltersRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetReportFiltersRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetReportFiltersRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetReportFiltersRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetReportFiltersRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetReportFiltersRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetSettingNonComplianceReportRequest">
            <summary>
            The interface IDeviceManagementReportsGetSettingNonComplianceReportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsGetSettingNonComplianceReportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetSettingNonComplianceReportRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetSettingNonComplianceReportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsGetSettingNonComplianceReportRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsGetSettingNonComplianceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsGetSettingNonComplianceReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsRequest">
            <summary>
            The interface IDeviceManagementReportsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.CreateAsync(Microsoft.Graph.DeviceManagementReports,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementReports using POST.
            </summary>
            <param name="deviceManagementReportsToCreate">The DeviceManagementReports to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementReports.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.CreateResponseAsync(Microsoft.Graph.DeviceManagementReports,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementReports using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementReportsToCreate">The DeviceManagementReports to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementReports.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementReports and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementReports.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementReports.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementReports and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.UpdateAsync(Microsoft.Graph.DeviceManagementReports,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementReports using PATCH.
            </summary>
            <param name="deviceManagementReportsToUpdate">The DeviceManagementReports to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceManagementReports.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.UpdateResponseAsync(Microsoft.Graph.DeviceManagementReports,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementReports using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementReportsToUpdate">The DeviceManagementReports to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.PutAsync(Microsoft.Graph.DeviceManagementReports,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementReports using PUT.
            </summary>
            <param name="deviceManagementReportsToUpdate">The DeviceManagementReports object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.PutResponseAsync(Microsoft.Graph.DeviceManagementReports,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementReports using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementReportsToUpdate">The DeviceManagementReports object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementReports,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementReports,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementReportsRequestBuilder">
            <summary>
            The interface IDeviceManagementReportsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.ExportJobs">
            <summary>
            Gets the request builder for ExportJobs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsExportJobsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetCachedReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for DeviceManagementReportsGetCachedReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetCachedReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetCompliancePolicyNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetCompliancePolicyNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetCompliancePolicyNonComplianceSummaryReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetCompliancePolicyNonComplianceSummaryReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetComplianceSettingNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetComplianceSettingNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetComplianceSettingNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetConfigurationPolicyNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetConfigurationPolicyNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetConfigurationPolicyNonComplianceSummaryReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetConfigurationSettingNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetConfigurationSettingNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetConfigurationSettingNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetDeviceManagementIntentPerSettingContributingProfiles(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfiles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetDeviceManagementIntentSettingsReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetDeviceManagementIntentSettingsReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetDeviceManagementIntentSettingsReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetDeviceNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetDeviceNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetDeviceNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetDevicesWithoutCompliancePolicyReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetDevicesWithoutCompliancePolicyReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetDevicesWithoutCompliancePolicyReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetHistoricalReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetHistoricalReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetHistoricalReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetNoncompliantDevicesAndSettingsReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetNoncompliantDevicesAndSettingsReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetNoncompliantDevicesAndSettingsReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetPolicyNonComplianceMetadata(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetPolicyNonComplianceMetadata.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceMetadataRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetPolicyNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetPolicyNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetPolicyNonComplianceSummaryReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetPolicyNonComplianceSummaryReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetPolicyNonComplianceSummaryReportRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetReportFilters(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetReportFilters.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetReportFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementReportsRequestBuilder.GetSettingNonComplianceReport(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for DeviceManagementReportsGetSettingNonComplianceReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsGetSettingNonComplianceReportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRequest">
            <summary>
            The interface IDeviceManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.CreateAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagement using POST.
            </summary>
            <param name="deviceManagementToCreate">The DeviceManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.CreateResponseAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagement using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementToCreate">The DeviceManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.UpdateAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagement using PATCH.
            </summary>
            <param name="deviceManagementToUpdate">The DeviceManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.UpdateResponseAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagement using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementToUpdate">The DeviceManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.PutAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagement using PUT.
            </summary>
            <param name="deviceManagementToUpdate">The DeviceManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.PutResponseAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagement using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementToUpdate">The DeviceManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRequestBuilder">
            <summary>
            The interface IDeviceManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.TermsAndConditions">
            <summary>
            Gets the request builder for TermsAndConditions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.AuditEvents">
            <summary>
            Gets the request builder for AuditEvents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementAuditEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceCompliancePolicies">
            <summary>
            Gets the request builder for DeviceCompliancePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceCompliancePolicyDeviceStateSummary">
            <summary>
            Gets the request builder for DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceCompliancePolicySettingStateSummaries">
            <summary>
            Gets the request builder for DeviceCompliancePolicySettingStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceConfigurationDeviceStateSummaries">
            <summary>
            Gets the request builder for DeviceConfigurationDeviceStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceConfigurations">
            <summary>
            Gets the request builder for DeviceConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.IosUpdateStatuses">
            <summary>
            Gets the request builder for IosUpdateStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.SoftwareUpdateStatusSummary">
            <summary>
            Gets the request builder for SoftwareUpdateStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ComplianceManagementPartners">
            <summary>
            Gets the request builder for ComplianceManagementPartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementComplianceManagementPartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ConditionalAccessSettings">
            <summary>
            Gets the request builder for ConditionalAccessSettings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceCategories">
            <summary>
            Gets the request builder for DeviceCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceEnrollmentConfigurations">
            <summary>
            Gets the request builder for DeviceEnrollmentConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceManagementPartners">
            <summary>
            Gets the request builder for DeviceManagementPartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ExchangeConnectors">
            <summary>
            Gets the request builder for ExchangeConnectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.MobileThreatDefenseConnectors">
            <summary>
            Gets the request builder for MobileThreatDefenseConnectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ApplePushNotificationCertificate">
            <summary>
            Gets the request builder for ApplePushNotificationCertificate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplePushNotificationCertificateRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DetectedApps">
            <summary>
            Gets the request builder for DetectedApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ManagedDeviceOverview">
            <summary>
            Gets the request builder for ManagedDeviceOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ManagedDevices">
            <summary>
            Gets the request builder for ManagedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ImportedWindowsAutopilotDeviceIdentities">
            <summary>
            Gets the request builder for ImportedWindowsAutopilotDeviceIdentities.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementImportedWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.WindowsAutopilotDeviceIdentities">
            <summary>
            Gets the request builder for WindowsAutopilotDeviceIdentities.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.NotificationMessageTemplates">
            <summary>
            Gets the request builder for NotificationMessageTemplates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ResourceOperations">
            <summary>
            Gets the request builder for ResourceOperations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.RoleAssignments">
            <summary>
            Gets the request builder for RoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.RoleDefinitions">
            <summary>
            Gets the request builder for RoleDefinitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.RemoteAssistancePartners">
            <summary>
            Gets the request builder for RemoteAssistancePartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.Reports">
            <summary>
            Gets the request builder for Reports.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementReportsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.TelecomExpenseManagementPartners">
            <summary>
            Gets the request builder for TelecomExpenseManagementPartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.TroubleshootingEvents">
            <summary>
            Gets the request builder for TroubleshootingEvents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.WindowsInformationProtectionAppLearningSummaries">
            <summary>
            Gets the request builder for WindowsInformationProtectionAppLearningSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.WindowsInformationProtectionNetworkLearningSummaries">
            <summary>
            Gets the request builder for WindowsInformationProtectionNetworkLearningSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequestBuilder.VerifyWindowsEnrollmentAutoDiscovery(System.String)">
            <summary>
            Gets the request builder for DeviceManagementVerifyWindowsEnrollmentAutoDiscovery.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequestBuilder.GetEffectivePermissions(System.String)">
            <summary>
            Gets the request builder for DeviceManagementGetEffectivePermissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionPage">
            <summary>
            The interface IDeviceManagementResourceOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest">
            <summary>
            The interface IDeviceManagementResourceOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.AddAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceOperation to the collection via POST.
            </summary>
            <param name="resourceOperation">The ResourceOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="resourceOperation">The ResourceOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementResourceOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IResourceOperationRequestBuilder"/> for the specified ResourceOperation.
            </summary>
            <param name="id">The ID for the ResourceOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IResourceOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionPage">
            <summary>
            The interface IDeviceManagementRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest">
            <summary>
            The interface IDeviceManagementRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceAndAppManagementRoleAssignment to the collection via POST.
            </summary>
            <param name="deviceAndAppManagementRoleAssignment">The DeviceAndAppManagementRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceAndAppManagementRoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceAndAppManagementRoleAssignment">The DeviceAndAppManagementRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder"/> for the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <param name="id">The ID for the DeviceAndAppManagementRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionPage">
            <summary>
            The interface IDeviceManagementRoleDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest">
            <summary>
            The interface IDeviceManagementRoleDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RoleDefinition to the collection via POST.
            </summary>
            <param name="roleDefinition">The RoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.AddResponseAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RoleDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="roleDefinition">The RoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementRoleDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRoleDefinitionRequestBuilder"/> for the specified RoleDefinition.
            </summary>
            <param name="id">The ID for the RoleDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionPage">
            <summary>
            The interface IDeviceManagementTelecomExpenseManagementPartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest">
            <summary>
            The interface IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TelecomExpenseManagementPartner to the collection via POST.
            </summary>
            <param name="telecomExpenseManagementPartner">The TelecomExpenseManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.AddResponseAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TelecomExpenseManagementPartner to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="telecomExpenseManagementPartner">The TelecomExpenseManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder"/> for the specified TelecomExpenseManagementPartner.
            </summary>
            <param name="id">The ID for the TelecomExpenseManagementPartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionPage">
            <summary>
            The interface IDeviceManagementTermsAndConditionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest">
            <summary>
            The interface IDeviceManagementTermsAndConditionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditions to the collection via POST.
            </summary>
            <param name="termsAndConditions">The TermsAndConditions to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditions to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="termsAndConditions">The TermsAndConditions to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementTermsAndConditionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITermsAndConditionsRequestBuilder"/> for the specified TermsAndConditions.
            </summary>
            <param name="id">The ID for the TermsAndConditions.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest">
            <summary>
            The interface IDeviceManagementTroubleshootingEventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.CreateAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementTroubleshootingEvent using POST.
            </summary>
            <param name="deviceManagementTroubleshootingEventToCreate">The DeviceManagementTroubleshootingEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.CreateResponseAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementTroubleshootingEvent using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementTroubleshootingEventToCreate">The DeviceManagementTroubleshootingEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementTroubleshootingEvent and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementTroubleshootingEvent and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.UpdateAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementTroubleshootingEvent using PATCH.
            </summary>
            <param name="deviceManagementTroubleshootingEventToUpdate">The DeviceManagementTroubleshootingEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.UpdateResponseAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementTroubleshootingEvent using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementTroubleshootingEventToUpdate">The DeviceManagementTroubleshootingEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.PutAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementTroubleshootingEvent using PUT.
            </summary>
            <param name="deviceManagementTroubleshootingEventToUpdate">The DeviceManagementTroubleshootingEvent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.PutResponseAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementTroubleshootingEvent using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceManagementTroubleshootingEventToUpdate">The DeviceManagementTroubleshootingEvent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder">
            <summary>
            The interface IDeviceManagementTroubleshootingEventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionPage">
            <summary>
            The interface IDeviceManagementTroubleshootingEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest">
            <summary>
            The interface IDeviceManagementTroubleshootingEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementTroubleshootingEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/> for the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <param name="id">The ID for the DeviceManagementTroubleshootingEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest">
            <summary>
            The interface IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder">
            <summary>
            The interface IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionPage">
            <summary>
            The interface IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest">
            <summary>
            The interface IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.AddAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsAutopilotDeviceIdentity to the collection via POST.
            </summary>
            <param name="windowsAutopilotDeviceIdentity">The WindowsAutopilotDeviceIdentity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsAutopilotDeviceIdentity to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsAutopilotDeviceIdentity">The WindowsAutopilotDeviceIdentity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementWindowsAutopilotDeviceIdentitiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequestBuilder"/> for the specified WindowsAutopilotDeviceIdentity.
            </summary>
            <param name="id">The ID for the WindowsAutopilotDeviceIdentity.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage">
            <summary>
            The interface IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest">
            <summary>
            The interface IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLearningSummary to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummary">The WindowsInformationProtectionAppLearningSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLearningSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummary">The WindowsInformationProtectionAppLearningSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder"/> for the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionAppLearningSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage">
            <summary>
            The interface IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest">
            <summary>
            The interface IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionNetworkLearningSummary to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummary">The WindowsInformationProtectionNetworkLearningSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionNetworkLearningSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummary">The WindowsInformationProtectionNetworkLearningSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder"/> for the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionNetworkLearningSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceMemberOfCollectionReferencesRequest">
            <summary>
            The interface IDeviceMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDeviceMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The interface IDeviceMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesPage">
            <summary>
            The interface IDeviceMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequest">
            <summary>
            The interface IDeviceMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDeviceMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequest">
            <summary>
            The interface IDeviceRegisteredOwnersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder">
            <summary>
            The interface IDeviceRegisteredOwnersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesPage">
            <summary>
            The interface IDeviceRegisteredOwnersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest">
            <summary>
            The interface IDeviceRegisteredOwnersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequest">
            <summary>
            The interface IDeviceRegisteredUsersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder">
            <summary>
            The interface IDeviceRegisteredUsersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesPage">
            <summary>
            The interface IDeviceRegisteredUsersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest">
            <summary>
            The interface IDeviceRegisteredUsersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRequest">
            <summary>
            The interface IDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.CreateAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Device using POST.
            </summary>
            <param name="deviceToCreate">The Device to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.CreateResponseAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Device using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceToCreate">The Device to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Device.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Device and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Device.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Device and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.UpdateAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Device using PATCH.
            </summary>
            <param name="deviceToUpdate">The Device to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.UpdateResponseAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Device using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceToUpdate">The Device to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.PutAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Device using PUT.
            </summary>
            <param name="deviceToUpdate">The Device object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.PutResponseAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Device using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="deviceToUpdate">The Device object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRequestBuilder">
            <summary>
            The interface IDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRequestBuilder.RegisteredOwners">
            <summary>
            Gets the request builder for RegisteredOwners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRequestBuilder.RegisteredUsers">
            <summary>
            Gets the request builder for RegisteredUsers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRequestBuilder.TransitiveMemberOf">
            <summary>
            Gets the request builder for TransitiveMemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionReferencesRequest">
            <summary>
            The interface IDeviceTransitiveMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The interface IDeviceTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesPage">
            <summary>
            The interface IDeviceTransitiveMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequest">
            <summary>
            The interface IDeviceTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceTransitiveMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionPage">
            <summary>
            The interface IDirectoryAdministrativeUnitsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest">
            <summary>
            The interface IDirectoryAdministrativeUnitsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest.AddAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AdministrativeUnit to the collection via POST.
            </summary>
            <param name="administrativeUnit">The AdministrativeUnit to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest.AddResponseAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AdministrativeUnit to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="administrativeUnit">The AdministrativeUnit to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequestBuilder">
            <summary>
            The interface IDirectoryAdministrativeUnitsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAdministrativeUnitRequestBuilder"/> for the specified AdministrativeUnit.
            </summary>
            <param name="id">The ID for the AdministrativeUnit.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for AdministrativeUnitDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryAuditRequest">
            <summary>
            The interface IDirectoryAuditRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.CreateAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryAudit using POST.
            </summary>
            <param name="directoryAuditToCreate">The DirectoryAudit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryAudit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.CreateResponseAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryAudit using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryAuditToCreate">The DirectoryAudit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryAudit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryAudit and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryAudit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryAudit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryAudit and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.UpdateAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryAudit using PATCH.
            </summary>
            <param name="directoryAuditToUpdate">The DirectoryAudit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DirectoryAudit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.UpdateResponseAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryAudit using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryAuditToUpdate">The DirectoryAudit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.PutAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryAudit using PUT.
            </summary>
            <param name="directoryAuditToUpdate">The DirectoryAudit object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.PutResponseAsync(Microsoft.Graph.DirectoryAudit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryAudit using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryAuditToUpdate">The DirectoryAudit object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryAudit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryAudit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryAuditRequestBuilder">
            <summary>
            The interface IDirectoryAuditRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryAuditRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionPage">
            <summary>
            The interface IDirectoryDeletedItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryDeletedItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest">
            <summary>
            The interface IDirectoryDeletedItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder">
            <summary>
            The interface IDirectoryDeletedItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder.ValidateProperties(System.String,System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Gets the request builder for DirectoryObjectValidateProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder.GetAvailableExtensionProperties(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetAvailableExtensionProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionPage">
            <summary>
            The interface IDirectoryFederationConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest">
            <summary>
            The interface IDirectoryFederationConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProviderBase to the collection via POST.
            </summary>
            <param name="identityProviderBase">The IdentityProviderBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProviderBase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityProviderBase">The IdentityProviderBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequestBuilder">
            <summary>
            The interface IDirectoryFederationConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityProviderBaseRequestBuilder"/> for the specified IdentityProviderBase.
            </summary>
            <param name="id">The ID for the IdentityProviderBase.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderBaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequestBuilder.AvailableProviderTypes">
            <summary>
            Gets the request builder for IdentityProviderBaseAvailableProviderTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsCollectionPage">
            <summary>
            The interface IDirectoryObjectCheckMemberGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest">
            <summary>
            The interface IDirectoryObjectCheckMemberGroupsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequestBuilder">
            <summary>
            The interface IDirectoryObjectCheckMemberGroupsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsCollectionPage">
            <summary>
            The interface IDirectoryObjectCheckMemberObjectsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequest">
            <summary>
            The interface IDirectoryObjectCheckMemberObjectsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequestBuilder">
            <summary>
            The interface IDirectoryObjectCheckMemberObjectsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesCollectionPage">
            <summary>
            The interface IDirectoryObjectGetAvailableExtensionPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequest">
            <summary>
            The interface IDirectoryObjectGetAvailableExtensionPropertiesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequestBuilder">
            <summary>
            The interface IDirectoryObjectGetAvailableExtensionPropertiesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetByIdsCollectionPage">
            <summary>
            The interface IDirectoryObjectGetByIdsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetByIdsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequest">
            <summary>
            The interface IDirectoryObjectGetByIdsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder">
            <summary>
            The interface IDirectoryObjectGetByIdsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsCollectionPage">
            <summary>
            The interface IDirectoryObjectGetMemberGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetMemberGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest">
            <summary>
            The interface IDirectoryObjectGetMemberGroupsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequestBuilder">
            <summary>
            The interface IDirectoryObjectGetMemberGroupsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsCollectionPage">
            <summary>
            The interface IDirectoryObjectGetMemberObjectsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetMemberObjectsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest">
            <summary>
            The interface IDirectoryObjectGetMemberObjectsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequestBuilder">
            <summary>
            The interface IDirectoryObjectGetMemberObjectsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest">
            <summary>
            The interface IDirectoryObjectPartnerReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.CreateAsync(Microsoft.Graph.DirectoryObjectPartnerReference,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObjectPartnerReference using POST.
            </summary>
            <param name="directoryObjectPartnerReferenceToCreate">The DirectoryObjectPartnerReference to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObjectPartnerReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.CreateResponseAsync(Microsoft.Graph.DirectoryObjectPartnerReference,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObjectPartnerReference using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectPartnerReferenceToCreate">The DirectoryObjectPartnerReference to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObjectPartnerReference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObjectPartnerReference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObjectPartnerReference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryObjectPartnerReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObjectPartnerReference and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.UpdateAsync(Microsoft.Graph.DirectoryObjectPartnerReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObjectPartnerReference using PATCH.
            </summary>
            <param name="directoryObjectPartnerReferenceToUpdate">The DirectoryObjectPartnerReference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DirectoryObjectPartnerReference.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.UpdateResponseAsync(Microsoft.Graph.DirectoryObjectPartnerReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObjectPartnerReference using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectPartnerReferenceToUpdate">The DirectoryObjectPartnerReference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.PutAsync(Microsoft.Graph.DirectoryObjectPartnerReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObjectPartnerReference using PUT.
            </summary>
            <param name="directoryObjectPartnerReferenceToUpdate">The DirectoryObjectPartnerReference object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.PutResponseAsync(Microsoft.Graph.DirectoryObjectPartnerReference,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObjectPartnerReference using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectPartnerReferenceToUpdate">The DirectoryObjectPartnerReference object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObjectPartnerReference,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObjectPartnerReference,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequestBuilder">
            <summary>
            The interface IDirectoryObjectPartnerReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectPartnerReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectReferenceRequest">
            <summary>
            The interface IDirectoryObjectReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified DirectoryObject reference.
            </summary>
            <param name="id">The DirectoryObject reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified DirectoryObject reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The DirectoryObject reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectReferenceRequestBuilder">
            <summary>
            The interface IDirectoryObjectReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectRequest">
            <summary>
            The interface IDirectoryObjectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.CreateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObject using POST.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.CreateResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.UpdateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PATCH.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.UpdateResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.PutAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PUT.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.PutResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectRequestBuilder">
            <summary>
            The interface IDirectoryObjectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequestBuilder.CheckMemberGroups(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectCheckMemberGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequestBuilder.CheckMemberObjects(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectCheckMemberObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberObjectsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequestBuilder.GetMemberGroups(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetMemberGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequestBuilder.GetMemberObjects(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetMemberObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequestBuilder.Restore">
            <summary>
            Gets the request builder for DirectoryObjectRestore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRestoreRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectRestoreRequest">
            <summary>
            The interface IDirectoryObjectRestoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRestoreRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRestoreRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRestoreRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRestoreRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectRestoreRequestBuilder">
            <summary>
            The interface IDirectoryObjectRestoreRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRestoreRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequest">
            <summary>
            The interface IDirectoryObjectValidatePropertiesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequestBuilder">
            <summary>
            The interface IDirectoryObjectValidatePropertiesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequest">
            <summary>
            The interface IDirectoryObjectWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.CreateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObject using POST.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.UpdateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PATCH.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder">
            <summary>
            The interface IDirectoryObjectWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the directoryObject.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRequest">
            <summary>
            The interface IDirectoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.CreateAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Directory using POST.
            </summary>
            <param name="directoryToCreate">The Directory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.CreateResponseAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Directory using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryToCreate">The Directory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Directory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Directory and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Directory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Directory and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.UpdateAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Directory using PATCH.
            </summary>
            <param name="directoryToUpdate">The Directory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.UpdateResponseAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Directory using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryToUpdate">The Directory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.PutAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Directory using PUT.
            </summary>
            <param name="directoryToUpdate">The Directory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.PutResponseAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Directory using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryToUpdate">The Directory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Directory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Directory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRequestBuilder">
            <summary>
            The interface IDirectoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRequestBuilder.AdministrativeUnits">
            <summary>
            Gets the request builder for AdministrativeUnits.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryAdministrativeUnitsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRequestBuilder.DeletedItems">
            <summary>
            Gets the request builder for DeletedItems.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRequestBuilder.FederationConfigurations">
            <summary>
            Gets the request builder for FederationConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryFederationConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleDeltaCollectionPage">
            <summary>
            The interface IDirectoryRoleDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRoleDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryRoleDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleDeltaRequest">
            <summary>
            The interface IDirectoryRoleDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleDeltaRequestBuilder">
            <summary>
            The interface IDirectoryRoleDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequest">
            <summary>
            The interface IDirectoryRoleMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder">
            <summary>
            The interface IDirectoryRoleMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesPage">
            <summary>
            The interface IDirectoryRoleMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest">
            <summary>
            The interface IDirectoryRoleMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDirectoryRoleMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleRequest">
            <summary>
            The interface IDirectoryRoleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.CreateAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryRole using POST.
            </summary>
            <param name="directoryRoleToCreate">The DirectoryRole to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.CreateResponseAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryRole using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryRoleToCreate">The DirectoryRole to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryRole.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryRole and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryRole.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryRole and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.UpdateAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRole using PATCH.
            </summary>
            <param name="directoryRoleToUpdate">The DirectoryRole to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.UpdateResponseAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRole using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryRoleToUpdate">The DirectoryRole to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.PutAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRole using PUT.
            </summary>
            <param name="directoryRoleToUpdate">The DirectoryRole object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.PutResponseAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRole using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryRoleToUpdate">The DirectoryRole object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleRequestBuilder">
            <summary>
            The interface IDirectoryRoleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRoleRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRoleRequestBuilder.ScopedMembers">
            <summary>
            Gets the request builder for ScopedMembers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionPage">
            <summary>
            The interface IDirectoryRoleScopedMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest">
            <summary>
            The interface IDirectoryRoleScopedMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest.AddAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequestBuilder">
            <summary>
            The interface IDirectoryRoleScopedMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRoleScopedMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/> for the specified ScopedRoleMembership.
            </summary>
            <param name="id">The ID for the ScopedRoleMembership.</param>
            <returns>The <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleTemplateRequest">
            <summary>
            The interface IDirectoryRoleTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.CreateAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryRoleTemplate using POST.
            </summary>
            <param name="directoryRoleTemplateToCreate">The DirectoryRoleTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.CreateResponseAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryRoleTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryRoleTemplateToCreate">The DirectoryRoleTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryRoleTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryRoleTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryRoleTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryRoleTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.UpdateAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRoleTemplate using PATCH.
            </summary>
            <param name="directoryRoleTemplateToUpdate">The DirectoryRoleTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.UpdateResponseAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRoleTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryRoleTemplateToUpdate">The DirectoryRoleTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.PutAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRoleTemplate using PUT.
            </summary>
            <param name="directoryRoleTemplateToUpdate">The DirectoryRoleTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.PutResponseAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRoleTemplate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="directoryRoleTemplateToUpdate">The DirectoryRoleTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder">
            <summary>
            The interface IDirectoryRoleTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetSharedColumnsCollectionReferencesRequest">
            <summary>
            The interface IDocumentSetSharedColumnsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetSharedColumnsCollectionReferencesRequestBuilder">
            <summary>
            The interface IDocumentSetSharedColumnsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesPage">
            <summary>
            The interface IDocumentSetSharedColumnsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequest">
            <summary>
            The interface IDocumentSetSharedColumnsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDocumentSetSharedColumnsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/> for the specified ColumnDefinition.
            </summary>
            <param name="id">The ID for the ColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDocumentSetSharedColumnsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDocumentSetSharedColumnsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDocumentSetSharedColumnsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetVersionRequest">
            <summary>
            The interface IDocumentSetVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.CreateAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DocumentSetVersion using POST.
            </summary>
            <param name="documentSetVersionToCreate">The DocumentSetVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DocumentSetVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.CreateResponseAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DocumentSetVersion using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="documentSetVersionToCreate">The DocumentSetVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DocumentSetVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DocumentSetVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DocumentSetVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DocumentSetVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DocumentSetVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.UpdateAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DocumentSetVersion using PATCH.
            </summary>
            <param name="documentSetVersionToUpdate">The DocumentSetVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DocumentSetVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.UpdateResponseAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DocumentSetVersion using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="documentSetVersionToUpdate">The DocumentSetVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.PutAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DocumentSetVersion using PUT.
            </summary>
            <param name="documentSetVersionToUpdate">The DocumentSetVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.PutResponseAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DocumentSetVersion using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="documentSetVersionToUpdate">The DocumentSetVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DocumentSetVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DocumentSetVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetVersionRequestBuilder">
            <summary>
            The interface IDocumentSetVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRequestBuilder.Restore">
            <summary>
            Gets the request builder for DocumentSetVersionRestore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDocumentSetVersionRestoreRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetVersionRestoreRequest">
            <summary>
            The interface IDocumentSetVersionRestoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRestoreRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRestoreRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRestoreRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRestoreRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetVersionRestoreRequestBuilder">
            <summary>
            The interface IDocumentSetVersionRestoreRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetVersionRestoreRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionReferencesRequest">
            <summary>
            The interface IDocumentSetWelcomePageColumnsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder">
            <summary>
            The interface IDocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesPage">
            <summary>
            The interface IDocumentSetWelcomePageColumnsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest">
            <summary>
            The interface IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/> for the specified ColumnDefinition.
            </summary>
            <param name="id">The ID for the ColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDocumentSetWelcomePageColumnsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsCnameRecordRequest">
            <summary>
            The interface IDomainDnsCnameRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsCnameRecord using POST.
            </summary>
            <param name="domainDnsCnameRecordToCreate">The DomainDnsCnameRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.CreateResponseAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsCnameRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsCnameRecordToCreate">The DomainDnsCnameRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsCnameRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsCnameRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsCnameRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsCnameRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsCnameRecord using PATCH.
            </summary>
            <param name="domainDnsCnameRecordToUpdate">The DomainDnsCnameRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.UpdateResponseAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsCnameRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsCnameRecordToUpdate">The DomainDnsCnameRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.PutAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsCnameRecord using PUT.
            </summary>
            <param name="domainDnsCnameRecordToUpdate">The DomainDnsCnameRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.PutResponseAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsCnameRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsCnameRecordToUpdate">The DomainDnsCnameRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsCnameRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsCnameRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsCnameRecordRequestBuilder">
            <summary>
            The interface IDomainDnsCnameRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsMxRecordRequest">
            <summary>
            The interface IDomainDnsMxRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsMxRecord using POST.
            </summary>
            <param name="domainDnsMxRecordToCreate">The DomainDnsMxRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.CreateResponseAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsMxRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsMxRecordToCreate">The DomainDnsMxRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsMxRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsMxRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsMxRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsMxRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsMxRecord using PATCH.
            </summary>
            <param name="domainDnsMxRecordToUpdate">The DomainDnsMxRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.UpdateResponseAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsMxRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsMxRecordToUpdate">The DomainDnsMxRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.PutAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsMxRecord using PUT.
            </summary>
            <param name="domainDnsMxRecordToUpdate">The DomainDnsMxRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.PutResponseAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsMxRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsMxRecordToUpdate">The DomainDnsMxRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsMxRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsMxRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsMxRecordRequestBuilder">
            <summary>
            The interface IDomainDnsMxRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsRecordRequest">
            <summary>
            The interface IDomainDnsRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsRecord using POST.
            </summary>
            <param name="domainDnsRecordToCreate">The DomainDnsRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.CreateResponseAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsRecordToCreate">The DomainDnsRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsRecord using PATCH.
            </summary>
            <param name="domainDnsRecordToUpdate">The DomainDnsRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.UpdateResponseAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsRecordToUpdate">The DomainDnsRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.PutAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsRecord using PUT.
            </summary>
            <param name="domainDnsRecordToUpdate">The DomainDnsRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.PutResponseAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsRecordToUpdate">The DomainDnsRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder">
            <summary>
            The interface IDomainDnsRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsSrvRecordRequest">
            <summary>
            The interface IDomainDnsSrvRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsSrvRecord using POST.
            </summary>
            <param name="domainDnsSrvRecordToCreate">The DomainDnsSrvRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.CreateResponseAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsSrvRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsSrvRecordToCreate">The DomainDnsSrvRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsSrvRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsSrvRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsSrvRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsSrvRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsSrvRecord using PATCH.
            </summary>
            <param name="domainDnsSrvRecordToUpdate">The DomainDnsSrvRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.UpdateResponseAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsSrvRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsSrvRecordToUpdate">The DomainDnsSrvRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.PutAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsSrvRecord using PUT.
            </summary>
            <param name="domainDnsSrvRecordToUpdate">The DomainDnsSrvRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.PutResponseAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsSrvRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsSrvRecordToUpdate">The DomainDnsSrvRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsSrvRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsSrvRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsSrvRecordRequestBuilder">
            <summary>
            The interface IDomainDnsSrvRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsTxtRecordRequest">
            <summary>
            The interface IDomainDnsTxtRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsTxtRecord using POST.
            </summary>
            <param name="domainDnsTxtRecordToCreate">The DomainDnsTxtRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.CreateResponseAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsTxtRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsTxtRecordToCreate">The DomainDnsTxtRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsTxtRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsTxtRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsTxtRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsTxtRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsTxtRecord using PATCH.
            </summary>
            <param name="domainDnsTxtRecordToUpdate">The DomainDnsTxtRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.UpdateResponseAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsTxtRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsTxtRecordToUpdate">The DomainDnsTxtRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.PutAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsTxtRecord using PUT.
            </summary>
            <param name="domainDnsTxtRecordToUpdate">The DomainDnsTxtRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.PutResponseAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsTxtRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsTxtRecordToUpdate">The DomainDnsTxtRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsTxtRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsTxtRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsTxtRecordRequestBuilder">
            <summary>
            The interface IDomainDnsTxtRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsUnavailableRecordRequest">
            <summary>
            The interface IDomainDnsUnavailableRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsUnavailableRecord using POST.
            </summary>
            <param name="domainDnsUnavailableRecordToCreate">The DomainDnsUnavailableRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.CreateResponseAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsUnavailableRecord using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsUnavailableRecordToCreate">The DomainDnsUnavailableRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsUnavailableRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsUnavailableRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsUnavailableRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsUnavailableRecord and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsUnavailableRecord using PATCH.
            </summary>
            <param name="domainDnsUnavailableRecordToUpdate">The DomainDnsUnavailableRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.UpdateResponseAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsUnavailableRecord using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsUnavailableRecordToUpdate">The DomainDnsUnavailableRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.PutAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsUnavailableRecord using PUT.
            </summary>
            <param name="domainDnsUnavailableRecordToUpdate">The DomainDnsUnavailableRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.PutResponseAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsUnavailableRecord using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainDnsUnavailableRecordToUpdate">The DomainDnsUnavailableRecord object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsUnavailableRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsUnavailableRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsUnavailableRecordRequestBuilder">
            <summary>
            The interface IDomainDnsUnavailableRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequest">
            <summary>
            The interface IDomainDomainNameReferencesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder">
            <summary>
            The interface IDomainDomainNameReferencesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesPage">
            <summary>
            The interface IDomainDomainNameReferencesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest">
            <summary>
            The interface IDomainDomainNameReferencesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainFederationConfigurationCollectionPage">
            <summary>
            The interface IDomainFederationConfigurationCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDomainFederationConfigurationCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest">
            <summary>
            The interface IDomainFederationConfigurationCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest.AddAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified InternalDomainFederation to the collection via POST.
            </summary>
            <param name="internalDomainFederation">The InternalDomainFederation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest.AddResponseAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified InternalDomainFederation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="internalDomainFederation">The InternalDomainFederation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InternalDomainFederation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InternalDomainFederation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainFederationConfigurationCollectionRequestBuilder">
            <summary>
            The interface IDomainFederationConfigurationCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainFederationConfigurationCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainFederationConfigurationCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IInternalDomainFederationRequestBuilder"/> for the specified InternalDomainFederation.
            </summary>
            <param name="id">The ID for the InternalDomainFederation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IInternalDomainFederationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainForceDeleteRequest">
            <summary>
            The interface IDomainForceDeleteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDomainForceDeleteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainForceDeleteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainForceDeleteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainForceDeleteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainForceDeleteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainForceDeleteRequestBuilder">
            <summary>
            The interface IDomainForceDeleteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainForceDeleteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainPromoteRequest">
            <summary>
            The interface IDomainPromoteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainPromoteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainPromoteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainPromoteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainPromoteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainPromoteRequestBuilder">
            <summary>
            The interface IDomainPromoteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainPromoteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainRequest">
            <summary>
            The interface IDomainRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.CreateAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Domain using POST.
            </summary>
            <param name="domainToCreate">The Domain to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.CreateResponseAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Domain using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainToCreate">The Domain to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Domain.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Domain and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Domain.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Domain and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.UpdateAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Domain using PATCH.
            </summary>
            <param name="domainToUpdate">The Domain to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.UpdateResponseAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Domain using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainToUpdate">The Domain to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.PutAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Domain using PUT.
            </summary>
            <param name="domainToUpdate">The Domain object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.PutResponseAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Domain using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="domainToUpdate">The Domain object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainRequestBuilder">
            <summary>
            The interface IDomainRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainRequestBuilder.DomainNameReferences">
            <summary>
            Gets the request builder for DomainNameReferences.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainRequestBuilder.FederationConfiguration">
            <summary>
            Gets the request builder for FederationConfiguration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainFederationConfigurationCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainRequestBuilder.ServiceConfigurationRecords">
            <summary>
            Gets the request builder for ServiceConfigurationRecords.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainRequestBuilder.VerificationDnsRecords">
            <summary>
            Gets the request builder for VerificationDnsRecords.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequestBuilder.ForceDelete(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DomainForceDelete.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainForceDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequestBuilder.Promote">
            <summary>
            Gets the request builder for DomainPromote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainPromoteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequestBuilder.Verify">
            <summary>
            Gets the request builder for DomainVerify.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainVerifyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionPage">
            <summary>
            The interface IDomainServiceConfigurationRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest">
            <summary>
            The interface IDomainServiceConfigurationRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.AddResponseAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequestBuilder">
            <summary>
            The interface IDomainServiceConfigurationRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/> for the specified DomainDnsRecord.
            </summary>
            <param name="id">The ID for the DomainDnsRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionPage">
            <summary>
            The interface IDomainVerificationDnsRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest">
            <summary>
            The interface IDomainVerificationDnsRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.AddResponseAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequestBuilder">
            <summary>
            The interface IDomainVerificationDnsRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/> for the specified DomainDnsRecord.
            </summary>
            <param name="id">The ID for the DomainDnsRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainVerifyRequest">
            <summary>
            The interface IDomainVerifyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerifyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerifyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerifyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerifyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainVerifyRequestBuilder">
            <summary>
            The interface IDomainVerifyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerifyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveBundlesCollectionPage">
            <summary>
            The interface IDriveBundlesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveBundlesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveBundlesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveBundlesCollectionRequest">
            <summary>
            The interface IDriveBundlesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveBundlesCollectionRequestBuilder">
            <summary>
            The interface IDriveBundlesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveBundlesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveBundlesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveItem.
            </summary>
            <param name="id">The ID for the DriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveFollowingCollectionPage">
            <summary>
            The interface IDriveFollowingCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveFollowingCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveFollowingCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveFollowingCollectionRequest">
            <summary>
            The interface IDriveFollowingCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveFollowingCollectionRequestBuilder">
            <summary>
            The interface IDriveFollowingCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveFollowingCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveFollowingCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveItem.
            </summary>
            <param name="id">The ID for the DriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCheckinRequest">
            <summary>
            The interface IDriveItemCheckinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemCheckinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCheckinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCheckinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCheckinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCheckinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCheckinRequestBuilder">
            <summary>
            The interface IDriveItemCheckinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCheckinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCheckoutRequest">
            <summary>
            The interface IDriveItemCheckoutRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCheckoutRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCheckoutRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCheckoutRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCheckoutRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCheckoutRequestBuilder">
            <summary>
            The interface IDriveItemCheckoutRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCheckoutRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemChildrenCollectionPage">
            <summary>
            The interface IDriveItemChildrenCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemChildrenCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemChildrenCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemChildrenCollectionRequest">
            <summary>
            The interface IDriveItemChildrenCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemChildrenCollectionRequestBuilder">
            <summary>
            The interface IDriveItemChildrenCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemChildrenCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveItem.
            </summary>
            <param name="id">The ID for the DriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemContentRequest">
            <summary>
            The interface IDriveItemContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemContentRequestBuilder">
            <summary>
            The interface IDriveItemContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCopyRequest">
            <summary>
            The interface IDriveItemCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCopyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCopyRequestBuilder">
            <summary>
            The interface IDriveItemCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCopyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCreateLinkRequest">
            <summary>
            The interface IDriveItemCreateLinkRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemCreateLinkRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateLinkRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateLinkRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateLinkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateLinkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCreateLinkRequestBuilder">
            <summary>
            The interface IDriveItemCreateLinkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateLinkRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCreateUploadSessionRequest">
            <summary>
            The interface IDriveItemCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemCreateUploadSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateUploadSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateUploadSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateUploadSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateUploadSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCreateUploadSessionRequestBuilder">
            <summary>
            The interface IDriveItemCreateUploadSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateUploadSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemDeltaCollectionPage">
            <summary>
            The interface IDriveItemDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemDeltaRequest">
            <summary>
            The interface IDriveItemDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemDeltaRequestBuilder">
            <summary>
            The interface IDriveItemDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemFollowRequest">
            <summary>
            The interface IDriveItemFollowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemFollowRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemFollowRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemFollowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemFollowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemFollowRequestBuilder">
            <summary>
            The interface IDriveItemFollowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemFollowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemGetActivitiesByIntervalCollectionPage">
            <summary>
            The interface IDriveItemGetActivitiesByIntervalCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemGetActivitiesByIntervalCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemGetActivitiesByIntervalCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequest">
            <summary>
            The interface IDriveItemGetActivitiesByIntervalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequestBuilder">
            <summary>
            The interface IDriveItemGetActivitiesByIntervalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemInviteCollectionPage">
            <summary>
            The interface IDriveItemInviteCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemInviteCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemInviteRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemInviteRequest">
            <summary>
            The interface IDriveItemInviteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemInviteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemInviteRequestBuilder">
            <summary>
            The interface IDriveItemInviteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemPermissionsCollectionPage">
            <summary>
            The interface IDriveItemPermissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemPermissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemPermissionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemPermissionsCollectionRequest">
            <summary>
            The interface IDriveItemPermissionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.AddAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Permission to the collection via POST.
            </summary>
            <param name="permission">The Permission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Permission to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="permission">The Permission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemPermissionsCollectionRequestBuilder">
            <summary>
            The interface IDriveItemPermissionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemPermissionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/> for the specified Permission.
            </summary>
            <param name="id">The ID for the Permission.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemPreviewRequest">
            <summary>
            The interface IDriveItemPreviewRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemPreviewRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPreviewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPreviewRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPreviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPreviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemPreviewRequestBuilder">
            <summary>
            The interface IDriveItemPreviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPreviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemRequest">
            <summary>
            The interface IDriveItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.CreateAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DriveItem using POST.
            </summary>
            <param name="driveItemToCreate">The DriveItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.CreateResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DriveItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveItemToCreate">The DriveItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DriveItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DriveItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.UpdateAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItem using PATCH.
            </summary>
            <param name="driveItemToUpdate">The DriveItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.UpdateResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveItemToUpdate">The DriveItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.PutAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItem using PUT.
            </summary>
            <param name="driveItemToUpdate">The DriveItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.PutResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveItemToUpdate">The DriveItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemRequestBuilder">
            <summary>
            The interface IDriveItemRequestBuilder.
            </summary>
            <summary>
            The type  ItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Workbook">
            <summary>
            Gets the request builder for Workbook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Analytics">
            <summary>
            Gets the request builder for Analytics.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemAnalyticsWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Children">
            <summary>
            Gets the request builder for Children.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemChildrenCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.ListItem">
            <summary>
            Gets the request builder for ListItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Permissions">
            <summary>
            Gets the request builder for Permissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemPermissionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Subscriptions">
            <summary>
            Gets the request builder for Subscriptions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Thumbnails">
            <summary>
            Gets the request builder for Thumbnails.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemThumbnailsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Versions">
            <summary>
            Gets the request builder for Versions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Restore(Microsoft.Graph.ItemReference,System.String)">
            <summary>
            Gets the request builder for DriveItemRestore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRestoreRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Copy(System.String,Microsoft.Graph.ItemReference)">
            <summary>
            Gets the request builder for DriveItemCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.CreateUploadSession(Microsoft.Graph.DriveItemUploadableProperties)">
            <summary>
            Gets the request builder for DriveItemCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Checkin(System.String,System.String)">
            <summary>
            Gets the request builder for DriveItemCheckin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCheckinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Checkout">
            <summary>
            Gets the request builder for DriveItemCheckout.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCheckoutRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.CreateLink(System.String,System.String,System.Nullable{System.DateTimeOffset},System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DriveItemCreateLink.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCreateLinkRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Follow">
            <summary>
            Gets the request builder for DriveItemFollow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemFollowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Invite(System.Collections.Generic.IEnumerable{Microsoft.Graph.DriveRecipient},System.Nullable{System.Boolean},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.String)">
            <summary>
            Gets the request builder for DriveItemInvite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemInviteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Preview(System.String,System.Nullable{System.Double})">
            <summary>
            Gets the request builder for DriveItemPreview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemPreviewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Unfollow">
            <summary>
            Gets the request builder for DriveItemUnfollow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemUnfollowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.ValidatePermission(System.String,System.String)">
            <summary>
            Gets the request builder for DriveItemValidatePermission.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemValidatePermissionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Delta">
            <summary>
            Gets the request builder for DriveItemDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Delta(System.String)">
            <summary>
            Gets the request builder for DriveItemDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.GetActivitiesByInterval">
            <summary>
            Gets the request builder for DriveItemGetActivitiesByInterval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.GetActivitiesByInterval(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for DriveItemGetActivitiesByInterval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Search(System.String)">
            <summary>
            Gets the request builder for DriveItemSearch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemSearchRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.ItemWithPath(System.String)">
            <summary>
            Gets item request builder for the specified item path.
            <returns>The item request builder.</returns>
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemRestoreRequest">
            <summary>
            The interface IDriveItemRestoreRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRestoreRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRestoreRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRestoreRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRestoreRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRestoreRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemRestoreRequestBuilder">
            <summary>
            The interface IDriveItemRestoreRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRestoreRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemsCollectionPage">
            <summary>
            The interface IDriveItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemsCollectionRequest">
            <summary>
            The interface IDriveItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemsCollectionRequestBuilder">
            <summary>
            The interface IDriveItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveItem.
            </summary>
            <param name="id">The ID for the DriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemSearchCollectionPage">
            <summary>
            The interface IDriveItemSearchCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemSearchCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemSearchRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemSearchRequest">
            <summary>
            The interface IDriveItemSearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemSearchRequestBuilder">
            <summary>
            The interface IDriveItemSearchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemSubscriptionsCollectionPage">
            <summary>
            The interface IDriveItemSubscriptionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemSubscriptionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest">
            <summary>
            The interface IDriveItemSubscriptionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest.AddAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequestBuilder">
            <summary>
            The interface IDriveItemSubscriptionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemSubscriptionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/> for the specified Subscription.
            </summary>
            <param name="id">The ID for the Subscription.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemThumbnailsCollectionPage">
            <summary>
            The interface IDriveItemThumbnailsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemThumbnailsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest">
            <summary>
            The interface IDriveItemThumbnailsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.AddAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThumbnailSet to the collection via POST.
            </summary>
            <param name="thumbnailSet">The ThumbnailSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.AddResponseAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThumbnailSet to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="thumbnailSet">The ThumbnailSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemThumbnailsCollectionRequestBuilder">
            <summary>
            The interface IDriveItemThumbnailsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemThumbnailsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IThumbnailSetRequestBuilder"/> for the specified ThumbnailSet.
            </summary>
            <param name="id">The ID for the ThumbnailSet.</param>
            <returns>The <see cref="T:Microsoft.Graph.IThumbnailSetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemUnfollowRequest">
            <summary>
            The interface IDriveItemUnfollowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemUnfollowRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemUnfollowRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemUnfollowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemUnfollowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemUnfollowRequestBuilder">
            <summary>
            The interface IDriveItemUnfollowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemUnfollowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemValidatePermissionRequest">
            <summary>
            The interface IDriveItemValidatePermissionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemValidatePermissionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemValidatePermissionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemValidatePermissionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemValidatePermissionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemValidatePermissionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemValidatePermissionRequestBuilder">
            <summary>
            The interface IDriveItemValidatePermissionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemValidatePermissionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionContentRequest">
            <summary>
            The interface IDriveItemVersionContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionContentRequestBuilder">
            <summary>
            The interface IDriveItemVersionContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionRequest">
            <summary>
            The interface IDriveItemVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.CreateAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DriveItemVersion using POST.
            </summary>
            <param name="driveItemVersionToCreate">The DriveItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.CreateResponseAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DriveItemVersion using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveItemVersionToCreate">The DriveItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DriveItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DriveItemVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DriveItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DriveItemVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.UpdateAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItemVersion using PATCH.
            </summary>
            <param name="driveItemVersionToUpdate">The DriveItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.UpdateResponseAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItemVersion using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveItemVersionToUpdate">The DriveItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.PutAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItemVersion using PUT.
            </summary>
            <param name="driveItemVersionToUpdate">The DriveItemVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.PutResponseAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItemVersion using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveItemVersionToUpdate">The DriveItemVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionRequestBuilder">
            <summary>
            The interface IDriveItemVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemVersionRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequestBuilder.RestoreVersion">
            <summary>
            Gets the request builder for DriveItemVersionRestoreVersion.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionRestoreVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionRestoreVersionRequest">
            <summary>
            The interface IDriveItemVersionRestoreVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRestoreVersionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRestoreVersionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRestoreVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRestoreVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionRestoreVersionRequestBuilder">
            <summary>
            The interface IDriveItemVersionRestoreVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRestoreVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionsCollectionPage">
            <summary>
            The interface IDriveItemVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionsCollectionRequest">
            <summary>
            The interface IDriveItemVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.AddAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItemVersion to the collection via POST.
            </summary>
            <param name="driveItemVersion">The DriveItemVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItemVersion to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItemVersion">The DriveItemVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionsCollectionRequestBuilder">
            <summary>
            The interface IDriveItemVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemVersionRequestBuilder"/> for the specified DriveItemVersion.
            </summary>
            <param name="id">The ID for the DriveItemVersion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveRecentCollectionPage">
            <summary>
            The interface IDriveRecentCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveRecentCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveRecentRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveRecentRequest">
            <summary>
            The interface IDriveRecentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveRecentRequestBuilder">
            <summary>
            The interface IDriveRecentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveRequest">
            <summary>
            The interface IDriveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.CreateAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Drive using POST.
            </summary>
            <param name="driveToCreate">The Drive to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.CreateResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Drive using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveToCreate">The Drive to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Drive.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Drive and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Drive.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Drive and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.UpdateAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Drive using PATCH.
            </summary>
            <param name="driveToUpdate">The Drive to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.UpdateResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Drive using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveToUpdate">The Drive to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.PutAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Drive using PUT.
            </summary>
            <param name="driveToUpdate">The Drive object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.PutResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Drive using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="driveToUpdate">The Drive object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveRequestBuilder">
            <summary>
            The interface IDriveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveRequestBuilder.Bundles">
            <summary>
            Gets the request builder for Bundles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveBundlesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveRequestBuilder.Following">
            <summary>
            Gets the request builder for Following.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveFollowingCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveRequestBuilder.List">
            <summary>
            Gets the request builder for List.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveRequestBuilder.Root">
            <summary>
            Gets the request builder for Root.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveRequestBuilder.Special">
            <summary>
            Gets the request builder for Special.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequestBuilder.Search(System.String)">
            <summary>
            Gets the request builder for DriveSearch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveSearchRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequestBuilder.Recent">
            <summary>
            Gets the request builder for DriveRecent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRecentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequestBuilder.SharedWithMe">
            <summary>
            Gets the request builder for DriveSharedWithMe.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveSharedWithMeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveSearchCollectionPage">
            <summary>
            The interface IDriveSearchCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveSearchCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveSearchRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveSearchRequest">
            <summary>
            The interface IDriveSearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveSearchRequestBuilder">
            <summary>
            The interface IDriveSearchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveSharedWithMeCollectionPage">
            <summary>
            The interface IDriveSharedWithMeCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveSharedWithMeCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveSharedWithMeRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveSharedWithMeRequest">
            <summary>
            The interface IDriveSharedWithMeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveSharedWithMeRequestBuilder">
            <summary>
            The interface IDriveSharedWithMeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveSpecialCollectionPage">
            <summary>
            The interface IDriveSpecialCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveSpecialCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveSpecialCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveSpecialCollectionRequest">
            <summary>
            The interface IDriveSpecialCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder">
            <summary>
            The interface IDriveSpecialCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveItem.
            </summary>
            <param name="id">The ID for the DriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder.AppRoot">
            <summary>
            Gets app root special folder item request builder.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEBookInstallSummaryRequest">
            <summary>
            The interface IEBookInstallSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.CreateAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EBookInstallSummary using POST.
            </summary>
            <param name="eBookInstallSummaryToCreate">The EBookInstallSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.CreateResponseAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EBookInstallSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eBookInstallSummaryToCreate">The EBookInstallSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EBookInstallSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EBookInstallSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EBookInstallSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EBookInstallSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.UpdateAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EBookInstallSummary using PATCH.
            </summary>
            <param name="eBookInstallSummaryToUpdate">The EBookInstallSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.UpdateResponseAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EBookInstallSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eBookInstallSummaryToUpdate">The EBookInstallSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.PutAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EBookInstallSummary using PUT.
            </summary>
            <param name="eBookInstallSummaryToUpdate">The EBookInstallSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.PutResponseAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EBookInstallSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eBookInstallSummaryToUpdate">The EBookInstallSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EBookInstallSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EBookInstallSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEBookInstallSummaryRequestBuilder">
            <summary>
            The interface IEBookInstallSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEditionUpgradeConfigurationRequest">
            <summary>
            The interface IEditionUpgradeConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.CreateAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EditionUpgradeConfiguration using POST.
            </summary>
            <param name="editionUpgradeConfigurationToCreate">The EditionUpgradeConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.CreateResponseAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EditionUpgradeConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="editionUpgradeConfigurationToCreate">The EditionUpgradeConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EditionUpgradeConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EditionUpgradeConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EditionUpgradeConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EditionUpgradeConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.UpdateAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EditionUpgradeConfiguration using PATCH.
            </summary>
            <param name="editionUpgradeConfigurationToUpdate">The EditionUpgradeConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EditionUpgradeConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="editionUpgradeConfigurationToUpdate">The EditionUpgradeConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.PutAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EditionUpgradeConfiguration using PUT.
            </summary>
            <param name="editionUpgradeConfigurationToUpdate">The EditionUpgradeConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.PutResponseAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EditionUpgradeConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="editionUpgradeConfigurationToUpdate">The EditionUpgradeConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EditionUpgradeConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EditionUpgradeConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEditionUpgradeConfigurationRequestBuilder">
            <summary>
            The interface IEditionUpgradeConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentCategoriesCollectionPage">
            <summary>
            The interface IEducationAssignmentCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationAssignmentCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest">
            <summary>
            The interface IEducationAssignmentCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest.AddAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationCategory to the collection via POST.
            </summary>
            <param name="educationCategory">The EducationCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationCategory to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationCategory">The EducationCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequestBuilder">
            <summary>
            The interface IEducationAssignmentCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationCategoryRequestBuilder"/> for the specified EducationCategory.
            </summary>
            <param name="id">The ID for the EducationCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationCategoryDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationCategoryDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentDefaultsRequest">
            <summary>
            The interface IEducationAssignmentDefaultsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.CreateAsync(Microsoft.Graph.EducationAssignmentDefaults,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignmentDefaults using POST.
            </summary>
            <param name="educationAssignmentDefaultsToCreate">The EducationAssignmentDefaults to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignmentDefaults.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.CreateResponseAsync(Microsoft.Graph.EducationAssignmentDefaults,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignmentDefaults using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentDefaultsToCreate">The EducationAssignmentDefaults to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignmentDefaults.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignmentDefaults and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignmentDefaults.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationAssignmentDefaults.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignmentDefaults and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.UpdateAsync(Microsoft.Graph.EducationAssignmentDefaults,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentDefaults using PATCH.
            </summary>
            <param name="educationAssignmentDefaultsToUpdate">The EducationAssignmentDefaults to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationAssignmentDefaults.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.UpdateResponseAsync(Microsoft.Graph.EducationAssignmentDefaults,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentDefaults using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentDefaultsToUpdate">The EducationAssignmentDefaults to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.PutAsync(Microsoft.Graph.EducationAssignmentDefaults,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentDefaults using PUT.
            </summary>
            <param name="educationAssignmentDefaultsToUpdate">The EducationAssignmentDefaults object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.PutResponseAsync(Microsoft.Graph.EducationAssignmentDefaults,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentDefaults using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentDefaultsToUpdate">The EducationAssignmentDefaults object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentDefaults,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentDefaults,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentDefaultsRequestBuilder">
            <summary>
            The interface IEducationAssignmentDefaultsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDefaultsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentDeltaCollectionPage">
            <summary>
            The interface IEducationAssignmentDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationAssignmentDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationAssignmentDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentDeltaRequest">
            <summary>
            The interface IEducationAssignmentDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentDeltaRequestBuilder">
            <summary>
            The interface IEducationAssignmentDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentPublishRequest">
            <summary>
            The interface IEducationAssignmentPublishRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentPublishRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentPublishRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentPublishRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentPublishRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentPublishRequestBuilder">
            <summary>
            The interface IEducationAssignmentPublishRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentPublishRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentRequest">
            <summary>
            The interface IEducationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.CreateAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignment using POST.
            </summary>
            <param name="educationAssignmentToCreate">The EducationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.CreateResponseAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentToCreate">The EducationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.UpdateAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignment using PATCH.
            </summary>
            <param name="educationAssignmentToUpdate">The EducationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentToUpdate">The EducationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.PutAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignment using PUT.
            </summary>
            <param name="educationAssignmentToUpdate">The EducationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.PutResponseAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentToUpdate">The EducationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentRequestBuilder">
            <summary>
            The interface IEducationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationAssignmentRequestBuilder.Categories">
            <summary>
            Gets the request builder for Categories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationAssignmentRequestBuilder.Resources">
            <summary>
            Gets the request builder for Resources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationAssignmentRequestBuilder.Rubric">
            <summary>
            Gets the request builder for Rubric.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRubricRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationAssignmentRequestBuilder.Submissions">
            <summary>
            Gets the request builder for Submissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequestBuilder.Publish">
            <summary>
            Gets the request builder for EducationAssignmentPublish.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentPublishRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequestBuilder.SetUpFeedbackResourcesFolder">
            <summary>
            Gets the request builder for EducationAssignmentSetUpFeedbackResourcesFolder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentSetUpFeedbackResourcesFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentRequestBuilder.SetUpResourcesFolder">
            <summary>
            Gets the request builder for EducationAssignmentSetUpResourcesFolder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentSetUpResourcesFolderRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentResourceRequest">
            <summary>
            The interface IEducationAssignmentResourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.CreateAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignmentResource using POST.
            </summary>
            <param name="educationAssignmentResourceToCreate">The EducationAssignmentResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignmentResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.CreateResponseAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignmentResource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentResourceToCreate">The EducationAssignmentResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignmentResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignmentResource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignmentResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationAssignmentResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignmentResource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.UpdateAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentResource using PATCH.
            </summary>
            <param name="educationAssignmentResourceToUpdate">The EducationAssignmentResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationAssignmentResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.UpdateResponseAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentResource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentResourceToUpdate">The EducationAssignmentResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.PutAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentResource using PUT.
            </summary>
            <param name="educationAssignmentResourceToUpdate">The EducationAssignmentResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.PutResponseAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentResource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentResourceToUpdate">The EducationAssignmentResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentResourceRequestBuilder">
            <summary>
            The interface IEducationAssignmentResourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentResourcesCollectionPage">
            <summary>
            The interface IEducationAssignmentResourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationAssignmentResourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest">
            <summary>
            The interface IEducationAssignmentResourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest.AddAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationAssignmentResource to the collection via POST.
            </summary>
            <param name="educationAssignmentResource">The EducationAssignmentResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignmentResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationAssignmentResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationAssignmentResource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationAssignmentResource">The EducationAssignmentResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequestBuilder">
            <summary>
            The interface IEducationAssignmentResourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationAssignmentResourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationAssignmentResourceRequestBuilder"/> for the specified EducationAssignmentResource.
            </summary>
            <param name="id">The ID for the EducationAssignmentResource.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentResourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentSettingsRequest">
            <summary>
            The interface IEducationAssignmentSettingsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.CreateAsync(Microsoft.Graph.EducationAssignmentSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignmentSettings using POST.
            </summary>
            <param name="educationAssignmentSettingsToCreate">The EducationAssignmentSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignmentSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.CreateResponseAsync(Microsoft.Graph.EducationAssignmentSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationAssignmentSettings using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentSettingsToCreate">The EducationAssignmentSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignmentSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationAssignmentSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignmentSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationAssignmentSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationAssignmentSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.UpdateAsync(Microsoft.Graph.EducationAssignmentSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentSettings using PATCH.
            </summary>
            <param name="educationAssignmentSettingsToUpdate">The EducationAssignmentSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationAssignmentSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.UpdateResponseAsync(Microsoft.Graph.EducationAssignmentSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentSettings using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentSettingsToUpdate">The EducationAssignmentSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.PutAsync(Microsoft.Graph.EducationAssignmentSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentSettings using PUT.
            </summary>
            <param name="educationAssignmentSettingsToUpdate">The EducationAssignmentSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.PutResponseAsync(Microsoft.Graph.EducationAssignmentSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationAssignmentSettings using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationAssignmentSettingsToUpdate">The EducationAssignmentSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentSettings,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignmentSettings,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentSettingsRequestBuilder">
            <summary>
            The interface IEducationAssignmentSettingsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSettingsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentSetUpFeedbackResourcesFolderRequest">
            <summary>
            The interface IEducationAssignmentSetUpFeedbackResourcesFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSetUpFeedbackResourcesFolderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSetUpFeedbackResourcesFolderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSetUpFeedbackResourcesFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSetUpFeedbackResourcesFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentSetUpFeedbackResourcesFolderRequestBuilder">
            <summary>
            The interface IEducationAssignmentSetUpFeedbackResourcesFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSetUpFeedbackResourcesFolderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentSetUpResourcesFolderRequest">
            <summary>
            The interface IEducationAssignmentSetUpResourcesFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSetUpResourcesFolderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSetUpResourcesFolderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSetUpResourcesFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSetUpResourcesFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentSetUpResourcesFolderRequestBuilder">
            <summary>
            The interface IEducationAssignmentSetUpResourcesFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSetUpResourcesFolderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionPage">
            <summary>
            The interface IEducationAssignmentSubmissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest">
            <summary>
            The interface IEducationAssignmentSubmissionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest.AddAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSubmission to the collection via POST.
            </summary>
            <param name="educationSubmission">The EducationSubmission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSubmission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSubmission to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationSubmission">The EducationSubmission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequestBuilder">
            <summary>
            The interface IEducationAssignmentSubmissionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationAssignmentSubmissionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSubmissionRequestBuilder"/> for the specified EducationSubmission.
            </summary>
            <param name="id">The ID for the EducationSubmission.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationCategoryDeltaCollectionPage">
            <summary>
            The interface IEducationCategoryDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationCategoryDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationCategoryDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationCategoryDeltaRequest">
            <summary>
            The interface IEducationCategoryDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationCategoryDeltaRequestBuilder">
            <summary>
            The interface IEducationCategoryDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationCategoryRequest">
            <summary>
            The interface IEducationCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.CreateAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationCategory using POST.
            </summary>
            <param name="educationCategoryToCreate">The EducationCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.CreateResponseAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationCategory using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationCategoryToCreate">The EducationCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.UpdateAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationCategory using PATCH.
            </summary>
            <param name="educationCategoryToUpdate">The EducationCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.UpdateResponseAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationCategory using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationCategoryToUpdate">The EducationCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.PutAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationCategory using PUT.
            </summary>
            <param name="educationCategoryToUpdate">The EducationCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.PutResponseAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationCategory using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationCategoryToUpdate">The EducationCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationCategoryRequestBuilder">
            <summary>
            The interface IEducationCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionPage">
            <summary>
            The interface IEducationClassAssignmentCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest">
            <summary>
            The interface IEducationClassAssignmentCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest.AddAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationCategory to the collection via POST.
            </summary>
            <param name="educationCategory">The EducationCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationCategory to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationCategory">The EducationCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequestBuilder">
            <summary>
            The interface IEducationClassAssignmentCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationCategoryRequestBuilder"/> for the specified EducationCategory.
            </summary>
            <param name="id">The ID for the EducationCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationCategoryDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationCategoryDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassAssignmentsCollectionPage">
            <summary>
            The interface IEducationClassAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest">
            <summary>
            The interface IEducationClassAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationAssignment to the collection via POST.
            </summary>
            <param name="educationAssignment">The EducationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationAssignment">The EducationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IEducationClassAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationAssignmentRequestBuilder"/> for the specified EducationAssignment.
            </summary>
            <param name="id">The ID for the EducationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassAssignmentsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationAssignmentDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassDeltaCollectionPage">
            <summary>
            The interface IEducationClassDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassDeltaRequest">
            <summary>
            The interface IEducationClassDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassDeltaRequestBuilder">
            <summary>
            The interface IEducationClassDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequest">
            <summary>
            The interface IEducationClassMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationClassMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesPage">
            <summary>
            The interface IEducationClassMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest">
            <summary>
            The interface IEducationClassMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationClassMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/> for the specified EducationUser.
            </summary>
            <param name="id">The ID for the EducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassReferenceRequest">
            <summary>
            The interface IEducationClassReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationClass reference.
            </summary>
            <param name="id">The EducationClass reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationClass reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The EducationClass reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassReferenceRequestBuilder">
            <summary>
            The interface IEducationClassReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassRequest">
            <summary>
            The interface IEducationClassRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.CreateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationClass using POST.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.CreateResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationClass using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationClass and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.UpdateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PATCH.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.UpdateResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.PutAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PUT.
            </summary>
            <param name="educationClassToUpdate">The EducationClass object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.PutResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationClassToUpdate">The EducationClass object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassRequestBuilder">
            <summary>
            The interface IEducationClassRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassRequestBuilder.AssignmentCategories">
            <summary>
            Gets the request builder for AssignmentCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassAssignmentCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassRequestBuilder.AssignmentDefaults">
            <summary>
            Gets the request builder for AssignmentDefaults.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentDefaultsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassRequestBuilder.AssignmentSettings">
            <summary>
            Gets the request builder for AssignmentSettings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentSettingsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassRequestBuilder.Group">
            <summary>
            Gets the request builder for Group.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassRequestBuilder.Schools">
            <summary>
            Gets the request builder for Schools.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassRequestBuilder.Teachers">
            <summary>
            Gets the request builder for Teachers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequest">
            <summary>
            The interface IEducationClassSchoolsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationClassSchoolsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesPage">
            <summary>
            The interface IEducationClassSchoolsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest">
            <summary>
            The interface IEducationClassSchoolsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationClassSchoolsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/> for the specified EducationSchool.
            </summary>
            <param name="id">The ID for the EducationSchool.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequest">
            <summary>
            The interface IEducationClassTeachersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationClassTeachersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesPage">
            <summary>
            The interface IEducationClassTeachersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest">
            <summary>
            The interface IEducationClassTeachersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationClassTeachersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/> for the specified EducationUser.
            </summary>
            <param name="id">The ID for the EducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassWithReferenceRequest">
            <summary>
            The interface IEducationClassWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationClass and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationClass using POST.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationClass using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PATCH.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder">
            <summary>
            The interface IEducationClassWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the educationClass.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationFeedbackOutcomeRequest">
            <summary>
            The interface IEducationFeedbackOutcomeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.CreateAsync(Microsoft.Graph.EducationFeedbackOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationFeedbackOutcome using POST.
            </summary>
            <param name="educationFeedbackOutcomeToCreate">The EducationFeedbackOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationFeedbackOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.CreateResponseAsync(Microsoft.Graph.EducationFeedbackOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationFeedbackOutcome using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationFeedbackOutcomeToCreate">The EducationFeedbackOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationFeedbackOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationFeedbackOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationFeedbackOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationFeedbackOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationFeedbackOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.UpdateAsync(Microsoft.Graph.EducationFeedbackOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackOutcome using PATCH.
            </summary>
            <param name="educationFeedbackOutcomeToUpdate">The EducationFeedbackOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationFeedbackOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.UpdateResponseAsync(Microsoft.Graph.EducationFeedbackOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackOutcome using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationFeedbackOutcomeToUpdate">The EducationFeedbackOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.PutAsync(Microsoft.Graph.EducationFeedbackOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackOutcome using PUT.
            </summary>
            <param name="educationFeedbackOutcomeToUpdate">The EducationFeedbackOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.PutResponseAsync(Microsoft.Graph.EducationFeedbackOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackOutcome using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationFeedbackOutcomeToUpdate">The EducationFeedbackOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationFeedbackOutcome,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationFeedbackOutcome,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationFeedbackOutcomeRequestBuilder">
            <summary>
            The interface IEducationFeedbackOutcomeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackOutcomeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest">
            <summary>
            The interface IEducationFeedbackResourceOutcomeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.CreateAsync(Microsoft.Graph.EducationFeedbackResourceOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationFeedbackResourceOutcome using POST.
            </summary>
            <param name="educationFeedbackResourceOutcomeToCreate">The EducationFeedbackResourceOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationFeedbackResourceOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.CreateResponseAsync(Microsoft.Graph.EducationFeedbackResourceOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationFeedbackResourceOutcome using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationFeedbackResourceOutcomeToCreate">The EducationFeedbackResourceOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationFeedbackResourceOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationFeedbackResourceOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationFeedbackResourceOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationFeedbackResourceOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationFeedbackResourceOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.UpdateAsync(Microsoft.Graph.EducationFeedbackResourceOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackResourceOutcome using PATCH.
            </summary>
            <param name="educationFeedbackResourceOutcomeToUpdate">The EducationFeedbackResourceOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationFeedbackResourceOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.UpdateResponseAsync(Microsoft.Graph.EducationFeedbackResourceOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackResourceOutcome using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationFeedbackResourceOutcomeToUpdate">The EducationFeedbackResourceOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.PutAsync(Microsoft.Graph.EducationFeedbackResourceOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackResourceOutcome using PUT.
            </summary>
            <param name="educationFeedbackResourceOutcomeToUpdate">The EducationFeedbackResourceOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.PutResponseAsync(Microsoft.Graph.EducationFeedbackResourceOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationFeedbackResourceOutcome using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationFeedbackResourceOutcomeToUpdate">The EducationFeedbackResourceOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationFeedbackResourceOutcome,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationFeedbackResourceOutcome,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequestBuilder">
            <summary>
            The interface IEducationFeedbackResourceOutcomeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationFeedbackResourceOutcomeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationOrganizationRequest">
            <summary>
            The interface IEducationOrganizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.CreateAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationOrganization using POST.
            </summary>
            <param name="educationOrganizationToCreate">The EducationOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.CreateResponseAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationOrganization using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationOrganizationToCreate">The EducationOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationOrganization and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationOrganization and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.UpdateAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOrganization using PATCH.
            </summary>
            <param name="educationOrganizationToUpdate">The EducationOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.UpdateResponseAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOrganization using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationOrganizationToUpdate">The EducationOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.PutAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOrganization using PUT.
            </summary>
            <param name="educationOrganizationToUpdate">The EducationOrganization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.PutResponseAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOrganization using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationOrganizationToUpdate">The EducationOrganization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOrganization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOrganization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationOrganizationRequestBuilder">
            <summary>
            The interface IEducationOrganizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationOutcomeRequest">
            <summary>
            The interface IEducationOutcomeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.CreateAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationOutcome using POST.
            </summary>
            <param name="educationOutcomeToCreate">The EducationOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.CreateResponseAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationOutcome using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationOutcomeToCreate">The EducationOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.UpdateAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOutcome using PATCH.
            </summary>
            <param name="educationOutcomeToUpdate">The EducationOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.UpdateResponseAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOutcome using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationOutcomeToUpdate">The EducationOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.PutAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOutcome using PUT.
            </summary>
            <param name="educationOutcomeToUpdate">The EducationOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.PutResponseAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOutcome using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationOutcomeToUpdate">The EducationOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOutcome,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOutcome,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationOutcomeRequestBuilder">
            <summary>
            The interface IEducationOutcomeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOutcomeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationPointsOutcomeRequest">
            <summary>
            The interface IEducationPointsOutcomeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.CreateAsync(Microsoft.Graph.EducationPointsOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationPointsOutcome using POST.
            </summary>
            <param name="educationPointsOutcomeToCreate">The EducationPointsOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationPointsOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.CreateResponseAsync(Microsoft.Graph.EducationPointsOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationPointsOutcome using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationPointsOutcomeToCreate">The EducationPointsOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationPointsOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationPointsOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationPointsOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationPointsOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationPointsOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.UpdateAsync(Microsoft.Graph.EducationPointsOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationPointsOutcome using PATCH.
            </summary>
            <param name="educationPointsOutcomeToUpdate">The EducationPointsOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationPointsOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.UpdateResponseAsync(Microsoft.Graph.EducationPointsOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationPointsOutcome using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationPointsOutcomeToUpdate">The EducationPointsOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.PutAsync(Microsoft.Graph.EducationPointsOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationPointsOutcome using PUT.
            </summary>
            <param name="educationPointsOutcomeToUpdate">The EducationPointsOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.PutResponseAsync(Microsoft.Graph.EducationPointsOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationPointsOutcome using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationPointsOutcomeToUpdate">The EducationPointsOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationPointsOutcome,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationPointsOutcome,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationPointsOutcomeRequestBuilder">
            <summary>
            The interface IEducationPointsOutcomeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationPointsOutcomeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootClassesCollectionPage">
            <summary>
            The interface IEducationRootClassesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootClassesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationRootClassesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootClassesCollectionRequest">
            <summary>
            The interface IEducationRootClassesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootClassesCollectionRequestBuilder">
            <summary>
            The interface IEducationRootClassesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootClassesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassRequestBuilder"/> for the specified EducationClass.
            </summary>
            <param name="id">The ID for the EducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationClassDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootRequest">
            <summary>
            The interface IEducationRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.CreateAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRoot using POST.
            </summary>
            <param name="educationRootToCreate">The EducationRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.CreateResponseAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRootToCreate">The EducationRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.UpdateAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRoot using PATCH.
            </summary>
            <param name="educationRootToUpdate">The EducationRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.UpdateResponseAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRootToUpdate">The EducationRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.PutAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRoot using PUT.
            </summary>
            <param name="educationRootToUpdate">The EducationRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.PutResponseAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRootToUpdate">The EducationRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootRequestBuilder">
            <summary>
            The interface IEducationRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootRequestBuilder.Classes">
            <summary>
            Gets the request builder for Classes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRootClassesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootRequestBuilder.Me">
            <summary>
            Gets the request builder for Me.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootRequestBuilder.Schools">
            <summary>
            Gets the request builder for Schools.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRootSchoolsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootRequestBuilder.Users">
            <summary>
            Gets the request builder for Users.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRootUsersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootSchoolsCollectionPage">
            <summary>
            The interface IEducationRootSchoolsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootSchoolsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationRootSchoolsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootSchoolsCollectionRequest">
            <summary>
            The interface IEducationRootSchoolsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.AddAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootSchoolsCollectionRequestBuilder">
            <summary>
            The interface IEducationRootSchoolsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootSchoolsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolRequestBuilder"/> for the specified EducationSchool.
            </summary>
            <param name="id">The ID for the EducationSchool.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationSchoolDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootUsersCollectionPage">
            <summary>
            The interface IEducationRootUsersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootUsersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationRootUsersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootUsersCollectionRequest">
            <summary>
            The interface IEducationRootUsersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootUsersCollectionRequestBuilder">
            <summary>
            The interface IEducationRootUsersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootUsersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserRequestBuilder"/> for the specified EducationUser.
            </summary>
            <param name="id">The ID for the EducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationUserDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRubricOutcomeRequest">
            <summary>
            The interface IEducationRubricOutcomeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.CreateAsync(Microsoft.Graph.EducationRubricOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRubricOutcome using POST.
            </summary>
            <param name="educationRubricOutcomeToCreate">The EducationRubricOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationRubricOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.CreateResponseAsync(Microsoft.Graph.EducationRubricOutcome,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRubricOutcome using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRubricOutcomeToCreate">The EducationRubricOutcome to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRubricOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRubricOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRubricOutcome.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationRubricOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRubricOutcome and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.UpdateAsync(Microsoft.Graph.EducationRubricOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubricOutcome using PATCH.
            </summary>
            <param name="educationRubricOutcomeToUpdate">The EducationRubricOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationRubricOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.UpdateResponseAsync(Microsoft.Graph.EducationRubricOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubricOutcome using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRubricOutcomeToUpdate">The EducationRubricOutcome to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.PutAsync(Microsoft.Graph.EducationRubricOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubricOutcome using PUT.
            </summary>
            <param name="educationRubricOutcomeToUpdate">The EducationRubricOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.PutResponseAsync(Microsoft.Graph.EducationRubricOutcome,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubricOutcome using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRubricOutcomeToUpdate">The EducationRubricOutcome object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRubricOutcome,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRubricOutcome,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRubricOutcomeRequestBuilder">
            <summary>
            The interface IEducationRubricOutcomeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricOutcomeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRubricRequest">
            <summary>
            The interface IEducationRubricRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.CreateAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRubric using POST.
            </summary>
            <param name="educationRubricToCreate">The EducationRubric to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationRubric.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.CreateResponseAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRubric using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRubricToCreate">The EducationRubric to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRubric.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRubric and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRubric.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationRubric.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRubric and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.UpdateAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubric using PATCH.
            </summary>
            <param name="educationRubricToUpdate">The EducationRubric to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationRubric.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.UpdateResponseAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubric using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRubricToUpdate">The EducationRubric to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.PutAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubric using PUT.
            </summary>
            <param name="educationRubricToUpdate">The EducationRubric object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.PutResponseAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRubric using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationRubricToUpdate">The EducationRubric object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRubric,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRubric,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRubricRequestBuilder">
            <summary>
            The interface IEducationRubricRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRubricRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequest">
            <summary>
            The interface IEducationSchoolClassesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationSchoolClassesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesPage">
            <summary>
            The interface IEducationSchoolClassesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest">
            <summary>
            The interface IEducationSchoolClassesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationSchoolClassesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/> for the specified EducationClass.
            </summary>
            <param name="id">The ID for the EducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolDeltaCollectionPage">
            <summary>
            The interface IEducationSchoolDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSchoolDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolDeltaRequest">
            <summary>
            The interface IEducationSchoolDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolDeltaRequestBuilder">
            <summary>
            The interface IEducationSchoolDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolReferenceRequest">
            <summary>
            The interface IEducationSchoolReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationSchool reference.
            </summary>
            <param name="id">The EducationSchool reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationSchool reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The EducationSchool reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolReferenceRequestBuilder">
            <summary>
            The interface IEducationSchoolReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolRequest">
            <summary>
            The interface IEducationSchoolRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.CreateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSchool using POST.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.CreateResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSchool using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSchool and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.UpdateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PATCH.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.UpdateResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.PutAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PUT.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.PutResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolRequestBuilder">
            <summary>
            The interface IEducationSchoolRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolRequestBuilder.AdministrativeUnit">
            <summary>
            Gets the request builder for AdministrativeUnit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolRequestBuilder.Classes">
            <summary>
            Gets the request builder for Classes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolRequestBuilder.Users">
            <summary>
            Gets the request builder for Users.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequest">
            <summary>
            The interface IEducationSchoolUsersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationSchoolUsersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesPage">
            <summary>
            The interface IEducationSchoolUsersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest">
            <summary>
            The interface IEducationSchoolUsersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationSchoolUsersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/> for the specified EducationUser.
            </summary>
            <param name="id">The ID for the EducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolWithReferenceRequest">
            <summary>
            The interface IEducationSchoolWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSchool and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSchool using POST.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSchool using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PATCH.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder">
            <summary>
            The interface IEducationSchoolWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the educationSchool.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionOutcomesCollectionPage">
            <summary>
            The interface IEducationSubmissionOutcomesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationSubmissionOutcomesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest">
            <summary>
            The interface IEducationSubmissionOutcomesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest.AddAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationOutcome to the collection via POST.
            </summary>
            <param name="educationOutcome">The EducationOutcome to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationOutcome.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationOutcome,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationOutcome to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationOutcome">The EducationOutcome to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOutcome,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOutcome,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequestBuilder">
            <summary>
            The interface IEducationSubmissionOutcomesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationOutcomeRequestBuilder"/> for the specified EducationOutcome.
            </summary>
            <param name="id">The ID for the EducationOutcome.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationOutcomeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionReassignRequest">
            <summary>
            The interface IEducationSubmissionReassignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionReassignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionReassignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionReassignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionReassignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionReassignRequestBuilder">
            <summary>
            The interface IEducationSubmissionReassignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionReassignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionRequest">
            <summary>
            The interface IEducationSubmissionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.CreateAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSubmission using POST.
            </summary>
            <param name="educationSubmissionToCreate">The EducationSubmission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSubmission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.CreateResponseAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSubmission using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSubmissionToCreate">The EducationSubmission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSubmission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSubmission and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSubmission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationSubmission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSubmission and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.UpdateAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmission using PATCH.
            </summary>
            <param name="educationSubmissionToUpdate">The EducationSubmission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationSubmission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.UpdateResponseAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmission using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSubmissionToUpdate">The EducationSubmission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.PutAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmission using PUT.
            </summary>
            <param name="educationSubmissionToUpdate">The EducationSubmission object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.PutResponseAsync(Microsoft.Graph.EducationSubmission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmission using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSubmissionToUpdate">The EducationSubmission object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionRequestBuilder">
            <summary>
            The interface IEducationSubmissionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSubmissionRequestBuilder.Outcomes">
            <summary>
            Gets the request builder for Outcomes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionOutcomesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSubmissionRequestBuilder.Resources">
            <summary>
            Gets the request builder for Resources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSubmissionRequestBuilder.SubmittedResources">
            <summary>
            Gets the request builder for SubmittedResources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequestBuilder.SetUpResourcesFolder">
            <summary>
            Gets the request builder for EducationSubmissionSetUpResourcesFolder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionSetUpResourcesFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequestBuilder.Reassign">
            <summary>
            Gets the request builder for EducationSubmissionReassign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionReassignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequestBuilder.Return">
            <summary>
            Gets the request builder for EducationSubmissionReturn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionReturnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequestBuilder.Submit">
            <summary>
            Gets the request builder for EducationSubmissionSubmit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionSubmitRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionRequestBuilder.Unsubmit">
            <summary>
            Gets the request builder for EducationSubmissionUnsubmit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionUnsubmitRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionResourceRequest">
            <summary>
            The interface IEducationSubmissionResourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.CreateAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSubmissionResource using POST.
            </summary>
            <param name="educationSubmissionResourceToCreate">The EducationSubmissionResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSubmissionResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.CreateResponseAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSubmissionResource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSubmissionResourceToCreate">The EducationSubmissionResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSubmissionResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSubmissionResource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSubmissionResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationSubmissionResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSubmissionResource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.UpdateAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmissionResource using PATCH.
            </summary>
            <param name="educationSubmissionResourceToUpdate">The EducationSubmissionResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationSubmissionResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.UpdateResponseAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmissionResource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSubmissionResourceToUpdate">The EducationSubmissionResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.PutAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmissionResource using PUT.
            </summary>
            <param name="educationSubmissionResourceToUpdate">The EducationSubmissionResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.PutResponseAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSubmissionResource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationSubmissionResourceToUpdate">The EducationSubmissionResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmissionResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmissionResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionResourceRequestBuilder">
            <summary>
            The interface IEducationSubmissionResourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionResourcesCollectionPage">
            <summary>
            The interface IEducationSubmissionResourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationSubmissionResourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest">
            <summary>
            The interface IEducationSubmissionResourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest.AddAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSubmissionResource to the collection via POST.
            </summary>
            <param name="educationSubmissionResource">The EducationSubmissionResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSubmissionResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSubmissionResource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationSubmissionResource">The EducationSubmissionResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmissionResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmissionResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequestBuilder">
            <summary>
            The interface IEducationSubmissionResourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSubmissionResourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSubmissionResourceRequestBuilder"/> for the specified EducationSubmissionResource.
            </summary>
            <param name="id">The ID for the EducationSubmissionResource.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionResourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionReturnRequest">
            <summary>
            The interface IEducationSubmissionReturnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionReturnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionReturnRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionReturnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionReturnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionReturnRequestBuilder">
            <summary>
            The interface IEducationSubmissionReturnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionReturnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionSetUpResourcesFolderRequest">
            <summary>
            The interface IEducationSubmissionSetUpResourcesFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSetUpResourcesFolderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSetUpResourcesFolderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSetUpResourcesFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSetUpResourcesFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionSetUpResourcesFolderRequestBuilder">
            <summary>
            The interface IEducationSubmissionSetUpResourcesFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSetUpResourcesFolderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionSubmitRequest">
            <summary>
            The interface IEducationSubmissionSubmitRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmitRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmitRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmitRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmitRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionSubmitRequestBuilder">
            <summary>
            The interface IEducationSubmissionSubmitRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmitRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionPage">
            <summary>
            The interface IEducationSubmissionSubmittedResourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest">
            <summary>
            The interface IEducationSubmissionSubmittedResourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest.AddAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSubmissionResource to the collection via POST.
            </summary>
            <param name="educationSubmissionResource">The EducationSubmissionResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSubmissionResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationSubmissionResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSubmissionResource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationSubmissionResource">The EducationSubmissionResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmissionResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSubmissionResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequestBuilder">
            <summary>
            The interface IEducationSubmissionSubmittedResourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSubmissionSubmittedResourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSubmissionResourceRequestBuilder"/> for the specified EducationSubmissionResource.
            </summary>
            <param name="id">The ID for the EducationSubmissionResource.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSubmissionResourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionUnsubmitRequest">
            <summary>
            The interface IEducationSubmissionUnsubmitRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionUnsubmitRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionUnsubmitRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionUnsubmitRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionUnsubmitRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSubmissionUnsubmitRequestBuilder">
            <summary>
            The interface IEducationSubmissionUnsubmitRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSubmissionUnsubmitRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserAssignmentsCollectionPage">
            <summary>
            The interface IEducationUserAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest">
            <summary>
            The interface IEducationUserAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationAssignment to the collection via POST.
            </summary>
            <param name="educationAssignment">The EducationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationAssignment">The EducationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IEducationUserAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationAssignmentRequestBuilder"/> for the specified EducationAssignment.
            </summary>
            <param name="id">The ID for the EducationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserAssignmentsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EducationAssignmentDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationAssignmentDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequest">
            <summary>
            The interface IEducationUserClassesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationUserClassesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesPage">
            <summary>
            The interface IEducationUserClassesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest">
            <summary>
            The interface IEducationUserClassesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationUserClassesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/> for the specified EducationClass.
            </summary>
            <param name="id">The ID for the EducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserDeltaCollectionPage">
            <summary>
            The interface IEducationUserDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserDeltaRequest">
            <summary>
            The interface IEducationUserDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserDeltaRequestBuilder">
            <summary>
            The interface IEducationUserDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserReferenceRequest">
            <summary>
            The interface IEducationUserReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationUser reference.
            </summary>
            <param name="id">The EducationUser reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationUser reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The EducationUser reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserReferenceRequestBuilder">
            <summary>
            The interface IEducationUserReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserRequest">
            <summary>
            The interface IEducationUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.CreateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationUser using POST.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.CreateResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationUser using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationUser and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.UpdateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PATCH.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.UpdateResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.PutAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PUT.
            </summary>
            <param name="educationUserToUpdate">The EducationUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.PutResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationUserToUpdate">The EducationUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserRequestBuilder">
            <summary>
            The interface IEducationUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserRequestBuilder.Rubrics">
            <summary>
            Gets the request builder for Rubrics.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserRubricsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserRequestBuilder.Classes">
            <summary>
            Gets the request builder for Classes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserRequestBuilder.Schools">
            <summary>
            Gets the request builder for Schools.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserRequestBuilder.TaughtClasses">
            <summary>
            Gets the request builder for TaughtClasses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserRequestBuilder.User">
            <summary>
            Gets the request builder for User.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserRubricsCollectionPage">
            <summary>
            The interface IEducationUserRubricsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserRubricsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserRubricsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserRubricsCollectionRequest">
            <summary>
            The interface IEducationUserRubricsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequest.AddAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationRubric to the collection via POST.
            </summary>
            <param name="educationRubric">The EducationRubric to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationRubric.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequest.AddResponseAsync(Microsoft.Graph.EducationRubric,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationRubric to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationRubric">The EducationRubric to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRubric,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRubric,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserRubricsCollectionRequestBuilder">
            <summary>
            The interface IEducationUserRubricsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRubricsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserRubricsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationRubricRequestBuilder"/> for the specified EducationRubric.
            </summary>
            <param name="id">The ID for the EducationRubric.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRubricRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequest">
            <summary>
            The interface IEducationUserSchoolsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationUserSchoolsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesPage">
            <summary>
            The interface IEducationUserSchoolsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest">
            <summary>
            The interface IEducationUserSchoolsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationUserSchoolsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/> for the specified EducationSchool.
            </summary>
            <param name="id">The ID for the EducationSchool.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionReferencesRequest">
            <summary>
            The interface IEducationUserTaughtClassesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationUserTaughtClassesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesPage">
            <summary>
            The interface IEducationUserTaughtClassesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequest">
            <summary>
            The interface IEducationUserTaughtClassesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationUserTaughtClassesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/> for the specified EducationClass.
            </summary>
            <param name="id">The ID for the EducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserTaughtClassesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserTaughtClassesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserWithReferenceRequest">
            <summary>
            The interface IEducationUserWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationUser and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationUser using POST.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationUser using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PATCH.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder">
            <summary>
            The interface IEducationUserWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the educationUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionPage">
            <summary>
            The interface IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest">
            <summary>
            The interface IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder">
            <summary>
            The interface IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/> for the specified AuthenticationMethodTarget.
            </summary>
            <param name="id">The ID for the AuthenticationMethodTarget.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest">
            <summary>
            The interface IEmailAuthenticationMethodConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.CreateAsync(Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EmailAuthenticationMethodConfiguration using POST.
            </summary>
            <param name="emailAuthenticationMethodConfigurationToCreate">The EmailAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EmailAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.CreateResponseAsync(Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EmailAuthenticationMethodConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailAuthenticationMethodConfigurationToCreate">The EmailAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EmailAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EmailAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EmailAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EmailAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EmailAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.UpdateAsync(Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethodConfiguration using PATCH.
            </summary>
            <param name="emailAuthenticationMethodConfigurationToUpdate">The EmailAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EmailAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethodConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailAuthenticationMethodConfigurationToUpdate">The EmailAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.PutAsync(Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethodConfiguration using PUT.
            </summary>
            <param name="emailAuthenticationMethodConfigurationToUpdate">The EmailAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.PutResponseAsync(Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethodConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailAuthenticationMethodConfigurationToUpdate">The EmailAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequestBuilder">
            <summary>
            The interface IEmailAuthenticationMethodConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEmailAuthenticationMethodConfigurationRequestBuilder.IncludeTargets">
            <summary>
            Gets the request builder for IncludeTargets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEmailAuthenticationMethodRequest">
            <summary>
            The interface IEmailAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EmailAuthenticationMethod using POST.
            </summary>
            <param name="emailAuthenticationMethodToCreate">The EmailAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EmailAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EmailAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailAuthenticationMethodToCreate">The EmailAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EmailAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EmailAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EmailAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EmailAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EmailAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethod using PATCH.
            </summary>
            <param name="emailAuthenticationMethodToUpdate">The EmailAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EmailAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailAuthenticationMethodToUpdate">The EmailAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.PutAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethod using PUT.
            </summary>
            <param name="emailAuthenticationMethodToUpdate">The EmailAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.EmailAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailAuthenticationMethodToUpdate">The EmailAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEmailAuthenticationMethodRequestBuilder">
            <summary>
            The interface IEmailAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEmailFileAssessmentRequestRequest">
            <summary>
            The interface IEmailFileAssessmentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.CreateAsync(Microsoft.Graph.EmailFileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EmailFileAssessmentRequestObject using POST.
            </summary>
            <param name="emailFileAssessmentRequestObjectToCreate">The EmailFileAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EmailFileAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.CreateResponseAsync(Microsoft.Graph.EmailFileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EmailFileAssessmentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailFileAssessmentRequestObjectToCreate">The EmailFileAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EmailFileAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EmailFileAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EmailFileAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EmailFileAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EmailFileAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.UpdateAsync(Microsoft.Graph.EmailFileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailFileAssessmentRequestObject using PATCH.
            </summary>
            <param name="emailFileAssessmentRequestObjectToUpdate">The EmailFileAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EmailFileAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.UpdateResponseAsync(Microsoft.Graph.EmailFileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailFileAssessmentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailFileAssessmentRequestObjectToUpdate">The EmailFileAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.PutAsync(Microsoft.Graph.EmailFileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailFileAssessmentRequestObject using PUT.
            </summary>
            <param name="emailFileAssessmentRequestObjectToUpdate">The EmailFileAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.PutResponseAsync(Microsoft.Graph.EmailFileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EmailFileAssessmentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="emailFileAssessmentRequestObjectToUpdate">The EmailFileAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailFileAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EmailFileAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEmailFileAssessmentRequestRequestBuilder">
            <summary>
            The interface IEmailFileAssessmentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEmailFileAssessmentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEndpointRequest">
            <summary>
            The interface IEndpointRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.CreateAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Endpoint using POST.
            </summary>
            <param name="endpointToCreate">The Endpoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Endpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.CreateResponseAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Endpoint using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="endpointToCreate">The Endpoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Endpoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Endpoint and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Endpoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Endpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Endpoint and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.UpdateAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Endpoint using PATCH.
            </summary>
            <param name="endpointToUpdate">The Endpoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Endpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.UpdateResponseAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Endpoint using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="endpointToUpdate">The Endpoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.PutAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Endpoint using PUT.
            </summary>
            <param name="endpointToUpdate">The Endpoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.PutResponseAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Endpoint using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="endpointToUpdate">The Endpoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Endpoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Endpoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEndpointRequestBuilder">
            <summary>
            The interface IEndpointRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEndpointRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest">
            <summary>
            The interface IEnrollmentConfigurationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EnrollmentConfigurationAssignment using POST.
            </summary>
            <param name="enrollmentConfigurationAssignmentToCreate">The EnrollmentConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.CreateResponseAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EnrollmentConfigurationAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="enrollmentConfigurationAssignmentToCreate">The EnrollmentConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EnrollmentConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EnrollmentConfigurationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EnrollmentConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EnrollmentConfigurationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentConfigurationAssignment using PATCH.
            </summary>
            <param name="enrollmentConfigurationAssignmentToUpdate">The EnrollmentConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentConfigurationAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="enrollmentConfigurationAssignmentToUpdate">The EnrollmentConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.PutAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentConfigurationAssignment using PUT.
            </summary>
            <param name="enrollmentConfigurationAssignmentToUpdate">The EnrollmentConfigurationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.PutResponseAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentConfigurationAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="enrollmentConfigurationAssignmentToUpdate">The EnrollmentConfigurationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder">
            <summary>
            The interface IEnrollmentConfigurationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest">
            <summary>
            The interface IEnrollmentTroubleshootingEventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.CreateAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EnrollmentTroubleshootingEvent using POST.
            </summary>
            <param name="enrollmentTroubleshootingEventToCreate">The EnrollmentTroubleshootingEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.CreateResponseAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EnrollmentTroubleshootingEvent using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="enrollmentTroubleshootingEventToCreate">The EnrollmentTroubleshootingEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EnrollmentTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EnrollmentTroubleshootingEvent and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EnrollmentTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EnrollmentTroubleshootingEvent and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.UpdateAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentTroubleshootingEvent using PATCH.
            </summary>
            <param name="enrollmentTroubleshootingEventToUpdate">The EnrollmentTroubleshootingEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.UpdateResponseAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentTroubleshootingEvent using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="enrollmentTroubleshootingEventToUpdate">The EnrollmentTroubleshootingEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.PutAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentTroubleshootingEvent using PUT.
            </summary>
            <param name="enrollmentTroubleshootingEventToUpdate">The EnrollmentTroubleshootingEvent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.PutResponseAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentTroubleshootingEvent using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="enrollmentTroubleshootingEventToUpdate">The EnrollmentTroubleshootingEvent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEnrollmentTroubleshootingEventRequestBuilder">
            <summary>
            The interface IEnrollmentTroubleshootingEventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionPage">
            <summary>
            The interface IEntitlementManagementAccessPackageAssignmentApprovalsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest">
            <summary>
            The interface IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.AddAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Approval to the collection via POST.
            </summary>
            <param name="approval">The Approval to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Approval.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.AddResponseAsync(Microsoft.Graph.Approval,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Approval to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="approval">The Approval to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Approval,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Approval,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder">
            <summary>
            The interface IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApprovalRequestBuilder"/> for the specified Approval.
            </summary>
            <param name="id">The ID for the Approval.</param>
            <returns>The <see cref="T:Microsoft.Graph.IApprovalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.ApprovalFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for ApprovalFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApprovalFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionPage">
            <summary>
            The interface IEntitlementManagementAccessPackagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest">
            <summary>
            The interface IEntitlementManagementAccessPackagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest.AddAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackage to the collection via POST.
            </summary>
            <param name="accessPackage">The AccessPackage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackage">The AccessPackage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequestBuilder">
            <summary>
            The interface IEntitlementManagementAccessPackagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageRequestBuilder"/> for the specified AccessPackage.
            </summary>
            <param name="id">The ID for the AccessPackage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessPackageFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessPackageFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionPage">
            <summary>
            The interface IEntitlementManagementAssignmentPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest">
            <summary>
            The interface IEntitlementManagementAssignmentPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest.AddAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignmentPolicy to the collection via POST.
            </summary>
            <param name="accessPackageAssignmentPolicy">The AccessPackageAssignmentPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignmentPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackageAssignmentPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignmentPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageAssignmentPolicy">The AccessPackageAssignmentPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequestBuilder">
            <summary>
            The interface IEntitlementManagementAssignmentPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPolicyRequestBuilder"/> for the specified AccessPackageAssignmentPolicy.
            </summary>
            <param name="id">The ID for the AccessPackageAssignmentPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionPage">
            <summary>
            The interface IEntitlementManagementAssignmentRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest">
            <summary>
            The interface IEntitlementManagementAssignmentRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest.AddAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignmentRequestObject to the collection via POST.
            </summary>
            <param name="accessPackageAssignmentRequest">The AccessPackageAssignmentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignmentRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageAssignmentRequest">The AccessPackageAssignmentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequestBuilder">
            <summary>
            The interface IEntitlementManagementAssignmentRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestRequestBuilder"/> for the specified AccessPackageAssignmentRequest.
            </summary>
            <param name="id">The ID for the AccessPackageAssignmentRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessPackageAssignmentRequestFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessPackageAssignmentRequestFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionPage">
            <summary>
            The interface IEntitlementManagementAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest">
            <summary>
            The interface IEntitlementManagementAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignment to the collection via POST.
            </summary>
            <param name="accessPackageAssignment">The AccessPackageAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackageAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageAssignment">The AccessPackageAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IEntitlementManagementAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestBuilder"/> for the specified AccessPackageAssignment.
            </summary>
            <param name="id">The ID for the AccessPackageAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.AccessPackageAssignmentFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for AccessPackageAssignmentFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequestBuilder.AdditionalAccess">
            <summary>
            Gets the request builder for AccessPackageAssignmentAdditionalAccess.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequestBuilder.AdditionalAccess(System.String,System.String)">
            <summary>
            Gets the request builder for AccessPackageAssignmentAdditionalAccess.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageAssignmentAdditionalAccessRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementCatalogsCollectionPage">
            <summary>
            The interface IEntitlementManagementCatalogsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementCatalogsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest">
            <summary>
            The interface IEntitlementManagementCatalogsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest.AddAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageCatalog to the collection via POST.
            </summary>
            <param name="accessPackageCatalog">The AccessPackageCatalog to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AccessPackageCatalog.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest.AddResponseAsync(Microsoft.Graph.AccessPackageCatalog,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AccessPackageCatalog to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="accessPackageCatalog">The AccessPackageCatalog to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageCatalog,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AccessPackageCatalog,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequestBuilder">
            <summary>
            The interface IEntitlementManagementCatalogsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAccessPackageCatalogRequestBuilder"/> for the specified AccessPackageCatalog.
            </summary>
            <param name="id">The ID for the AccessPackageCatalog.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAccessPackageCatalogRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionPage">
            <summary>
            The interface IEntitlementManagementConnectedOrganizationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest">
            <summary>
            The interface IEntitlementManagementConnectedOrganizationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest.AddAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConnectedOrganization to the collection via POST.
            </summary>
            <param name="connectedOrganization">The ConnectedOrganization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConnectedOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest.AddResponseAsync(Microsoft.Graph.ConnectedOrganization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConnectedOrganization to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="connectedOrganization">The ConnectedOrganization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConnectedOrganization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConnectedOrganization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequestBuilder">
            <summary>
            The interface IEntitlementManagementConnectedOrganizationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConnectedOrganizationRequestBuilder"/> for the specified ConnectedOrganization.
            </summary>
            <param name="id">The ID for the ConnectedOrganization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConnectedOrganizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementRequest">
            <summary>
            The interface IEntitlementManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.CreateAsync(Microsoft.Graph.EntitlementManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EntitlementManagement using POST.
            </summary>
            <param name="entitlementManagementToCreate">The EntitlementManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EntitlementManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.CreateResponseAsync(Microsoft.Graph.EntitlementManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EntitlementManagement using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entitlementManagementToCreate">The EntitlementManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EntitlementManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EntitlementManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EntitlementManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EntitlementManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EntitlementManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.UpdateAsync(Microsoft.Graph.EntitlementManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagement using PATCH.
            </summary>
            <param name="entitlementManagementToUpdate">The EntitlementManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EntitlementManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.UpdateResponseAsync(Microsoft.Graph.EntitlementManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagement using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entitlementManagementToUpdate">The EntitlementManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.PutAsync(Microsoft.Graph.EntitlementManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagement using PUT.
            </summary>
            <param name="entitlementManagementToUpdate">The EntitlementManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.PutResponseAsync(Microsoft.Graph.EntitlementManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagement using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entitlementManagementToUpdate">The EntitlementManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EntitlementManagement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EntitlementManagement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementRequestBuilder">
            <summary>
            The interface IEntitlementManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementRequestBuilder.AccessPackageAssignmentApprovals">
            <summary>
            Gets the request builder for AccessPackageAssignmentApprovals.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementAccessPackageAssignmentApprovalsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementRequestBuilder.AccessPackages">
            <summary>
            Gets the request builder for AccessPackages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementAccessPackagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementRequestBuilder.AssignmentPolicies">
            <summary>
            Gets the request builder for AssignmentPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementRequestBuilder.AssignmentRequests">
            <summary>
            Gets the request builder for AssignmentRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementRequestBuilder.Catalogs">
            <summary>
            Gets the request builder for Catalogs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementCatalogsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementRequestBuilder.ConnectedOrganizations">
            <summary>
            Gets the request builder for ConnectedOrganizations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementConnectedOrganizationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntitlementManagementRequestBuilder.Settings">
            <summary>
            Gets the request builder for Settings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementSettingsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementSettingsRequest">
            <summary>
            The interface IEntitlementManagementSettingsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.CreateAsync(Microsoft.Graph.EntitlementManagementSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EntitlementManagementSettings using POST.
            </summary>
            <param name="entitlementManagementSettingsToCreate">The EntitlementManagementSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EntitlementManagementSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.CreateResponseAsync(Microsoft.Graph.EntitlementManagementSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EntitlementManagementSettings using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entitlementManagementSettingsToCreate">The EntitlementManagementSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EntitlementManagementSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EntitlementManagementSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EntitlementManagementSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EntitlementManagementSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EntitlementManagementSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.UpdateAsync(Microsoft.Graph.EntitlementManagementSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagementSettings using PATCH.
            </summary>
            <param name="entitlementManagementSettingsToUpdate">The EntitlementManagementSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EntitlementManagementSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.UpdateResponseAsync(Microsoft.Graph.EntitlementManagementSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagementSettings using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entitlementManagementSettingsToUpdate">The EntitlementManagementSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.PutAsync(Microsoft.Graph.EntitlementManagementSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagementSettings using PUT.
            </summary>
            <param name="entitlementManagementSettingsToUpdate">The EntitlementManagementSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.PutResponseAsync(Microsoft.Graph.EntitlementManagementSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EntitlementManagementSettings using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entitlementManagementSettingsToUpdate">The EntitlementManagementSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EntitlementManagementSettings,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EntitlementManagementSettings,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntitlementManagementSettingsRequestBuilder">
            <summary>
            The interface IEntitlementManagementSettingsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntitlementManagementSettingsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntityReferenceRequest">
            <summary>
            The interface IEntityReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntityReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Entity reference.
            </summary>
            <param name="id">The Entity reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Entity reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The Entity reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntityReferenceRequestBuilder">
            <summary>
            The interface IEntityReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntityReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntityRequest">
            <summary>
            The interface IEntityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.CreateAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Entity using POST.
            </summary>
            <param name="entityToCreate">The Entity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.CreateResponseAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Entity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entityToCreate">The Entity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Entity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Entity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.UpdateAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PATCH.
            </summary>
            <param name="entityToUpdate">The Entity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.UpdateResponseAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entityToUpdate">The Entity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.PutAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PUT.
            </summary>
            <param name="entityToUpdate">The Entity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.PutResponseAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entityToUpdate">The Entity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Entity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Entity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntityRequestBuilder">
            <summary>
            The interface IEntityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntityWithReferenceRequest">
            <summary>
            The interface IEntityWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Entity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Entity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequest.CreateAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Entity using POST.
            </summary>
            <param name="entityToCreate">The Entity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Entity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entityToCreate">The Entity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequest.UpdateAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PATCH.
            </summary>
            <param name="entityToUpdate">The Entity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="entityToUpdate">The Entity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Entity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Entity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntityWithReferenceRequestBuilder">
            <summary>
            The interface IEntityWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEntityWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the entity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntityReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventAcceptRequest">
            <summary>
            The interface IEventAcceptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventAcceptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventAcceptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAcceptRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAcceptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAcceptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventAcceptRequestBuilder">
            <summary>
            The interface IEventAcceptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventAcceptRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventAttachmentsCollectionPage">
            <summary>
            The interface IEventAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEventAttachmentsCollectionRequest">
            <summary>
            The interface IEventAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventAttachmentsCollectionRequestBuilder">
            <summary>
            The interface IEventAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/> for the specified Attachment.
            </summary>
            <param name="id">The ID for the Attachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequestBuilder.CreateUploadSession(Microsoft.Graph.AttachmentItem)">
            <summary>
            Gets the request builder for AttachmentCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventCancelRequest">
            <summary>
            The interface IEventCancelRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventCancelRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventCancelRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventCancelRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventCancelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventCancelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventCancelRequestBuilder">
            <summary>
            The interface IEventCancelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventCancelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventDeclineRequest">
            <summary>
            The interface IEventDeclineRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventDeclineRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDeclineRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeclineRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeclineRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeclineRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventDeclineRequestBuilder">
            <summary>
            The interface IEventDeclineRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDeclineRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventDeltaCollectionPage">
            <summary>
            The interface IEventDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEventDeltaRequest">
            <summary>
            The interface IEventDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventDeltaRequestBuilder">
            <summary>
            The interface IEventDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventDismissReminderRequest">
            <summary>
            The interface IEventDismissReminderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDismissReminderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDismissReminderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDismissReminderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDismissReminderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventDismissReminderRequestBuilder">
            <summary>
            The interface IEventDismissReminderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDismissReminderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventExtensionsCollectionPage">
            <summary>
            The interface IEventExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEventExtensionsCollectionRequest">
            <summary>
            The interface IEventExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventExtensionsCollectionRequestBuilder">
            <summary>
            The interface IEventExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventForwardRequest">
            <summary>
            The interface IEventForwardRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventForwardRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventForwardRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventForwardRequestBuilder">
            <summary>
            The interface IEventForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventForwardRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventInstancesCollectionPage">
            <summary>
            The interface IEventInstancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventInstancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventInstancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEventInstancesCollectionRequest">
            <summary>
            The interface IEventInstancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="instancesEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="instancesEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventInstancesCollectionRequestBuilder">
            <summary>
            The interface IEventInstancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventInstancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageContentRequest">
            <summary>
            The interface IEventMessageContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageContentRequestBuilder">
            <summary>
            The interface IEventMessageContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageRequest">
            <summary>
            The interface IEventMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.CreateAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessage using POST.
            </summary>
            <param name="eventMessageToCreate">The EventMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.CreateResponseAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageToCreate">The EventMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.UpdateAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessage using PATCH.
            </summary>
            <param name="eventMessageToUpdate">The EventMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.UpdateResponseAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageToUpdate">The EventMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.PutAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessage using PUT.
            </summary>
            <param name="eventMessageToUpdate">The EventMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.PutResponseAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageToUpdate">The EventMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageRequestBuilder">
            <summary>
            The interface IEventMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventMessageRequestBuilder.Event">
            <summary>
            Gets the request builder for Event.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageRequestContentRequest">
            <summary>
            The interface IEventMessageRequestContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageRequestContentRequestBuilder">
            <summary>
            The interface IEventMessageRequestContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageRequestRequest">
            <summary>
            The interface IEventMessageRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.CreateAsync(Microsoft.Graph.EventMessageRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessageRequestObject using POST.
            </summary>
            <param name="eventMessageRequestObjectToCreate">The EventMessageRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EventMessageRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.CreateResponseAsync(Microsoft.Graph.EventMessageRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessageRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageRequestObjectToCreate">The EventMessageRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessageRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessageRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessageRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EventMessageRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessageRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.UpdateAsync(Microsoft.Graph.EventMessageRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageRequestObject using PATCH.
            </summary>
            <param name="eventMessageRequestObjectToUpdate">The EventMessageRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EventMessageRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.UpdateResponseAsync(Microsoft.Graph.EventMessageRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageRequestObjectToUpdate">The EventMessageRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.PutAsync(Microsoft.Graph.EventMessageRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageRequestObject using PUT.
            </summary>
            <param name="eventMessageRequestObjectToUpdate">The EventMessageRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.PutResponseAsync(Microsoft.Graph.EventMessageRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageRequestObjectToUpdate">The EventMessageRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessageRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessageRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageRequestRequestBuilder">
            <summary>
            The interface IEventMessageRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageResponseContentRequest">
            <summary>
            The interface IEventMessageResponseContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageResponseContentRequestBuilder">
            <summary>
            The interface IEventMessageResponseContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageResponseRequest">
            <summary>
            The interface IEventMessageResponseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.CreateAsync(Microsoft.Graph.EventMessageResponse,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessageResponse using POST.
            </summary>
            <param name="eventMessageResponseToCreate">The EventMessageResponse to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EventMessageResponse.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.CreateResponseAsync(Microsoft.Graph.EventMessageResponse,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessageResponse using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageResponseToCreate">The EventMessageResponse to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessageResponse.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessageResponse and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessageResponse.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EventMessageResponse.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessageResponse and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.UpdateAsync(Microsoft.Graph.EventMessageResponse,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageResponse using PATCH.
            </summary>
            <param name="eventMessageResponseToUpdate">The EventMessageResponse to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EventMessageResponse.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.UpdateResponseAsync(Microsoft.Graph.EventMessageResponse,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageResponse using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageResponseToUpdate">The EventMessageResponse to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.PutAsync(Microsoft.Graph.EventMessageResponse,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageResponse using PUT.
            </summary>
            <param name="eventMessageResponseToUpdate">The EventMessageResponse object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.PutResponseAsync(Microsoft.Graph.EventMessageResponse,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessageResponse using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventMessageResponseToUpdate">The EventMessageResponse object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessageResponse,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessageResponse,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageResponseRequestBuilder">
            <summary>
            The interface IEventMessageResponseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageResponseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IEventMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IEventMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IEventMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventRequest">
            <summary>
            The interface IEventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.CreateAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Event using POST.
            </summary>
            <param name="eventToCreate">The Event to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.CreateResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Event using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventToCreate">The Event to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Event.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Event and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Event.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Event and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.UpdateAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Event using PATCH.
            </summary>
            <param name="eventToUpdate">The Event to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.UpdateResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Event using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventToUpdate">The Event to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.PutAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Event using PUT.
            </summary>
            <param name="eventToUpdate">The Event object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.PutResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Event using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="eventToUpdate">The Event object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventRequestBuilder">
            <summary>
            The interface IEventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventRequestBuilder.Calendar">
            <summary>
            Gets the request builder for Calendar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventRequestBuilder.Instances">
            <summary>
            Gets the request builder for Instances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventInstancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.Cancel(System.String)">
            <summary>
            Gets the request builder for EventCancel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventCancelRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.Accept(System.String,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for EventAccept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventAcceptRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.Decline(System.String,System.Nullable{System.Boolean},Microsoft.Graph.TimeSlot)">
            <summary>
            Gets the request builder for EventDecline.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeclineRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.DismissReminder">
            <summary>
            Gets the request builder for EventDismissReminder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDismissReminderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.Forward(System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},System.String)">
            <summary>
            Gets the request builder for EventForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.SnoozeReminder(Microsoft.Graph.DateTimeTimeZone)">
            <summary>
            Gets the request builder for EventSnoozeReminder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventSnoozeReminderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.TentativelyAccept(System.String,System.Nullable{System.Boolean},Microsoft.Graph.TimeSlot)">
            <summary>
            Gets the request builder for EventTentativelyAccept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventTentativelyAcceptRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IEventSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IEventSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IEventSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventSnoozeReminderRequest">
            <summary>
            The interface IEventSnoozeReminderRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventSnoozeReminderRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventSnoozeReminderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSnoozeReminderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSnoozeReminderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSnoozeReminderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventSnoozeReminderRequestBuilder">
            <summary>
            The interface IEventSnoozeReminderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventSnoozeReminderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventTentativelyAcceptRequest">
            <summary>
            The interface IEventTentativelyAcceptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventTentativelyAcceptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventTentativelyAcceptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventTentativelyAcceptRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventTentativelyAcceptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventTentativelyAcceptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventTentativelyAcceptRequestBuilder">
            <summary>
            The interface IEventTentativelyAcceptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventTentativelyAcceptRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IExtensionPropertyRequest">
            <summary>
            The interface IExtensionPropertyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.CreateAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExtensionProperty using POST.
            </summary>
            <param name="extensionPropertyToCreate">The ExtensionProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExtensionProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.CreateResponseAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExtensionProperty using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="extensionPropertyToCreate">The ExtensionProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExtensionProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExtensionProperty and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExtensionProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ExtensionProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExtensionProperty and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.UpdateAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExtensionProperty using PATCH.
            </summary>
            <param name="extensionPropertyToUpdate">The ExtensionProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ExtensionProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.UpdateResponseAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExtensionProperty using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="extensionPropertyToUpdate">The ExtensionProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.PutAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExtensionProperty using PUT.
            </summary>
            <param name="extensionPropertyToUpdate">The ExtensionProperty object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.PutResponseAsync(Microsoft.Graph.ExtensionProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExtensionProperty using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="extensionPropertyToUpdate">The ExtensionProperty object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExtensionProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExtensionProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IExtensionPropertyRequestBuilder">
            <summary>
            The interface IExtensionPropertyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionPropertyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IExtensionRequest">
            <summary>
            The interface IExtensionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.CreateAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Extension using POST.
            </summary>
            <param name="extensionToCreate">The Extension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.CreateResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Extension using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="extensionToCreate">The Extension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Extension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Extension and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Extension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Extension and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.UpdateAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Extension using PATCH.
            </summary>
            <param name="extensionToUpdate">The Extension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.UpdateResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Extension using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="extensionToUpdate">The Extension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.PutAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Extension using PUT.
            </summary>
            <param name="extensionToUpdate">The Extension object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.PutResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Extension using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="extensionToUpdate">The Extension object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IExtensionRequestBuilder">
            <summary>
            The interface IExtensionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IExternalDomainNameRequest">
            <summary>
            The interface IExternalDomainNameRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.CreateAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalDomainName using POST.
            </summary>
            <param name="externalDomainNameToCreate">The ExternalDomainName to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalDomainName.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.CreateResponseAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ExternalDomainName using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalDomainNameToCreate">The ExternalDomainName to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalDomainName.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ExternalDomainName and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalDomainName.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ExternalDomainName.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ExternalDomainName and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.UpdateAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalDomainName using PATCH.
            </summary>
            <param name="externalDomainNameToUpdate">The ExternalDomainName to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ExternalDomainName.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.UpdateResponseAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalDomainName using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalDomainNameToUpdate">The ExternalDomainName to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.PutAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalDomainName using PUT.
            </summary>
            <param name="externalDomainNameToUpdate">The ExternalDomainName object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.PutResponseAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ExternalDomainName using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="externalDomainNameToUpdate">The ExternalDomainName object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalDomainName,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalDomainName,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IExternalDomainNameRequestBuilder">
            <summary>
            The interface IExternalDomainNameRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExternalDomainNameRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionPage">
            <summary>
            The interface IFeatureRolloutPolicyAppliesToCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest">
            <summary>
            The interface IFeatureRolloutPolicyAppliesToCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequestBuilder">
            <summary>
            The interface IFeatureRolloutPolicyAppliesToCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequestBuilder.ValidateProperties(System.String,System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Gets the request builder for DirectoryObjectValidateProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequestBuilder.GetAvailableExtensionProperties(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetAvailableExtensionProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFeatureRolloutPolicyRequest">
            <summary>
            The interface IFeatureRolloutPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.CreateAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FeatureRolloutPolicy using POST.
            </summary>
            <param name="featureRolloutPolicyToCreate">The FeatureRolloutPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FeatureRolloutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.CreateResponseAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FeatureRolloutPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="featureRolloutPolicyToCreate">The FeatureRolloutPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FeatureRolloutPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FeatureRolloutPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FeatureRolloutPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FeatureRolloutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FeatureRolloutPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.UpdateAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FeatureRolloutPolicy using PATCH.
            </summary>
            <param name="featureRolloutPolicyToUpdate">The FeatureRolloutPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated FeatureRolloutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.UpdateResponseAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FeatureRolloutPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="featureRolloutPolicyToUpdate">The FeatureRolloutPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.PutAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FeatureRolloutPolicy using PUT.
            </summary>
            <param name="featureRolloutPolicyToUpdate">The FeatureRolloutPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.PutResponseAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FeatureRolloutPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="featureRolloutPolicyToUpdate">The FeatureRolloutPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FeatureRolloutPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FeatureRolloutPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFeatureRolloutPolicyRequestBuilder">
            <summary>
            The interface IFeatureRolloutPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFeatureRolloutPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IFeatureRolloutPolicyRequestBuilder.AppliesTo">
            <summary>
            Gets the request builder for AppliesTo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFeatureRolloutPolicyAppliesToCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFederatedIdentityCredentialRequest">
            <summary>
            The interface IFederatedIdentityCredentialRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.CreateAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FederatedIdentityCredential using POST.
            </summary>
            <param name="federatedIdentityCredentialToCreate">The FederatedIdentityCredential to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FederatedIdentityCredential.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.CreateResponseAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FederatedIdentityCredential using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="federatedIdentityCredentialToCreate">The FederatedIdentityCredential to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FederatedIdentityCredential.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FederatedIdentityCredential and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FederatedIdentityCredential.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FederatedIdentityCredential.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FederatedIdentityCredential and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.UpdateAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FederatedIdentityCredential using PATCH.
            </summary>
            <param name="federatedIdentityCredentialToUpdate">The FederatedIdentityCredential to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated FederatedIdentityCredential.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.UpdateResponseAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FederatedIdentityCredential using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="federatedIdentityCredentialToUpdate">The FederatedIdentityCredential to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.PutAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FederatedIdentityCredential using PUT.
            </summary>
            <param name="federatedIdentityCredentialToUpdate">The FederatedIdentityCredential object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.PutResponseAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FederatedIdentityCredential using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="federatedIdentityCredentialToUpdate">The FederatedIdentityCredential object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FederatedIdentityCredential,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FederatedIdentityCredential,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFederatedIdentityCredentialRequestBuilder">
            <summary>
            The interface IFederatedIdentityCredentialRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFederatedIdentityCredentialRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionPage">
            <summary>
            The interface IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest">
            <summary>
            The interface IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder">
            <summary>
            The interface IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/> for the specified AuthenticationMethodTarget.
            </summary>
            <param name="id">The ID for the AuthenticationMethodTarget.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest">
            <summary>
            The interface IFido2AuthenticationMethodConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.CreateAsync(Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Fido2AuthenticationMethodConfiguration using POST.
            </summary>
            <param name="fido2AuthenticationMethodConfigurationToCreate">The Fido2AuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Fido2AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Fido2AuthenticationMethodConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fido2AuthenticationMethodConfigurationToCreate">The Fido2AuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Fido2AuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Fido2AuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Fido2AuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Fido2AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Fido2AuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.UpdateAsync(Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethodConfiguration using PATCH.
            </summary>
            <param name="fido2AuthenticationMethodConfigurationToUpdate">The Fido2AuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Fido2AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethodConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fido2AuthenticationMethodConfigurationToUpdate">The Fido2AuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.PutAsync(Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethodConfiguration using PUT.
            </summary>
            <param name="fido2AuthenticationMethodConfigurationToUpdate">The Fido2AuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.PutResponseAsync(Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethodConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fido2AuthenticationMethodConfigurationToUpdate">The Fido2AuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Fido2AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequestBuilder">
            <summary>
            The interface IFido2AuthenticationMethodConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IFido2AuthenticationMethodConfigurationRequestBuilder.IncludeTargets">
            <summary>
            Gets the request builder for IncludeTargets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFido2AuthenticationMethodRequest">
            <summary>
            The interface IFido2AuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.CreateAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Fido2AuthenticationMethod using POST.
            </summary>
            <param name="fido2AuthenticationMethodToCreate">The Fido2AuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Fido2AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Fido2AuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fido2AuthenticationMethodToCreate">The Fido2AuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Fido2AuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Fido2AuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Fido2AuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Fido2AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Fido2AuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethod using PATCH.
            </summary>
            <param name="fido2AuthenticationMethodToUpdate">The Fido2AuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Fido2AuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fido2AuthenticationMethodToUpdate">The Fido2AuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.PutAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethod using PUT.
            </summary>
            <param name="fido2AuthenticationMethodToUpdate">The Fido2AuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.Fido2AuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Fido2AuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fido2AuthenticationMethodToUpdate">The Fido2AuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Fido2AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Fido2AuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFido2AuthenticationMethodRequestBuilder">
            <summary>
            The interface IFido2AuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFido2AuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFieldValueSetRequest">
            <summary>
            The interface IFieldValueSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.CreateAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FieldValueSet using POST.
            </summary>
            <param name="fieldValueSetToCreate">The FieldValueSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.CreateResponseAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FieldValueSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fieldValueSetToCreate">The FieldValueSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FieldValueSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FieldValueSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FieldValueSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FieldValueSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.UpdateAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FieldValueSet using PATCH.
            </summary>
            <param name="fieldValueSetToUpdate">The FieldValueSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.UpdateResponseAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FieldValueSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fieldValueSetToUpdate">The FieldValueSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.PutAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FieldValueSet using PUT.
            </summary>
            <param name="fieldValueSetToUpdate">The FieldValueSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.PutResponseAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FieldValueSet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fieldValueSetToUpdate">The FieldValueSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FieldValueSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FieldValueSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFieldValueSetRequestBuilder">
            <summary>
            The interface IFieldValueSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFileAssessmentRequestRequest">
            <summary>
            The interface IFileAssessmentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.CreateAsync(Microsoft.Graph.FileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FileAssessmentRequestObject using POST.
            </summary>
            <param name="fileAssessmentRequestObjectToCreate">The FileAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FileAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.CreateResponseAsync(Microsoft.Graph.FileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FileAssessmentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fileAssessmentRequestObjectToCreate">The FileAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FileAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FileAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FileAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FileAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FileAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.UpdateAsync(Microsoft.Graph.FileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAssessmentRequestObject using PATCH.
            </summary>
            <param name="fileAssessmentRequestObjectToUpdate">The FileAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated FileAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.UpdateResponseAsync(Microsoft.Graph.FileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAssessmentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fileAssessmentRequestObjectToUpdate">The FileAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.PutAsync(Microsoft.Graph.FileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAssessmentRequestObject using PUT.
            </summary>
            <param name="fileAssessmentRequestObjectToUpdate">The FileAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.PutResponseAsync(Microsoft.Graph.FileAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAssessmentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fileAssessmentRequestObjectToUpdate">The FileAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FileAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FileAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFileAssessmentRequestRequestBuilder">
            <summary>
            The interface IFileAssessmentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAssessmentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFileAttachmentContentRequest">
            <summary>
            The interface IFileAttachmentContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFileAttachmentContentRequestBuilder">
            <summary>
            The interface IFileAttachmentContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFileAttachmentRequest">
            <summary>
            The interface IFileAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.CreateAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FileAttachment using POST.
            </summary>
            <param name="fileAttachmentToCreate">The FileAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.CreateResponseAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FileAttachment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fileAttachmentToCreate">The FileAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FileAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FileAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FileAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FileAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.UpdateAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAttachment using PATCH.
            </summary>
            <param name="fileAttachmentToUpdate">The FileAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.UpdateResponseAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAttachment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fileAttachmentToUpdate">The FileAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.PutAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAttachment using PUT.
            </summary>
            <param name="fileAttachmentToUpdate">The FileAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.PutResponseAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAttachment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="fileAttachmentToUpdate">The FileAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FileAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FileAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFileAttachmentRequestBuilder">
            <summary>
            The interface IFileAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IFileAttachmentRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFileAttachmentContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionPage">
            <summary>
            The interface IGraphServiceAgreementAcceptancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest">
            <summary>
            The interface IGraphServiceAgreementAcceptancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest.AddAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest.AddResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceAgreementAcceptancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceAgreementAcceptancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementAcceptanceRequestBuilder"/> for the specified AgreementAcceptance.
            </summary>
            <param name="id">The ID for the AgreementAcceptance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementAcceptanceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceAgreementsCollectionPage">
            <summary>
            The interface IGraphServiceAgreementsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceAgreementsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest">
            <summary>
            The interface IGraphServiceAgreementsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest.AddAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Agreement to the collection via POST.
            </summary>
            <param name="agreement">The Agreement to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Agreement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest.AddResponseAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Agreement to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreement">The Agreement to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Agreement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Agreement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceAgreementsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceAgreementsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAgreementsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceAgreementsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementRequestBuilder"/> for the specified Agreement.
            </summary>
            <param name="id">The ID for the Agreement.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceApplicationsCollectionPage">
            <summary>
            The interface IGraphServiceApplicationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceApplicationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest">
            <summary>
            The interface IGraphServiceApplicationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest.AddAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Application to the collection via POST.
            </summary>
            <param name="application">The Application to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Application.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest.AddResponseAsync(Microsoft.Graph.Application,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Application to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="application">The Application to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Application,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Application,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceApplicationsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceApplicationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceApplicationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApplicationRequestBuilder"/> for the specified Application.
            </summary>
            <param name="id">The ID for the Application.</param>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ApplicationDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionPage">
            <summary>
            The interface IGraphServiceApplicationTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest">
            <summary>
            The interface IGraphServiceApplicationTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest.AddAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ApplicationTemplate to the collection via POST.
            </summary>
            <param name="applicationTemplate">The ApplicationTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ApplicationTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest.AddResponseAsync(Microsoft.Graph.ApplicationTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ApplicationTemplate to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="applicationTemplate">The ApplicationTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplicationTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplicationTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceApplicationTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceApplicationTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IApplicationTemplateRequestBuilder"/> for the specified ApplicationTemplate.
            </summary>
            <param name="id">The ID for the ApplicationTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.IApplicationTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionPage">
            <summary>
            The interface IGraphServiceAuthenticationMethodConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest">
            <summary>
            The interface IGraphServiceAuthenticationMethodConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodConfiguration to the collection via POST.
            </summary>
            <param name="authenticationMethodConfiguration">The AuthenticationMethodConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethodConfiguration">The AuthenticationMethodConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceAuthenticationMethodConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceAuthenticationMethodConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodConfigurationRequestBuilder"/> for the specified AuthenticationMethodConfiguration.
            </summary>
            <param name="id">The ID for the AuthenticationMethodConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionPage">
            <summary>
            The interface IGraphServiceCertificateBasedAuthConfigurationCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest">
            <summary>
            The interface IGraphServiceCertificateBasedAuthConfigurationCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest.AddAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CertificateBasedAuthConfiguration to the collection via POST.
            </summary>
            <param name="certificateBasedAuthConfiguration">The CertificateBasedAuthConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CertificateBasedAuthConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest.AddResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CertificateBasedAuthConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="certificateBasedAuthConfiguration">The CertificateBasedAuthConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceCertificateBasedAuthConfigurationCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceCertificateBasedAuthConfigurationCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICertificateBasedAuthConfigurationRequestBuilder"/> for the specified CertificateBasedAuthConfiguration.
            </summary>
            <param name="id">The ID for the CertificateBasedAuthConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICertificateBasedAuthConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceChatsCollectionPage">
            <summary>
            The interface IGraphServiceChatsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceChatsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceChatsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceChatsCollectionRequest">
            <summary>
            The interface IGraphServiceChatsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequest.AddAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Chat to the collection via POST.
            </summary>
            <param name="chat">The Chat to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequest.AddResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Chat to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="chat">The Chat to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceChatsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceChatsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceChatsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChatRequestBuilder"/> for the specified Chat.
            </summary>
            <param name="id">The ID for the Chat.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChatRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceChatsCollectionRequestBuilder.GetAllMessages">
            <summary>
            Gets the request builder for ChatGetAllMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatGetAllMessagesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceConnectionsCollectionPage">
            <summary>
            The interface IGraphServiceConnectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceConnectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest">
            <summary>
            The interface IGraphServiceConnectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest.AddAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ExternalConnectors.ExternalConnection to the collection via POST.
            </summary>
            <param name="externalConnection">The Microsoft.Graph.ExternalConnectors.ExternalConnection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Microsoft.Graph.ExternalConnectors.ExternalConnection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ExternalConnectors.ExternalConnection to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.ExternalConnectors.ExternalConnection&gt;"/> object of the request.
            </summary>
            <param name="externalConnection">The Microsoft.Graph.ExternalConnectors.ExternalConnection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="!:GraphResponse&lt;Microsoft.Graph.ExternalConnectors.ExternalConnection&gt;"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalConnectors.ExternalConnection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceConnectionsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceConnectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceConnectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceConnectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder"/> for the specified Microsoft.Graph.ExternalConnectors.ExternalConnection.
            </summary>
            <param name="id">The ID for the Microsoft.Graph.ExternalConnectors.ExternalConnection.</param>
            <returns>The <see cref="T:Microsoft.Graph.ExternalConnectors.IExternalConnectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceContactsCollectionPage">
            <summary>
            The interface IGraphServiceContactsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceContactsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceContactsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceContactsCollectionRequest">
            <summary>
            The interface IGraphServiceContactsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequest.AddAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OrgContact to the collection via POST.
            </summary>
            <param name="orgContact">The OrgContact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrgContact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequest.AddResponseAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OrgContact to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="orgContact">The OrgContact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrgContact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrgContact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceContactsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceContactsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceContactsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrgContactRequestBuilder"/> for the specified OrgContact.
            </summary>
            <param name="id">The ID for the OrgContact.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContactsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for OrgContactDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceContractsCollectionPage">
            <summary>
            The interface IGraphServiceContractsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceContractsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceContractsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceContractsCollectionRequest">
            <summary>
            The interface IGraphServiceContractsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.AddAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contract to the collection via POST.
            </summary>
            <param name="contract">The Contract to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.AddResponseAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contract to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contract">The Contract to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceContractsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceContractsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceContractsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContractRequestBuilder"/> for the specified Contract.
            </summary>
            <param name="id">The ID for the Contract.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContractRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionPage">
            <summary>
            The interface IGraphServiceDataPolicyOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest">
            <summary>
            The interface IGraphServiceDataPolicyOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest.AddAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DataPolicyOperation to the collection via POST.
            </summary>
            <param name="dataPolicyOperation">The DataPolicyOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataPolicyOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.DataPolicyOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DataPolicyOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="dataPolicyOperation">The DataPolicyOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DataPolicyOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DataPolicyOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDataPolicyOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDataPolicyOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDataPolicyOperationRequestBuilder"/> for the specified DataPolicyOperation.
            </summary>
            <param name="id">The ID for the DataPolicyOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDataPolicyOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDevicesCollectionPage">
            <summary>
            The interface IGraphServiceDevicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDevicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDevicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDevicesCollectionRequest">
            <summary>
            The interface IGraphServiceDevicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.AddAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Device to the collection via POST.
            </summary>
            <param name="device">The Device to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.AddResponseAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Device to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="device">The Device to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDevicesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDevicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDevicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceRequestBuilder"/> for the specified Device.
            </summary>
            <param name="id">The ID for the Device.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for DeviceDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionPage">
            <summary>
            The interface IGraphServiceDirectoryObjectsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest">
            <summary>
            The interface IGraphServiceDirectoryObjectsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDirectoryObjectsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequestBuilder.ValidateProperties(System.String,System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Gets the request builder for DirectoryObjectValidateProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectValidatePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequestBuilder.GetAvailableExtensionProperties(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetAvailableExtensionProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetAvailableExtensionPropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionPage">
            <summary>
            The interface IGraphServiceDirectoryRolesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest">
            <summary>
            The interface IGraphServiceDirectoryRolesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.AddAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryRole to the collection via POST.
            </summary>
            <param name="directoryRole">The DirectoryRole to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryRole to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryRole">The DirectoryRole to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDirectoryRolesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryRoleRequestBuilder"/> for the specified DirectoryRole.
            </summary>
            <param name="id">The ID for the DirectoryRole.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for DirectoryRoleDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionPage">
            <summary>
            The interface IGraphServiceDirectoryRoleTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest">
            <summary>
            The interface IGraphServiceDirectoryRoleTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.AddAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryRoleTemplate to the collection via POST.
            </summary>
            <param name="directoryRoleTemplate">The DirectoryRoleTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.AddResponseAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryRoleTemplate to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryRoleTemplate">The DirectoryRoleTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder"/> for the specified DirectoryRoleTemplate.
            </summary>
            <param name="id">The ID for the DirectoryRoleTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionPage">
            <summary>
            The interface IGraphServiceDomainDnsRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest">
            <summary>
            The interface IGraphServiceDomainDnsRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.AddResponseAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDomainDnsRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/> for the specified DomainDnsRecord.
            </summary>
            <param name="id">The ID for the DomainDnsRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDomainsCollectionPage">
            <summary>
            The interface IGraphServiceDomainsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDomainsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDomainsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDomainsCollectionRequest">
            <summary>
            The interface IGraphServiceDomainsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.AddAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Domain to the collection via POST.
            </summary>
            <param name="domain">The Domain to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.AddResponseAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Domain to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="domain">The Domain to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDomainsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDomainsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDomainsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainRequestBuilder"/> for the specified Domain.
            </summary>
            <param name="id">The ID for the Domain.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDrivesCollectionPage">
            <summary>
            The interface IGraphServiceDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDrivesCollectionRequest">
            <summary>
            The interface IGraphServiceDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.AddResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDrivesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified Drive.
            </summary>
            <param name="id">The ID for the Drive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionPage">
            <summary>
            The interface IGraphServiceGroupLifecyclePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest">
            <summary>
            The interface IGraphServiceGroupLifecyclePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.AddAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/> for the specified GroupLifecyclePolicy.
            </summary>
            <param name="id">The ID for the GroupLifecyclePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupsCollectionPage">
            <summary>
            The interface IGraphServiceGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupsCollectionRequest">
            <summary>
            The interface IGraphServiceGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.AddAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupRequestBuilder"/> for the specified Group.
            </summary>
            <param name="id">The ID for the Group.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for GroupDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupSettingsCollectionPage">
            <summary>
            The interface IGraphServiceGroupSettingsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupSettingsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest">
            <summary>
            The interface IGraphServiceGroupSettingsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.AddAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSetting to the collection via POST.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.AddResponseAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSetting to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceGroupSettingsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/> for the specified GroupSetting.
            </summary>
            <param name="id">The ID for the GroupSetting.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionPage">
            <summary>
            The interface IGraphServiceGroupSettingTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest">
            <summary>
            The interface IGraphServiceGroupSettingTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.AddAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSettingTemplate to the collection via POST.
            </summary>
            <param name="groupSettingTemplate">The GroupSettingTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.AddResponseAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSettingTemplate to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="groupSettingTemplate">The GroupSettingTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceGroupSettingTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupSettingTemplateRequestBuilder"/> for the specified GroupSettingTemplate.
            </summary>
            <param name="id">The ID for the GroupSettingTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionPage">
            <summary>
            The interface IGraphServiceIdentityProvidersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest">
            <summary>
            The interface IGraphServiceIdentityProvidersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest.AddAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProvider to the collection via POST.
            </summary>
            <param name="identityProvider">The IdentityProvider to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest.AddResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProvider to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityProvider">The IdentityProvider to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceIdentityProvidersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityProviderRequestBuilder"/> for the specified IdentityProvider.
            </summary>
            <param name="id">The ID for the IdentityProvider.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceIdentityProvidersCollectionRequestBuilder.AvailableProviderTypes">
            <summary>
            Gets the request builder for IdentityProviderAvailableProviderTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceInvitationsCollectionPage">
            <summary>
            The interface IGraphServiceInvitationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceInvitationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest">
            <summary>
            The interface IGraphServiceInvitationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.AddAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Invitation to the collection via POST.
            </summary>
            <param name="invitation">The Invitation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.AddResponseAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Invitation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="invitation">The Invitation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceInvitationsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceInvitationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceInvitationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IInvitationRequestBuilder"/> for the specified Invitation.
            </summary>
            <param name="id">The ID for the Invitation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IInvitationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceLocalizationsCollectionPage">
            <summary>
            The interface IGraphServiceLocalizationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceLocalizationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest">
            <summary>
            The interface IGraphServiceLocalizationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest.AddAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OrganizationalBrandingLocalization to the collection via POST.
            </summary>
            <param name="organizationalBrandingLocalization">The OrganizationalBrandingLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrganizationalBrandingLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest.AddResponseAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OrganizationalBrandingLocalization to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="organizationalBrandingLocalization">The OrganizationalBrandingLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingLocalization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingLocalization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceLocalizationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceLocalizationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrganizationalBrandingLocalizationRequestBuilder"/> for the specified OrganizationalBrandingLocalization.
            </summary>
            <param name="id">The ID for the OrganizationalBrandingLocalization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingLocalizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionPage">
            <summary>
            The interface IGraphServiceOauth2PermissionGrantsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest">
            <summary>
            The interface IGraphServiceOauth2PermissionGrantsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest.AddAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OAuth2PermissionGrant to the collection via POST.
            </summary>
            <param name="oAuth2PermissionGrant">The OAuth2PermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest.AddResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OAuth2PermissionGrant to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="oAuth2PermissionGrant">The OAuth2PermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceOauth2PermissionGrantsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantRequestBuilder"/> for the specified OAuth2PermissionGrant.
            </summary>
            <param name="id">The ID for the OAuth2PermissionGrant.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOauth2PermissionGrantsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for OAuth2PermissionGrantDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceOrganizationCollectionPage">
            <summary>
            The interface IGraphServiceOrganizationCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceOrganizationCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest">
            <summary>
            The interface IGraphServiceOrganizationCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.AddAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Organization to the collection via POST.
            </summary>
            <param name="organization">The Organization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.AddResponseAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Organization to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="organization">The Organization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceOrganizationCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceOrganizationCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceOrganizationCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrganizationRequestBuilder"/> for the specified Organization.
            </summary>
            <param name="id">The ID for the Organization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServicePermissionGrantsCollectionPage">
            <summary>
            The interface IGraphServicePermissionGrantsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServicePermissionGrantsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest">
            <summary>
            The interface IGraphServicePermissionGrantsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest.AddAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceSpecificPermissionGrant to the collection via POST.
            </summary>
            <param name="resourceSpecificPermissionGrant">The ResourceSpecificPermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceSpecificPermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest.AddResponseAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceSpecificPermissionGrant to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="resourceSpecificPermissionGrant">The ResourceSpecificPermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceSpecificPermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceSpecificPermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequestBuilder">
            <summary>
            The interface IGraphServicePermissionGrantsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServicePermissionGrantsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IResourceSpecificPermissionGrantRequestBuilder"/> for the specified ResourceSpecificPermissionGrant.
            </summary>
            <param name="id">The ID for the ResourceSpecificPermissionGrant.</param>
            <returns>The <see cref="T:Microsoft.Graph.IResourceSpecificPermissionGrantRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServicePlacesCollectionPage">
            <summary>
            The interface IGraphServicePlacesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServicePlacesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServicePlacesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServicePlacesCollectionRequest">
            <summary>
            The interface IGraphServicePlacesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequest.AddAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Place to the collection via POST.
            </summary>
            <param name="place">The Place to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Place.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequest.AddResponseAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Place to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="place">The Place to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Place,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Place,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServicePlacesCollectionRequestBuilder">
            <summary>
            The interface IGraphServicePlacesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServicePlacesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServicePlacesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlaceRequestBuilder"/> for the specified Place.
            </summary>
            <param name="id">The ID for the Place.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlaceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionPage">
            <summary>
            The interface IGraphServiceSchemaExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest">
            <summary>
            The interface IGraphServiceSchemaExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.AddAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SchemaExtension to the collection via POST.
            </summary>
            <param name="schemaExtension">The SchemaExtension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SchemaExtension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="schemaExtension">The SchemaExtension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceSchemaExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISchemaExtensionRequestBuilder"/> for the specified SchemaExtension.
            </summary>
            <param name="id">The ID for the SchemaExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISchemaExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionPage">
            <summary>
            The interface IGraphServiceScopedRoleMembershipsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest">
            <summary>
            The interface IGraphServiceScopedRoleMembershipsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest.AddAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest.AddResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceScopedRoleMembershipsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceScopedRoleMembershipsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/> for the specified ScopedRoleMembership.
            </summary>
            <param name="id">The ID for the ScopedRoleMembership.</param>
            <returns>The <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionPage">
            <summary>
            The interface IGraphServiceServicePrincipalsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest">
            <summary>
            The interface IGraphServiceServicePrincipalsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest.AddAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServicePrincipal to the collection via POST.
            </summary>
            <param name="servicePrincipal">The ServicePrincipal to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest.AddResponseAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServicePrincipal to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="servicePrincipal">The ServicePrincipal to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipal,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipal,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceServicePrincipalsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalRequestBuilder"/> for the specified ServicePrincipal.
            </summary>
            <param name="id">The ID for the ServicePrincipal.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceServicePrincipalsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ServicePrincipalDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSharesCollectionPage">
            <summary>
            The interface IGraphServiceSharesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSharesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSharesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSharesCollectionRequest">
            <summary>
            The interface IGraphServiceSharesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.AddAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedDriveItem to the collection via POST.
            </summary>
            <param name="sharedDriveItem">The SharedDriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.AddResponseAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedDriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="sharedDriveItem">The SharedDriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSharesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceSharesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSharesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISharedDriveItemRequestBuilder"/> for the specified SharedDriveItem.
            </summary>
            <param name="id">The ID for the SharedDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISharedDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSitesCollectionPage">
            <summary>
            The interface IGraphServiceSitesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSitesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSitesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSitesCollectionRequest">
            <summary>
            The interface IGraphServiceSitesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.AddResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSitesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceSitesCollectionRequestBuilder.
            </summary>
            <summary>
            The interface IGraphServiceSitesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSitesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/> for the specified Site.
            </summary>
            <param name="id">The ID for the Site.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequestBuilder.Remove(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteRemove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRemoveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequestBuilder.GetByPath(System.String,System.String)">
            <summary>
            Gets a request builder for accessing a site by relative path.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSitesCollectionRequestBuilder.Root">
            <summary>
            Gets a request builder for accessing a site's root. This is how we can provide a request builder for structural properties.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionPage">
            <summary>
            The interface IGraphServiceSubscribedSkusCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest">
            <summary>
            The interface IGraphServiceSubscribedSkusCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.AddAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SubscribedSku to the collection via POST.
            </summary>
            <param name="subscribedSku">The SubscribedSku to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.AddResponseAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SubscribedSku to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="subscribedSku">The SubscribedSku to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceSubscribedSkusCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubscribedSkuRequestBuilder"/> for the specified SubscribedSku.
            </summary>
            <param name="id">The ID for the SubscribedSku.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubscribedSkuRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSubscriptionsCollectionPage">
            <summary>
            The interface IGraphServiceSubscriptionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSubscriptionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest">
            <summary>
            The interface IGraphServiceSubscriptionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.AddAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceSubscriptionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/> for the specified Subscription.
            </summary>
            <param name="id">The ID for the Subscription.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceTeamsCollectionPage">
            <summary>
            The interface IGraphServiceTeamsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceTeamsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceTeamsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceTeamsCollectionRequest">
            <summary>
            The interface IGraphServiceTeamsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequest.AddAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Team to the collection via POST.
            </summary>
            <param name="team">The Team to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequest.AddResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Team to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="team">The Team to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceTeamsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceTeamsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceTeamsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamRequestBuilder"/> for the specified Team.
            </summary>
            <param name="id">The ID for the Team.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsCollectionRequestBuilder.GetAllMessages">
            <summary>
            Gets the request builder for TeamGetAllMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamGetAllMessagesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionPage">
            <summary>
            The interface IGraphServiceTeamsTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest">
            <summary>
            The interface IGraphServiceTeamsTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest.AddAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsTemplate to the collection via POST.
            </summary>
            <param name="teamsTemplate">The TeamsTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsTemplate to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsTemplate">The TeamsTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceTeamsTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceTeamsTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsTemplateRequestBuilder"/> for the specified TeamsTemplate.
            </summary>
            <param name="id">The ID for the TeamsTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceUsersCollectionPage">
            <summary>
            The interface IGraphServiceUsersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceUsersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceUsersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceUsersCollectionRequest">
            <summary>
            The interface IGraphServiceUsersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.AddAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.AddResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceUsersCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceUsersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceUsersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserRequestBuilder"/> for the specified User.
            </summary>
            <param name="id">The ID for the User.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for UserDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupAcceptedSendersCollectionReferencesRequest">
            <summary>
            The interface IGroupAcceptedSendersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IGroupAcceptedSendersCollectionReferencesRequestBuilder">
            <summary>
            The interface IGroupAcceptedSendersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesPage">
            <summary>
            The interface IGroupAcceptedSendersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequest">
            <summary>
            The interface IGroupAcceptedSendersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IGroupAcceptedSendersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupAddFavoriteRequest">
            <summary>
            The interface IGroupAddFavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAddFavoriteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAddFavoriteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAddFavoriteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAddFavoriteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupAddFavoriteRequestBuilder">
            <summary>
            The interface IGroupAddFavoriteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAddFavoriteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionPage">
            <summary>
            The interface IGroupAppRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest">
            <summary>
            The interface IGroupAppRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IGroupAppRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/> for the specified AppRoleAssignment.
            </summary>
            <param name="id">The ID for the AppRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupAssignLicenseRequest">
            <summary>
            The interface IGroupAssignLicenseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupAssignLicenseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAssignLicenseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAssignLicenseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAssignLicenseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAssignLicenseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupAssignLicenseRequestBuilder">
            <summary>
            The interface IGroupAssignLicenseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAssignLicenseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupCalendarViewCollectionPage">
            <summary>
            The interface IGroupCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupCalendarViewCollectionRequest">
            <summary>
            The interface IGroupCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder">
            <summary>
            The interface IGroupCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppCollectionPage">
            <summary>
            The interface IGroupCheckGrantedPermissionsForAppCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequest">
            <summary>
            The interface IGroupCheckGrantedPermissionsForAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequestBuilder">
            <summary>
            The interface IGroupCheckGrantedPermissionsForAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupConversationsCollectionPage">
            <summary>
            The interface IGroupConversationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupConversationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupConversationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupConversationsCollectionRequest">
            <summary>
            The interface IGroupConversationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.AddAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Conversation to the collection via POST.
            </summary>
            <param name="conversation">The Conversation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.AddResponseAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Conversation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversation">The Conversation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupConversationsCollectionRequestBuilder">
            <summary>
            The interface IGroupConversationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupConversationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationRequestBuilder"/> for the specified Conversation.
            </summary>
            <param name="id">The ID for the Conversation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupDeltaCollectionPage">
            <summary>
            The interface IGroupDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupDeltaRequest">
            <summary>
            The interface IGroupDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupDeltaRequestBuilder">
            <summary>
            The interface IGroupDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupDrivesCollectionPage">
            <summary>
            The interface IGroupDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupDrivesCollectionRequest">
            <summary>
            The interface IGroupDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.AddResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupDrivesCollectionRequestBuilder">
            <summary>
            The interface IGroupDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified Drive.
            </summary>
            <param name="id">The ID for the Drive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupEventsCollectionPage">
            <summary>
            The interface IGroupEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupEventsCollectionRequest">
            <summary>
            The interface IGroupEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupEventsCollectionRequestBuilder">
            <summary>
            The interface IGroupEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupExtensionsCollectionPage">
            <summary>
            The interface IGroupExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupExtensionsCollectionRequest">
            <summary>
            The interface IGroupExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupExtensionsCollectionRequestBuilder">
            <summary>
            The interface IGroupExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionPage">
            <summary>
            The interface IGroupGroupLifecyclePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest">
            <summary>
            The interface IGroupGroupLifecyclePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.AddAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequestBuilder">
            <summary>
            The interface IGroupGroupLifecyclePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/> for the specified GroupLifecyclePolicy.
            </summary>
            <param name="id">The ID for the GroupLifecyclePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequest">
            <summary>
            The interface IGroupLifecyclePolicyAddGroupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequestBuilder">
            <summary>
            The interface IGroupLifecyclePolicyAddGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequest">
            <summary>
            The interface IGroupLifecyclePolicyRemoveGroupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequestBuilder">
            <summary>
            The interface IGroupLifecyclePolicyRemoveGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupLifecyclePolicyRequest">
            <summary>
            The interface IGroupLifecyclePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.CreateAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupLifecyclePolicy using POST.
            </summary>
            <param name="groupLifecyclePolicyToCreate">The GroupLifecyclePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.CreateResponseAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupLifecyclePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupLifecyclePolicyToCreate">The GroupLifecyclePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupLifecyclePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupLifecyclePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupLifecyclePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupLifecyclePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.UpdateAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupLifecyclePolicy using PATCH.
            </summary>
            <param name="groupLifecyclePolicyToUpdate">The GroupLifecyclePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.UpdateResponseAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupLifecyclePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupLifecyclePolicyToUpdate">The GroupLifecyclePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.PutAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupLifecyclePolicy using PUT.
            </summary>
            <param name="groupLifecyclePolicyToUpdate">The GroupLifecyclePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.PutResponseAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupLifecyclePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupLifecyclePolicyToUpdate">The GroupLifecyclePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder">
            <summary>
            The interface IGroupLifecyclePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder.AddGroup(System.String)">
            <summary>
            Gets the request builder for GroupLifecyclePolicyAddGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder.RemoveGroup(System.String)">
            <summary>
            Gets the request builder for GroupLifecyclePolicyRemoveGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequest">
            <summary>
            The interface IGroupMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The interface IGroupMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesPage">
            <summary>
            The interface IGroupMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest">
            <summary>
            The interface IGroupMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IGroupMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersCollectionReferencesRequest">
            <summary>
            The interface IGroupMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder">
            <summary>
            The interface IGroupMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesPage">
            <summary>
            The interface IGroupMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest">
            <summary>
            The interface IGroupMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IGroupMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionReferencesRequest">
            <summary>
            The interface IGroupMembersWithLicenseErrorsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder">
            <summary>
            The interface IGroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesPage">
            <summary>
            The interface IGroupMembersWithLicenseErrorsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest">
            <summary>
            The interface IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IGroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupOwnersCollectionReferencesRequest">
            <summary>
            The interface IGroupOwnersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder">
            <summary>
            The interface IGroupOwnersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesPage">
            <summary>
            The interface IGroupOwnersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupOwnersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest">
            <summary>
            The interface IGroupOwnersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IGroupOwnersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupPermissionGrantsCollectionPage">
            <summary>
            The interface IGroupPermissionGrantsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupPermissionGrantsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest">
            <summary>
            The interface IGroupPermissionGrantsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest.AddAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceSpecificPermissionGrant to the collection via POST.
            </summary>
            <param name="resourceSpecificPermissionGrant">The ResourceSpecificPermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceSpecificPermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest.AddResponseAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceSpecificPermissionGrant to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="resourceSpecificPermissionGrant">The ResourceSpecificPermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceSpecificPermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceSpecificPermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupPermissionGrantsCollectionRequestBuilder">
            <summary>
            The interface IGroupPermissionGrantsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPermissionGrantsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupPermissionGrantsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IResourceSpecificPermissionGrantRequestBuilder"/> for the specified ResourceSpecificPermissionGrant.
            </summary>
            <param name="id">The ID for the ResourceSpecificPermissionGrant.</param>
            <returns>The <see cref="T:Microsoft.Graph.IResourceSpecificPermissionGrantRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupPhotosCollectionPage">
            <summary>
            The interface IGroupPhotosCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupPhotosCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupPhotosCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupPhotosCollectionRequest">
            <summary>
            The interface IGroupPhotosCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.AddAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.AddResponseAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupPhotosCollectionRequestBuilder">
            <summary>
            The interface IGroupPhotosCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupPhotosCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/> for the specified ProfilePhoto.
            </summary>
            <param name="id">The ID for the ProfilePhoto.</param>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupReferenceRequest">
            <summary>
            The interface IGroupReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Group reference.
            </summary>
            <param name="id">The Group reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Group reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The Group reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupReferenceRequestBuilder">
            <summary>
            The interface IGroupReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRejectedSendersCollectionReferencesRequest">
            <summary>
            The interface IGroupRejectedSendersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IGroupRejectedSendersCollectionReferencesRequestBuilder">
            <summary>
            The interface IGroupRejectedSendersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesPage">
            <summary>
            The interface IGroupRejectedSendersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequest">
            <summary>
            The interface IGroupRejectedSendersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IGroupRejectedSendersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRemoveFavoriteRequest">
            <summary>
            The interface IGroupRemoveFavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRemoveFavoriteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRemoveFavoriteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRemoveFavoriteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRemoveFavoriteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRemoveFavoriteRequestBuilder">
            <summary>
            The interface IGroupRemoveFavoriteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRemoveFavoriteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRenewRequest">
            <summary>
            The interface IGroupRenewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRenewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRenewRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRenewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRenewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRenewRequestBuilder">
            <summary>
            The interface IGroupRenewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRenewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRequest">
            <summary>
            The interface IGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.CreateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.CreateResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.UpdateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.UpdateResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.PutAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PUT.
            </summary>
            <param name="groupToUpdate">The Group object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.PutResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToUpdate">The Group object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRequestBuilder">
            <summary>
            The interface IGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.AppRoleAssignments">
            <summary>
            Gets the request builder for AppRoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAppRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.CreatedOnBehalfOf">
            <summary>
            Gets the request builder for CreatedOnBehalfOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.MembersWithLicenseErrors">
            <summary>
            Gets the request builder for MembersWithLicenseErrors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMembersWithLicenseErrorsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Owners">
            <summary>
            Gets the request builder for Owners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.PermissionGrants">
            <summary>
            Gets the request builder for PermissionGrants.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupPermissionGrantsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Settings">
            <summary>
            Gets the request builder for Settings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.TransitiveMemberOf">
            <summary>
            Gets the request builder for TransitiveMemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.TransitiveMembers">
            <summary>
            Gets the request builder for TransitiveMembers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.AcceptedSenders">
            <summary>
            Gets the request builder for AcceptedSenders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Calendar">
            <summary>
            Gets the request builder for Calendar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Conversations">
            <summary>
            Gets the request builder for Conversations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupConversationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Events">
            <summary>
            Gets the request builder for Events.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.RejectedSenders">
            <summary>
            Gets the request builder for RejectedSenders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Threads">
            <summary>
            Gets the request builder for Threads.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupThreadsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupDrivesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Sites">
            <summary>
            Gets the request builder for Sites.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSitesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.GroupLifecyclePolicies">
            <summary>
            Gets the request builder for GroupLifecyclePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Planner">
            <summary>
            Gets the request builder for Planner.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerGroupRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Photos">
            <summary>
            Gets the request builder for Photos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupPhotosCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Team">
            <summary>
            Gets the request builder for Team.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.AssignLicense(System.Collections.Generic.IEnumerable{Microsoft.Graph.AssignedLicense},System.Collections.Generic.IEnumerable{System.Guid})">
            <summary>
            Gets the request builder for GroupAssignLicense.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAssignLicenseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.CheckGrantedPermissionsForApp">
            <summary>
            Gets the request builder for GroupCheckGrantedPermissionsForApp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupCheckGrantedPermissionsForAppRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.ValidateProperties(System.String,System.String,System.Nullable{System.Guid})">
            <summary>
            Gets the request builder for GroupValidateProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupValidatePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.AddFavorite">
            <summary>
            Gets the request builder for GroupAddFavorite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAddFavoriteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.RemoveFavorite">
            <summary>
            Gets the request builder for GroupRemoveFavorite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRemoveFavoriteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.ResetUnseenCount">
            <summary>
            Gets the request builder for GroupResetUnseenCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupResetUnseenCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.SubscribeByMail">
            <summary>
            Gets the request builder for GroupSubscribeByMail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSubscribeByMailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.UnsubscribeByMail">
            <summary>
            Gets the request builder for GroupUnsubscribeByMail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupUnsubscribeByMailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.Renew">
            <summary>
            Gets the request builder for GroupRenew.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRenewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupResetUnseenCountRequest">
            <summary>
            The interface IGroupResetUnseenCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupResetUnseenCountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupResetUnseenCountRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupResetUnseenCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupResetUnseenCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupResetUnseenCountRequestBuilder">
            <summary>
            The interface IGroupResetUnseenCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupResetUnseenCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingRequest">
            <summary>
            The interface IGroupSettingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.CreateAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupSetting using POST.
            </summary>
            <param name="groupSettingToCreate">The GroupSetting to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.CreateResponseAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupSetting using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupSettingToCreate">The GroupSetting to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupSetting.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupSetting and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupSetting.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupSetting and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.UpdateAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSetting using PATCH.
            </summary>
            <param name="groupSettingToUpdate">The GroupSetting to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.UpdateResponseAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSetting using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupSettingToUpdate">The GroupSetting to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.PutAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSetting using PUT.
            </summary>
            <param name="groupSettingToUpdate">The GroupSetting object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.PutResponseAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSetting using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupSettingToUpdate">The GroupSetting object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingRequestBuilder">
            <summary>
            The interface IGroupSettingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingsCollectionPage">
            <summary>
            The interface IGroupSettingsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupSettingsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupSettingsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingsCollectionRequest">
            <summary>
            The interface IGroupSettingsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.AddAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSetting to the collection via POST.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.AddResponseAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSetting to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingsCollectionRequestBuilder">
            <summary>
            The interface IGroupSettingsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupSettingsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/> for the specified GroupSetting.
            </summary>
            <param name="id">The ID for the GroupSetting.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingTemplateRequest">
            <summary>
            The interface IGroupSettingTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.CreateAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupSettingTemplate using POST.
            </summary>
            <param name="groupSettingTemplateToCreate">The GroupSettingTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.CreateResponseAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupSettingTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupSettingTemplateToCreate">The GroupSettingTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupSettingTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupSettingTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupSettingTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupSettingTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.UpdateAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSettingTemplate using PATCH.
            </summary>
            <param name="groupSettingTemplateToUpdate">The GroupSettingTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.UpdateResponseAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSettingTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupSettingTemplateToUpdate">The GroupSettingTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.PutAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSettingTemplate using PUT.
            </summary>
            <param name="groupSettingTemplateToUpdate">The GroupSettingTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.PutResponseAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSettingTemplate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupSettingTemplateToUpdate">The GroupSettingTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingTemplateRequestBuilder">
            <summary>
            The interface IGroupSettingTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSitesCollectionPage">
            <summary>
            The interface IGroupSitesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupSitesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupSitesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupSitesCollectionRequest">
            <summary>
            The interface IGroupSitesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.AddResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSitesCollectionRequestBuilder">
            <summary>
            The interface IGroupSitesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupSitesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/> for the specified Site.
            </summary>
            <param name="id">The ID for the Site.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequestBuilder.Remove(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteRemove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRemoveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSubscribeByMailRequest">
            <summary>
            The interface IGroupSubscribeByMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSubscribeByMailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSubscribeByMailRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSubscribeByMailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSubscribeByMailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSubscribeByMailRequestBuilder">
            <summary>
            The interface IGroupSubscribeByMailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSubscribeByMailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupThreadsCollectionPage">
            <summary>
            The interface IGroupThreadsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupThreadsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupThreadsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupThreadsCollectionRequest">
            <summary>
            The interface IGroupThreadsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.AddAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationThread to the collection via POST.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.AddResponseAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationThread to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupThreadsCollectionRequestBuilder">
            <summary>
            The interface IGroupThreadsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupThreadsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/> for the specified ConversationThread.
            </summary>
            <param name="id">The ID for the ConversationThread.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionReferencesRequest">
            <summary>
            The interface IGroupTransitiveMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The interface IGroupTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesPage">
            <summary>
            The interface IGroupTransitiveMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequest">
            <summary>
            The interface IGroupTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IGroupTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupTransitiveMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupTransitiveMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupTransitiveMembersCollectionReferencesRequest">
            <summary>
            The interface IGroupTransitiveMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IGroupTransitiveMembersCollectionReferencesRequestBuilder">
            <summary>
            The interface IGroupTransitiveMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesPage">
            <summary>
            The interface IGroupTransitiveMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequest">
            <summary>
            The interface IGroupTransitiveMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IGroupTransitiveMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupTransitiveMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupTransitiveMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupTransitiveMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupUnsubscribeByMailRequest">
            <summary>
            The interface IGroupUnsubscribeByMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupUnsubscribeByMailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupUnsubscribeByMailRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupUnsubscribeByMailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupUnsubscribeByMailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupUnsubscribeByMailRequestBuilder">
            <summary>
            The interface IGroupUnsubscribeByMailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupUnsubscribeByMailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupValidatePropertiesRequest">
            <summary>
            The interface IGroupValidatePropertiesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupValidatePropertiesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupValidatePropertiesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupValidatePropertiesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupValidatePropertiesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupValidatePropertiesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupValidatePropertiesRequestBuilder">
            <summary>
            The interface IGroupValidatePropertiesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupValidatePropertiesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupWithReferenceRequest">
            <summary>
            The interface IGroupWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.CreateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.UpdateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder">
            <summary>
            The interface IGroupWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the group.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyReferenceRequest">
            <summary>
            The interface IHomeRealmDiscoveryPolicyReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HomeRealmDiscoveryPolicy reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HomeRealmDiscoveryPolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified HomeRealmDiscoveryPolicy reference.
            </summary>
            <param name="id">The HomeRealmDiscoveryPolicy reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified HomeRealmDiscoveryPolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The HomeRealmDiscoveryPolicy reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyReferenceRequestBuilder">
            <summary>
            The interface IHomeRealmDiscoveryPolicyReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest">
            <summary>
            The interface IHomeRealmDiscoveryPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.CreateAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified HomeRealmDiscoveryPolicy using POST.
            </summary>
            <param name="homeRealmDiscoveryPolicyToCreate">The HomeRealmDiscoveryPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.CreateResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified HomeRealmDiscoveryPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="homeRealmDiscoveryPolicyToCreate">The HomeRealmDiscoveryPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HomeRealmDiscoveryPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HomeRealmDiscoveryPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified HomeRealmDiscoveryPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified HomeRealmDiscoveryPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.UpdateAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified HomeRealmDiscoveryPolicy using PATCH.
            </summary>
            <param name="homeRealmDiscoveryPolicyToUpdate">The HomeRealmDiscoveryPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.UpdateResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified HomeRealmDiscoveryPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="homeRealmDiscoveryPolicyToUpdate">The HomeRealmDiscoveryPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.PutAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified HomeRealmDiscoveryPolicy using PUT.
            </summary>
            <param name="homeRealmDiscoveryPolicyToUpdate">The HomeRealmDiscoveryPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.PutResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified HomeRealmDiscoveryPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="homeRealmDiscoveryPolicyToUpdate">The HomeRealmDiscoveryPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequestBuilder">
            <summary>
            The interface IHomeRealmDiscoveryPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequest">
            <summary>
            The interface IHomeRealmDiscoveryPolicyWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified HomeRealmDiscoveryPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified HomeRealmDiscoveryPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequest.CreateAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified HomeRealmDiscoveryPolicy using POST.
            </summary>
            <param name="homeRealmDiscoveryPolicyToCreate">The HomeRealmDiscoveryPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified HomeRealmDiscoveryPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="homeRealmDiscoveryPolicyToCreate">The HomeRealmDiscoveryPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequest.UpdateAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified HomeRealmDiscoveryPolicy using PATCH.
            </summary>
            <param name="homeRealmDiscoveryPolicyToUpdate">The HomeRealmDiscoveryPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified HomeRealmDiscoveryPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="homeRealmDiscoveryPolicyToUpdate">The HomeRealmDiscoveryPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HomeRealmDiscoveryPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HomeRealmDiscoveryPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequestBuilder">
            <summary>
            The interface IHomeRealmDiscoveryPolicyWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the homeRealmDiscoveryPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityApiConnectorRequest">
            <summary>
            The interface IIdentityApiConnectorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.CreateAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityApiConnector using POST.
            </summary>
            <param name="identityApiConnectorToCreate">The IdentityApiConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityApiConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.CreateResponseAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityApiConnector using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityApiConnectorToCreate">The IdentityApiConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityApiConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityApiConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityApiConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityApiConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityApiConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.UpdateAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityApiConnector using PATCH.
            </summary>
            <param name="identityApiConnectorToUpdate">The IdentityApiConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityApiConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.UpdateResponseAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityApiConnector using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityApiConnectorToUpdate">The IdentityApiConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.PutAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityApiConnector using PUT.
            </summary>
            <param name="identityApiConnectorToUpdate">The IdentityApiConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.PutResponseAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityApiConnector using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityApiConnectorToUpdate">The IdentityApiConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityApiConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityApiConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityApiConnectorRequestBuilder">
            <summary>
            The interface IIdentityApiConnectorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorRequestBuilder.UploadClientCertificate(System.String,System.String)">
            <summary>
            Gets the request builder for IdentityApiConnectorUploadClientCertificate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityApiConnectorUploadClientCertificateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityApiConnectorUploadClientCertificateRequest">
            <summary>
            The interface IIdentityApiConnectorUploadClientCertificateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIdentityApiConnectorUploadClientCertificateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorUploadClientCertificateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorUploadClientCertificateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorUploadClientCertificateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorUploadClientCertificateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityApiConnectorUploadClientCertificateRequestBuilder">
            <summary>
            The interface IIdentityApiConnectorUploadClientCertificateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityApiConnectorUploadClientCertificateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest">
            <summary>
            The interface IIdentityBuiltInUserFlowAttributeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.CreateAsync(Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityBuiltInUserFlowAttribute using POST.
            </summary>
            <param name="identityBuiltInUserFlowAttributeToCreate">The IdentityBuiltInUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityBuiltInUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.CreateResponseAsync(Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityBuiltInUserFlowAttribute using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityBuiltInUserFlowAttributeToCreate">The IdentityBuiltInUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityBuiltInUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityBuiltInUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityBuiltInUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityBuiltInUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityBuiltInUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.UpdateAsync(Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityBuiltInUserFlowAttribute using PATCH.
            </summary>
            <param name="identityBuiltInUserFlowAttributeToUpdate">The IdentityBuiltInUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityBuiltInUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.UpdateResponseAsync(Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityBuiltInUserFlowAttribute using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityBuiltInUserFlowAttributeToUpdate">The IdentityBuiltInUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.PutAsync(Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityBuiltInUserFlowAttribute using PUT.
            </summary>
            <param name="identityBuiltInUserFlowAttributeToUpdate">The IdentityBuiltInUserFlowAttribute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.PutResponseAsync(Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityBuiltInUserFlowAttribute using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityBuiltInUserFlowAttributeToUpdate">The IdentityBuiltInUserFlowAttribute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityBuiltInUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequestBuilder">
            <summary>
            The interface IIdentityBuiltInUserFlowAttributeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityBuiltInUserFlowAttributeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionPage">
            <summary>
            The interface IIdentityContainerApiConnectorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest">
            <summary>
            The interface IIdentityContainerApiConnectorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest.AddAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityApiConnector to the collection via POST.
            </summary>
            <param name="identityApiConnector">The IdentityApiConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityApiConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest.AddResponseAsync(Microsoft.Graph.IdentityApiConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityApiConnector to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityApiConnector">The IdentityApiConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityApiConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityApiConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequestBuilder">
            <summary>
            The interface IIdentityContainerApiConnectorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityApiConnectorRequestBuilder"/> for the specified IdentityApiConnector.
            </summary>
            <param name="id">The ID for the IdentityApiConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityApiConnectorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionPage">
            <summary>
            The interface IIdentityContainerB2xUserFlowsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest">
            <summary>
            The interface IIdentityContainerB2xUserFlowsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest.AddAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Adds the specified B2xIdentityUserFlow to the collection via POST.
            </summary>
            <param name="b2xIdentityUserFlow">The B2xIdentityUserFlow to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created B2xIdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest.AddResponseAsync(Microsoft.Graph.B2xIdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Adds the specified B2xIdentityUserFlow to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="b2xIdentityUserFlow">The B2xIdentityUserFlow to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.B2xIdentityUserFlow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.B2xIdentityUserFlow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequestBuilder">
            <summary>
            The interface IIdentityContainerB2xUserFlowsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowRequestBuilder"/> for the specified B2xIdentityUserFlow.
            </summary>
            <param name="id">The ID for the B2xIdentityUserFlow.</param>
            <returns>The <see cref="T:Microsoft.Graph.IB2xIdentityUserFlowRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionPage">
            <summary>
            The interface IIdentityContainerIdentityProvidersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest">
            <summary>
            The interface IIdentityContainerIdentityProvidersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest.AddAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProviderBase to the collection via POST.
            </summary>
            <param name="identityProviderBase">The IdentityProviderBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest.AddResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityProviderBase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityProviderBase">The IdentityProviderBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequestBuilder">
            <summary>
            The interface IIdentityContainerIdentityProvidersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityProviderBaseRequestBuilder"/> for the specified IdentityProviderBase.
            </summary>
            <param name="id">The ID for the IdentityProviderBase.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderBaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequestBuilder.AvailableProviderTypes">
            <summary>
            Gets the request builder for IdentityProviderBaseAvailableProviderTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerRequest">
            <summary>
            The interface IIdentityContainerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.CreateAsync(Microsoft.Graph.IdentityContainer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityContainer using POST.
            </summary>
            <param name="identityContainerToCreate">The IdentityContainer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.CreateResponseAsync(Microsoft.Graph.IdentityContainer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityContainer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityContainerToCreate">The IdentityContainer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityContainer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityContainer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityContainer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityContainer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.UpdateAsync(Microsoft.Graph.IdentityContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityContainer using PATCH.
            </summary>
            <param name="identityContainerToUpdate">The IdentityContainer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.UpdateResponseAsync(Microsoft.Graph.IdentityContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityContainer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityContainerToUpdate">The IdentityContainer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.PutAsync(Microsoft.Graph.IdentityContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityContainer using PUT.
            </summary>
            <param name="identityContainerToUpdate">The IdentityContainer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.PutResponseAsync(Microsoft.Graph.IdentityContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityContainer using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityContainerToUpdate">The IdentityContainer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityContainer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityContainer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerRequestBuilder">
            <summary>
            The interface IIdentityContainerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityContainerRequestBuilder.ApiConnectors">
            <summary>
            Gets the request builder for ApiConnectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityContainerApiConnectorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityContainerRequestBuilder.B2xUserFlows">
            <summary>
            Gets the request builder for B2xUserFlows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityContainerB2xUserFlowsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityContainerRequestBuilder.IdentityProviders">
            <summary>
            Gets the request builder for IdentityProviders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityContainerIdentityProvidersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityContainerRequestBuilder.UserFlowAttributes">
            <summary>
            Gets the request builder for UserFlowAttributes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityContainerRequestBuilder.ConditionalAccess">
            <summary>
            Gets the request builder for ConditionalAccess.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessRootRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionPage">
            <summary>
            The interface IIdentityContainerUserFlowAttributesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest">
            <summary>
            The interface IIdentityContainerUserFlowAttributesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest.AddAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityUserFlowAttribute to the collection via POST.
            </summary>
            <param name="identityUserFlowAttribute">The IdentityUserFlowAttribute to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest.AddResponseAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IdentityUserFlowAttribute to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="identityUserFlowAttribute">The IdentityUserFlowAttribute to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequestBuilder">
            <summary>
            The interface IIdentityContainerUserFlowAttributesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityContainerUserFlowAttributesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeRequestBuilder"/> for the specified IdentityUserFlowAttribute.
            </summary>
            <param name="id">The ID for the IdentityUserFlowAttribute.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest">
            <summary>
            The interface IIdentityCustomUserFlowAttributeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.CreateAsync(Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityCustomUserFlowAttribute using POST.
            </summary>
            <param name="identityCustomUserFlowAttributeToCreate">The IdentityCustomUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityCustomUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.CreateResponseAsync(Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityCustomUserFlowAttribute using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityCustomUserFlowAttributeToCreate">The IdentityCustomUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityCustomUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityCustomUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityCustomUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityCustomUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityCustomUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.UpdateAsync(Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityCustomUserFlowAttribute using PATCH.
            </summary>
            <param name="identityCustomUserFlowAttributeToUpdate">The IdentityCustomUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityCustomUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.UpdateResponseAsync(Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityCustomUserFlowAttribute using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityCustomUserFlowAttributeToUpdate">The IdentityCustomUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.PutAsync(Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityCustomUserFlowAttribute using PUT.
            </summary>
            <param name="identityCustomUserFlowAttributeToUpdate">The IdentityCustomUserFlowAttribute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.PutResponseAsync(Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityCustomUserFlowAttribute using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityCustomUserFlowAttributeToUpdate">The IdentityCustomUserFlowAttribute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityCustomUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequestBuilder">
            <summary>
            The interface IIdentityCustomUserFlowAttributeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityCustomUserFlowAttributeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityGovernanceRequest">
            <summary>
            The interface IIdentityGovernanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.CreateAsync(Microsoft.Graph.IdentityGovernance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityGovernance using POST.
            </summary>
            <param name="identityGovernanceToCreate">The IdentityGovernance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityGovernance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.CreateResponseAsync(Microsoft.Graph.IdentityGovernance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityGovernance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityGovernanceToCreate">The IdentityGovernance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityGovernance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityGovernance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityGovernance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityGovernance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityGovernance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.UpdateAsync(Microsoft.Graph.IdentityGovernance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityGovernance using PATCH.
            </summary>
            <param name="identityGovernanceToUpdate">The IdentityGovernance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityGovernance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.UpdateResponseAsync(Microsoft.Graph.IdentityGovernance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityGovernance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityGovernanceToUpdate">The IdentityGovernance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.PutAsync(Microsoft.Graph.IdentityGovernance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityGovernance using PUT.
            </summary>
            <param name="identityGovernanceToUpdate">The IdentityGovernance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.PutResponseAsync(Microsoft.Graph.IdentityGovernance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityGovernance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityGovernanceToUpdate">The IdentityGovernance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityGovernance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityGovernance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityGovernanceRequestBuilder">
            <summary>
            The interface IIdentityGovernanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityGovernanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityGovernanceRequestBuilder.AccessReviews">
            <summary>
            Gets the request builder for AccessReviews.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAccessReviewSetRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityGovernanceRequestBuilder.AppConsent">
            <summary>
            Gets the request builder for AppConsent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppConsentApprovalRouteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityGovernanceRequestBuilder.TermsOfUse">
            <summary>
            Gets the request builder for TermsOfUse.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsOfUseContainerRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityGovernanceRequestBuilder.EntitlementManagement">
            <summary>
            Gets the request builder for EntitlementManagement.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntitlementManagementRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootRequest">
            <summary>
            The interface IIdentityProtectionRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.CreateAsync(Microsoft.Graph.IdentityProtectionRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProtectionRoot using POST.
            </summary>
            <param name="identityProtectionRootToCreate">The IdentityProtectionRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProtectionRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.CreateResponseAsync(Microsoft.Graph.IdentityProtectionRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProtectionRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProtectionRootToCreate">The IdentityProtectionRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProtectionRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProtectionRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProtectionRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityProtectionRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProtectionRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.UpdateAsync(Microsoft.Graph.IdentityProtectionRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProtectionRoot using PATCH.
            </summary>
            <param name="identityProtectionRootToUpdate">The IdentityProtectionRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityProtectionRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.UpdateResponseAsync(Microsoft.Graph.IdentityProtectionRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProtectionRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProtectionRootToUpdate">The IdentityProtectionRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.PutAsync(Microsoft.Graph.IdentityProtectionRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProtectionRoot using PUT.
            </summary>
            <param name="identityProtectionRootToUpdate">The IdentityProtectionRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.PutResponseAsync(Microsoft.Graph.IdentityProtectionRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProtectionRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProtectionRootToUpdate">The IdentityProtectionRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProtectionRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProtectionRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootRequestBuilder">
            <summary>
            The interface IIdentityProtectionRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProtectionRootRequestBuilder.RiskDetections">
            <summary>
            Gets the request builder for RiskDetections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProtectionRootRequestBuilder.RiskyServicePrincipals">
            <summary>
            Gets the request builder for RiskyServicePrincipals.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProtectionRootRequestBuilder.RiskyUsers">
            <summary>
            Gets the request builder for RiskyUsers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProtectionRootRequestBuilder.ServicePrincipalRiskDetections">
            <summary>
            Gets the request builder for ServicePrincipalRiskDetections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionPage">
            <summary>
            The interface IIdentityProtectionRootRiskDetectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest">
            <summary>
            The interface IIdentityProtectionRootRiskDetectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest.AddAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskDetection to the collection via POST.
            </summary>
            <param name="riskDetection">The RiskDetection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskDetection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="riskDetection">The RiskDetection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskDetection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskDetection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequestBuilder">
            <summary>
            The interface IIdentityProtectionRootRiskDetectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProtectionRootRiskDetectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRiskDetectionRequestBuilder"/> for the specified RiskDetection.
            </summary>
            <param name="id">The ID for the RiskDetection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRiskDetectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionPage">
            <summary>
            The interface IIdentityProtectionRootRiskyServicePrincipalsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest">
            <summary>
            The interface IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest.AddAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyServicePrincipal to the collection via POST.
            </summary>
            <param name="riskyServicePrincipal">The RiskyServicePrincipal to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest.AddResponseAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyServicePrincipal to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="riskyServicePrincipal">The RiskyServicePrincipal to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipal,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipal,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder">
            <summary>
            The interface IIdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRiskyServicePrincipalRequestBuilder"/> for the specified RiskyServicePrincipal.
            </summary>
            <param name="id">The ID for the RiskyServicePrincipal.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyServicePrincipalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.ConfirmCompromised(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for RiskyServicePrincipalConfirmCompromised.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyServicePrincipalConfirmCompromisedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyServicePrincipalsCollectionRequestBuilder.Dismiss(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for RiskyServicePrincipalDismiss.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyServicePrincipalDismissRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionPage">
            <summary>
            The interface IIdentityProtectionRootRiskyUsersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest">
            <summary>
            The interface IIdentityProtectionRootRiskyUsersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest.AddAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyUser to the collection via POST.
            </summary>
            <param name="riskyUser">The RiskyUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest.AddResponseAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="riskyUser">The RiskyUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequestBuilder">
            <summary>
            The interface IIdentityProtectionRootRiskyUsersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRiskyUserRequestBuilder"/> for the specified RiskyUser.
            </summary>
            <param name="id">The ID for the RiskyUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequestBuilder.ConfirmCompromised(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for RiskyUserConfirmCompromised.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyUserConfirmCompromisedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootRiskyUsersCollectionRequestBuilder.Dismiss(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for RiskyUserDismiss.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyUserDismissRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionPage">
            <summary>
            The interface IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest">
            <summary>
            The interface IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.AddAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServicePrincipalRiskDetection to the collection via POST.
            </summary>
            <param name="servicePrincipalRiskDetection">The ServicePrincipalRiskDetection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServicePrincipalRiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServicePrincipalRiskDetection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="servicePrincipalRiskDetection">The ServicePrincipalRiskDetection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipalRiskDetection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipalRiskDetection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder">
            <summary>
            The interface IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProtectionRootServicePrincipalRiskDetectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalRiskDetectionRequestBuilder"/> for the specified ServicePrincipalRiskDetection.
            </summary>
            <param name="id">The ID for the ServicePrincipalRiskDetection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalRiskDetectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderAvailableProviderTypesCollectionPage">
            <summary>
            The interface IIdentityProviderAvailableProviderTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProviderAvailableProviderTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderAvailableProviderTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequest">
            <summary>
            The interface IIdentityProviderAvailableProviderTypesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequestBuilder">
            <summary>
            The interface IIdentityProviderAvailableProviderTypesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderAvailableProviderTypesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesCollectionPage">
            <summary>
            The interface IIdentityProviderBaseAvailableProviderTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequest">
            <summary>
            The interface IIdentityProviderBaseAvailableProviderTypesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequestBuilder">
            <summary>
            The interface IIdentityProviderBaseAvailableProviderTypesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseAvailableProviderTypesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderBaseReferenceRequest">
            <summary>
            The interface IIdentityProviderBaseReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProviderBase reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProviderBase reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified IdentityProviderBase reference.
            </summary>
            <param name="id">The IdentityProviderBase reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified IdentityProviderBase reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The IdentityProviderBase reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderBaseReferenceRequestBuilder">
            <summary>
            The interface IIdentityProviderBaseReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderBaseRequest">
            <summary>
            The interface IIdentityProviderBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.CreateAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProviderBase using POST.
            </summary>
            <param name="identityProviderBaseToCreate">The IdentityProviderBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.CreateResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProviderBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderBaseToCreate">The IdentityProviderBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProviderBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProviderBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProviderBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProviderBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.UpdateAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProviderBase using PATCH.
            </summary>
            <param name="identityProviderBaseToUpdate">The IdentityProviderBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.UpdateResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProviderBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderBaseToUpdate">The IdentityProviderBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.PutAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProviderBase using PUT.
            </summary>
            <param name="identityProviderBaseToUpdate">The IdentityProviderBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.PutResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProviderBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderBaseToUpdate">The IdentityProviderBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderBaseRequestBuilder">
            <summary>
            The interface IIdentityProviderBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequest">
            <summary>
            The interface IIdentityProviderBaseWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProviderBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProviderBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequest.CreateAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProviderBase using POST.
            </summary>
            <param name="identityProviderBaseToCreate">The IdentityProviderBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProviderBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderBaseToCreate">The IdentityProviderBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequest.UpdateAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProviderBase using PATCH.
            </summary>
            <param name="identityProviderBaseToUpdate">The IdentityProviderBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityProviderBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.IdentityProviderBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProviderBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderBaseToUpdate">The IdentityProviderBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProviderBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProviderBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProviderBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequestBuilder">
            <summary>
            The interface IIdentityProviderBaseWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProviderBaseWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the identityProviderBase.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderBaseReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderReferenceRequest">
            <summary>
            The interface IIdentityProviderReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProvider reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProvider reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified IdentityProvider reference.
            </summary>
            <param name="id">The IdentityProvider reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified IdentityProvider reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The IdentityProvider reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderReferenceRequestBuilder">
            <summary>
            The interface IIdentityProviderReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderRequest">
            <summary>
            The interface IIdentityProviderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.CreateAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProvider using POST.
            </summary>
            <param name="identityProviderToCreate">The IdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.CreateResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProvider using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderToCreate">The IdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.UpdateAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProvider using PATCH.
            </summary>
            <param name="identityProviderToUpdate">The IdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.UpdateResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProvider using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderToUpdate">The IdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.PutAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProvider using PUT.
            </summary>
            <param name="identityProviderToUpdate">The IdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.PutResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProvider using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderToUpdate">The IdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderRequestBuilder">
            <summary>
            The interface IIdentityProviderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderWithReferenceRequest">
            <summary>
            The interface IIdentityProviderWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequest.CreateAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProvider using POST.
            </summary>
            <param name="identityProviderToCreate">The IdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityProvider using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderToCreate">The IdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequest.UpdateAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProvider using PATCH.
            </summary>
            <param name="identityProviderToUpdate">The IdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.IdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityProvider using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityProviderToUpdate">The IdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityProviderWithReferenceRequestBuilder">
            <summary>
            The interface IIdentityProviderWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityProviderWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityProviderWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the identityProvider.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityProviderReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest">
            <summary>
            The interface IIdentitySecurityDefaultsEnforcementPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.CreateAsync(Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentitySecurityDefaultsEnforcementPolicy using POST.
            </summary>
            <param name="identitySecurityDefaultsEnforcementPolicyToCreate">The IdentitySecurityDefaultsEnforcementPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentitySecurityDefaultsEnforcementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.CreateResponseAsync(Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentitySecurityDefaultsEnforcementPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identitySecurityDefaultsEnforcementPolicyToCreate">The IdentitySecurityDefaultsEnforcementPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentitySecurityDefaultsEnforcementPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentitySecurityDefaultsEnforcementPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentitySecurityDefaultsEnforcementPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentitySecurityDefaultsEnforcementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentitySecurityDefaultsEnforcementPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.UpdateAsync(Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentitySecurityDefaultsEnforcementPolicy using PATCH.
            </summary>
            <param name="identitySecurityDefaultsEnforcementPolicyToUpdate">The IdentitySecurityDefaultsEnforcementPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentitySecurityDefaultsEnforcementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.UpdateResponseAsync(Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentitySecurityDefaultsEnforcementPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identitySecurityDefaultsEnforcementPolicyToUpdate">The IdentitySecurityDefaultsEnforcementPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.PutAsync(Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentitySecurityDefaultsEnforcementPolicy using PUT.
            </summary>
            <param name="identitySecurityDefaultsEnforcementPolicyToUpdate">The IdentitySecurityDefaultsEnforcementPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.PutResponseAsync(Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentitySecurityDefaultsEnforcementPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identitySecurityDefaultsEnforcementPolicyToUpdate">The IdentitySecurityDefaultsEnforcementPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentitySecurityDefaultsEnforcementPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequestBuilder">
            <summary>
            The interface IIdentitySecurityDefaultsEnforcementPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentGetOrderRequest">
            <summary>
            The interface IIdentityUserFlowAttributeAssignmentGetOrderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentGetOrderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentGetOrderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentGetOrderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentGetOrderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentGetOrderRequestBuilder">
            <summary>
            The interface IIdentityUserFlowAttributeAssignmentGetOrderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentGetOrderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest">
            <summary>
            The interface IIdentityUserFlowAttributeAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.CreateAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlowAttributeAssignment using POST.
            </summary>
            <param name="identityUserFlowAttributeAssignmentToCreate">The IdentityUserFlowAttributeAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityUserFlowAttributeAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.CreateResponseAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlowAttributeAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeAssignmentToCreate">The IdentityUserFlowAttributeAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttributeAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttributeAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlowAttributeAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityUserFlowAttributeAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlowAttributeAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.UpdateAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttributeAssignment using PATCH.
            </summary>
            <param name="identityUserFlowAttributeAssignmentToUpdate">The IdentityUserFlowAttributeAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityUserFlowAttributeAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttributeAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeAssignmentToUpdate">The IdentityUserFlowAttributeAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.PutAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttributeAssignment using PUT.
            </summary>
            <param name="identityUserFlowAttributeAssignmentToUpdate">The IdentityUserFlowAttributeAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.PutResponseAsync(Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttributeAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeAssignmentToUpdate">The IdentityUserFlowAttributeAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttributeAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequestBuilder">
            <summary>
            The interface IIdentityUserFlowAttributeAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentRequestBuilder.UserAttribute">
            <summary>
            Gets the request builder for UserAttribute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentSetOrderRequest">
            <summary>
            The interface IIdentityUserFlowAttributeAssignmentSetOrderRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentSetOrderRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentSetOrderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentSetOrderRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentSetOrderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentSetOrderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentSetOrderRequestBuilder">
            <summary>
            The interface IIdentityUserFlowAttributeAssignmentSetOrderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeAssignmentSetOrderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowAttributeReferenceRequest">
            <summary>
            The interface IIdentityUserFlowAttributeReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttribute reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttribute reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified IdentityUserFlowAttribute reference.
            </summary>
            <param name="id">The IdentityUserFlowAttribute reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified IdentityUserFlowAttribute reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The IdentityUserFlowAttribute reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowAttributeReferenceRequestBuilder">
            <summary>
            The interface IIdentityUserFlowAttributeReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowAttributeRequest">
            <summary>
            The interface IIdentityUserFlowAttributeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.CreateAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlowAttribute using POST.
            </summary>
            <param name="identityUserFlowAttributeToCreate">The IdentityUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.CreateResponseAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlowAttribute using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeToCreate">The IdentityUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.UpdateAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttribute using PATCH.
            </summary>
            <param name="identityUserFlowAttributeToUpdate">The IdentityUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.UpdateResponseAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttribute using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeToUpdate">The IdentityUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.PutAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttribute using PUT.
            </summary>
            <param name="identityUserFlowAttributeToUpdate">The IdentityUserFlowAttribute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.PutResponseAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttribute using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeToUpdate">The IdentityUserFlowAttribute object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowAttributeRequestBuilder">
            <summary>
            The interface IIdentityUserFlowAttributeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequest">
            <summary>
            The interface IIdentityUserFlowAttributeWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequest.CreateAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlowAttribute using POST.
            </summary>
            <param name="identityUserFlowAttributeToCreate">The IdentityUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlowAttribute using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeToCreate">The IdentityUserFlowAttribute to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequest.UpdateAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttribute using PATCH.
            </summary>
            <param name="identityUserFlowAttributeToUpdate">The IdentityUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityUserFlowAttribute.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.IdentityUserFlowAttribute,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlowAttribute using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowAttributeToUpdate">The IdentityUserFlowAttribute to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttribute.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlowAttribute and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlowAttribute,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequestBuilder">
            <summary>
            The interface IIdentityUserFlowAttributeWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIdentityUserFlowAttributeWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the identityUserFlowAttribute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentityUserFlowAttributeReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowRequest">
            <summary>
            The interface IIdentityUserFlowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.CreateAsync(Microsoft.Graph.IdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlow using POST.
            </summary>
            <param name="identityUserFlowToCreate">The IdentityUserFlow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.CreateResponseAsync(Microsoft.Graph.IdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IdentityUserFlow using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowToCreate">The IdentityUserFlow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IdentityUserFlow and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IdentityUserFlow and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.UpdateAsync(Microsoft.Graph.IdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlow using PATCH.
            </summary>
            <param name="identityUserFlowToUpdate">The IdentityUserFlow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IdentityUserFlow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.UpdateResponseAsync(Microsoft.Graph.IdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlow using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowToUpdate">The IdentityUserFlow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.PutAsync(Microsoft.Graph.IdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlow using PUT.
            </summary>
            <param name="identityUserFlowToUpdate">The IdentityUserFlow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.PutResponseAsync(Microsoft.Graph.IdentityUserFlow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IdentityUserFlow using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="identityUserFlowToUpdate">The IdentityUserFlow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IdentityUserFlow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIdentityUserFlowRequestBuilder">
            <summary>
            The interface IIdentityUserFlowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIdentityUserFlowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportCollectionPage">
            <summary>
            The interface IImportedWindowsAutopilotDeviceIdentityImportCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequest">
            <summary>
            The interface IImportedWindowsAutopilotDeviceIdentityImportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequestBuilder">
            <summary>
            The interface IImportedWindowsAutopilotDeviceIdentityImportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest">
            <summary>
            The interface IImportedWindowsAutopilotDeviceIdentityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.CreateAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ImportedWindowsAutopilotDeviceIdentity using POST.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityToCreate">The ImportedWindowsAutopilotDeviceIdentity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ImportedWindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.CreateResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ImportedWindowsAutopilotDeviceIdentity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityToCreate">The ImportedWindowsAutopilotDeviceIdentity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ImportedWindowsAutopilotDeviceIdentity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ImportedWindowsAutopilotDeviceIdentity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ImportedWindowsAutopilotDeviceIdentity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ImportedWindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ImportedWindowsAutopilotDeviceIdentity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.UpdateAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentity using PATCH.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityToUpdate">The ImportedWindowsAutopilotDeviceIdentity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ImportedWindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.UpdateResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityToUpdate">The ImportedWindowsAutopilotDeviceIdentity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.PutAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentity using PUT.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityToUpdate">The ImportedWindowsAutopilotDeviceIdentity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.PutResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityToUpdate">The ImportedWindowsAutopilotDeviceIdentity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequestBuilder">
            <summary>
            The interface IImportedWindowsAutopilotDeviceIdentityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionPage">
            <summary>
            The interface IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest">
            <summary>
            The interface IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.AddAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ImportedWindowsAutopilotDeviceIdentity to the collection via POST.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentity">The ImportedWindowsAutopilotDeviceIdentity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ImportedWindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.AddResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ImportedWindowsAutopilotDeviceIdentity to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentity">The ImportedWindowsAutopilotDeviceIdentity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder">
            <summary>
            The interface IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequestBuilder"/> for the specified ImportedWindowsAutopilotDeviceIdentity.
            </summary>
            <param name="id">The ID for the ImportedWindowsAutopilotDeviceIdentity.</param>
            <returns>The <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder.Import(System.Collections.Generic.IEnumerable{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity})">
            <summary>
            Gets the request builder for ImportedWindowsAutopilotDeviceIdentityImport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest">
            <summary>
            The interface IImportedWindowsAutopilotDeviceIdentityUploadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.CreateAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ImportedWindowsAutopilotDeviceIdentityUpload using POST.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityUploadToCreate">The ImportedWindowsAutopilotDeviceIdentityUpload to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ImportedWindowsAutopilotDeviceIdentityUpload.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.CreateResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ImportedWindowsAutopilotDeviceIdentityUpload using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityUploadToCreate">The ImportedWindowsAutopilotDeviceIdentityUpload to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ImportedWindowsAutopilotDeviceIdentityUpload.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ImportedWindowsAutopilotDeviceIdentityUpload and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ImportedWindowsAutopilotDeviceIdentityUpload.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ImportedWindowsAutopilotDeviceIdentityUpload.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ImportedWindowsAutopilotDeviceIdentityUpload and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.UpdateAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentityUpload using PATCH.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityUploadToUpdate">The ImportedWindowsAutopilotDeviceIdentityUpload to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ImportedWindowsAutopilotDeviceIdentityUpload.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.UpdateResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentityUpload using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityUploadToUpdate">The ImportedWindowsAutopilotDeviceIdentityUpload to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.PutAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentityUpload using PUT.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityUploadToUpdate">The ImportedWindowsAutopilotDeviceIdentityUpload object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.PutResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentityUpload using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityUploadToUpdate">The ImportedWindowsAutopilotDeviceIdentityUpload object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequestBuilder">
            <summary>
            The interface IImportedWindowsAutopilotDeviceIdentityUploadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadRequestBuilder.DeviceIdentities">
            <summary>
            Gets the request builder for DeviceIdentities.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationOverrideRequest">
            <summary>
            The interface IInferenceClassificationOverrideRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.CreateAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InferenceClassificationOverride using POST.
            </summary>
            <param name="inferenceClassificationOverrideToCreate">The InferenceClassificationOverride to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.CreateResponseAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InferenceClassificationOverride using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inferenceClassificationOverrideToCreate">The InferenceClassificationOverride to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InferenceClassificationOverride.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InferenceClassificationOverride and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InferenceClassificationOverride.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InferenceClassificationOverride and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.UpdateAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassificationOverride using PATCH.
            </summary>
            <param name="inferenceClassificationOverrideToUpdate">The InferenceClassificationOverride to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.UpdateResponseAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassificationOverride using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inferenceClassificationOverrideToUpdate">The InferenceClassificationOverride to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.PutAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassificationOverride using PUT.
            </summary>
            <param name="inferenceClassificationOverrideToUpdate">The InferenceClassificationOverride object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.PutResponseAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassificationOverride using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inferenceClassificationOverrideToUpdate">The InferenceClassificationOverride object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder">
            <summary>
            The interface IInferenceClassificationOverrideRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionPage">
            <summary>
            The interface IInferenceClassificationOverridesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IInferenceClassificationOverridesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest">
            <summary>
            The interface IInferenceClassificationOverridesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.AddAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Adds the specified InferenceClassificationOverride to the collection via POST.
            </summary>
            <param name="inferenceClassificationOverride">The InferenceClassificationOverride to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.AddResponseAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Adds the specified InferenceClassificationOverride to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="inferenceClassificationOverride">The InferenceClassificationOverride to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequestBuilder">
            <summary>
            The interface IInferenceClassificationOverridesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder"/> for the specified InferenceClassificationOverride.
            </summary>
            <param name="id">The ID for the InferenceClassificationOverride.</param>
            <returns>The <see cref="T:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationRequest">
            <summary>
            The interface IInferenceClassificationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.CreateAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InferenceClassification using POST.
            </summary>
            <param name="inferenceClassificationToCreate">The InferenceClassification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.CreateResponseAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InferenceClassification using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inferenceClassificationToCreate">The InferenceClassification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InferenceClassification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InferenceClassification and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InferenceClassification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InferenceClassification and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.UpdateAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassification using PATCH.
            </summary>
            <param name="inferenceClassificationToUpdate">The InferenceClassification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.UpdateResponseAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassification using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inferenceClassificationToUpdate">The InferenceClassification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.PutAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassification using PUT.
            </summary>
            <param name="inferenceClassificationToUpdate">The InferenceClassification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.PutResponseAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassification using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inferenceClassificationToUpdate">The InferenceClassification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassification,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassification,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationRequestBuilder">
            <summary>
            The interface IInferenceClassificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IInferenceClassificationRequestBuilder.Overrides">
            <summary>
            Gets the request builder for Overrides.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInformationProtectionRequest">
            <summary>
            The interface IInformationProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.CreateAsync(Microsoft.Graph.InformationProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InformationProtection using POST.
            </summary>
            <param name="informationProtectionToCreate">The InformationProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.CreateResponseAsync(Microsoft.Graph.InformationProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InformationProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="informationProtectionToCreate">The InformationProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InformationProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InformationProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InformationProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InformationProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.UpdateAsync(Microsoft.Graph.InformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InformationProtection using PATCH.
            </summary>
            <param name="informationProtectionToUpdate">The InformationProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated InformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.UpdateResponseAsync(Microsoft.Graph.InformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InformationProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="informationProtectionToUpdate">The InformationProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.PutAsync(Microsoft.Graph.InformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InformationProtection using PUT.
            </summary>
            <param name="informationProtectionToUpdate">The InformationProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.PutResponseAsync(Microsoft.Graph.InformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InformationProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="informationProtectionToUpdate">The InformationProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InformationProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InformationProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInformationProtectionRequestBuilder">
            <summary>
            The interface IInformationProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IInformationProtectionRequestBuilder.Bitlocker">
            <summary>
            Gets the request builder for Bitlocker.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBitlockerRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IInformationProtectionRequestBuilder.ThreatAssessmentRequests">
            <summary>
            Gets the request builder for ThreatAssessmentRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionPage">
            <summary>
            The interface IInformationProtectionThreatAssessmentRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest">
            <summary>
            The interface IInformationProtectionThreatAssessmentRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest.AddAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThreatAssessmentRequestObject to the collection via POST.
            </summary>
            <param name="threatAssessmentRequest">The ThreatAssessmentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThreatAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThreatAssessmentRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="threatAssessmentRequest">The ThreatAssessmentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequestBuilder">
            <summary>
            The interface IInformationProtectionThreatAssessmentRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IThreatAssessmentRequestRequestBuilder"/> for the specified ThreatAssessmentRequest.
            </summary>
            <param name="id">The ID for the ThreatAssessmentRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IThreatAssessmentRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInternalDomainFederationRequest">
            <summary>
            The interface IInternalDomainFederationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.CreateAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InternalDomainFederation using POST.
            </summary>
            <param name="internalDomainFederationToCreate">The InternalDomainFederation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.CreateResponseAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InternalDomainFederation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="internalDomainFederationToCreate">The InternalDomainFederation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InternalDomainFederation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InternalDomainFederation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InternalDomainFederation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InternalDomainFederation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.UpdateAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InternalDomainFederation using PATCH.
            </summary>
            <param name="internalDomainFederationToUpdate">The InternalDomainFederation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated InternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.UpdateResponseAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InternalDomainFederation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="internalDomainFederationToUpdate">The InternalDomainFederation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.PutAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InternalDomainFederation using PUT.
            </summary>
            <param name="internalDomainFederationToUpdate">The InternalDomainFederation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.PutResponseAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InternalDomainFederation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="internalDomainFederationToUpdate">The InternalDomainFederation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InternalDomainFederation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InternalDomainFederation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInternalDomainFederationRequestBuilder">
            <summary>
            The interface IInternalDomainFederationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInternalDomainFederationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInvitationRequest">
            <summary>
            The interface IInvitationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.CreateAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Invitation using POST.
            </summary>
            <param name="invitationToCreate">The Invitation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.CreateResponseAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Invitation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="invitationToCreate">The Invitation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Invitation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Invitation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Invitation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Invitation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.UpdateAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Invitation using PATCH.
            </summary>
            <param name="invitationToUpdate">The Invitation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.UpdateResponseAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Invitation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="invitationToUpdate">The Invitation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.PutAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Invitation using PUT.
            </summary>
            <param name="invitationToUpdate">The Invitation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.PutResponseAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Invitation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="invitationToUpdate">The Invitation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInvitationRequestBuilder">
            <summary>
            The interface IInvitationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IInvitationRequestBuilder.InvitedUser">
            <summary>
            Gets the request builder for InvitedUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInviteParticipantsOperationRequest">
            <summary>
            The interface IInviteParticipantsOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.CreateAsync(Microsoft.Graph.InviteParticipantsOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InviteParticipantsOperation using POST.
            </summary>
            <param name="inviteParticipantsOperationToCreate">The InviteParticipantsOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InviteParticipantsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.CreateResponseAsync(Microsoft.Graph.InviteParticipantsOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InviteParticipantsOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inviteParticipantsOperationToCreate">The InviteParticipantsOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InviteParticipantsOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InviteParticipantsOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InviteParticipantsOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InviteParticipantsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InviteParticipantsOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.UpdateAsync(Microsoft.Graph.InviteParticipantsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InviteParticipantsOperation using PATCH.
            </summary>
            <param name="inviteParticipantsOperationToUpdate">The InviteParticipantsOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated InviteParticipantsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.UpdateResponseAsync(Microsoft.Graph.InviteParticipantsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InviteParticipantsOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inviteParticipantsOperationToUpdate">The InviteParticipantsOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.PutAsync(Microsoft.Graph.InviteParticipantsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InviteParticipantsOperation using PUT.
            </summary>
            <param name="inviteParticipantsOperationToUpdate">The InviteParticipantsOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.PutResponseAsync(Microsoft.Graph.InviteParticipantsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InviteParticipantsOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inviteParticipantsOperationToUpdate">The InviteParticipantsOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InviteParticipantsOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InviteParticipantsOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInviteParticipantsOperationRequestBuilder">
            <summary>
            The interface IInviteParticipantsOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInviteParticipantsOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosCertificateProfileRequest">
            <summary>
            The interface IIosCertificateProfileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.CreateAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCertificateProfile using POST.
            </summary>
            <param name="iosCertificateProfileToCreate">The IosCertificateProfile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.CreateResponseAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCertificateProfile using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCertificateProfileToCreate">The IosCertificateProfile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCertificateProfile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCertificateProfile and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCertificateProfile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCertificateProfile and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.UpdateAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCertificateProfile using PATCH.
            </summary>
            <param name="iosCertificateProfileToUpdate">The IosCertificateProfile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.UpdateResponseAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCertificateProfile using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCertificateProfileToUpdate">The IosCertificateProfile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.PutAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCertificateProfile using PUT.
            </summary>
            <param name="iosCertificateProfileToUpdate">The IosCertificateProfile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.PutResponseAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCertificateProfile using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCertificateProfileToUpdate">The IosCertificateProfile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCertificateProfile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCertificateProfile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosCertificateProfileRequestBuilder">
            <summary>
            The interface IIosCertificateProfileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosCompliancePolicyRequest">
            <summary>
            The interface IIosCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.CreateAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCompliancePolicy using POST.
            </summary>
            <param name="iosCompliancePolicyToCreate">The IosCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCompliancePolicyToCreate">The IosCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCompliancePolicy using PATCH.
            </summary>
            <param name="iosCompliancePolicyToUpdate">The IosCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCompliancePolicyToUpdate">The IosCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.PutAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCompliancePolicy using PUT.
            </summary>
            <param name="iosCompliancePolicyToUpdate">The IosCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCompliancePolicyToUpdate">The IosCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosCompliancePolicyRequestBuilder">
            <summary>
            The interface IIosCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosCustomConfigurationRequest">
            <summary>
            The interface IIosCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.CreateAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCustomConfiguration using POST.
            </summary>
            <param name="iosCustomConfigurationToCreate">The IosCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.CreateResponseAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCustomConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCustomConfigurationToCreate">The IosCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCustomConfiguration using PATCH.
            </summary>
            <param name="iosCustomConfigurationToUpdate">The IosCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCustomConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCustomConfigurationToUpdate">The IosCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.PutAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCustomConfiguration using PUT.
            </summary>
            <param name="iosCustomConfigurationToUpdate">The IosCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.PutResponseAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCustomConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCustomConfigurationToUpdate">The IosCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosCustomConfigurationRequestBuilder">
            <summary>
            The interface IIosCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest">
            <summary>
            The interface IIosDeviceFeaturesConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.CreateAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosDeviceFeaturesConfiguration using POST.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToCreate">The IosDeviceFeaturesConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.CreateResponseAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosDeviceFeaturesConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToCreate">The IosDeviceFeaturesConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosDeviceFeaturesConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosDeviceFeaturesConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.UpdateAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosDeviceFeaturesConfiguration using PATCH.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToUpdate">The IosDeviceFeaturesConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosDeviceFeaturesConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToUpdate">The IosDeviceFeaturesConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.PutAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosDeviceFeaturesConfiguration using PUT.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToUpdate">The IosDeviceFeaturesConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.PutResponseAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosDeviceFeaturesConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToUpdate">The IosDeviceFeaturesConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequestBuilder">
            <summary>
            The interface IIosDeviceFeaturesConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest">
            <summary>
            The interface IIosGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosGeneralDeviceConfiguration using POST.
            </summary>
            <param name="iosGeneralDeviceConfigurationToCreate">The IosGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.CreateResponseAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosGeneralDeviceConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosGeneralDeviceConfigurationToCreate">The IosGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="iosGeneralDeviceConfigurationToUpdate">The IosGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosGeneralDeviceConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosGeneralDeviceConfigurationToUpdate">The IosGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.PutAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="iosGeneralDeviceConfigurationToUpdate">The IosGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.PutResponseAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosGeneralDeviceConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosGeneralDeviceConfigurationToUpdate">The IosGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The interface IIosGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosLobAppRequest">
            <summary>
            The interface IIosLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.CreateAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosLobApp using POST.
            </summary>
            <param name="iosLobAppToCreate">The IosLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.CreateResponseAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosLobAppToCreate">The IosLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.UpdateAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosLobApp using PATCH.
            </summary>
            <param name="iosLobAppToUpdate">The IosLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.UpdateResponseAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosLobAppToUpdate">The IosLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.PutAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosLobApp using PUT.
            </summary>
            <param name="iosLobAppToUpdate">The IosLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.PutResponseAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosLobAppToUpdate">The IosLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosLobAppRequestBuilder">
            <summary>
            The interface IIosLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionPage">
            <summary>
            The interface IIosManagedAppProtectionAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest">
            <summary>
            The interface IIosManagedAppProtectionAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequestBuilder">
            <summary>
            The interface IIosManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified ManagedMobileApp.
            </summary>
            <param name="id">The ID for the ManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppProtectionRequest">
            <summary>
            The interface IIosManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosManagedAppProtection using POST.
            </summary>
            <param name="iosManagedAppProtectionToCreate">The IosManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.CreateResponseAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosManagedAppProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosManagedAppProtectionToCreate">The IosManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppProtection using PATCH.
            </summary>
            <param name="iosManagedAppProtectionToUpdate">The IosManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.UpdateResponseAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosManagedAppProtectionToUpdate">The IosManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.PutAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppProtection using PUT.
            </summary>
            <param name="iosManagedAppProtectionToUpdate">The IosManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.PutResponseAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosManagedAppProtectionToUpdate">The IosManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder">
            <summary>
            The interface IIosManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppRegistrationRequest">
            <summary>
            The interface IIosManagedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosManagedAppRegistration using POST.
            </summary>
            <param name="iosManagedAppRegistrationToCreate">The IosManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.CreateResponseAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosManagedAppRegistration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosManagedAppRegistrationToCreate">The IosManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppRegistration using PATCH.
            </summary>
            <param name="iosManagedAppRegistrationToUpdate">The IosManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.UpdateResponseAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppRegistration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosManagedAppRegistrationToUpdate">The IosManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.PutAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppRegistration using PUT.
            </summary>
            <param name="iosManagedAppRegistrationToUpdate">The IosManagedAppRegistration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.PutResponseAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppRegistration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosManagedAppRegistrationToUpdate">The IosManagedAppRegistration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppRegistrationRequestBuilder">
            <summary>
            The interface IIosManagedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosMobileAppConfigurationRequest">
            <summary>
            The interface IIosMobileAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.CreateAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosMobileAppConfiguration using POST.
            </summary>
            <param name="iosMobileAppConfigurationToCreate">The IosMobileAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.CreateResponseAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosMobileAppConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosMobileAppConfigurationToCreate">The IosMobileAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosMobileAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosMobileAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.UpdateAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosMobileAppConfiguration using PATCH.
            </summary>
            <param name="iosMobileAppConfigurationToUpdate">The IosMobileAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosMobileAppConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosMobileAppConfigurationToUpdate">The IosMobileAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.PutAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosMobileAppConfiguration using PUT.
            </summary>
            <param name="iosMobileAppConfigurationToUpdate">The IosMobileAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.PutResponseAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosMobileAppConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosMobileAppConfigurationToUpdate">The IosMobileAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosMobileAppConfigurationRequestBuilder">
            <summary>
            The interface IIosMobileAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosStoreAppRequest">
            <summary>
            The interface IIosStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.CreateAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosStoreApp using POST.
            </summary>
            <param name="iosStoreAppToCreate">The IosStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.CreateResponseAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosStoreApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosStoreAppToCreate">The IosStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.UpdateAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosStoreApp using PATCH.
            </summary>
            <param name="iosStoreAppToUpdate">The IosStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.UpdateResponseAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosStoreApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosStoreAppToUpdate">The IosStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.PutAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosStoreApp using PUT.
            </summary>
            <param name="iosStoreAppToUpdate">The IosStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.PutResponseAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosStoreApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosStoreAppToUpdate">The IosStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosStoreAppRequestBuilder">
            <summary>
            The interface IIosStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosUpdateConfigurationRequest">
            <summary>
            The interface IIosUpdateConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.CreateAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosUpdateConfiguration using POST.
            </summary>
            <param name="iosUpdateConfigurationToCreate">The IosUpdateConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.CreateResponseAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosUpdateConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosUpdateConfigurationToCreate">The IosUpdateConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosUpdateConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosUpdateConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosUpdateConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosUpdateConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.UpdateAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateConfiguration using PATCH.
            </summary>
            <param name="iosUpdateConfigurationToUpdate">The IosUpdateConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosUpdateConfigurationToUpdate">The IosUpdateConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.PutAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateConfiguration using PUT.
            </summary>
            <param name="iosUpdateConfigurationToUpdate">The IosUpdateConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.PutResponseAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosUpdateConfigurationToUpdate">The IosUpdateConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosUpdateConfigurationRequestBuilder">
            <summary>
            The interface IIosUpdateConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosUpdateDeviceStatusRequest">
            <summary>
            The interface IIosUpdateDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.CreateAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosUpdateDeviceStatus using POST.
            </summary>
            <param name="iosUpdateDeviceStatusToCreate">The IosUpdateDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.CreateResponseAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosUpdateDeviceStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosUpdateDeviceStatusToCreate">The IosUpdateDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosUpdateDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosUpdateDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosUpdateDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosUpdateDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.UpdateAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateDeviceStatus using PATCH.
            </summary>
            <param name="iosUpdateDeviceStatusToUpdate">The IosUpdateDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.UpdateResponseAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateDeviceStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosUpdateDeviceStatusToUpdate">The IosUpdateDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.PutAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateDeviceStatus using PUT.
            </summary>
            <param name="iosUpdateDeviceStatusToUpdate">The IosUpdateDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.PutResponseAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateDeviceStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosUpdateDeviceStatusToUpdate">The IosUpdateDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder">
            <summary>
            The interface IIosUpdateDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosVppAppRequest">
            <summary>
            The interface IIosVppAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.CreateAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppApp using POST.
            </summary>
            <param name="iosVppAppToCreate">The IosVppApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.CreateResponseAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppAppToCreate">The IosVppApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.UpdateAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppApp using PATCH.
            </summary>
            <param name="iosVppAppToUpdate">The IosVppApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.UpdateResponseAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppAppToUpdate">The IosVppApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.PutAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppApp using PUT.
            </summary>
            <param name="iosVppAppToUpdate">The IosVppApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.PutResponseAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppAppToUpdate">The IosVppApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosVppAppRequestBuilder">
            <summary>
            The interface IIosVppAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosVppEBookAssignmentRequest">
            <summary>
            The interface IIosVppEBookAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.CreateAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppEBookAssignment using POST.
            </summary>
            <param name="iosVppEBookAssignmentToCreate">The IosVppEBookAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.CreateResponseAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppEBookAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppEBookAssignmentToCreate">The IosVppEBookAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppEBookAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppEBookAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.UpdateAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBookAssignment using PATCH.
            </summary>
            <param name="iosVppEBookAssignmentToUpdate">The IosVppEBookAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBookAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppEBookAssignmentToUpdate">The IosVppEBookAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.PutAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBookAssignment using PUT.
            </summary>
            <param name="iosVppEBookAssignmentToUpdate">The IosVppEBookAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.PutResponseAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBookAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppEBookAssignmentToUpdate">The IosVppEBookAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBookAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBookAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosVppEBookAssignmentRequestBuilder">
            <summary>
            The interface IIosVppEBookAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosVppEBookRequest">
            <summary>
            The interface IIosVppEBookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.CreateAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppEBook using POST.
            </summary>
            <param name="iosVppEBookToCreate">The IosVppEBook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.CreateResponseAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppEBook using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppEBookToCreate">The IosVppEBook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppEBook and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppEBook and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.UpdateAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBook using PATCH.
            </summary>
            <param name="iosVppEBookToUpdate">The IosVppEBook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.UpdateResponseAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBook using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppEBookToUpdate">The IosVppEBook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.PutAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBook using PUT.
            </summary>
            <param name="iosVppEBookToUpdate">The IosVppEBook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.PutResponseAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBook using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppEBookToUpdate">The IosVppEBook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosVppEBookRequestBuilder">
            <summary>
            The interface IIosVppEBookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIpNamedLocationRequest">
            <summary>
            The interface IIpNamedLocationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.CreateAsync(Microsoft.Graph.IpNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IpNamedLocation using POST.
            </summary>
            <param name="ipNamedLocationToCreate">The IpNamedLocation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IpNamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.CreateResponseAsync(Microsoft.Graph.IpNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IpNamedLocation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ipNamedLocationToCreate">The IpNamedLocation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IpNamedLocation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IpNamedLocation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IpNamedLocation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IpNamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IpNamedLocation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.UpdateAsync(Microsoft.Graph.IpNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IpNamedLocation using PATCH.
            </summary>
            <param name="ipNamedLocationToUpdate">The IpNamedLocation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IpNamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.UpdateResponseAsync(Microsoft.Graph.IpNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IpNamedLocation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ipNamedLocationToUpdate">The IpNamedLocation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.PutAsync(Microsoft.Graph.IpNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IpNamedLocation using PUT.
            </summary>
            <param name="ipNamedLocationToUpdate">The IpNamedLocation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.PutResponseAsync(Microsoft.Graph.IpNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IpNamedLocation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ipNamedLocationToUpdate">The IpNamedLocation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IpNamedLocation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IpNamedLocation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIpNamedLocationRequestBuilder">
            <summary>
            The interface IIpNamedLocationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIpNamedLocationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemActivityRequest">
            <summary>
            The interface IItemActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.CreateAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemActivity using POST.
            </summary>
            <param name="itemActivityToCreate">The ItemActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.CreateResponseAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemActivity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityToCreate">The ItemActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemActivity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.UpdateAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivity using PATCH.
            </summary>
            <param name="itemActivityToUpdate">The ItemActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ItemActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.UpdateResponseAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityToUpdate">The ItemActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.PutAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivity using PUT.
            </summary>
            <param name="itemActivityToUpdate">The ItemActivity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.PutResponseAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityToUpdate">The ItemActivity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemActivityRequestBuilder">
            <summary>
            The interface IItemActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IItemActivityRequestBuilder.DriveItem">
            <summary>
            Gets the request builder for DriveItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemActivityStatActivitiesCollectionPage">
            <summary>
            The interface IItemActivityStatActivitiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IItemActivityStatActivitiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest">
            <summary>
            The interface IItemActivityStatActivitiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest.AddAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ItemActivity to the collection via POST.
            </summary>
            <param name="itemActivity">The ItemActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest.AddResponseAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ItemActivity to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="itemActivity">The ItemActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequestBuilder">
            <summary>
            The interface IItemActivityStatActivitiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IItemActivityRequestBuilder"/> for the specified ItemActivity.
            </summary>
            <param name="id">The ID for the ItemActivity.</param>
            <returns>The <see cref="T:Microsoft.Graph.IItemActivityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemActivityStatReferenceRequest">
            <summary>
            The interface IItemActivityStatReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivityStat reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivityStat reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ItemActivityStat reference.
            </summary>
            <param name="id">The ItemActivityStat reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ItemActivityStat reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The ItemActivityStat reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemActivityStatReferenceRequestBuilder">
            <summary>
            The interface IItemActivityStatReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemActivityStatRequest">
            <summary>
            The interface IItemActivityStatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.CreateAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemActivityStat using POST.
            </summary>
            <param name="itemActivityStatToCreate">The ItemActivityStat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.CreateResponseAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemActivityStat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityStatToCreate">The ItemActivityStat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivityStat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivityStat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemActivityStat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemActivityStat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.UpdateAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivityStat using PATCH.
            </summary>
            <param name="itemActivityStatToUpdate">The ItemActivityStat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.UpdateResponseAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivityStat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityStatToUpdate">The ItemActivityStat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.PutAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivityStat using PUT.
            </summary>
            <param name="itemActivityStatToUpdate">The ItemActivityStat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.PutResponseAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivityStat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityStatToUpdate">The ItemActivityStat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivityStat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivityStat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemActivityStatRequestBuilder">
            <summary>
            The interface IItemActivityStatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IItemActivityStatRequestBuilder.Activities">
            <summary>
            Gets the request builder for Activities.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemActivityStatWithReferenceRequest">
            <summary>
            The interface IItemActivityStatWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemActivityStat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemActivityStat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequest.CreateAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemActivityStat using POST.
            </summary>
            <param name="itemActivityStatToCreate">The ItemActivityStat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemActivityStat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityStatToCreate">The ItemActivityStat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequest.UpdateAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivityStat using PATCH.
            </summary>
            <param name="itemActivityStatToUpdate">The ItemActivityStat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivityStat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityStatToUpdate">The ItemActivityStat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivityStat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivityStat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivityStat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivityStat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemActivityStatWithReferenceRequestBuilder">
            <summary>
            The interface IItemActivityStatWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemActivityStatWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IItemActivityStatWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the itemActivityStat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemActivityStatReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionPage">
            <summary>
            The interface IItemAnalyticsItemActivityStatsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest">
            <summary>
            The interface IItemAnalyticsItemActivityStatsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest.AddAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ItemActivityStat to the collection via POST.
            </summary>
            <param name="itemActivityStat">The ItemActivityStat to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest.AddResponseAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ItemActivityStat to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="itemActivityStat">The ItemActivityStat to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivityStat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivityStat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequestBuilder">
            <summary>
            The interface IItemAnalyticsItemActivityStatsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IItemActivityStatRequestBuilder"/> for the specified ItemActivityStat.
            </summary>
            <param name="id">The ID for the ItemActivityStat.</param>
            <returns>The <see cref="T:Microsoft.Graph.IItemActivityStatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemAnalyticsReferenceRequest">
            <summary>
            The interface IItemAnalyticsReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAnalytics reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAnalytics reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ItemAnalytics reference.
            </summary>
            <param name="id">The ItemAnalytics reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ItemAnalytics reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The ItemAnalytics reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemAnalyticsReferenceRequestBuilder">
            <summary>
            The interface IItemAnalyticsReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemAnalyticsRequest">
            <summary>
            The interface IItemAnalyticsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.CreateAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAnalytics using POST.
            </summary>
            <param name="itemAnalyticsToCreate">The ItemAnalytics to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemAnalytics.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.CreateResponseAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAnalytics using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAnalyticsToCreate">The ItemAnalytics to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAnalytics.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAnalytics and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAnalytics.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemAnalytics.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAnalytics and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.UpdateAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAnalytics using PATCH.
            </summary>
            <param name="itemAnalyticsToUpdate">The ItemAnalytics to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ItemAnalytics.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.UpdateResponseAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAnalytics using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAnalyticsToUpdate">The ItemAnalytics to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.PutAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAnalytics using PUT.
            </summary>
            <param name="itemAnalyticsToUpdate">The ItemAnalytics object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.PutResponseAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAnalytics using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAnalyticsToUpdate">The ItemAnalytics object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAnalytics,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAnalytics,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemAnalyticsRequestBuilder">
            <summary>
            The interface IItemAnalyticsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IItemAnalyticsRequestBuilder.AllTime">
            <summary>
            Gets the request builder for AllTime.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemActivityStatWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IItemAnalyticsRequestBuilder.ItemActivityStats">
            <summary>
            Gets the request builder for ItemActivityStats.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IItemAnalyticsRequestBuilder.LastSevenDays">
            <summary>
            Gets the request builder for LastSevenDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemActivityStatWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemAnalyticsWithReferenceRequest">
            <summary>
            The interface IItemAnalyticsWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAnalytics.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemAnalytics.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAnalytics and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequest.CreateAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAnalytics using POST.
            </summary>
            <param name="itemAnalyticsToCreate">The ItemAnalytics to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemAnalytics.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAnalytics using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAnalyticsToCreate">The ItemAnalytics to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequest.UpdateAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAnalytics using PATCH.
            </summary>
            <param name="itemAnalyticsToUpdate">The ItemAnalytics to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ItemAnalytics.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAnalytics using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAnalyticsToUpdate">The ItemAnalytics to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAnalytics.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAnalytics and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAnalytics,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAnalytics,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemAnalyticsWithReferenceRequestBuilder">
            <summary>
            The interface IItemAnalyticsWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAnalyticsWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IItemAnalyticsWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the itemAnalytics.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemAnalyticsReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemAttachmentRequest">
            <summary>
            The interface IItemAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.CreateAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAttachment using POST.
            </summary>
            <param name="itemAttachmentToCreate">The ItemAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.CreateResponseAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAttachment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAttachmentToCreate">The ItemAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.UpdateAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAttachment using PATCH.
            </summary>
            <param name="itemAttachmentToUpdate">The ItemAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.UpdateResponseAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAttachment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAttachmentToUpdate">The ItemAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.PutAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAttachment using PUT.
            </summary>
            <param name="itemAttachmentToUpdate">The ItemAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.PutResponseAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAttachment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAttachmentToUpdate">The ItemAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemAttachmentRequestBuilder">
            <summary>
            The interface IItemAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IItemAttachmentRequestBuilder.Item">
            <summary>
            Gets the request builder for Item.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ILicenseDetailsRequest">
            <summary>
            The interface ILicenseDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.CreateAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LicenseDetails using POST.
            </summary>
            <param name="licenseDetailsToCreate">The LicenseDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.CreateResponseAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LicenseDetails using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="licenseDetailsToCreate">The LicenseDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LicenseDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LicenseDetails and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LicenseDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LicenseDetails and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.UpdateAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LicenseDetails using PATCH.
            </summary>
            <param name="licenseDetailsToUpdate">The LicenseDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.UpdateResponseAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LicenseDetails using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="licenseDetailsToUpdate">The LicenseDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.PutAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LicenseDetails using PUT.
            </summary>
            <param name="licenseDetailsToUpdate">The LicenseDetails object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.PutResponseAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LicenseDetails using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="licenseDetailsToUpdate">The LicenseDetails object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ILicenseDetailsRequestBuilder">
            <summary>
            The interface ILicenseDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ILinkedResourceRequest">
            <summary>
            The interface ILinkedResourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.CreateAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LinkedResource using POST.
            </summary>
            <param name="linkedResourceToCreate">The LinkedResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LinkedResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.CreateResponseAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LinkedResource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="linkedResourceToCreate">The LinkedResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LinkedResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LinkedResource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LinkedResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The LinkedResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LinkedResource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.UpdateAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LinkedResource using PATCH.
            </summary>
            <param name="linkedResourceToUpdate">The LinkedResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated LinkedResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.UpdateResponseAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LinkedResource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="linkedResourceToUpdate">The LinkedResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.PutAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LinkedResource using PUT.
            </summary>
            <param name="linkedResourceToUpdate">The LinkedResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.PutResponseAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LinkedResource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="linkedResourceToUpdate">The LinkedResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LinkedResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LinkedResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ILinkedResourceRequestBuilder">
            <summary>
            The interface ILinkedResourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILinkedResourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListColumnsCollectionPage">
            <summary>
            The interface IListColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IListColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IListColumnsCollectionRequest">
            <summary>
            The interface IListColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.AddResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListColumnsCollectionRequestBuilder">
            <summary>
            The interface IListColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/> for the specified ColumnDefinition.
            </summary>
            <param name="id">The ID for the ColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListContentTypesCollectionPage">
            <summary>
            The interface IListContentTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IListContentTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListContentTypesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IListContentTypesCollectionRequest">
            <summary>
            The interface IListContentTypesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.AddAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentType to the collection via POST.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.AddResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentType to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListContentTypesCollectionRequestBuilder">
            <summary>
            The interface IListContentTypesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListContentTypesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/> for the specified ContentType.
            </summary>
            <param name="id">The ID for the ContentType.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequestBuilder.AddCopy(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequestBuilder.AddCopyFromContentTypeHub(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopyFromContentTypeHub.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequestBuilder.GetCompatibleHubContentTypes">
            <summary>
            Gets the request builder for ContentTypeGetCompatibleHubContentTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemDocumentSetVersionsCollectionPage">
            <summary>
            The interface IListItemDocumentSetVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IListItemDocumentSetVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest">
            <summary>
            The interface IListItemDocumentSetVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest.AddAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DocumentSetVersion to the collection via POST.
            </summary>
            <param name="documentSetVersion">The DocumentSetVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DocumentSetVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest.AddResponseAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DocumentSetVersion to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="documentSetVersion">The DocumentSetVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DocumentSetVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DocumentSetVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequestBuilder">
            <summary>
            The interface IListItemDocumentSetVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDocumentSetVersionRequestBuilder"/> for the specified DocumentSetVersion.
            </summary>
            <param name="id">The ID for the DocumentSetVersion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDocumentSetVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemGetActivitiesByIntervalCollectionPage">
            <summary>
            The interface IListItemGetActivitiesByIntervalCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IListItemGetActivitiesByIntervalCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListItemGetActivitiesByIntervalRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemGetActivitiesByIntervalCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IListItemGetActivitiesByIntervalRequest">
            <summary>
            The interface IListItemGetActivitiesByIntervalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemGetActivitiesByIntervalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemGetActivitiesByIntervalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemGetActivitiesByIntervalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemGetActivitiesByIntervalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemGetActivitiesByIntervalRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemGetActivitiesByIntervalRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemGetActivitiesByIntervalRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemGetActivitiesByIntervalRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemGetActivitiesByIntervalRequestBuilder">
            <summary>
            The interface IListItemGetActivitiesByIntervalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemGetActivitiesByIntervalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemRequest">
            <summary>
            The interface IListItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.CreateAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ListItem using POST.
            </summary>
            <param name="listItemToCreate">The ListItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.CreateResponseAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ListItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listItemToCreate">The ListItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ListItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ListItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ListItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ListItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.UpdateAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItem using PATCH.
            </summary>
            <param name="listItemToUpdate">The ListItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.UpdateResponseAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listItemToUpdate">The ListItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.PutAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItem using PUT.
            </summary>
            <param name="listItemToUpdate">The ListItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.PutResponseAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listItemToUpdate">The ListItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemRequestBuilder">
            <summary>
            The interface IListItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemRequestBuilder.Analytics">
            <summary>
            Gets the request builder for Analytics.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemAnalyticsWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemRequestBuilder.DocumentSetVersions">
            <summary>
            Gets the request builder for DocumentSetVersions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemRequestBuilder.DriveItem">
            <summary>
            Gets the request builder for DriveItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemRequestBuilder.Fields">
            <summary>
            Gets the request builder for Fields.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFieldValueSetRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemRequestBuilder.Versions">
            <summary>
            Gets the request builder for Versions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequestBuilder.GetActivitiesByInterval">
            <summary>
            Gets the request builder for ListItemGetActivitiesByInterval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequestBuilder.GetActivitiesByInterval(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for ListItemGetActivitiesByInterval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemsCollectionPage">
            <summary>
            The interface IListItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IListItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IListItemsCollectionRequest">
            <summary>
            The interface IListItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.AddAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ListItem to the collection via POST.
            </summary>
            <param name="listItem">The ListItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ListItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="listItem">The ListItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemsCollectionRequestBuilder">
            <summary>
            The interface IListItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/> for the specified ListItem.
            </summary>
            <param name="id">The ID for the ListItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionRequest">
            <summary>
            The interface IListItemVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.CreateAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ListItemVersion using POST.
            </summary>
            <param name="listItemVersionToCreate">The ListItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.CreateResponseAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ListItemVersion using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listItemVersionToCreate">The ListItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ListItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ListItemVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ListItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ListItemVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.UpdateAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItemVersion using PATCH.
            </summary>
            <param name="listItemVersionToUpdate">The ListItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.UpdateResponseAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItemVersion using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listItemVersionToUpdate">The ListItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.PutAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItemVersion using PUT.
            </summary>
            <param name="listItemVersionToUpdate">The ListItemVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.PutResponseAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItemVersion using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listItemVersionToUpdate">The ListItemVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionRequestBuilder">
            <summary>
            The interface IListItemVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemVersionRequestBuilder.Fields">
            <summary>
            Gets the request builder for Fields.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFieldValueSetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequestBuilder.RestoreVersion">
            <summary>
            Gets the request builder for ListItemVersionRestoreVersion.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemVersionRestoreVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionRestoreVersionRequest">
            <summary>
            The interface IListItemVersionRestoreVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRestoreVersionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRestoreVersionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRestoreVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRestoreVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionRestoreVersionRequestBuilder">
            <summary>
            The interface IListItemVersionRestoreVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRestoreVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionsCollectionPage">
            <summary>
            The interface IListItemVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IListItemVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListItemVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionsCollectionRequest">
            <summary>
            The interface IListItemVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.AddAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ListItemVersion to the collection via POST.
            </summary>
            <param name="listItemVersion">The ListItemVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.AddResponseAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ListItemVersion to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="listItemVersion">The ListItemVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionsCollectionRequestBuilder">
            <summary>
            The interface IListItemVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IListItemVersionRequestBuilder"/> for the specified ListItemVersion.
            </summary>
            <param name="id">The ID for the ListItemVersion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IListItemVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListOperationsCollectionPage">
            <summary>
            The interface IListOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IListOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IListOperationsCollectionRequest">
            <summary>
            The interface IListOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequest.AddAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RichLongRunningOperation to the collection via POST.
            </summary>
            <param name="richLongRunningOperation">The RichLongRunningOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RichLongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RichLongRunningOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="richLongRunningOperation">The RichLongRunningOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RichLongRunningOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RichLongRunningOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListOperationsCollectionRequestBuilder">
            <summary>
            The interface IListOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRichLongRunningOperationRequestBuilder"/> for the specified RichLongRunningOperation.
            </summary>
            <param name="id">The ID for the RichLongRunningOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRichLongRunningOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListRequest">
            <summary>
            The interface IListRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.CreateAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Creates the specified List using POST.
            </summary>
            <param name="listToCreate">The List to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created List.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.CreateResponseAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Creates the specified List using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listToCreate">The List to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified List.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified List and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified List.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The List.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified List and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.UpdateAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Updates the specified List using PATCH.
            </summary>
            <param name="listToUpdate">The List to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated List.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.UpdateResponseAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Updates the specified List using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listToUpdate">The List to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.PutAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Updates the specified List using PUT.
            </summary>
            <param name="listToUpdate">The List object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.PutResponseAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Updates the specified List using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listToUpdate">The List object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListRequestBuilder">
            <summary>
            The interface IListRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListRequestBuilder.ContentTypes">
            <summary>
            Gets the request builder for ContentTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListContentTypesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListRequestBuilder.Subscriptions">
            <summary>
            Gets the request builder for Subscriptions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListSubscriptionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListSubscriptionsCollectionPage">
            <summary>
            The interface IListSubscriptionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IListSubscriptionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListSubscriptionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IListSubscriptionsCollectionRequest">
            <summary>
            The interface IListSubscriptionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequest.AddAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListSubscriptionsCollectionRequestBuilder">
            <summary>
            The interface IListSubscriptionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListSubscriptionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListSubscriptionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/> for the specified Subscription.
            </summary>
            <param name="id">The ID for the Subscription.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ILocalizedNotificationMessageRequest">
            <summary>
            The interface ILocalizedNotificationMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.CreateAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LocalizedNotificationMessage using POST.
            </summary>
            <param name="localizedNotificationMessageToCreate">The LocalizedNotificationMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.CreateResponseAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LocalizedNotificationMessage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="localizedNotificationMessageToCreate">The LocalizedNotificationMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LocalizedNotificationMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LocalizedNotificationMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LocalizedNotificationMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LocalizedNotificationMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.UpdateAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LocalizedNotificationMessage using PATCH.
            </summary>
            <param name="localizedNotificationMessageToUpdate">The LocalizedNotificationMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.UpdateResponseAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LocalizedNotificationMessage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="localizedNotificationMessageToUpdate">The LocalizedNotificationMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.PutAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LocalizedNotificationMessage using PUT.
            </summary>
            <param name="localizedNotificationMessageToUpdate">The LocalizedNotificationMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.PutResponseAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LocalizedNotificationMessage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="localizedNotificationMessageToUpdate">The LocalizedNotificationMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder">
            <summary>
            The interface ILocalizedNotificationMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ILongRunningOperationRequest">
            <summary>
            The interface ILongRunningOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.CreateAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LongRunningOperation using POST.
            </summary>
            <param name="longRunningOperationToCreate">The LongRunningOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.CreateResponseAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LongRunningOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="longRunningOperationToCreate">The LongRunningOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LongRunningOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LongRunningOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LongRunningOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The LongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LongRunningOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.UpdateAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LongRunningOperation using PATCH.
            </summary>
            <param name="longRunningOperationToUpdate">The LongRunningOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated LongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.UpdateResponseAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LongRunningOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="longRunningOperationToUpdate">The LongRunningOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.PutAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LongRunningOperation using PUT.
            </summary>
            <param name="longRunningOperationToUpdate">The LongRunningOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.PutResponseAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LongRunningOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="longRunningOperationToUpdate">The LongRunningOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LongRunningOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LongRunningOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ILongRunningOperationRequestBuilder">
            <summary>
            The interface ILongRunningOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILongRunningOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSCompliancePolicyRequest">
            <summary>
            The interface IMacOSCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.CreateAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSCompliancePolicy using POST.
            </summary>
            <param name="macOSCompliancePolicyToCreate">The MacOSCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSCompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSCompliancePolicyToCreate">The MacOSCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCompliancePolicy using PATCH.
            </summary>
            <param name="macOSCompliancePolicyToUpdate">The MacOSCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSCompliancePolicyToUpdate">The MacOSCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.PutAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCompliancePolicy using PUT.
            </summary>
            <param name="macOSCompliancePolicyToUpdate">The MacOSCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSCompliancePolicyToUpdate">The MacOSCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSCompliancePolicyRequestBuilder">
            <summary>
            The interface IMacOSCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSCustomConfigurationRequest">
            <summary>
            The interface IMacOSCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSCustomConfiguration using POST.
            </summary>
            <param name="macOSCustomConfigurationToCreate">The MacOSCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.CreateResponseAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSCustomConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSCustomConfigurationToCreate">The MacOSCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCustomConfiguration using PATCH.
            </summary>
            <param name="macOSCustomConfigurationToUpdate">The MacOSCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCustomConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSCustomConfigurationToUpdate">The MacOSCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.PutAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCustomConfiguration using PUT.
            </summary>
            <param name="macOSCustomConfigurationToUpdate">The MacOSCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.PutResponseAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCustomConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSCustomConfigurationToUpdate">The MacOSCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSCustomConfigurationRequestBuilder">
            <summary>
            The interface IMacOSCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest">
            <summary>
            The interface IMacOSDeviceFeaturesConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSDeviceFeaturesConfiguration using POST.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToCreate">The MacOSDeviceFeaturesConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.CreateResponseAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSDeviceFeaturesConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToCreate">The MacOSDeviceFeaturesConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSDeviceFeaturesConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSDeviceFeaturesConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSDeviceFeaturesConfiguration using PATCH.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToUpdate">The MacOSDeviceFeaturesConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSDeviceFeaturesConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToUpdate">The MacOSDeviceFeaturesConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.PutAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSDeviceFeaturesConfiguration using PUT.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToUpdate">The MacOSDeviceFeaturesConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.PutResponseAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSDeviceFeaturesConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToUpdate">The MacOSDeviceFeaturesConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequestBuilder">
            <summary>
            The interface IMacOSDeviceFeaturesConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest">
            <summary>
            The interface IMacOSGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSGeneralDeviceConfiguration using POST.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToCreate">The MacOSGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.CreateResponseAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSGeneralDeviceConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToCreate">The MacOSGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToUpdate">The MacOSGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSGeneralDeviceConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToUpdate">The MacOSGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.PutAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToUpdate">The MacOSGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.PutResponseAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSGeneralDeviceConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToUpdate">The MacOSGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The interface IMacOSGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSLobAppRequest">
            <summary>
            The interface IMacOSLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.CreateAsync(Microsoft.Graph.MacOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSLobApp using POST.
            </summary>
            <param name="macOSLobAppToCreate">The MacOSLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.CreateResponseAsync(Microsoft.Graph.MacOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSLobAppToCreate">The MacOSLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.UpdateAsync(Microsoft.Graph.MacOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSLobApp using PATCH.
            </summary>
            <param name="macOSLobAppToUpdate">The MacOSLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.UpdateResponseAsync(Microsoft.Graph.MacOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSLobAppToUpdate">The MacOSLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.PutAsync(Microsoft.Graph.MacOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSLobApp using PUT.
            </summary>
            <param name="macOSLobAppToUpdate">The MacOSLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.PutResponseAsync(Microsoft.Graph.MacOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSLobAppToUpdate">The MacOSLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSLobAppRequestBuilder">
            <summary>
            The interface IMacOSLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest">
            <summary>
            The interface IMacOSMicrosoftEdgeAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.CreateAsync(Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSMicrosoftEdgeApp using POST.
            </summary>
            <param name="macOSMicrosoftEdgeAppToCreate">The MacOSMicrosoftEdgeApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSMicrosoftEdgeApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.CreateResponseAsync(Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSMicrosoftEdgeApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSMicrosoftEdgeAppToCreate">The MacOSMicrosoftEdgeApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSMicrosoftEdgeApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSMicrosoftEdgeApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSMicrosoftEdgeApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSMicrosoftEdgeApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSMicrosoftEdgeApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.UpdateAsync(Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSMicrosoftEdgeApp using PATCH.
            </summary>
            <param name="macOSMicrosoftEdgeAppToUpdate">The MacOSMicrosoftEdgeApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSMicrosoftEdgeApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.UpdateResponseAsync(Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSMicrosoftEdgeApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSMicrosoftEdgeAppToUpdate">The MacOSMicrosoftEdgeApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.PutAsync(Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSMicrosoftEdgeApp using PUT.
            </summary>
            <param name="macOSMicrosoftEdgeAppToUpdate">The MacOSMicrosoftEdgeApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.PutResponseAsync(Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSMicrosoftEdgeApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSMicrosoftEdgeAppToUpdate">The MacOSMicrosoftEdgeApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequestBuilder">
            <summary>
            The interface IMacOSMicrosoftEdgeAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSMicrosoftEdgeAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSOfficeSuiteAppRequest">
            <summary>
            The interface IMacOSOfficeSuiteAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.CreateAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSOfficeSuiteApp using POST.
            </summary>
            <param name="macOSOfficeSuiteAppToCreate">The MacOSOfficeSuiteApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.CreateResponseAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSOfficeSuiteApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSOfficeSuiteAppToCreate">The MacOSOfficeSuiteApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSOfficeSuiteApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSOfficeSuiteApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSOfficeSuiteApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSOfficeSuiteApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.UpdateAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSOfficeSuiteApp using PATCH.
            </summary>
            <param name="macOSOfficeSuiteAppToUpdate">The MacOSOfficeSuiteApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.UpdateResponseAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSOfficeSuiteApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSOfficeSuiteAppToUpdate">The MacOSOfficeSuiteApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.PutAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSOfficeSuiteApp using PUT.
            </summary>
            <param name="macOSOfficeSuiteAppToUpdate">The MacOSOfficeSuiteApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.PutResponseAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSOfficeSuiteApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSOfficeSuiteAppToUpdate">The MacOSOfficeSuiteApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSOfficeSuiteApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSOfficeSuiteApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSOfficeSuiteAppRequestBuilder">
            <summary>
            The interface IMacOSOfficeSuiteAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailAssessmentRequestRequest">
            <summary>
            The interface IMailAssessmentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.CreateAsync(Microsoft.Graph.MailAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailAssessmentRequestObject using POST.
            </summary>
            <param name="mailAssessmentRequestObjectToCreate">The MailAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.CreateResponseAsync(Microsoft.Graph.MailAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailAssessmentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailAssessmentRequestObjectToCreate">The MailAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MailAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.UpdateAsync(Microsoft.Graph.MailAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailAssessmentRequestObject using PATCH.
            </summary>
            <param name="mailAssessmentRequestObjectToUpdate">The MailAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MailAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.UpdateResponseAsync(Microsoft.Graph.MailAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailAssessmentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailAssessmentRequestObjectToUpdate">The MailAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.PutAsync(Microsoft.Graph.MailAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailAssessmentRequestObject using PUT.
            </summary>
            <param name="mailAssessmentRequestObjectToUpdate">The MailAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.PutResponseAsync(Microsoft.Graph.MailAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailAssessmentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailAssessmentRequestObjectToUpdate">The MailAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailAssessmentRequestRequestBuilder">
            <summary>
            The interface IMailAssessmentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailAssessmentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderChildFoldersCollectionPage">
            <summary>
            The interface IMailFolderChildFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderChildFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest">
            <summary>
            The interface IMailFolderChildFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.AddAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MailFolder to the collection via POST.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.AddResponseAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MailFolder to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder">
            <summary>
            The interface IMailFolderChildFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/> for the specified MailFolder.
            </summary>
            <param name="id">The ID for the MailFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MailFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderCopyRequest">
            <summary>
            The interface IMailFolderCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderCopyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderCopyRequestBuilder">
            <summary>
            The interface IMailFolderCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderCopyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderDeltaCollectionPage">
            <summary>
            The interface IMailFolderDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderDeltaRequest">
            <summary>
            The interface IMailFolderDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderDeltaRequestBuilder">
            <summary>
            The interface IMailFolderDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMessageRulesCollectionPage">
            <summary>
            The interface IMailFolderMessageRulesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMessageRulesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest">
            <summary>
            The interface IMailFolderMessageRulesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.AddAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MessageRule to the collection via POST.
            </summary>
            <param name="messageRule">The MessageRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.AddResponseAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MessageRule to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="messageRule">The MessageRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMessageRulesCollectionRequestBuilder">
            <summary>
            The interface IMailFolderMessageRulesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMessageRulesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMessageRuleRequestBuilder"/> for the specified MessageRule.
            </summary>
            <param name="id">The ID for the MessageRule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMessageRuleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMessagesCollectionPage">
            <summary>
            The interface IMailFolderMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMessagesCollectionRequest">
            <summary>
            The interface IMailFolderMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.AddAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Message to the collection via POST.
            </summary>
            <param name="message">The Message to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Message to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="message">The Message to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder">
            <summary>
            The interface IMailFolderMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/> for the specified Message.
            </summary>
            <param name="id">The ID for the Message.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMoveRequest">
            <summary>
            The interface IMailFolderMoveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMoveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMoveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMoveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMoveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMoveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMoveRequestBuilder">
            <summary>
            The interface IMailFolderMoveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMoveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IMailFolderMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IMailFolderMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderRequest">
            <summary>
            The interface IMailFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.CreateAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailFolder using POST.
            </summary>
            <param name="mailFolderToCreate">The MailFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.CreateResponseAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailFolder using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailFolderToCreate">The MailFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailFolder and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailFolder and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.UpdateAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailFolder using PATCH.
            </summary>
            <param name="mailFolderToUpdate">The MailFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.UpdateResponseAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailFolder using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailFolderToUpdate">The MailFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.PutAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailFolder using PUT.
            </summary>
            <param name="mailFolderToUpdate">The MailFolder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.PutResponseAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailFolder using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailFolderToUpdate">The MailFolder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderRequestBuilder">
            <summary>
            The interface IMailFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderRequestBuilder.ChildFolders">
            <summary>
            Gets the request builder for ChildFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderRequestBuilder.MessageRules">
            <summary>
            Gets the request builder for MessageRules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMessageRulesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequestBuilder.Copy(System.String)">
            <summary>
            Gets the request builder for MailFolderCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequestBuilder.Move(System.String)">
            <summary>
            Gets the request builder for MailFolderMove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMoveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IMailFolderSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IMailFolderSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailSearchFolderRequest">
            <summary>
            The interface IMailSearchFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.CreateAsync(Microsoft.Graph.MailSearchFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailSearchFolder using POST.
            </summary>
            <param name="mailSearchFolderToCreate">The MailSearchFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailSearchFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.CreateResponseAsync(Microsoft.Graph.MailSearchFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailSearchFolder using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailSearchFolderToCreate">The MailSearchFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailSearchFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailSearchFolder and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailSearchFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MailSearchFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailSearchFolder and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.UpdateAsync(Microsoft.Graph.MailSearchFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailSearchFolder using PATCH.
            </summary>
            <param name="mailSearchFolderToUpdate">The MailSearchFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MailSearchFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.UpdateResponseAsync(Microsoft.Graph.MailSearchFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailSearchFolder using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailSearchFolderToUpdate">The MailSearchFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.PutAsync(Microsoft.Graph.MailSearchFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailSearchFolder using PUT.
            </summary>
            <param name="mailSearchFolderToUpdate">The MailSearchFolder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.PutResponseAsync(Microsoft.Graph.MailSearchFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailSearchFolder using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailSearchFolderToUpdate">The MailSearchFolder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailSearchFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailSearchFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailSearchFolderRequestBuilder">
            <summary>
            The interface IMailSearchFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailSearchFolderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAndroidLobAppRequest">
            <summary>
            The interface IManagedAndroidLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.CreateAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAndroidLobApp using POST.
            </summary>
            <param name="managedAndroidLobAppToCreate">The ManagedAndroidLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAndroidLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAndroidLobAppToCreate">The ManagedAndroidLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAndroidLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAndroidLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidLobApp using PATCH.
            </summary>
            <param name="managedAndroidLobAppToUpdate">The ManagedAndroidLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAndroidLobAppToUpdate">The ManagedAndroidLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.PutAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidLobApp using PUT.
            </summary>
            <param name="managedAndroidLobAppToUpdate">The ManagedAndroidLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.PutResponseAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAndroidLobAppToUpdate">The ManagedAndroidLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAndroidLobAppRequestBuilder">
            <summary>
            The interface IManagedAndroidLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAndroidStoreAppRequest">
            <summary>
            The interface IManagedAndroidStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.CreateAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAndroidStoreApp using POST.
            </summary>
            <param name="managedAndroidStoreAppToCreate">The ManagedAndroidStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAndroidStoreApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAndroidStoreAppToCreate">The ManagedAndroidStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAndroidStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAndroidStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.UpdateAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidStoreApp using PATCH.
            </summary>
            <param name="managedAndroidStoreAppToUpdate">The ManagedAndroidStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidStoreApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAndroidStoreAppToUpdate">The ManagedAndroidStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.PutAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidStoreApp using PUT.
            </summary>
            <param name="managedAndroidStoreAppToUpdate">The ManagedAndroidStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.PutResponseAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidStoreApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAndroidStoreAppToUpdate">The ManagedAndroidStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAndroidStoreAppRequestBuilder">
            <summary>
            The interface IManagedAndroidStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppConfigurationRequest">
            <summary>
            The interface IManagedAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.CreateAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppConfiguration using POST.
            </summary>
            <param name="managedAppConfigurationToCreate">The ManagedAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppConfigurationToCreate">The ManagedAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.UpdateAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppConfiguration using PATCH.
            </summary>
            <param name="managedAppConfigurationToUpdate">The ManagedAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppConfigurationToUpdate">The ManagedAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.PutAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppConfiguration using PUT.
            </summary>
            <param name="managedAppConfigurationToUpdate">The ManagedAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.PutResponseAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppConfigurationToUpdate">The ManagedAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppConfigurationRequestBuilder">
            <summary>
            The interface IManagedAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppOperationRequest">
            <summary>
            The interface IManagedAppOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.CreateAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppOperation using POST.
            </summary>
            <param name="managedAppOperationToCreate">The ManagedAppOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppOperationToCreate">The ManagedAppOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.UpdateAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppOperation using PATCH.
            </summary>
            <param name="managedAppOperationToUpdate">The ManagedAppOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppOperationToUpdate">The ManagedAppOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.PutAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppOperation using PUT.
            </summary>
            <param name="managedAppOperationToUpdate">The ManagedAppOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.PutResponseAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppOperationToUpdate">The ManagedAppOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppOperationRequestBuilder">
            <summary>
            The interface IManagedAppOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest">
            <summary>
            The interface IManagedAppPolicyDeploymentSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.CreateAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppPolicyDeploymentSummary using POST.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToCreate">The ManagedAppPolicyDeploymentSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppPolicyDeploymentSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToCreate">The ManagedAppPolicyDeploymentSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppPolicyDeploymentSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppPolicyDeploymentSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppPolicyDeploymentSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppPolicyDeploymentSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicyDeploymentSummary using PATCH.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToUpdate">The ManagedAppPolicyDeploymentSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicyDeploymentSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToUpdate">The ManagedAppPolicyDeploymentSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.PutAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicyDeploymentSummary using PUT.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToUpdate">The ManagedAppPolicyDeploymentSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.PutResponseAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicyDeploymentSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToUpdate">The ManagedAppPolicyDeploymentSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder">
            <summary>
            The interface IManagedAppPolicyDeploymentSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppPolicyRequest">
            <summary>
            The interface IManagedAppPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.CreateAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppPolicy using POST.
            </summary>
            <param name="managedAppPolicyToCreate">The ManagedAppPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppPolicyToCreate">The ManagedAppPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.UpdateAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicy using PATCH.
            </summary>
            <param name="managedAppPolicyToUpdate">The ManagedAppPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppPolicyToUpdate">The ManagedAppPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.PutAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicy using PUT.
            </summary>
            <param name="managedAppPolicyToUpdate">The ManagedAppPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.PutResponseAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppPolicyToUpdate">The ManagedAppPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder">
            <summary>
            The interface IManagedAppPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Gets the request builder for ManagedAppPolicyTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppPolicyTargetAppsRequest">
            <summary>
            The interface IManagedAppPolicyTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppPolicyTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyTargetAppsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppPolicyTargetAppsRequestBuilder">
            <summary>
            The interface IManagedAppPolicyTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyTargetAppsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppProtectionRequest">
            <summary>
            The interface IManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppProtection using POST.
            </summary>
            <param name="managedAppProtectionToCreate">The ManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppProtectionToCreate">The ManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppProtection using PATCH.
            </summary>
            <param name="managedAppProtectionToUpdate">The ManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppProtectionToUpdate">The ManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.PutAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppProtection using PUT.
            </summary>
            <param name="managedAppProtectionToUpdate">The ManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.PutResponseAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppProtectionToUpdate">The ManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppProtectionRequestBuilder">
            <summary>
            The interface IManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Gets the request builder for ManagedAppProtectionTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppProtectionTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppProtectionTargetAppsRequest">
            <summary>
            The interface IManagedAppProtectionTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppProtectionTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionTargetAppsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppProtectionTargetAppsRequestBuilder">
            <summary>
            The interface IManagedAppProtectionTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionTargetAppsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionPage">
            <summary>
            The interface IManagedAppRegistrationAppliedPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest">
            <summary>
            The interface IManagedAppRegistrationAppliedPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/> for the specified ManagedAppPolicy.
            </summary>
            <param name="id">The ID for the ManagedAppPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage">
            <summary>
            The interface IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest">
            <summary>
            The interface IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionPage">
            <summary>
            The interface IManagedAppRegistrationIntendedPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest">
            <summary>
            The interface IManagedAppRegistrationIntendedPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/> for the specified ManagedAppPolicy.
            </summary>
            <param name="id">The ID for the ManagedAppPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionPage">
            <summary>
            The interface IManagedAppRegistrationOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest">
            <summary>
            The interface IManagedAppRegistrationOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppOperation to the collection via POST.
            </summary>
            <param name="managedAppOperation">The ManagedAppOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppOperation">The ManagedAppOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppOperationRequestBuilder"/> for the specified ManagedAppOperation.
            </summary>
            <param name="id">The ID for the ManagedAppOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationReferenceRequest">
            <summary>
            The interface IManagedAppRegistrationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedAppRegistration reference.
            </summary>
            <param name="id">The ManagedAppRegistration reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedAppRegistration reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The ManagedAppRegistration reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationReferenceRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationRequest">
            <summary>
            The interface IManagedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppRegistration using POST.
            </summary>
            <param name="managedAppRegistrationToCreate">The ManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppRegistration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppRegistrationToCreate">The ManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PATCH.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.PutAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PUT.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.PutResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationRequestBuilder.AppliedPolicies">
            <summary>
            Gets the request builder for AppliedPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationRequestBuilder.IntendedPolicies">
            <summary>
            Gets the request builder for IntendedPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest">
            <summary>
            The interface IManagedAppRegistrationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.CreateAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppRegistration using POST.
            </summary>
            <param name="managedAppRegistrationToCreate">The ManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppRegistration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppRegistrationToCreate">The ManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.UpdateAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PATCH.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the managedAppRegistration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRequest">
            <summary>
            The interface IManagedAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.CreateAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedApp using POST.
            </summary>
            <param name="managedAppToCreate">The ManagedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppToCreate">The ManagedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.UpdateAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedApp using PATCH.
            </summary>
            <param name="managedAppToUpdate">The ManagedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppToUpdate">The ManagedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.PutAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedApp using PUT.
            </summary>
            <param name="managedAppToUpdate">The ManagedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.PutResponseAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppToUpdate">The ManagedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRequestBuilder">
            <summary>
            The interface IManagedAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppStatusRawRequest">
            <summary>
            The interface IManagedAppStatusRawRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.CreateAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppStatusRaw using POST.
            </summary>
            <param name="managedAppStatusRawToCreate">The ManagedAppStatusRaw to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppStatusRaw using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppStatusRawToCreate">The ManagedAppStatusRaw to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppStatusRaw.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppStatusRaw and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppStatusRaw.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppStatusRaw and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.UpdateAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatusRaw using PATCH.
            </summary>
            <param name="managedAppStatusRawToUpdate">The ManagedAppStatusRaw to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatusRaw using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppStatusRawToUpdate">The ManagedAppStatusRaw to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.PutAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatusRaw using PUT.
            </summary>
            <param name="managedAppStatusRawToUpdate">The ManagedAppStatusRaw object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.PutResponseAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatusRaw using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppStatusRawToUpdate">The ManagedAppStatusRaw object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatusRaw,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatusRaw,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppStatusRawRequestBuilder">
            <summary>
            The interface IManagedAppStatusRawRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppStatusRequest">
            <summary>
            The interface IManagedAppStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.CreateAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppStatus using POST.
            </summary>
            <param name="managedAppStatusToCreate">The ManagedAppStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppStatusToCreate">The ManagedAppStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.UpdateAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatus using PATCH.
            </summary>
            <param name="managedAppStatusToUpdate">The ManagedAppStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppStatusToUpdate">The ManagedAppStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.PutAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatus using PUT.
            </summary>
            <param name="managedAppStatusToUpdate">The ManagedAppStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.PutResponseAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppStatusToUpdate">The ManagedAppStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppStatusRequestBuilder">
            <summary>
            The interface IManagedAppStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceBypassActivationLockRequest">
            <summary>
            The interface IManagedDeviceBypassActivationLockRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceBypassActivationLockRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceBypassActivationLockRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceBypassActivationLockRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceBypassActivationLockRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceBypassActivationLockRequestBuilder">
            <summary>
            The interface IManagedDeviceBypassActivationLockRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceBypassActivationLockRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequest">
            <summary>
            The interface IManagedDeviceCleanWindowsDeviceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequestBuilder">
            <summary>
            The interface IManagedDeviceCleanWindowsDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequest">
            <summary>
            The interface IManagedDeviceDeleteUserFromSharedAppleDeviceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder">
            <summary>
            The interface IManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionPage">
            <summary>
            The interface IManagedDeviceDeviceCompliancePolicyStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest">
            <summary>
            The interface IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicyState to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicyState">The DeviceCompliancePolicyState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicyState to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceCompliancePolicyState">The DeviceCompliancePolicyState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder">
            <summary>
            The interface IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder"/> for the specified DeviceCompliancePolicyState.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicyState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionPage">
            <summary>
            The interface IManagedDeviceDeviceConfigurationStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest">
            <summary>
            The interface IManagedDeviceDeviceConfigurationStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationState to the collection via POST.
            </summary>
            <param name="deviceConfigurationState">The DeviceConfigurationState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationState to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceConfigurationState">The DeviceConfigurationState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder">
            <summary>
            The interface IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder"/> for the specified DeviceConfigurationState.
            </summary>
            <param name="id">The ID for the DeviceConfigurationState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDisableLostModeRequest">
            <summary>
            The interface IManagedDeviceDisableLostModeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDisableLostModeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDisableLostModeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDisableLostModeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDisableLostModeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDisableLostModeRequestBuilder">
            <summary>
            The interface IManagedDeviceDisableLostModeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDisableLostModeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceLocateDeviceRequest">
            <summary>
            The interface IManagedDeviceLocateDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLocateDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLocateDeviceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLocateDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLocateDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceLocateDeviceRequestBuilder">
            <summary>
            The interface IManagedDeviceLocateDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLocateDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequest">
            <summary>
            The interface IManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder">
            <summary>
            The interface IManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationAssignment using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToCreate">The ManagedDeviceMobileAppConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToCreate">The ManagedDeviceMobileAppConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationAssignment using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToUpdate">The ManagedDeviceMobileAppConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToUpdate">The ManagedDeviceMobileAppConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.PutAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationAssignment using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToUpdate">The ManagedDeviceMobileAppConfigurationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToUpdate">The ManagedDeviceMobileAppConfigurationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionPage">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationAssignment to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignment">The ManagedDeviceMobileAppConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignment">The ManagedDeviceMobileAppConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder"/> for the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfigurationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationDeviceStatus to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatus">The ManagedDeviceMobileAppConfigurationDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationDeviceStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatus">The ManagedDeviceMobileAppConfigurationDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder"/> for the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfigurationDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToCreate">The ManagedDeviceMobileAppConfigurationDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToCreate">The ManagedDeviceMobileAppConfigurationDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToUpdate">The ManagedDeviceMobileAppConfigurationDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToUpdate">The ManagedDeviceMobileAppConfigurationDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.PutAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToUpdate">The ManagedDeviceMobileAppConfigurationDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToUpdate">The ManagedDeviceMobileAppConfigurationDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToCreate">The ManagedDeviceMobileAppConfigurationDeviceSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToCreate">The ManagedDeviceMobileAppConfigurationDeviceSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToUpdate">The ManagedDeviceMobileAppConfigurationDeviceSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToUpdate">The ManagedDeviceMobileAppConfigurationDeviceSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.PutAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToUpdate">The ManagedDeviceMobileAppConfigurationDeviceSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToUpdate">The ManagedDeviceMobileAppConfigurationDeviceSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfiguration using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToCreate">The ManagedDeviceMobileAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToCreate">The ManagedDeviceMobileAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfiguration using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToUpdate">The ManagedDeviceMobileAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToUpdate">The ManagedDeviceMobileAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.PutAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfiguration using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToUpdate">The ManagedDeviceMobileAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToUpdate">The ManagedDeviceMobileAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.DeviceStatuses">
            <summary>
            Gets the request builder for DeviceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.DeviceStatusSummary">
            <summary>
            Gets the request builder for DeviceStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.UserStatuses">
            <summary>
            Gets the request builder for UserStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.UserStatusSummary">
            <summary>
            Gets the request builder for UserStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment})">
            <summary>
            Gets the request builder for ManagedDeviceMobileAppConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionPage">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationUserStatus to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatus">The ManagedDeviceMobileAppConfigurationUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationUserStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatus">The ManagedDeviceMobileAppConfigurationUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder"/> for the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfigurationUserStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserStatus using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToCreate">The ManagedDeviceMobileAppConfigurationUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToCreate">The ManagedDeviceMobileAppConfigurationUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserStatus using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToUpdate">The ManagedDeviceMobileAppConfigurationUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToUpdate">The ManagedDeviceMobileAppConfigurationUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.PutAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserStatus using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToUpdate">The ManagedDeviceMobileAppConfigurationUserStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToUpdate">The ManagedDeviceMobileAppConfigurationUserStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserSummary using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToCreate">The ManagedDeviceMobileAppConfigurationUserSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToCreate">The ManagedDeviceMobileAppConfigurationUserSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserSummary using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToUpdate">The ManagedDeviceMobileAppConfigurationUserSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToUpdate">The ManagedDeviceMobileAppConfigurationUserSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.PutAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserSummary using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToUpdate">The ManagedDeviceMobileAppConfigurationUserSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToUpdate">The ManagedDeviceMobileAppConfigurationUserSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceOverviewReferenceRequest">
            <summary>
            The interface IManagedDeviceOverviewReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedDeviceOverview reference.
            </summary>
            <param name="id">The ManagedDeviceOverview reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedDeviceOverview reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The ManagedDeviceOverview reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceOverviewReferenceRequestBuilder">
            <summary>
            The interface IManagedDeviceOverviewReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceOverviewRequest">
            <summary>
            The interface IManagedDeviceOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.CreateAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceOverview using POST.
            </summary>
            <param name="managedDeviceOverviewToCreate">The ManagedDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceOverview using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceOverviewToCreate">The ManagedDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PATCH.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.PutAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PUT.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceOverviewRequestBuilder">
            <summary>
            The interface IManagedDeviceOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest">
            <summary>
            The interface IManagedDeviceOverviewWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.CreateAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceOverview using POST.
            </summary>
            <param name="managedDeviceOverviewToCreate">The ManagedDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceOverview using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceOverviewToCreate">The ManagedDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PATCH.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequestBuilder">
            <summary>
            The interface IManagedDeviceOverviewWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the managedDeviceOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceOverviewReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRebootNowRequest">
            <summary>
            The interface IManagedDeviceRebootNowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRebootNowRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRebootNowRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRebootNowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRebootNowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRebootNowRequestBuilder">
            <summary>
            The interface IManagedDeviceRebootNowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRebootNowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequest">
            <summary>
            The interface IManagedDeviceRecoverPasscodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequestBuilder">
            <summary>
            The interface IManagedDeviceRecoverPasscodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceReferenceRequest">
            <summary>
            The interface IManagedDeviceReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedDevice reference.
            </summary>
            <param name="id">The ManagedDevice reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedDevice reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The ManagedDevice reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceReferenceRequestBuilder">
            <summary>
            The interface IManagedDeviceReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRemoteLockRequest">
            <summary>
            The interface IManagedDeviceRemoteLockRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRemoteLockRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRemoteLockRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRemoteLockRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRemoteLockRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRemoteLockRequestBuilder">
            <summary>
            The interface IManagedDeviceRemoteLockRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRemoteLockRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRequest">
            <summary>
            The interface IManagedDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.CreateAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDevice using POST.
            </summary>
            <param name="managedDeviceToCreate">The ManagedDevice to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.CreateResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDevice using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceToCreate">The ManagedDevice to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDevice and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.UpdateAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PATCH.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.PutAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PUT.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.PutResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRequestBuilder">
            <summary>
            The interface IManagedDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceRequestBuilder.DeviceCompliancePolicyStates">
            <summary>
            Gets the request builder for DeviceCompliancePolicyStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceRequestBuilder.DeviceConfigurationStates">
            <summary>
            Gets the request builder for DeviceConfigurationStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceRequestBuilder.DeviceCategory">
            <summary>
            Gets the request builder for DeviceCategory.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceRequestBuilder.Users">
            <summary>
            Gets the request builder for Users.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.BypassActivationLock">
            <summary>
            Gets the request builder for ManagedDeviceBypassActivationLock.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceBypassActivationLockRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.CleanWindowsDevice(System.Boolean)">
            <summary>
            Gets the request builder for ManagedDeviceCleanWindowsDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.DeleteUserFromSharedAppleDevice(System.String)">
            <summary>
            Gets the request builder for ManagedDeviceDeleteUserFromSharedAppleDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.DisableLostMode">
            <summary>
            Gets the request builder for ManagedDeviceDisableLostMode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDisableLostModeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.LocateDevice">
            <summary>
            Gets the request builder for ManagedDeviceLocateDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceLocateDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.LogoutSharedAppleDeviceActiveUser">
            <summary>
            Gets the request builder for ManagedDeviceLogoutSharedAppleDeviceActiveUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.RebootNow">
            <summary>
            Gets the request builder for ManagedDeviceRebootNow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRebootNowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.RecoverPasscode">
            <summary>
            Gets the request builder for ManagedDeviceRecoverPasscode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.RemoteLock">
            <summary>
            Gets the request builder for ManagedDeviceRemoteLock.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRemoteLockRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.RequestRemoteAssistance">
            <summary>
            Gets the request builder for ManagedDeviceRequestRemoteAssistance.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.ResetPasscode">
            <summary>
            Gets the request builder for ManagedDeviceResetPasscode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceResetPasscodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.Retire">
            <summary>
            Gets the request builder for ManagedDeviceRetire.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRetireRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.ShutDown">
            <summary>
            Gets the request builder for ManagedDeviceShutDown.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceShutDownRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.SyncDevice">
            <summary>
            Gets the request builder for ManagedDeviceSyncDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceSyncDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.UpdateWindowsDeviceAccount(Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter)">
            <summary>
            Gets the request builder for ManagedDeviceUpdateWindowsDeviceAccount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.WindowsDefenderScan(System.Boolean)">
            <summary>
            Gets the request builder for ManagedDeviceWindowsDefenderScan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.WindowsDefenderUpdateSignatures">
            <summary>
            Gets the request builder for ManagedDeviceWindowsDefenderUpdateSignatures.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.Wipe(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for ManagedDeviceWipe.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWipeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequest">
            <summary>
            The interface IManagedDeviceRequestRemoteAssistanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequestBuilder">
            <summary>
            The interface IManagedDeviceRequestRemoteAssistanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceResetPasscodeRequest">
            <summary>
            The interface IManagedDeviceResetPasscodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceResetPasscodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceResetPasscodeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceResetPasscodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceResetPasscodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceResetPasscodeRequestBuilder">
            <summary>
            The interface IManagedDeviceResetPasscodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceResetPasscodeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRetireRequest">
            <summary>
            The interface IManagedDeviceRetireRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRetireRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRetireRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRetireRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRetireRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRetireRequestBuilder">
            <summary>
            The interface IManagedDeviceRetireRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRetireRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceShutDownRequest">
            <summary>
            The interface IManagedDeviceShutDownRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceShutDownRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceShutDownRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceShutDownRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceShutDownRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceShutDownRequestBuilder">
            <summary>
            The interface IManagedDeviceShutDownRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceShutDownRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceSyncDeviceRequest">
            <summary>
            The interface IManagedDeviceSyncDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceSyncDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceSyncDeviceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceSyncDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceSyncDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceSyncDeviceRequestBuilder">
            <summary>
            The interface IManagedDeviceSyncDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceSyncDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequest">
            <summary>
            The interface IManagedDeviceUpdateWindowsDeviceAccountRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequestBuilder">
            <summary>
            The interface IManagedDeviceUpdateWindowsDeviceAccountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceUsersCollectionReferencesRequest">
            <summary>
            The interface IManagedDeviceUsersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceUsersCollectionReferencesRequestBuilder">
            <summary>
            The interface IManagedDeviceUsersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesPage">
            <summary>
            The interface IManagedDeviceUsersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequest">
            <summary>
            The interface IManagedDeviceUsersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IManagedDeviceUsersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/> for the specified User.
            </summary>
            <param name="id">The ID for the User.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceUsersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceUsersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequest">
            <summary>
            The interface IManagedDeviceWindowsDefenderScanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequestBuilder">
            <summary>
            The interface IManagedDeviceWindowsDefenderScanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequest">
            <summary>
            The interface IManagedDeviceWindowsDefenderUpdateSignaturesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder">
            <summary>
            The interface IManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWipeRequest">
            <summary>
            The interface IManagedDeviceWipeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceWipeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWipeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWipeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWipeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWipeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWipeRequestBuilder">
            <summary>
            The interface IManagedDeviceWipeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWipeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWithReferenceRequest">
            <summary>
            The interface IManagedDeviceWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDevice and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.CreateAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDevice using POST.
            </summary>
            <param name="managedDeviceToCreate">The ManagedDevice to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDevice using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceToCreate">The ManagedDevice to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.UpdateAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PATCH.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder">
            <summary>
            The interface IManagedDeviceWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the managedDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignmentRequest">
            <summary>
            The interface IManagedEBookAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.CreateAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedEBookAssignment using POST.
            </summary>
            <param name="managedEBookAssignmentToCreate">The ManagedEBookAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.CreateResponseAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedEBookAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedEBookAssignmentToCreate">The ManagedEBookAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedEBookAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedEBookAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.UpdateAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBookAssignment using PATCH.
            </summary>
            <param name="managedEBookAssignmentToUpdate">The ManagedEBookAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBookAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedEBookAssignmentToUpdate">The ManagedEBookAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.PutAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBookAssignment using PUT.
            </summary>
            <param name="managedEBookAssignmentToUpdate">The ManagedEBookAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.PutResponseAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBookAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedEBookAssignmentToUpdate">The ManagedEBookAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder">
            <summary>
            The interface IManagedEBookAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionPage">
            <summary>
            The interface IManagedEBookAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest">
            <summary>
            The interface IManagedEBookAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedEBookAssignment to the collection via POST.
            </summary>
            <param name="managedEBookAssignment">The ManagedEBookAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedEBookAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedEBookAssignment">The ManagedEBookAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IManagedEBookAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder"/> for the specified ManagedEBookAssignment.
            </summary>
            <param name="id">The ID for the ManagedEBookAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignRequest">
            <summary>
            The interface IManagedEBookAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignRequestBuilder">
            <summary>
            The interface IManagedEBookAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionPage">
            <summary>
            The interface IManagedEBookDeviceStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookDeviceStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest">
            <summary>
            The interface IManagedEBookDeviceStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequestBuilder">
            <summary>
            The interface IManagedEBookDeviceStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/> for the specified DeviceInstallState.
            </summary>
            <param name="id">The ID for the DeviceInstallState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookRequest">
            <summary>
            The interface IManagedEBookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.CreateAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedEBook using POST.
            </summary>
            <param name="managedEBookToCreate">The ManagedEBook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.CreateResponseAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedEBook using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedEBookToCreate">The ManagedEBook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedEBook and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedEBook and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.UpdateAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBook using PATCH.
            </summary>
            <param name="managedEBookToUpdate">The ManagedEBook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.UpdateResponseAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBook using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedEBookToUpdate">The ManagedEBook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.PutAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBook using PUT.
            </summary>
            <param name="managedEBookToUpdate">The ManagedEBook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.PutResponseAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBook using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedEBookToUpdate">The ManagedEBook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookRequestBuilder">
            <summary>
            The interface IManagedEBookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookRequestBuilder.DeviceStates">
            <summary>
            Gets the request builder for DeviceStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookRequestBuilder.InstallSummary">
            <summary>
            Gets the request builder for InstallSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEBookInstallSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookRequestBuilder.UserStateSummary">
            <summary>
            Gets the request builder for UserStateSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedEBookAssignment})">
            <summary>
            Gets the request builder for ManagedEBookAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionPage">
            <summary>
            The interface IManagedEBookUserStateSummaryCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest">
            <summary>
            The interface IManagedEBookUserStateSummaryCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.AddAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserInstallStateSummary to the collection via POST.
            </summary>
            <param name="userInstallStateSummary">The UserInstallStateSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.AddResponseAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserInstallStateSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userInstallStateSummary">The UserInstallStateSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequestBuilder">
            <summary>
            The interface IManagedEBookUserStateSummaryCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder"/> for the specified UserInstallStateSummary.
            </summary>
            <param name="id">The ID for the UserInstallStateSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedIOSLobAppRequest">
            <summary>
            The interface IManagedIOSLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.CreateAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedIOSLobApp using POST.
            </summary>
            <param name="managedIOSLobAppToCreate">The ManagedIOSLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedIOSLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedIOSLobAppToCreate">The ManagedIOSLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedIOSLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedIOSLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedIOSLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedIOSLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSLobApp using PATCH.
            </summary>
            <param name="managedIOSLobAppToUpdate">The ManagedIOSLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedIOSLobAppToUpdate">The ManagedIOSLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.PutAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSLobApp using PUT.
            </summary>
            <param name="managedIOSLobAppToUpdate">The ManagedIOSLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.PutResponseAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedIOSLobAppToUpdate">The ManagedIOSLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedIOSLobAppRequestBuilder">
            <summary>
            The interface IManagedIOSLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedIOSStoreAppRequest">
            <summary>
            The interface IManagedIOSStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.CreateAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedIOSStoreApp using POST.
            </summary>
            <param name="managedIOSStoreAppToCreate">The ManagedIOSStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedIOSStoreApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedIOSStoreAppToCreate">The ManagedIOSStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedIOSStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedIOSStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedIOSStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedIOSStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.UpdateAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSStoreApp using PATCH.
            </summary>
            <param name="managedIOSStoreAppToUpdate">The ManagedIOSStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSStoreApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedIOSStoreAppToUpdate">The ManagedIOSStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.PutAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSStoreApp using PUT.
            </summary>
            <param name="managedIOSStoreAppToUpdate">The ManagedIOSStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.PutResponseAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSStoreApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedIOSStoreAppToUpdate">The ManagedIOSStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedIOSStoreAppRequestBuilder">
            <summary>
            The interface IManagedIOSStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileAppRequest">
            <summary>
            The interface IManagedMobileAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.CreateAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedMobileApp using POST.
            </summary>
            <param name="managedMobileAppToCreate">The ManagedMobileApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedMobileApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedMobileAppToCreate">The ManagedMobileApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedMobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedMobileApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedMobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedMobileApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.UpdateAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileApp using PATCH.
            </summary>
            <param name="managedMobileAppToUpdate">The ManagedMobileApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedMobileAppToUpdate">The ManagedMobileApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.PutAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileApp using PUT.
            </summary>
            <param name="managedMobileAppToUpdate">The ManagedMobileApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.PutResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedMobileAppToUpdate">The ManagedMobileApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileAppRequestBuilder">
            <summary>
            The interface IManagedMobileAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionPage">
            <summary>
            The interface IManagedMobileLobAppContentVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest">
            <summary>
            The interface IManagedMobileLobAppContentVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequestBuilder">
            <summary>
            The interface IManagedMobileLobAppContentVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/> for the specified MobileAppContent.
            </summary>
            <param name="id">The ID for the MobileAppContent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileLobAppRequest">
            <summary>
            The interface IManagedMobileLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.CreateAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedMobileLobApp using POST.
            </summary>
            <param name="managedMobileLobAppToCreate">The ManagedMobileLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedMobileLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedMobileLobAppToCreate">The ManagedMobileLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedMobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedMobileLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedMobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedMobileLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileLobApp using PATCH.
            </summary>
            <param name="managedMobileLobAppToUpdate">The ManagedMobileLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedMobileLobAppToUpdate">The ManagedMobileLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.PutAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileLobApp using PUT.
            </summary>
            <param name="managedMobileLobAppToUpdate">The ManagedMobileLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.PutResponseAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedMobileLobAppToUpdate">The ManagedMobileLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileLobAppRequestBuilder">
            <summary>
            The interface IManagedMobileLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedMobileLobAppRequestBuilder.ContentVersions">
            <summary>
            Gets the request builder for ContentVersions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest">
            <summary>
            The interface IMdmWindowsInformationProtectionPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.CreateAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MdmWindowsInformationProtectionPolicy using POST.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToCreate">The MdmWindowsInformationProtectionPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.CreateResponseAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MdmWindowsInformationProtectionPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToCreate">The MdmWindowsInformationProtectionPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MdmWindowsInformationProtectionPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MdmWindowsInformationProtectionPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.UpdateAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MdmWindowsInformationProtectionPolicy using PATCH.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToUpdate">The MdmWindowsInformationProtectionPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.UpdateResponseAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MdmWindowsInformationProtectionPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToUpdate">The MdmWindowsInformationProtectionPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.PutAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MdmWindowsInformationProtectionPolicy using PUT.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToUpdate">The MdmWindowsInformationProtectionPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.PutResponseAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MdmWindowsInformationProtectionPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToUpdate">The MdmWindowsInformationProtectionPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder">
            <summary>
            The interface IMdmWindowsInformationProtectionPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionPage">
            <summary>
            The interface IMeetingAttendanceReportAttendanceRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest">
            <summary>
            The interface IMeetingAttendanceReportAttendanceRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest.AddAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AttendanceRecord to the collection via POST.
            </summary>
            <param name="attendanceRecord">The AttendanceRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttendanceRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest.AddResponseAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AttendanceRecord to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="attendanceRecord">The AttendanceRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttendanceRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttendanceRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder">
            <summary>
            The interface IMeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttendanceRecordRequestBuilder"/> for the specified AttendanceRecord.
            </summary>
            <param name="id">The ID for the AttendanceRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttendanceRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMeetingAttendanceReportRequest">
            <summary>
            The interface IMeetingAttendanceReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.CreateAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MeetingAttendanceReport using POST.
            </summary>
            <param name="meetingAttendanceReportToCreate">The MeetingAttendanceReport to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MeetingAttendanceReport.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.CreateResponseAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MeetingAttendanceReport using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="meetingAttendanceReportToCreate">The MeetingAttendanceReport to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MeetingAttendanceReport.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MeetingAttendanceReport and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MeetingAttendanceReport.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MeetingAttendanceReport.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MeetingAttendanceReport and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.UpdateAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MeetingAttendanceReport using PATCH.
            </summary>
            <param name="meetingAttendanceReportToUpdate">The MeetingAttendanceReport to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MeetingAttendanceReport.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.UpdateResponseAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MeetingAttendanceReport using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="meetingAttendanceReportToUpdate">The MeetingAttendanceReport to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.PutAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MeetingAttendanceReport using PUT.
            </summary>
            <param name="meetingAttendanceReportToUpdate">The MeetingAttendanceReport object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.PutResponseAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MeetingAttendanceReport using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="meetingAttendanceReportToUpdate">The MeetingAttendanceReport object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MeetingAttendanceReport,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MeetingAttendanceReport,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMeetingAttendanceReportRequestBuilder">
            <summary>
            The interface IMeetingAttendanceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMeetingAttendanceReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMeetingAttendanceReportRequestBuilder.AttendanceRecords">
            <summary>
            Gets the request builder for AttendanceRecords.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageAttachmentsCollectionPage">
            <summary>
            The interface IMessageAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMessageAttachmentsCollectionRequest">
            <summary>
            The interface IMessageAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageAttachmentsCollectionRequestBuilder">
            <summary>
            The interface IMessageAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/> for the specified Attachment.
            </summary>
            <param name="id">The ID for the Attachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequestBuilder.CreateUploadSession(Microsoft.Graph.AttachmentItem)">
            <summary>
            Gets the request builder for AttachmentCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageContentRequest">
            <summary>
            The interface IMessageContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageContentRequestBuilder">
            <summary>
            The interface IMessageContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCopyRequest">
            <summary>
            The interface IMessageCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCopyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCopyRequestBuilder">
            <summary>
            The interface IMessageCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCopyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCreateForwardRequest">
            <summary>
            The interface IMessageCreateForwardRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageCreateForwardRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateForwardRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCreateForwardRequestBuilder">
            <summary>
            The interface IMessageCreateForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateForwardRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCreateReplyAllRequest">
            <summary>
            The interface IMessageCreateReplyAllRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageCreateReplyAllRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyAllRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyAllRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyAllRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyAllRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCreateReplyAllRequestBuilder">
            <summary>
            The interface IMessageCreateReplyAllRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyAllRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCreateReplyRequest">
            <summary>
            The interface IMessageCreateReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageCreateReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCreateReplyRequestBuilder">
            <summary>
            The interface IMessageCreateReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageDeltaCollectionPage">
            <summary>
            The interface IMessageDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMessageDeltaRequest">
            <summary>
            The interface IMessageDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageDeltaRequestBuilder">
            <summary>
            The interface IMessageDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageExtensionsCollectionPage">
            <summary>
            The interface IMessageExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMessageExtensionsCollectionRequest">
            <summary>
            The interface IMessageExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageExtensionsCollectionRequestBuilder">
            <summary>
            The interface IMessageExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageForwardRequest">
            <summary>
            The interface IMessageForwardRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageForwardRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageForwardRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageForwardRequestBuilder">
            <summary>
            The interface IMessageForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageForwardRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageMoveRequest">
            <summary>
            The interface IMessageMoveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageMoveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageMoveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMoveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMoveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMoveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageMoveRequestBuilder">
            <summary>
            The interface IMessageMoveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageMoveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IMessageMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IMessageMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IMessageMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageReplyAllRequest">
            <summary>
            The interface IMessageReplyAllRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageReplyAllRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyAllRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyAllRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyAllRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyAllRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageReplyAllRequestBuilder">
            <summary>
            The interface IMessageReplyAllRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyAllRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageReplyRequest">
            <summary>
            The interface IMessageReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageReplyRequestBuilder">
            <summary>
            The interface IMessageReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageRequest">
            <summary>
            The interface IMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.CreateAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Message using POST.
            </summary>
            <param name="messageToCreate">The Message to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.CreateResponseAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Message using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="messageToCreate">The Message to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Message.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Message and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Message.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Message and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.UpdateAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Message using PATCH.
            </summary>
            <param name="messageToUpdate">The Message to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.UpdateResponseAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Message using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="messageToUpdate">The Message to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.PutAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Message using PUT.
            </summary>
            <param name="messageToUpdate">The Message object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.PutResponseAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Message using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="messageToUpdate">The Message object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageRequestBuilder">
            <summary>
            The interface IMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Forward(System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},Microsoft.Graph.Message,System.String)">
            <summary>
            Gets the request builder for MessageForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Copy(System.String)">
            <summary>
            Gets the request builder for MessageCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Move(System.String)">
            <summary>
            Gets the request builder for MessageMove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageMoveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.CreateForward(System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},Microsoft.Graph.Message,System.String)">
            <summary>
            Gets the request builder for MessageCreateForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCreateForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.CreateReply(Microsoft.Graph.Message,System.String)">
            <summary>
            Gets the request builder for MessageCreateReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCreateReplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.CreateReplyAll(Microsoft.Graph.Message,System.String)">
            <summary>
            Gets the request builder for MessageCreateReplyAll.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCreateReplyAllRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Reply(Microsoft.Graph.Message,System.String)">
            <summary>
            Gets the request builder for MessageReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageReplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.ReplyAll(Microsoft.Graph.Message,System.String)">
            <summary>
            Gets the request builder for MessageReplyAll.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageReplyAllRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Send">
            <summary>
            Gets the request builder for MessageSend.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageSendRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageRuleRequest">
            <summary>
            The interface IMessageRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.CreateAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MessageRule using POST.
            </summary>
            <param name="messageRuleToCreate">The MessageRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.CreateResponseAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MessageRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="messageRuleToCreate">The MessageRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MessageRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MessageRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MessageRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MessageRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.UpdateAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MessageRule using PATCH.
            </summary>
            <param name="messageRuleToUpdate">The MessageRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.UpdateResponseAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MessageRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="messageRuleToUpdate">The MessageRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.PutAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MessageRule using PUT.
            </summary>
            <param name="messageRuleToUpdate">The MessageRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.PutResponseAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MessageRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="messageRuleToUpdate">The MessageRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageRuleRequestBuilder">
            <summary>
            The interface IMessageRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageSendRequest">
            <summary>
            The interface IMessageSendRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageSendRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSendRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSendRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSendRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageSendRequestBuilder">
            <summary>
            The interface IMessageSendRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageSendRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IMessageSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IMessageSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IMessageSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest">
            <summary>
            The interface IMicrosoftAccountUserConversationMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.CreateAsync(Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAccountUserConversationMember using POST.
            </summary>
            <param name="microsoftAccountUserConversationMemberToCreate">The MicrosoftAccountUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftAccountUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.CreateResponseAsync(Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAccountUserConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAccountUserConversationMemberToCreate">The MicrosoftAccountUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAccountUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAccountUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAccountUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MicrosoftAccountUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAccountUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.UpdateAsync(Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAccountUserConversationMember using PATCH.
            </summary>
            <param name="microsoftAccountUserConversationMemberToUpdate">The MicrosoftAccountUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MicrosoftAccountUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.UpdateResponseAsync(Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAccountUserConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAccountUserConversationMemberToUpdate">The MicrosoftAccountUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.PutAsync(Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAccountUserConversationMember using PUT.
            </summary>
            <param name="microsoftAccountUserConversationMemberToUpdate">The MicrosoftAccountUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.PutResponseAsync(Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAccountUserConversationMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAccountUserConversationMemberToUpdate">The MicrosoftAccountUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequestBuilder">
            <summary>
            The interface IMicrosoftAccountUserConversationMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAccountUserConversationMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionPage">
            <summary>
            The interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest">
            <summary>
            The interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MicrosoftAuthenticatorAuthenticationMethodTarget to the collection via POST.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTarget">The MicrosoftAuthenticatorAuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftAuthenticatorAuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MicrosoftAuthenticatorAuthenticationMethodTarget to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTarget">The MicrosoftAuthenticatorAuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder">
            <summary>
            The interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder"/> for the specified MicrosoftAuthenticatorAuthenticationMethodTarget.
            </summary>
            <param name="id">The ID for the MicrosoftAuthenticatorAuthenticationMethodTarget.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest">
            <summary>
            The interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.CreateAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration using POST.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodConfigurationToCreate">The MicrosoftAuthenticatorAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftAuthenticatorAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.CreateResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodConfigurationToCreate">The MicrosoftAuthenticatorAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MicrosoftAuthenticatorAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.UpdateAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration using PATCH.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodConfigurationToUpdate">The MicrosoftAuthenticatorAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MicrosoftAuthenticatorAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodConfigurationToUpdate">The MicrosoftAuthenticatorAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.PutAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration using PUT.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodConfigurationToUpdate">The MicrosoftAuthenticatorAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.PutResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodConfigurationToUpdate">The MicrosoftAuthenticatorAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder">
            <summary>
            The interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder.IncludeTargets">
            <summary>
            Gets the request builder for IncludeTargets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest">
            <summary>
            The interface IMicrosoftAuthenticatorAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAuthenticatorAuthenticationMethod using POST.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodToCreate">The MicrosoftAuthenticatorAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftAuthenticatorAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAuthenticatorAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodToCreate">The MicrosoftAuthenticatorAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAuthenticatorAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAuthenticatorAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAuthenticatorAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MicrosoftAuthenticatorAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAuthenticatorAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethod using PATCH.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodToUpdate">The MicrosoftAuthenticatorAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MicrosoftAuthenticatorAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodToUpdate">The MicrosoftAuthenticatorAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.PutAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethod using PUT.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodToUpdate">The MicrosoftAuthenticatorAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodToUpdate">The MicrosoftAuthenticatorAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequestBuilder">
            <summary>
            The interface IMicrosoftAuthenticatorAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodRequestBuilder.Device">
            <summary>
            Gets the request builder for Device.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest">
            <summary>
            The interface IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.CreateAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAuthenticatorAuthenticationMethodTarget using POST.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTargetToCreate">The MicrosoftAuthenticatorAuthenticationMethodTarget to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftAuthenticatorAuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.CreateResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAuthenticatorAuthenticationMethodTarget using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTargetToCreate">The MicrosoftAuthenticatorAuthenticationMethodTarget to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAuthenticatorAuthenticationMethodTarget.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAuthenticatorAuthenticationMethodTarget and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAuthenticatorAuthenticationMethodTarget.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MicrosoftAuthenticatorAuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAuthenticatorAuthenticationMethodTarget and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.UpdateAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodTarget using PATCH.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTargetToUpdate">The MicrosoftAuthenticatorAuthenticationMethodTarget to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MicrosoftAuthenticatorAuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.UpdateResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodTarget using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTargetToUpdate">The MicrosoftAuthenticatorAuthenticationMethodTarget to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.PutAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodTarget using PUT.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTargetToUpdate">The MicrosoftAuthenticatorAuthenticationMethodTarget object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.PutResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodTarget using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTargetToUpdate">The MicrosoftAuthenticatorAuthenticationMethodTarget object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder">
            <summary>
            The interface IMicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest">
            <summary>
            The interface IMicrosoftStoreForBusinessAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.CreateAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftStoreForBusinessApp using POST.
            </summary>
            <param name="microsoftStoreForBusinessAppToCreate">The MicrosoftStoreForBusinessApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.CreateResponseAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftStoreForBusinessApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftStoreForBusinessAppToCreate">The MicrosoftStoreForBusinessApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftStoreForBusinessApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftStoreForBusinessApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftStoreForBusinessApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftStoreForBusinessApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.UpdateAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftStoreForBusinessApp using PATCH.
            </summary>
            <param name="microsoftStoreForBusinessAppToUpdate">The MicrosoftStoreForBusinessApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.UpdateResponseAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftStoreForBusinessApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftStoreForBusinessAppToUpdate">The MicrosoftStoreForBusinessApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.PutAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftStoreForBusinessApp using PUT.
            </summary>
            <param name="microsoftStoreForBusinessAppToUpdate">The MicrosoftStoreForBusinessApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.PutResponseAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftStoreForBusinessApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftStoreForBusinessAppToUpdate">The MicrosoftStoreForBusinessApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequestBuilder">
            <summary>
            The interface IMicrosoftStoreForBusinessAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignmentRequest">
            <summary>
            The interface IMobileAppAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.CreateAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppAssignment using POST.
            </summary>
            <param name="mobileAppAssignmentToCreate">The MobileAppAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.CreateResponseAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppAssignmentToCreate">The MobileAppAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.UpdateAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppAssignment using PATCH.
            </summary>
            <param name="mobileAppAssignmentToUpdate">The MobileAppAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppAssignmentToUpdate">The MobileAppAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.PutAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppAssignment using PUT.
            </summary>
            <param name="mobileAppAssignmentToUpdate">The MobileAppAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.PutResponseAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppAssignmentToUpdate">The MobileAppAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignmentRequestBuilder">
            <summary>
            The interface IMobileAppAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignmentsCollectionPage">
            <summary>
            The interface IMobileAppAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest">
            <summary>
            The interface IMobileAppAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppAssignment to the collection via POST.
            </summary>
            <param name="mobileAppAssignment">The MobileAppAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileAppAssignment">The MobileAppAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IMobileAppAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppAssignmentRequestBuilder"/> for the specified MobileAppAssignment.
            </summary>
            <param name="id">The ID for the MobileAppAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignRequest">
            <summary>
            The interface IMobileAppAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignRequestBuilder">
            <summary>
            The interface IMobileAppAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoriesCollectionReferencesRequest">
            <summary>
            The interface IMobileAppCategoriesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionReferencesRequest.AddAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoriesCollectionReferencesRequestBuilder">
            <summary>
            The interface IMobileAppCategoriesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesPage">
            <summary>
            The interface IMobileAppCategoriesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequest">
            <summary>
            The interface IMobileAppCategoriesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IMobileAppCategoriesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppCategoryWithReferenceRequestBuilder"/> for the specified MobileAppCategory.
            </summary>
            <param name="id">The ID for the MobileAppCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoryWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoryReferenceRequest">
            <summary>
            The interface IMobileAppCategoryReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified MobileAppCategory reference.
            </summary>
            <param name="id">The MobileAppCategory reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified MobileAppCategory reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The MobileAppCategory reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoryReferenceRequestBuilder">
            <summary>
            The interface IMobileAppCategoryReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoryRequest">
            <summary>
            The interface IMobileAppCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.CreateAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppCategory using POST.
            </summary>
            <param name="mobileAppCategoryToCreate">The MobileAppCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.CreateResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppCategory using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppCategoryToCreate">The MobileAppCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.UpdateAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PATCH.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.UpdateResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.PutAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PUT.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.PutResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder">
            <summary>
            The interface IMobileAppCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoryWithReferenceRequest">
            <summary>
            The interface IMobileAppCategoryWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequest.CreateAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppCategory using POST.
            </summary>
            <param name="mobileAppCategoryToCreate">The MobileAppCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppCategory using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppCategoryToCreate">The MobileAppCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequest.UpdateAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PATCH.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoryWithReferenceRequestBuilder">
            <summary>
            The interface IMobileAppCategoryWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppCategoryWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the mobileAppCategory.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoryReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentContainedAppsCollectionPage">
            <summary>
            The interface IMobileAppContentContainedAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppContentContainedAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest">
            <summary>
            The interface IMobileAppContentContainedAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest.AddAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileContainedApp to the collection via POST.
            </summary>
            <param name="mobileContainedApp">The MobileContainedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileContainedApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileContainedApp">The MobileContainedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileContainedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileContainedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequestBuilder">
            <summary>
            The interface IMobileAppContentContainedAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileContainedAppRequestBuilder"/> for the specified MobileContainedApp.
            </summary>
            <param name="id">The ID for the MobileContainedApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileContainedAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFileCommitRequest">
            <summary>
            The interface IMobileAppContentFileCommitRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppContentFileCommitRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileCommitRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileCommitRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileCommitRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileCommitRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFileCommitRequestBuilder">
            <summary>
            The interface IMobileAppContentFileCommitRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileCommitRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFileRenewUploadRequest">
            <summary>
            The interface IMobileAppContentFileRenewUploadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRenewUploadRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRenewUploadRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRenewUploadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRenewUploadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFileRenewUploadRequestBuilder">
            <summary>
            The interface IMobileAppContentFileRenewUploadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRenewUploadRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFileRequest">
            <summary>
            The interface IMobileAppContentFileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.CreateAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppContentFile using POST.
            </summary>
            <param name="mobileAppContentFileToCreate">The MobileAppContentFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.CreateResponseAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppContentFile using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppContentFileToCreate">The MobileAppContentFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppContentFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppContentFile and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppContentFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppContentFile and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.UpdateAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContentFile using PATCH.
            </summary>
            <param name="mobileAppContentFileToUpdate">The MobileAppContentFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.UpdateResponseAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContentFile using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppContentFileToUpdate">The MobileAppContentFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.PutAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContentFile using PUT.
            </summary>
            <param name="mobileAppContentFileToUpdate">The MobileAppContentFile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.PutResponseAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContentFile using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppContentFileToUpdate">The MobileAppContentFile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFileRequestBuilder">
            <summary>
            The interface IMobileAppContentFileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequestBuilder.Commit(Microsoft.Graph.FileEncryptionInfo)">
            <summary>
            Gets the request builder for MobileAppContentFileCommit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFileCommitRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequestBuilder.RenewUpload">
            <summary>
            Gets the request builder for MobileAppContentFileRenewUpload.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFileRenewUploadRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFilesCollectionPage">
            <summary>
            The interface IMobileAppContentFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppContentFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppContentFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFilesCollectionRequest">
            <summary>
            The interface IMobileAppContentFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContentFile to the collection via POST.
            </summary>
            <param name="mobileAppContentFile">The MobileAppContentFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContentFile to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileAppContentFile">The MobileAppContentFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFilesCollectionRequestBuilder">
            <summary>
            The interface IMobileAppContentFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppContentFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppContentFileRequestBuilder"/> for the specified MobileAppContentFile.
            </summary>
            <param name="id">The ID for the MobileAppContentFile.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentRequest">
            <summary>
            The interface IMobileAppContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.CreateAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppContent using POST.
            </summary>
            <param name="mobileAppContentToCreate">The MobileAppContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.CreateResponseAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppContent using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppContentToCreate">The MobileAppContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppContent and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppContent and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.UpdateAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContent using PATCH.
            </summary>
            <param name="mobileAppContentToUpdate">The MobileAppContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.UpdateResponseAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContent using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppContentToUpdate">The MobileAppContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.PutAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContent using PUT.
            </summary>
            <param name="mobileAppContentToUpdate">The MobileAppContent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.PutResponseAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContent using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppContentToUpdate">The MobileAppContent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentRequestBuilder">
            <summary>
            The interface IMobileAppContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppContentRequestBuilder.ContainedApps">
            <summary>
            Gets the request builder for ContainedApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppContentRequestBuilder.Files">
            <summary>
            Gets the request builder for Files.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppRequest">
            <summary>
            The interface IMobileAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.CreateAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileApp using POST.
            </summary>
            <param name="mobileAppToCreate">The MobileApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.CreateResponseAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppToCreate">The MobileApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.UpdateAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileApp using PATCH.
            </summary>
            <param name="mobileAppToUpdate">The MobileApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.UpdateResponseAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppToUpdate">The MobileApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.PutAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileApp using PUT.
            </summary>
            <param name="mobileAppToUpdate">The MobileApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.PutResponseAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppToUpdate">The MobileApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppRequestBuilder">
            <summary>
            The interface IMobileAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppRequestBuilder.Categories">
            <summary>
            Gets the request builder for Categories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.MobileAppAssignment})">
            <summary>
            Gets the request builder for MobileAppAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileContainedAppRequest">
            <summary>
            The interface IMobileContainedAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.CreateAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileContainedApp using POST.
            </summary>
            <param name="mobileContainedAppToCreate">The MobileContainedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.CreateResponseAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileContainedApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileContainedAppToCreate">The MobileContainedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileContainedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileContainedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileContainedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileContainedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.UpdateAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileContainedApp using PATCH.
            </summary>
            <param name="mobileContainedAppToUpdate">The MobileContainedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.UpdateResponseAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileContainedApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileContainedAppToUpdate">The MobileContainedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.PutAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileContainedApp using PUT.
            </summary>
            <param name="mobileContainedAppToUpdate">The MobileContainedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.PutResponseAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileContainedApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileContainedAppToUpdate">The MobileContainedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileContainedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileContainedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileContainedAppRequestBuilder">
            <summary>
            The interface IMobileContainedAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileContainedAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionPage">
            <summary>
            The interface IMobileLobAppContentVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMobileLobAppContentVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest">
            <summary>
            The interface IMobileLobAppContentVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequestBuilder">
            <summary>
            The interface IMobileLobAppContentVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/> for the specified MobileAppContent.
            </summary>
            <param name="id">The ID for the MobileAppContent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileLobAppRequest">
            <summary>
            The interface IMobileLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.CreateAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileLobApp using POST.
            </summary>
            <param name="mobileLobAppToCreate">The MobileLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.CreateResponseAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileLobAppToCreate">The MobileLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.UpdateAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileLobApp using PATCH.
            </summary>
            <param name="mobileLobAppToUpdate">The MobileLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.UpdateResponseAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileLobAppToUpdate">The MobileLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.PutAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileLobApp using PUT.
            </summary>
            <param name="mobileLobAppToUpdate">The MobileLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.PutResponseAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileLobAppToUpdate">The MobileLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileLobAppRequestBuilder">
            <summary>
            The interface IMobileLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileLobAppRequestBuilder.ContentVersions">
            <summary>
            Gets the request builder for ContentVersions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileThreatDefenseConnectorRequest">
            <summary>
            The interface IMobileThreatDefenseConnectorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.CreateAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileThreatDefenseConnector using POST.
            </summary>
            <param name="mobileThreatDefenseConnectorToCreate">The MobileThreatDefenseConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.CreateResponseAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileThreatDefenseConnector using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileThreatDefenseConnectorToCreate">The MobileThreatDefenseConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileThreatDefenseConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileThreatDefenseConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileThreatDefenseConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileThreatDefenseConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.UpdateAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileThreatDefenseConnector using PATCH.
            </summary>
            <param name="mobileThreatDefenseConnectorToUpdate">The MobileThreatDefenseConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.UpdateResponseAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileThreatDefenseConnector using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileThreatDefenseConnectorToUpdate">The MobileThreatDefenseConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.PutAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileThreatDefenseConnector using PUT.
            </summary>
            <param name="mobileThreatDefenseConnectorToUpdate">The MobileThreatDefenseConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.PutResponseAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileThreatDefenseConnector using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileThreatDefenseConnectorToUpdate">The MobileThreatDefenseConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder">
            <summary>
            The interface IMobileThreatDefenseConnectorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportCollectionPage">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityImportCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportCollectionResponse">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityImportCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequest">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityImportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ImportedWindowsAutopilotDeviceIdentityImportRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequestBuilder">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityImportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="importedWindowsAutopilotDeviceIdentities">A importedWindowsAutopilotDeviceIdentities parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityImportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ImportedWindowsAutopilotDeviceIdentityRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.CreateAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ImportedWindowsAutopilotDeviceIdentity using POST.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityToCreate">The ImportedWindowsAutopilotDeviceIdentity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ImportedWindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.CreateResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ImportedWindowsAutopilotDeviceIdentity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityToCreate">The ImportedWindowsAutopilotDeviceIdentity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ImportedWindowsAutopilotDeviceIdentity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ImportedWindowsAutopilotDeviceIdentity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ImportedWindowsAutopilotDeviceIdentity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ImportedWindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ImportedWindowsAutopilotDeviceIdentity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.UpdateAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentity using PATCH.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityToUpdate">The ImportedWindowsAutopilotDeviceIdentity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ImportedWindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.UpdateResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityToUpdate">The ImportedWindowsAutopilotDeviceIdentity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.PutAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentity using PUT.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityToUpdate">The ImportedWindowsAutopilotDeviceIdentity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.PutResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityToUpdate">The ImportedWindowsAutopilotDeviceIdentity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequest.InitializeCollectionProperties(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityToInitialize">The <see cref="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequestBuilder">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ImportedWindowsAutopilotDeviceIdentityRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionPage">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.AddAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ImportedWindowsAutopilotDeviceIdentity to the collection via POST.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentity">The ImportedWindowsAutopilotDeviceIdentity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ImportedWindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.AddResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ImportedWindowsAutopilotDeviceIdentity to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentity">The ImportedWindowsAutopilotDeviceIdentity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequestBuilder"/> for the specified ImportedWindowsAutopilotDeviceIdentityUploadImportedWindowsAutopilotDeviceIdentity.
            </summary>
            <param name="id">The ID for the ImportedWindowsAutopilotDeviceIdentityUploadImportedWindowsAutopilotDeviceIdentity.</param>
            <returns>The <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder.Import(System.Collections.Generic.IEnumerable{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentity})">
            <summary>
            Gets the request builder for ImportedWindowsAutopilotDeviceIdentityImport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityImportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionResponse">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityUploadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ImportedWindowsAutopilotDeviceIdentityUploadRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.CreateAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ImportedWindowsAutopilotDeviceIdentityUpload using POST.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityUploadToCreate">The ImportedWindowsAutopilotDeviceIdentityUpload to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ImportedWindowsAutopilotDeviceIdentityUpload.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.CreateResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ImportedWindowsAutopilotDeviceIdentityUpload using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityUploadToCreate">The ImportedWindowsAutopilotDeviceIdentityUpload to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ImportedWindowsAutopilotDeviceIdentityUpload.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ImportedWindowsAutopilotDeviceIdentityUpload and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ImportedWindowsAutopilotDeviceIdentityUpload.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ImportedWindowsAutopilotDeviceIdentityUpload.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ImportedWindowsAutopilotDeviceIdentityUpload and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.UpdateAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentityUpload using PATCH.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityUploadToUpdate">The ImportedWindowsAutopilotDeviceIdentityUpload to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ImportedWindowsAutopilotDeviceIdentityUpload.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.UpdateResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentityUpload using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityUploadToUpdate">The ImportedWindowsAutopilotDeviceIdentityUpload to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.PutAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentityUpload using PUT.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityUploadToUpdate">The ImportedWindowsAutopilotDeviceIdentityUpload object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.PutResponseAsync(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ImportedWindowsAutopilotDeviceIdentityUpload using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityUploadToUpdate">The ImportedWindowsAutopilotDeviceIdentityUpload object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequest.InitializeCollectionProperties(Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="importedWindowsAutopilotDeviceIdentityUploadToInitialize">The <see cref="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUpload"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequestBuilder">
            <summary>
            The type ImportedWindowsAutopilotDeviceIdentityUploadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ImportedWindowsAutopilotDeviceIdentityUploadRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ImportedWindowsAutopilotDeviceIdentityUploadRequestBuilder.DeviceIdentities">
            <summary>
            Gets the request builder for DeviceIdentities.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IImportedWindowsAutopilotDeviceIdentityUploadDeviceIdentitiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest">
            <summary>
            The interface IMultiValueLegacyExtendedPropertyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.CreateAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MultiValueLegacyExtendedProperty using POST.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToCreate">The MultiValueLegacyExtendedProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.CreateResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MultiValueLegacyExtendedProperty using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToCreate">The MultiValueLegacyExtendedProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MultiValueLegacyExtendedProperty and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MultiValueLegacyExtendedProperty and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.UpdateAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MultiValueLegacyExtendedProperty using PATCH.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToUpdate">The MultiValueLegacyExtendedProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.UpdateResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MultiValueLegacyExtendedProperty using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToUpdate">The MultiValueLegacyExtendedProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.PutAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MultiValueLegacyExtendedProperty using PUT.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToUpdate">The MultiValueLegacyExtendedProperty object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.PutResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MultiValueLegacyExtendedProperty using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToUpdate">The MultiValueLegacyExtendedProperty object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder">
            <summary>
            The interface IMultiValueLegacyExtendedPropertyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMuteParticipantOperationRequest">
            <summary>
            The interface IMuteParticipantOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.CreateAsync(Microsoft.Graph.MuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MuteParticipantOperation using POST.
            </summary>
            <param name="muteParticipantOperationToCreate">The MuteParticipantOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MuteParticipantOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.CreateResponseAsync(Microsoft.Graph.MuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MuteParticipantOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="muteParticipantOperationToCreate">The MuteParticipantOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MuteParticipantOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MuteParticipantOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MuteParticipantOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MuteParticipantOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MuteParticipantOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.UpdateAsync(Microsoft.Graph.MuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MuteParticipantOperation using PATCH.
            </summary>
            <param name="muteParticipantOperationToUpdate">The MuteParticipantOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MuteParticipantOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.UpdateResponseAsync(Microsoft.Graph.MuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MuteParticipantOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="muteParticipantOperationToUpdate">The MuteParticipantOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.PutAsync(Microsoft.Graph.MuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MuteParticipantOperation using PUT.
            </summary>
            <param name="muteParticipantOperationToUpdate">The MuteParticipantOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.PutResponseAsync(Microsoft.Graph.MuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MuteParticipantOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="muteParticipantOperationToUpdate">The MuteParticipantOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MuteParticipantOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MuteParticipantOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMuteParticipantOperationRequestBuilder">
            <summary>
            The interface IMuteParticipantOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMuteParticipantOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.INamedLocationRequest">
            <summary>
            The interface INamedLocationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.CreateAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified NamedLocation using POST.
            </summary>
            <param name="namedLocationToCreate">The NamedLocation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created NamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.CreateResponseAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified NamedLocation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="namedLocationToCreate">The NamedLocation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified NamedLocation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified NamedLocation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified NamedLocation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The NamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified NamedLocation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.UpdateAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NamedLocation using PATCH.
            </summary>
            <param name="namedLocationToUpdate">The NamedLocation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated NamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.UpdateResponseAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NamedLocation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="namedLocationToUpdate">The NamedLocation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.PutAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NamedLocation using PUT.
            </summary>
            <param name="namedLocationToUpdate">The NamedLocation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.PutResponseAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NamedLocation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="namedLocationToUpdate">The NamedLocation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NamedLocation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NamedLocation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INamedLocationRequestBuilder">
            <summary>
            The interface INamedLocationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INamedLocationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverrideRequest">
            <summary>
            The type InferenceClassificationOverrideRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new InferenceClassificationOverrideRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.CreateAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InferenceClassificationOverride using POST.
            </summary>
            <param name="inferenceClassificationOverrideToCreate">The InferenceClassificationOverride to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.CreateResponseAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InferenceClassificationOverride using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inferenceClassificationOverrideToCreate">The InferenceClassificationOverride to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InferenceClassificationOverride.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InferenceClassificationOverride and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InferenceClassificationOverride.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InferenceClassificationOverride and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.UpdateAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassificationOverride using PATCH.
            </summary>
            <param name="inferenceClassificationOverrideToUpdate">The InferenceClassificationOverride to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.UpdateResponseAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassificationOverride using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inferenceClassificationOverrideToUpdate">The InferenceClassificationOverride to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.PutAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassificationOverride using PUT.
            </summary>
            <param name="inferenceClassificationOverrideToUpdate">The InferenceClassificationOverride object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.PutResponseAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassificationOverride using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inferenceClassificationOverrideToUpdate">The InferenceClassificationOverride object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.InitializeCollectionProperties(Microsoft.Graph.InferenceClassificationOverride)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="inferenceClassificationOverrideToInitialize">The <see cref="T:Microsoft.Graph.InferenceClassificationOverride"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverrideRequestBuilder">
            <summary>
            The type InferenceClassificationOverrideRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new InferenceClassificationOverrideRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverridesCollectionPage">
            <summary>
            The type InferenceClassificationOverridesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationOverridesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest">
            <summary>
            The type InferenceClassificationOverridesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new InferenceClassificationOverridesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.AddAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Adds the specified InferenceClassificationOverride to the collection via POST.
            </summary>
            <param name="inferenceClassificationOverride">The InferenceClassificationOverride to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.AddResponseAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Adds the specified InferenceClassificationOverride to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="inferenceClassificationOverride">The InferenceClassificationOverride to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverridesCollectionRequestBuilder">
            <summary>
            The type InferenceClassificationOverridesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new InferenceClassificationOverridesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationOverridesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder"/> for the specified InferenceClassificationInferenceClassificationOverride.
            </summary>
            <param name="id">The ID for the InferenceClassificationInferenceClassificationOverride.</param>
            <returns>The <see cref="T:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverridesCollectionResponse">
            <summary>
            The type InferenceClassificationOverridesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationOverridesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationOverridesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationOverridesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationRequest">
            <summary>
            The type InferenceClassificationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new InferenceClassificationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.CreateAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InferenceClassification using POST.
            </summary>
            <param name="inferenceClassificationToCreate">The InferenceClassification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.CreateResponseAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InferenceClassification using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inferenceClassificationToCreate">The InferenceClassification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InferenceClassification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InferenceClassification and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InferenceClassification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InferenceClassification and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.UpdateAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassification using PATCH.
            </summary>
            <param name="inferenceClassificationToUpdate">The InferenceClassification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.UpdateResponseAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassification using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inferenceClassificationToUpdate">The InferenceClassification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.PutAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassification using PUT.
            </summary>
            <param name="inferenceClassificationToUpdate">The InferenceClassification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.PutResponseAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassification using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inferenceClassificationToUpdate">The InferenceClassification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassification,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassification,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.InitializeCollectionProperties(Microsoft.Graph.InferenceClassification)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="inferenceClassificationToInitialize">The <see cref="T:Microsoft.Graph.InferenceClassification"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationRequestBuilder">
            <summary>
            The type InferenceClassificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new InferenceClassificationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationRequestBuilder.Overrides">
            <summary>
            Gets the request builder for Overrides.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.InformationProtectionRequest">
            <summary>
            The type InformationProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new InformationProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.CreateAsync(Microsoft.Graph.InformationProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InformationProtection using POST.
            </summary>
            <param name="informationProtectionToCreate">The InformationProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.CreateResponseAsync(Microsoft.Graph.InformationProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InformationProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="informationProtectionToCreate">The InformationProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InformationProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InformationProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InformationProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InformationProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.UpdateAsync(Microsoft.Graph.InformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InformationProtection using PATCH.
            </summary>
            <param name="informationProtectionToUpdate">The InformationProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated InformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.UpdateResponseAsync(Microsoft.Graph.InformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InformationProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="informationProtectionToUpdate">The InformationProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.PutAsync(Microsoft.Graph.InformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InformationProtection using PUT.
            </summary>
            <param name="informationProtectionToUpdate">The InformationProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.PutResponseAsync(Microsoft.Graph.InformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InformationProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="informationProtectionToUpdate">The InformationProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InformationProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InformationProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.InformationProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="informationProtectionToInitialize">The <see cref="T:Microsoft.Graph.InformationProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.InformationProtectionRequestBuilder">
            <summary>
            The type InformationProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new InformationProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.InformationProtectionRequestBuilder.Bitlocker">
            <summary>
            Gets the request builder for Bitlocker.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBitlockerRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.InformationProtectionRequestBuilder.ThreatAssessmentRequests">
            <summary>
            Gets the request builder for ThreatAssessmentRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionPage">
            <summary>
            The type InformationProtectionThreatAssessmentRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest">
            <summary>
            The type InformationProtectionThreatAssessmentRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new InformationProtectionThreatAssessmentRequestsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest.AddAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThreatAssessmentRequestObject to the collection via POST.
            </summary>
            <param name="threatAssessmentRequest">The ThreatAssessmentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThreatAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThreatAssessmentRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="threatAssessmentRequest">The ThreatAssessmentRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequestBuilder">
            <summary>
            The type InformationProtectionThreatAssessmentRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new InformationProtectionThreatAssessmentRequestsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IThreatAssessmentRequestRequestBuilder"/> for the specified InformationProtectionThreatAssessmentRequest.
            </summary>
            <param name="id">The ID for the InformationProtectionThreatAssessmentRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IThreatAssessmentRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionResponse">
            <summary>
            The type InformationProtectionThreatAssessmentRequestsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IInformationProtectionThreatAssessmentRequestsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InformationProtectionThreatAssessmentRequestsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.INotebookCopyNotebookRequest">
            <summary>
            The interface INotebookCopyNotebookRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.INotebookCopyNotebookRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookCopyNotebookRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookCopyNotebookRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookCopyNotebookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookCopyNotebookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookCopyNotebookRequestBuilder">
            <summary>
            The interface INotebookCopyNotebookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookCopyNotebookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookGetNotebookFromWebUrlRequest">
            <summary>
            The interface INotebookGetNotebookFromWebUrlRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.INotebookGetNotebookFromWebUrlRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetNotebookFromWebUrlRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetNotebookFromWebUrlRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetNotebookFromWebUrlRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetNotebookFromWebUrlRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookGetNotebookFromWebUrlRequestBuilder">
            <summary>
            The interface INotebookGetNotebookFromWebUrlRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetNotebookFromWebUrlRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookGetRecentNotebooksCollectionPage">
            <summary>
            The interface INotebookGetRecentNotebooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.INotebookGetRecentNotebooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotebookGetRecentNotebooksRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.INotebookGetRecentNotebooksRequest">
            <summary>
            The interface INotebookGetRecentNotebooksRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookGetRecentNotebooksRequestBuilder">
            <summary>
            The interface INotebookGetRecentNotebooksRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookRequest">
            <summary>
            The interface INotebookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.CreateAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Notebook using POST.
            </summary>
            <param name="notebookToCreate">The Notebook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.CreateResponseAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Notebook using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="notebookToCreate">The Notebook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Notebook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Notebook and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Notebook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Notebook and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.UpdateAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Notebook using PATCH.
            </summary>
            <param name="notebookToUpdate">The Notebook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.UpdateResponseAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Notebook using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="notebookToUpdate">The Notebook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.PutAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Notebook using PUT.
            </summary>
            <param name="notebookToUpdate">The Notebook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.PutResponseAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Notebook using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="notebookToUpdate">The Notebook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookRequestBuilder">
            <summary>
            The interface INotebookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.INotebookRequestBuilder.SectionGroups">
            <summary>
            Gets the request builder for SectionGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookSectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.INotebookRequestBuilder.Sections">
            <summary>
            Gets the request builder for Sections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookSectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequestBuilder.CopyNotebook(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for NotebookCopyNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookCopyNotebookRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookSectionGroupsCollectionPage">
            <summary>
            The interface INotebookSectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.INotebookSectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotebookSectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.INotebookSectionGroupsCollectionRequest">
            <summary>
            The interface INotebookSectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookSectionGroupsCollectionRequestBuilder">
            <summary>
            The interface INotebookSectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.INotebookSectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/> for the specified SectionGroup.
            </summary>
            <param name="id">The ID for the SectionGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookSectionsCollectionPage">
            <summary>
            The interface INotebookSectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.INotebookSectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotebookSectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.INotebookSectionsCollectionRequest">
            <summary>
            The interface INotebookSectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookSectionsCollectionRequestBuilder">
            <summary>
            The interface INotebookSectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.INotebookSectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/> for the specified OnenoteSection.
            </summary>
            <param name="id">The ID for the OnenoteSection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionPage">
            <summary>
            The interface INotificationMessageTemplateLocalizedNotificationMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest">
            <summary>
            The interface INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.AddAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LocalizedNotificationMessage to the collection via POST.
            </summary>
            <param name="localizedNotificationMessage">The LocalizedNotificationMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LocalizedNotificationMessage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="localizedNotificationMessage">The LocalizedNotificationMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder">
            <summary>
            The interface INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder"/> for the specified LocalizedNotificationMessage.
            </summary>
            <param name="id">The ID for the LocalizedNotificationMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateRequest">
            <summary>
            The interface INotificationMessageTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.CreateAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified NotificationMessageTemplate using POST.
            </summary>
            <param name="notificationMessageTemplateToCreate">The NotificationMessageTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.CreateResponseAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified NotificationMessageTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="notificationMessageTemplateToCreate">The NotificationMessageTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified NotificationMessageTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified NotificationMessageTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified NotificationMessageTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified NotificationMessageTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.UpdateAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NotificationMessageTemplate using PATCH.
            </summary>
            <param name="notificationMessageTemplateToUpdate">The NotificationMessageTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.UpdateResponseAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NotificationMessageTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="notificationMessageTemplateToUpdate">The NotificationMessageTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.PutAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NotificationMessageTemplate using PUT.
            </summary>
            <param name="notificationMessageTemplateToUpdate">The NotificationMessageTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.PutResponseAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NotificationMessageTemplate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="notificationMessageTemplateToUpdate">The NotificationMessageTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateRequestBuilder">
            <summary>
            The interface INotificationMessageTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.INotificationMessageTemplateRequestBuilder.LocalizedNotificationMessages">
            <summary>
            Gets the request builder for LocalizedNotificationMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequestBuilder.SendTestMessage">
            <summary>
            Gets the request builder for NotificationMessageTemplateSendTestMessage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequest">
            <summary>
            The interface INotificationMessageTemplateSendTestMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequestBuilder">
            <summary>
            The interface INotificationMessageTemplateSendTestMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.InternalDomainFederationRequest">
            <summary>
            The type InternalDomainFederationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new InternalDomainFederationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.CreateAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InternalDomainFederation using POST.
            </summary>
            <param name="internalDomainFederationToCreate">The InternalDomainFederation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.CreateResponseAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InternalDomainFederation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="internalDomainFederationToCreate">The InternalDomainFederation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InternalDomainFederation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InternalDomainFederation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InternalDomainFederation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InternalDomainFederation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.UpdateAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InternalDomainFederation using PATCH.
            </summary>
            <param name="internalDomainFederationToUpdate">The InternalDomainFederation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated InternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.UpdateResponseAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InternalDomainFederation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="internalDomainFederationToUpdate">The InternalDomainFederation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.PutAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InternalDomainFederation using PUT.
            </summary>
            <param name="internalDomainFederationToUpdate">The InternalDomainFederation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.PutResponseAsync(Microsoft.Graph.InternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InternalDomainFederation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="internalDomainFederationToUpdate">The InternalDomainFederation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InternalDomainFederation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InternalDomainFederation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequest.InitializeCollectionProperties(Microsoft.Graph.InternalDomainFederation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="internalDomainFederationToInitialize">The <see cref="T:Microsoft.Graph.InternalDomainFederation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.InternalDomainFederationRequestBuilder">
            <summary>
            The type InternalDomainFederationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new InternalDomainFederationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InternalDomainFederationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.InvitationRequest">
            <summary>
            The type InvitationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new InvitationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.CreateAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Invitation using POST.
            </summary>
            <param name="invitationToCreate">The Invitation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.CreateResponseAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Invitation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="invitationToCreate">The Invitation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Invitation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Invitation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Invitation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Invitation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.UpdateAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Invitation using PATCH.
            </summary>
            <param name="invitationToUpdate">The Invitation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.UpdateResponseAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Invitation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="invitationToUpdate">The Invitation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.PutAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Invitation using PUT.
            </summary>
            <param name="invitationToUpdate">The Invitation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.PutResponseAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Invitation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="invitationToUpdate">The Invitation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.InitializeCollectionProperties(Microsoft.Graph.Invitation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="invitationToInitialize">The <see cref="T:Microsoft.Graph.Invitation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.InvitationRequestBuilder">
            <summary>
            The type InvitationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new InvitationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.InvitationRequestBuilder.InvitedUser">
            <summary>
            Gets the request builder for InvitedUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.InviteParticipantsOperationRequest">
            <summary>
            The type InviteParticipantsOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new InviteParticipantsOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.CreateAsync(Microsoft.Graph.InviteParticipantsOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InviteParticipantsOperation using POST.
            </summary>
            <param name="inviteParticipantsOperationToCreate">The InviteParticipantsOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InviteParticipantsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.CreateResponseAsync(Microsoft.Graph.InviteParticipantsOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InviteParticipantsOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inviteParticipantsOperationToCreate">The InviteParticipantsOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InviteParticipantsOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InviteParticipantsOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InviteParticipantsOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InviteParticipantsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InviteParticipantsOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.UpdateAsync(Microsoft.Graph.InviteParticipantsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InviteParticipantsOperation using PATCH.
            </summary>
            <param name="inviteParticipantsOperationToUpdate">The InviteParticipantsOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated InviteParticipantsOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.UpdateResponseAsync(Microsoft.Graph.InviteParticipantsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InviteParticipantsOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inviteParticipantsOperationToUpdate">The InviteParticipantsOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.PutAsync(Microsoft.Graph.InviteParticipantsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InviteParticipantsOperation using PUT.
            </summary>
            <param name="inviteParticipantsOperationToUpdate">The InviteParticipantsOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.PutResponseAsync(Microsoft.Graph.InviteParticipantsOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InviteParticipantsOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="inviteParticipantsOperationToUpdate">The InviteParticipantsOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InviteParticipantsOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InviteParticipantsOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequest.InitializeCollectionProperties(Microsoft.Graph.InviteParticipantsOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="inviteParticipantsOperationToInitialize">The <see cref="T:Microsoft.Graph.InviteParticipantsOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.InviteParticipantsOperationRequestBuilder">
            <summary>
            The type InviteParticipantsOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new InviteParticipantsOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InviteParticipantsOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOAuth2PermissionGrantDeltaCollectionPage">
            <summary>
            The interface IOAuth2PermissionGrantDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOAuth2PermissionGrantDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequest">
            <summary>
            The interface IOAuth2PermissionGrantDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequestBuilder">
            <summary>
            The interface IOAuth2PermissionGrantDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOAuth2PermissionGrantReferenceRequest">
            <summary>
            The interface IOAuth2PermissionGrantReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OAuth2PermissionGrant reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OAuth2PermissionGrant reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified OAuth2PermissionGrant reference.
            </summary>
            <param name="id">The OAuth2PermissionGrant reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified OAuth2PermissionGrant reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The OAuth2PermissionGrant reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOAuth2PermissionGrantReferenceRequestBuilder">
            <summary>
            The interface IOAuth2PermissionGrantReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOAuth2PermissionGrantRequest">
            <summary>
            The interface IOAuth2PermissionGrantRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.CreateAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OAuth2PermissionGrant using POST.
            </summary>
            <param name="oAuth2PermissionGrantToCreate">The OAuth2PermissionGrant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.CreateResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OAuth2PermissionGrant using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="oAuth2PermissionGrantToCreate">The OAuth2PermissionGrant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OAuth2PermissionGrant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OAuth2PermissionGrant and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OAuth2PermissionGrant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OAuth2PermissionGrant and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.UpdateAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OAuth2PermissionGrant using PATCH.
            </summary>
            <param name="oAuth2PermissionGrantToUpdate">The OAuth2PermissionGrant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.UpdateResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OAuth2PermissionGrant using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="oAuth2PermissionGrantToUpdate">The OAuth2PermissionGrant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.PutAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OAuth2PermissionGrant using PUT.
            </summary>
            <param name="oAuth2PermissionGrantToUpdate">The OAuth2PermissionGrant object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.PutResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OAuth2PermissionGrant using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="oAuth2PermissionGrantToUpdate">The OAuth2PermissionGrant object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOAuth2PermissionGrantRequestBuilder">
            <summary>
            The interface IOAuth2PermissionGrantRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequest">
            <summary>
            The interface IOAuth2PermissionGrantWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OAuth2PermissionGrant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OAuth2PermissionGrant and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequest.CreateAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OAuth2PermissionGrant using POST.
            </summary>
            <param name="oAuth2PermissionGrantToCreate">The OAuth2PermissionGrant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OAuth2PermissionGrant using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="oAuth2PermissionGrantToCreate">The OAuth2PermissionGrant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequest.UpdateAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OAuth2PermissionGrant using PATCH.
            </summary>
            <param name="oAuth2PermissionGrantToUpdate">The OAuth2PermissionGrant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OAuth2PermissionGrant using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="oAuth2PermissionGrantToUpdate">The OAuth2PermissionGrant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OAuth2PermissionGrant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OAuth2PermissionGrant and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequestBuilder">
            <summary>
            The interface IOAuth2PermissionGrantWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the oAuth2PermissionGrant.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOfferShiftRequestRequest">
            <summary>
            The interface IOfferShiftRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.CreateAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OfferShiftRequestObject using POST.
            </summary>
            <param name="offerShiftRequestObjectToCreate">The OfferShiftRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OfferShiftRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.CreateResponseAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OfferShiftRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="offerShiftRequestObjectToCreate">The OfferShiftRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OfferShiftRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OfferShiftRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OfferShiftRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OfferShiftRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OfferShiftRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.UpdateAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfferShiftRequestObject using PATCH.
            </summary>
            <param name="offerShiftRequestObjectToUpdate">The OfferShiftRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OfferShiftRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.UpdateResponseAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfferShiftRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="offerShiftRequestObjectToUpdate">The OfferShiftRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.PutAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfferShiftRequestObject using PUT.
            </summary>
            <param name="offerShiftRequestObjectToUpdate">The OfferShiftRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.PutResponseAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfferShiftRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="offerShiftRequestObjectToUpdate">The OfferShiftRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OfferShiftRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OfferShiftRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOfferShiftRequestRequestBuilder">
            <summary>
            The interface IOfferShiftRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfferShiftRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOfficeGraphInsightsRequest">
            <summary>
            The interface IOfficeGraphInsightsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.CreateAsync(Microsoft.Graph.OfficeGraphInsights,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OfficeGraphInsights using POST.
            </summary>
            <param name="officeGraphInsightsToCreate">The OfficeGraphInsights to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OfficeGraphInsights.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.CreateResponseAsync(Microsoft.Graph.OfficeGraphInsights,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OfficeGraphInsights using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="officeGraphInsightsToCreate">The OfficeGraphInsights to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OfficeGraphInsights.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OfficeGraphInsights and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OfficeGraphInsights.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OfficeGraphInsights.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OfficeGraphInsights and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.UpdateAsync(Microsoft.Graph.OfficeGraphInsights,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfficeGraphInsights using PATCH.
            </summary>
            <param name="officeGraphInsightsToUpdate">The OfficeGraphInsights to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OfficeGraphInsights.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.UpdateResponseAsync(Microsoft.Graph.OfficeGraphInsights,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfficeGraphInsights using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="officeGraphInsightsToUpdate">The OfficeGraphInsights to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.PutAsync(Microsoft.Graph.OfficeGraphInsights,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfficeGraphInsights using PUT.
            </summary>
            <param name="officeGraphInsightsToUpdate">The OfficeGraphInsights object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.PutResponseAsync(Microsoft.Graph.OfficeGraphInsights,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfficeGraphInsights using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="officeGraphInsightsToUpdate">The OfficeGraphInsights object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OfficeGraphInsights,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OfficeGraphInsights,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOfficeGraphInsightsRequestBuilder">
            <summary>
            The interface IOfficeGraphInsightsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOfficeGraphInsightsRequestBuilder.Shared">
            <summary>
            Gets the request builder for Shared.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOfficeGraphInsightsRequestBuilder.Trending">
            <summary>
            Gets the request builder for Trending.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOfficeGraphInsightsRequestBuilder.Used">
            <summary>
            Gets the request builder for Used.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionPage">
            <summary>
            The interface IOfficeGraphInsightsSharedCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest">
            <summary>
            The interface IOfficeGraphInsightsSharedCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest.AddAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedInsight to the collection via POST.
            </summary>
            <param name="sharedInsight">The SharedInsight to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest.AddResponseAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedInsight to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="sharedInsight">The SharedInsight to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedInsight,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedInsight,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequestBuilder">
            <summary>
            The interface IOfficeGraphInsightsSharedCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISharedInsightRequestBuilder"/> for the specified SharedInsight.
            </summary>
            <param name="id">The ID for the SharedInsight.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISharedInsightRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionPage">
            <summary>
            The interface IOfficeGraphInsightsTrendingCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest">
            <summary>
            The interface IOfficeGraphInsightsTrendingCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest.AddAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Trending to the collection via POST.
            </summary>
            <param name="trending">The Trending to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Trending.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest.AddResponseAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Trending to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="trending">The Trending to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Trending,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Trending,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequestBuilder">
            <summary>
            The interface IOfficeGraphInsightsTrendingCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITrendingRequestBuilder"/> for the specified Trending.
            </summary>
            <param name="id">The ID for the Trending.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITrendingRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionPage">
            <summary>
            The interface IOfficeGraphInsightsUsedCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest">
            <summary>
            The interface IOfficeGraphInsightsUsedCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest.AddAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UsedInsight to the collection via POST.
            </summary>
            <param name="usedInsight">The UsedInsight to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UsedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest.AddResponseAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UsedInsight to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="usedInsight">The UsedInsight to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UsedInsight,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UsedInsight,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequestBuilder">
            <summary>
            The interface IOfficeGraphInsightsUsedCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUsedInsightRequestBuilder"/> for the specified UsedInsight.
            </summary>
            <param name="id">The ID for the UsedInsight.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUsedInsightRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteEntityBaseModelRequest">
            <summary>
            The interface IOnenoteEntityBaseModelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntityBaseModel using POST.
            </summary>
            <param name="onenoteEntityBaseModelToCreate">The OnenoteEntityBaseModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.CreateResponseAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntityBaseModel using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntityBaseModelToCreate">The OnenoteEntityBaseModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntityBaseModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntityBaseModel and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntityBaseModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntityBaseModel and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityBaseModel using PATCH.
            </summary>
            <param name="onenoteEntityBaseModelToUpdate">The OnenoteEntityBaseModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.UpdateResponseAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityBaseModel using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntityBaseModelToUpdate">The OnenoteEntityBaseModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.PutAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityBaseModel using PUT.
            </summary>
            <param name="onenoteEntityBaseModelToUpdate">The OnenoteEntityBaseModel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.PutResponseAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityBaseModel using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntityBaseModelToUpdate">The OnenoteEntityBaseModel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityBaseModel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityBaseModel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteEntityBaseModelRequestBuilder">
            <summary>
            The interface IOnenoteEntityBaseModelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest">
            <summary>
            The interface IOnenoteEntityHierarchyModelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntityHierarchyModel using POST.
            </summary>
            <param name="onenoteEntityHierarchyModelToCreate">The OnenoteEntityHierarchyModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.CreateResponseAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntityHierarchyModel using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntityHierarchyModelToCreate">The OnenoteEntityHierarchyModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntityHierarchyModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntityHierarchyModel and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntityHierarchyModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntityHierarchyModel and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityHierarchyModel using PATCH.
            </summary>
            <param name="onenoteEntityHierarchyModelToUpdate">The OnenoteEntityHierarchyModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.UpdateResponseAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityHierarchyModel using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntityHierarchyModelToUpdate">The OnenoteEntityHierarchyModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.PutAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityHierarchyModel using PUT.
            </summary>
            <param name="onenoteEntityHierarchyModelToUpdate">The OnenoteEntityHierarchyModel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.PutResponseAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityHierarchyModel using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntityHierarchyModelToUpdate">The OnenoteEntityHierarchyModel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityHierarchyModel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityHierarchyModel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteEntityHierarchyModelRequestBuilder">
            <summary>
            The interface IOnenoteEntityHierarchyModelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest">
            <summary>
            The interface IOnenoteEntitySchemaObjectModelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntitySchemaObjectModel using POST.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToCreate">The OnenoteEntitySchemaObjectModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.CreateResponseAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntitySchemaObjectModel using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToCreate">The OnenoteEntitySchemaObjectModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntitySchemaObjectModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntitySchemaObjectModel and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntitySchemaObjectModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntitySchemaObjectModel and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntitySchemaObjectModel using PATCH.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToUpdate">The OnenoteEntitySchemaObjectModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.UpdateResponseAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntitySchemaObjectModel using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToUpdate">The OnenoteEntitySchemaObjectModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.PutAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntitySchemaObjectModel using PUT.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToUpdate">The OnenoteEntitySchemaObjectModel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.PutResponseAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntitySchemaObjectModel using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToUpdate">The OnenoteEntitySchemaObjectModel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequestBuilder">
            <summary>
            The interface IOnenoteEntitySchemaObjectModelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteNotebooksCollectionPage">
            <summary>
            The interface IOnenoteNotebooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteNotebooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteNotebooksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteNotebooksCollectionRequest">
            <summary>
            The interface IOnenoteNotebooksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.AddAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Notebook to the collection via POST.
            </summary>
            <param name="notebook">The Notebook to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.AddResponseAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Notebook to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="notebook">The Notebook to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder">
            <summary>
            The interface IOnenoteNotebooksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/> for the specified Notebook.
            </summary>
            <param name="id">The ID for the Notebook.</param>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder.GetNotebookFromWebUrl(System.String)">
            <summary>
            Gets the request builder for NotebookGetNotebookFromWebUrl.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookGetNotebookFromWebUrlRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder.GetRecentNotebooks(System.Boolean)">
            <summary>
            Gets the request builder for NotebookGetRecentNotebooks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookGetRecentNotebooksRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteOperationRequest">
            <summary>
            The interface IOnenoteOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.CreateAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteOperation using POST.
            </summary>
            <param name="onenoteOperationToCreate">The OnenoteOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.CreateResponseAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteOperationToCreate">The OnenoteOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.UpdateAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteOperation using PATCH.
            </summary>
            <param name="onenoteOperationToUpdate">The OnenoteOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.UpdateResponseAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteOperationToUpdate">The OnenoteOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.PutAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteOperation using PUT.
            </summary>
            <param name="onenoteOperationToUpdate">The OnenoteOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.PutResponseAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteOperationToUpdate">The OnenoteOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteOperationRequestBuilder">
            <summary>
            The interface IOnenoteOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteOperationsCollectionPage">
            <summary>
            The interface IOnenoteOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteOperationsCollectionRequest">
            <summary>
            The interface IOnenoteOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteOperation to the collection via POST.
            </summary>
            <param name="onenoteOperation">The OnenoteOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenoteOperation">The OnenoteOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteOperationsCollectionRequestBuilder">
            <summary>
            The interface IOnenoteOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteOperationRequestBuilder"/> for the specified OnenoteOperation.
            </summary>
            <param name="id">The ID for the OnenoteOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageContentRequest">
            <summary>
            The interface IOnenotePageContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageContentRequestBuilder">
            <summary>
            The interface IOnenotePageContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageCopyToSectionRequest">
            <summary>
            The interface IOnenotePageCopyToSectionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePageCopyToSectionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageCopyToSectionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageCopyToSectionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageCopyToSectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageCopyToSectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageCopyToSectionRequestBuilder">
            <summary>
            The interface IOnenotePageCopyToSectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageCopyToSectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageOnenotePatchContentRequest">
            <summary>
            The interface IOnenotePageOnenotePatchContentRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePageOnenotePatchContentRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageOnenotePatchContentRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageOnenotePatchContentRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageOnenotePatchContentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageOnenotePatchContentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageOnenotePatchContentRequestBuilder">
            <summary>
            The interface IOnenotePageOnenotePatchContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageOnenotePatchContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePagePreviewRequest">
            <summary>
            The interface IOnenotePagePreviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagePreviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagePreviewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagePreviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagePreviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePagePreviewRequestBuilder">
            <summary>
            The interface IOnenotePagePreviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagePreviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageRequest">
            <summary>
            The interface IOnenotePageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.CreateAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenotePage using POST.
            </summary>
            <param name="onenotePageToCreate">The OnenotePage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.CreateResponseAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenotePage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenotePageToCreate">The OnenotePage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenotePage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenotePage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenotePage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenotePage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.UpdateAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenotePage using PATCH.
            </summary>
            <param name="onenotePageToUpdate">The OnenotePage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.UpdateResponseAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenotePage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenotePageToUpdate">The OnenotePage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.PutAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenotePage using PUT.
            </summary>
            <param name="onenotePageToUpdate">The OnenotePage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.PutResponseAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenotePage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenotePageToUpdate">The OnenotePage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageRequestBuilder">
            <summary>
            The interface IOnenotePageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePageRequestBuilder.ParentNotebook">
            <summary>
            Gets the request builder for ParentNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePageRequestBuilder.ParentSection">
            <summary>
            Gets the request builder for ParentSection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePageRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequestBuilder.CopyToSection(System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for OnenotePageCopyToSection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageCopyToSectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequestBuilder.OnenotePatchContent(System.Collections.Generic.IEnumerable{Microsoft.Graph.OnenotePatchContentCommand})">
            <summary>
            Gets the request builder for OnenotePageOnenotePatchContent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageOnenotePatchContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequestBuilder.Preview">
            <summary>
            Gets the request builder for OnenotePagePreview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePagePreviewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePagesCollectionPage">
            <summary>
            The interface IOnenotePagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenotePagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePagesCollectionRequest">
            <summary>
            The interface IOnenotePagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.AddAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePagesCollectionRequestBuilder">
            <summary>
            The interface IOnenotePagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/> for the specified OnenotePage.
            </summary>
            <param name="id">The ID for the OnenotePage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteRequest">
            <summary>
            The interface IOnenoteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.CreateAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Onenote using POST.
            </summary>
            <param name="onenoteToCreate">The Onenote to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.CreateResponseAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Onenote using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteToCreate">The Onenote to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Onenote.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Onenote and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Onenote.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Onenote and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.UpdateAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Onenote using PATCH.
            </summary>
            <param name="onenoteToUpdate">The Onenote to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.UpdateResponseAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Onenote using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteToUpdate">The Onenote to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.PutAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Onenote using PUT.
            </summary>
            <param name="onenoteToUpdate">The Onenote object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.PutResponseAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Onenote using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteToUpdate">The Onenote object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Onenote,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Onenote,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteRequestBuilder">
            <summary>
            The interface IOnenoteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteRequestBuilder.Notebooks">
            <summary>
            Gets the request builder for Notebooks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteRequestBuilder.Pages">
            <summary>
            Gets the request builder for Pages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteRequestBuilder.Resources">
            <summary>
            Gets the request builder for Resources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteResourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteRequestBuilder.SectionGroups">
            <summary>
            Gets the request builder for SectionGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteRequestBuilder.Sections">
            <summary>
            Gets the request builder for Sections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourceContentRequest">
            <summary>
            The interface IOnenoteResourceContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourceContentRequestBuilder">
            <summary>
            The interface IOnenoteResourceContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourceRequest">
            <summary>
            The interface IOnenoteResourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.CreateAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteResource using POST.
            </summary>
            <param name="onenoteResourceToCreate">The OnenoteResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.CreateResponseAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteResource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteResourceToCreate">The OnenoteResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteResource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteResource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.UpdateAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteResource using PATCH.
            </summary>
            <param name="onenoteResourceToUpdate">The OnenoteResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.UpdateResponseAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteResource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteResourceToUpdate">The OnenoteResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.PutAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteResource using PUT.
            </summary>
            <param name="onenoteResourceToUpdate">The OnenoteResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.PutResponseAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteResource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteResourceToUpdate">The OnenoteResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourceRequestBuilder">
            <summary>
            The interface IOnenoteResourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteResourceRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteResourceContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourcesCollectionPage">
            <summary>
            The interface IOnenoteResourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteResourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteResourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourcesCollectionRequest">
            <summary>
            The interface IOnenoteResourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.AddAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteResource to the collection via POST.
            </summary>
            <param name="onenoteResource">The OnenoteResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteResource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenoteResource">The OnenoteResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourcesCollectionRequestBuilder">
            <summary>
            The interface IOnenoteResourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteResourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteResourceRequestBuilder"/> for the specified OnenoteResource.
            </summary>
            <param name="id">The ID for the OnenoteResource.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteResourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequest">
            <summary>
            The interface IOnenoteSectionCopyToNotebookRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequestBuilder">
            <summary>
            The interface IOnenoteSectionCopyToNotebookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequest">
            <summary>
            The interface IOnenoteSectionCopyToSectionGroupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequestBuilder">
            <summary>
            The interface IOnenoteSectionCopyToSectionGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionPage">
            <summary>
            The interface IOnenoteSectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest">
            <summary>
            The interface IOnenoteSectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequestBuilder">
            <summary>
            The interface IOnenoteSectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/> for the specified SectionGroup.
            </summary>
            <param name="id">The ID for the SectionGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionPagesCollectionPage">
            <summary>
            The interface IOnenoteSectionPagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionPagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest">
            <summary>
            The interface IOnenoteSectionPagesCollectionRequest.
            </summary>
            <summary>
            The interface IOnenoteSectionPagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(System.Net.Http.MultipartContent)">
            <summary>
            Adds the specified MultipartContent OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The MultipartContent OnenotePage to add.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(System.Net.Http.MultipartContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultipartContent OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The MultipartContent OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(System.IO.Stream,System.String)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add in stream form.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(System.IO.Stream,System.String,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add in stream form.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(System.String,System.String)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePageHtml">The OnenotePage to add.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePageHtml">The OnenotePage to add.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionPagesCollectionRequestBuilder">
            <summary>
            The interface IOnenoteSectionPagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionPagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/> for the specified OnenotePage.
            </summary>
            <param name="id">The ID for the OnenotePage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionRequest">
            <summary>
            The interface IOnenoteSectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.CreateAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteSection using POST.
            </summary>
            <param name="onenoteSectionToCreate">The OnenoteSection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.CreateResponseAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteSection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteSectionToCreate">The OnenoteSection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteSection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteSection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteSection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteSection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.UpdateAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteSection using PATCH.
            </summary>
            <param name="onenoteSectionToUpdate">The OnenoteSection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.UpdateResponseAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteSection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteSectionToUpdate">The OnenoteSection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.PutAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteSection using PUT.
            </summary>
            <param name="onenoteSectionToUpdate">The OnenoteSection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.PutResponseAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteSection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteSectionToUpdate">The OnenoteSection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionRequestBuilder">
            <summary>
            The interface IOnenoteSectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionRequestBuilder.Pages">
            <summary>
            Gets the request builder for Pages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionPagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionRequestBuilder.ParentNotebook">
            <summary>
            Gets the request builder for ParentNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionRequestBuilder.ParentSectionGroup">
            <summary>
            Gets the request builder for ParentSectionGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequestBuilder.CopyToNotebook(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for OnenoteSectionCopyToNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequestBuilder.CopyToSectionGroup(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for OnenoteSectionCopyToSectionGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionsCollectionPage">
            <summary>
            The interface IOnenoteSectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteSectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionsCollectionRequest">
            <summary>
            The interface IOnenoteSectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionsCollectionRequestBuilder">
            <summary>
            The interface IOnenoteSectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/> for the specified OnenoteSection.
            </summary>
            <param name="id">The ID for the OnenoteSection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionPage">
            <summary>
            The interface IOnlineMeetingAttendanceReportsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest">
            <summary>
            The interface IOnlineMeetingAttendanceReportsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest.AddAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MeetingAttendanceReport to the collection via POST.
            </summary>
            <param name="meetingAttendanceReport">The MeetingAttendanceReport to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MeetingAttendanceReport.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest.AddResponseAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MeetingAttendanceReport to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="meetingAttendanceReport">The MeetingAttendanceReport to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MeetingAttendanceReport,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MeetingAttendanceReport,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequestBuilder">
            <summary>
            The interface IOnlineMeetingAttendanceReportsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMeetingAttendanceReportRequestBuilder"/> for the specified MeetingAttendanceReport.
            </summary>
            <param name="id">The ID for the MeetingAttendanceReport.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMeetingAttendanceReportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnlineMeetingAttendeeReportRequest">
            <summary>
            The interface IOnlineMeetingAttendeeReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendeeReportRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendeeReportRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendeeReportRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="attendeeReport">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendeeReportRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="attendeeReport">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnlineMeetingAttendeeReportRequestBuilder">
            <summary>
            The interface IOnlineMeetingAttendeeReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingAttendeeReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnlineMeetingCreateOrGetRequest">
            <summary>
            The interface IOnlineMeetingCreateOrGetRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnlineMeetingCreateOrGetRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingCreateOrGetRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingCreateOrGetRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingCreateOrGetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingCreateOrGetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnlineMeetingCreateOrGetRequestBuilder">
            <summary>
            The interface IOnlineMeetingCreateOrGetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingCreateOrGetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnlineMeetingRequest">
            <summary>
            The interface IOnlineMeetingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.CreateAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnlineMeeting using POST.
            </summary>
            <param name="onlineMeetingToCreate">The OnlineMeeting to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnlineMeeting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.CreateResponseAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnlineMeeting using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onlineMeetingToCreate">The OnlineMeeting to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnlineMeeting.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnlineMeeting and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnlineMeeting.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnlineMeeting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnlineMeeting and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.UpdateAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnlineMeeting using PATCH.
            </summary>
            <param name="onlineMeetingToUpdate">The OnlineMeeting to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnlineMeeting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.UpdateResponseAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnlineMeeting using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onlineMeetingToUpdate">The OnlineMeeting to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.PutAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnlineMeeting using PUT.
            </summary>
            <param name="onlineMeetingToUpdate">The OnlineMeeting object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.PutResponseAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnlineMeeting using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onlineMeetingToUpdate">The OnlineMeeting object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnlineMeeting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnlineMeeting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnlineMeetingRequestBuilder">
            <summary>
            The interface IOnlineMeetingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnlineMeetingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnlineMeetingRequestBuilder.AttendanceReports">
            <summary>
            Gets the request builder for AttendanceReports.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnlineMeetingRequestBuilder.AttendeeReport">
            <summary>
            Gets the request builder for AttendeeReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnlineMeetingAttendeeReportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest">
            <summary>
            The interface IOnPremisesConditionalAccessSettingsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.CreateAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnPremisesConditionalAccessSettings using POST.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToCreate">The OnPremisesConditionalAccessSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.CreateResponseAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnPremisesConditionalAccessSettings using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToCreate">The OnPremisesConditionalAccessSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnPremisesConditionalAccessSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnPremisesConditionalAccessSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnPremisesConditionalAccessSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnPremisesConditionalAccessSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.UpdateAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnPremisesConditionalAccessSettings using PATCH.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToUpdate">The OnPremisesConditionalAccessSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.UpdateResponseAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnPremisesConditionalAccessSettings using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToUpdate">The OnPremisesConditionalAccessSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.PutAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnPremisesConditionalAccessSettings using PUT.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToUpdate">The OnPremisesConditionalAccessSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.PutResponseAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnPremisesConditionalAccessSettings using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToUpdate">The OnPremisesConditionalAccessSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequestBuilder">
            <summary>
            The interface IOnPremisesConditionalAccessSettingsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOpenShiftChangeRequestRequest">
            <summary>
            The interface IOpenShiftChangeRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.CreateAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenShiftChangeRequestObject using POST.
            </summary>
            <param name="openShiftChangeRequestObjectToCreate">The OpenShiftChangeRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OpenShiftChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.CreateResponseAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenShiftChangeRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openShiftChangeRequestObjectToCreate">The OpenShiftChangeRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenShiftChangeRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenShiftChangeRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenShiftChangeRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OpenShiftChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenShiftChangeRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.UpdateAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShiftChangeRequestObject using PATCH.
            </summary>
            <param name="openShiftChangeRequestObjectToUpdate">The OpenShiftChangeRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OpenShiftChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.UpdateResponseAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShiftChangeRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openShiftChangeRequestObjectToUpdate">The OpenShiftChangeRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.PutAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShiftChangeRequestObject using PUT.
            </summary>
            <param name="openShiftChangeRequestObjectToUpdate">The OpenShiftChangeRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.PutResponseAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShiftChangeRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openShiftChangeRequestObjectToUpdate">The OpenShiftChangeRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShiftChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShiftChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOpenShiftChangeRequestRequestBuilder">
            <summary>
            The interface IOpenShiftChangeRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftChangeRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOpenShiftRequest">
            <summary>
            The interface IOpenShiftRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.CreateAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenShift using POST.
            </summary>
            <param name="openShiftToCreate">The OpenShift to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OpenShift.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.CreateResponseAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenShift using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openShiftToCreate">The OpenShift to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenShift.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenShift and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenShift.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OpenShift.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenShift and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.UpdateAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShift using PATCH.
            </summary>
            <param name="openShiftToUpdate">The OpenShift to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OpenShift.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.UpdateResponseAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShift using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openShiftToUpdate">The OpenShift to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.PutAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShift using PUT.
            </summary>
            <param name="openShiftToUpdate">The OpenShift object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.PutResponseAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShift using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openShiftToUpdate">The OpenShift object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShift,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShift,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOpenShiftRequestBuilder">
            <summary>
            The interface IOpenShiftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenShiftRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOpenTypeExtensionRequest">
            <summary>
            The interface IOpenTypeExtensionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.CreateAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenTypeExtension using POST.
            </summary>
            <param name="openTypeExtensionToCreate">The OpenTypeExtension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.CreateResponseAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenTypeExtension using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openTypeExtensionToCreate">The OpenTypeExtension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenTypeExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenTypeExtension and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenTypeExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenTypeExtension and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.UpdateAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenTypeExtension using PATCH.
            </summary>
            <param name="openTypeExtensionToUpdate">The OpenTypeExtension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.UpdateResponseAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenTypeExtension using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openTypeExtensionToUpdate">The OpenTypeExtension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.PutAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenTypeExtension using PUT.
            </summary>
            <param name="openTypeExtensionToUpdate">The OpenTypeExtension object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.PutResponseAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenTypeExtension using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openTypeExtensionToUpdate">The OpenTypeExtension object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenTypeExtension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenTypeExtension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOpenTypeExtensionRequestBuilder">
            <summary>
            The interface IOpenTypeExtensionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOperationRequest">
            <summary>
            The interface IOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.CreateAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Operation using POST.
            </summary>
            <param name="operationToCreate">The Operation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.CreateResponseAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Operation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="operationToCreate">The Operation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Operation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Operation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Operation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Operation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.UpdateAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Operation using PATCH.
            </summary>
            <param name="operationToUpdate">The Operation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.UpdateResponseAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Operation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="operationToUpdate">The Operation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.PutAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Operation using PUT.
            </summary>
            <param name="operationToUpdate">The Operation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.PutResponseAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Operation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="operationToUpdate">The Operation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Operation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Operation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOperationRequestBuilder">
            <summary>
            The interface IOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest">
            <summary>
            The interface IOrganizationalBrandingLocalizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.CreateAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrganizationalBrandingLocalization using POST.
            </summary>
            <param name="organizationalBrandingLocalizationToCreate">The OrganizationalBrandingLocalization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrganizationalBrandingLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.CreateResponseAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrganizationalBrandingLocalization using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingLocalizationToCreate">The OrganizationalBrandingLocalization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrganizationalBrandingLocalization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrganizationalBrandingLocalization and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrganizationalBrandingLocalization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OrganizationalBrandingLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrganizationalBrandingLocalization and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.UpdateAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingLocalization using PATCH.
            </summary>
            <param name="organizationalBrandingLocalizationToUpdate">The OrganizationalBrandingLocalization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OrganizationalBrandingLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.UpdateResponseAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingLocalization using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingLocalizationToUpdate">The OrganizationalBrandingLocalization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.PutAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingLocalization using PUT.
            </summary>
            <param name="organizationalBrandingLocalizationToUpdate">The OrganizationalBrandingLocalization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.PutResponseAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingLocalization using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingLocalizationToUpdate">The OrganizationalBrandingLocalization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingLocalization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingLocalization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingLocalizationRequestBuilder">
            <summary>
            The interface IOrganizationalBrandingLocalizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionPage">
            <summary>
            The interface IOrganizationalBrandingLocalizationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest">
            <summary>
            The interface IOrganizationalBrandingLocalizationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest.AddAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OrganizationalBrandingLocalization to the collection via POST.
            </summary>
            <param name="organizationalBrandingLocalization">The OrganizationalBrandingLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrganizationalBrandingLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest.AddResponseAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OrganizationalBrandingLocalization to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="organizationalBrandingLocalization">The OrganizationalBrandingLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingLocalization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingLocalization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequestBuilder">
            <summary>
            The interface IOrganizationalBrandingLocalizationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrganizationalBrandingLocalizationRequestBuilder"/> for the specified OrganizationalBrandingLocalization.
            </summary>
            <param name="id">The ID for the OrganizationalBrandingLocalization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingLocalizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingPropertiesBackgroundImageRequest">
            <summary>
            The interface IOrganizationalBrandingPropertiesBackgroundImageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesBackgroundImageRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesBackgroundImageRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesBackgroundImageRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="backgroundImage">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesBackgroundImageRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="backgroundImage">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingPropertiesBackgroundImageRequestBuilder">
            <summary>
            The interface IOrganizationalBrandingPropertiesBackgroundImageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesBackgroundImageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingPropertiesBannerLogoRequest">
            <summary>
            The interface IOrganizationalBrandingPropertiesBannerLogoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesBannerLogoRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesBannerLogoRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesBannerLogoRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="bannerLogo">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesBannerLogoRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="bannerLogo">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingPropertiesBannerLogoRequestBuilder">
            <summary>
            The interface IOrganizationalBrandingPropertiesBannerLogoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesBannerLogoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest">
            <summary>
            The interface IOrganizationalBrandingPropertiesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.CreateAsync(Microsoft.Graph.OrganizationalBrandingProperties,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrganizationalBrandingProperties using POST.
            </summary>
            <param name="organizationalBrandingPropertiesToCreate">The OrganizationalBrandingProperties to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrganizationalBrandingProperties.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.CreateResponseAsync(Microsoft.Graph.OrganizationalBrandingProperties,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrganizationalBrandingProperties using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingPropertiesToCreate">The OrganizationalBrandingProperties to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrganizationalBrandingProperties.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrganizationalBrandingProperties and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrganizationalBrandingProperties.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OrganizationalBrandingProperties.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrganizationalBrandingProperties and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.UpdateAsync(Microsoft.Graph.OrganizationalBrandingProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingProperties using PATCH.
            </summary>
            <param name="organizationalBrandingPropertiesToUpdate">The OrganizationalBrandingProperties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OrganizationalBrandingProperties.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.UpdateResponseAsync(Microsoft.Graph.OrganizationalBrandingProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingProperties using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingPropertiesToUpdate">The OrganizationalBrandingProperties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.PutAsync(Microsoft.Graph.OrganizationalBrandingProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingProperties using PUT.
            </summary>
            <param name="organizationalBrandingPropertiesToUpdate">The OrganizationalBrandingProperties object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.PutResponseAsync(Microsoft.Graph.OrganizationalBrandingProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingProperties using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingPropertiesToUpdate">The OrganizationalBrandingProperties object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingProperties,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingProperties,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingPropertiesRequestBuilder">
            <summary>
            The interface IOrganizationalBrandingPropertiesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationalBrandingPropertiesRequestBuilder.BackgroundImage">
            <summary>
            Gets the request builder for BackgroundImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingPropertiesBackgroundImageRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationalBrandingPropertiesRequestBuilder.BannerLogo">
            <summary>
            Gets the request builder for BannerLogo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingPropertiesBannerLogoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationalBrandingPropertiesRequestBuilder.SquareLogo">
            <summary>
            Gets the request builder for SquareLogo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingPropertiesSquareLogoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingPropertiesSquareLogoRequest">
            <summary>
            The interface IOrganizationalBrandingPropertiesSquareLogoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesSquareLogoRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesSquareLogoRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesSquareLogoRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="squareLogo">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesSquareLogoRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="squareLogo">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingPropertiesSquareLogoRequestBuilder">
            <summary>
            The interface IOrganizationalBrandingPropertiesSquareLogoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingPropertiesSquareLogoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingRequest">
            <summary>
            The interface IOrganizationalBrandingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.CreateAsync(Microsoft.Graph.OrganizationalBranding,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrganizationalBranding using POST.
            </summary>
            <param name="organizationalBrandingToCreate">The OrganizationalBranding to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrganizationalBranding.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.CreateResponseAsync(Microsoft.Graph.OrganizationalBranding,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrganizationalBranding using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingToCreate">The OrganizationalBranding to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrganizationalBranding.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrganizationalBranding and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrganizationalBranding.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OrganizationalBranding.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrganizationalBranding and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.UpdateAsync(Microsoft.Graph.OrganizationalBranding,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBranding using PATCH.
            </summary>
            <param name="organizationalBrandingToUpdate">The OrganizationalBranding to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OrganizationalBranding.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.UpdateResponseAsync(Microsoft.Graph.OrganizationalBranding,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBranding using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingToUpdate">The OrganizationalBranding to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.PutAsync(Microsoft.Graph.OrganizationalBranding,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBranding using PUT.
            </summary>
            <param name="organizationalBrandingToUpdate">The OrganizationalBranding object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.PutResponseAsync(Microsoft.Graph.OrganizationalBranding,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBranding using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingToUpdate">The OrganizationalBranding object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBranding,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBranding,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationalBrandingRequestBuilder">
            <summary>
            The interface IOrganizationalBrandingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationalBrandingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationalBrandingRequestBuilder.Localizations">
            <summary>
            Gets the request builder for Localizations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionReferencesRequest">
            <summary>
            The interface IOrganizationCertificateBasedAuthConfigurationCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionReferencesRequest.AddAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CertificateBasedAuthConfiguration to the collection via POST.
            </summary>
            <param name="certificateBasedAuthConfiguration">The CertificateBasedAuthConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CertificateBasedAuthConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="certificateBasedAuthConfiguration">The CertificateBasedAuthConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder">
            <summary>
            The interface IOrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesPage">
            <summary>
            The interface IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest">
            <summary>
            The interface IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequestBuilder"/> for the specified CertificateBasedAuthConfiguration.
            </summary>
            <param name="id">The ID for the CertificateBasedAuthConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationExtensionsCollectionPage">
            <summary>
            The interface IOrganizationExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrganizationExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationExtensionsCollectionRequest">
            <summary>
            The interface IOrganizationExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationExtensionsCollectionRequestBuilder">
            <summary>
            The interface IOrganizationExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationRequest">
            <summary>
            The interface IOrganizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.CreateAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Organization using POST.
            </summary>
            <param name="organizationToCreate">The Organization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.CreateResponseAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Organization using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationToCreate">The Organization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Organization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Organization and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Organization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Organization and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.UpdateAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Organization using PATCH.
            </summary>
            <param name="organizationToUpdate">The Organization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.UpdateResponseAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Organization using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationToUpdate">The Organization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.PutAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Organization using PUT.
            </summary>
            <param name="organizationToUpdate">The Organization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.PutResponseAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Organization using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationToUpdate">The Organization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationRequestBuilder">
            <summary>
            The interface IOrganizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationRequestBuilder.Branding">
            <summary>
            Gets the request builder for Branding.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationRequestBuilder.CertificateBasedAuthConfiguration">
            <summary>
            Gets the request builder for CertificateBasedAuthConfiguration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequestBuilder.SetMobileDeviceManagementAuthority">
            <summary>
            Gets the request builder for OrganizationSetMobileDeviceManagementAuthority.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequest">
            <summary>
            The interface IOrganizationSetMobileDeviceManagementAuthorityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequestBuilder">
            <summary>
            The interface IOrganizationSetMobileDeviceManagementAuthorityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactDeltaCollectionPage">
            <summary>
            The interface IOrgContactDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrgContactDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactDeltaRequest">
            <summary>
            The interface IOrgContactDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactDeltaRequestBuilder">
            <summary>
            The interface IOrgContactDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactDirectReportsCollectionReferencesRequest">
            <summary>
            The interface IOrgContactDirectReportsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactDirectReportsCollectionReferencesRequestBuilder">
            <summary>
            The interface IOrgContactDirectReportsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesPage">
            <summary>
            The interface IOrgContactDirectReportsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequest">
            <summary>
            The interface IOrgContactDirectReportsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IOrgContactDirectReportsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrgContactDirectReportsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactDirectReportsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactMemberOfCollectionReferencesRequest">
            <summary>
            The interface IOrgContactMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The interface IOrgContactMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesPage">
            <summary>
            The interface IOrgContactMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequest">
            <summary>
            The interface IOrgContactMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IOrgContactMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrgContactMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactRequest">
            <summary>
            The interface IOrgContactRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.CreateAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrgContact using POST.
            </summary>
            <param name="orgContactToCreate">The OrgContact to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrgContact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.CreateResponseAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrgContact using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="orgContactToCreate">The OrgContact to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrgContact.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrgContact and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrgContact.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OrgContact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrgContact and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.UpdateAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrgContact using PATCH.
            </summary>
            <param name="orgContactToUpdate">The OrgContact to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OrgContact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.UpdateResponseAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrgContact using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="orgContactToUpdate">The OrgContact to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.PutAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrgContact using PUT.
            </summary>
            <param name="orgContactToUpdate">The OrgContact object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.PutResponseAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrgContact using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="orgContactToUpdate">The OrgContact object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrgContact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrgContact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactRequestBuilder">
            <summary>
            The interface IOrgContactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactRequestBuilder.DirectReports">
            <summary>
            Gets the request builder for DirectReports.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactRequestBuilder.Manager">
            <summary>
            Gets the request builder for Manager.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactRequestBuilder.TransitiveMemberOf">
            <summary>
            Gets the request builder for TransitiveMemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionReferencesRequest">
            <summary>
            The interface IOrgContactTransitiveMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The interface IOrgContactTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesPage">
            <summary>
            The interface IOrgContactTransitiveMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequest">
            <summary>
            The interface IOrgContactTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IOrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosCertificateProfileRequest">
            <summary>
            The type IosCertificateProfileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosCertificateProfileRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.CreateAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCertificateProfile using POST.
            </summary>
            <param name="iosCertificateProfileToCreate">The IosCertificateProfile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.CreateResponseAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCertificateProfile using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCertificateProfileToCreate">The IosCertificateProfile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCertificateProfile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCertificateProfile and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCertificateProfile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCertificateProfile and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.UpdateAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCertificateProfile using PATCH.
            </summary>
            <param name="iosCertificateProfileToUpdate">The IosCertificateProfile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.UpdateResponseAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCertificateProfile using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCertificateProfileToUpdate">The IosCertificateProfile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.PutAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCertificateProfile using PUT.
            </summary>
            <param name="iosCertificateProfileToUpdate">The IosCertificateProfile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.PutResponseAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCertificateProfile using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCertificateProfileToUpdate">The IosCertificateProfile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCertificateProfile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCertificateProfile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.InitializeCollectionProperties(Microsoft.Graph.IosCertificateProfile)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosCertificateProfileToInitialize">The <see cref="T:Microsoft.Graph.IosCertificateProfile"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosCertificateProfileRequestBuilder">
            <summary>
            The type IosCertificateProfileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosCertificateProfileRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosCompliancePolicyRequest">
            <summary>
            The type IosCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosCompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.CreateAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCompliancePolicy using POST.
            </summary>
            <param name="iosCompliancePolicyToCreate">The IosCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCompliancePolicyToCreate">The IosCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCompliancePolicy using PATCH.
            </summary>
            <param name="iosCompliancePolicyToUpdate">The IosCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCompliancePolicyToUpdate">The IosCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.PutAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCompliancePolicy using PUT.
            </summary>
            <param name="iosCompliancePolicyToUpdate">The IosCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCompliancePolicyToUpdate">The IosCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.IosCompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosCompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.IosCompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosCompliancePolicyRequestBuilder">
            <summary>
            The type IosCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosCompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosCustomConfigurationRequest">
            <summary>
            The type IosCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosCustomConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.CreateAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCustomConfiguration using POST.
            </summary>
            <param name="iosCustomConfigurationToCreate">The IosCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.CreateResponseAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCustomConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCustomConfigurationToCreate">The IosCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCustomConfiguration using PATCH.
            </summary>
            <param name="iosCustomConfigurationToUpdate">The IosCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCustomConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCustomConfigurationToUpdate">The IosCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.PutAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCustomConfiguration using PUT.
            </summary>
            <param name="iosCustomConfigurationToUpdate">The IosCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.PutResponseAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCustomConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosCustomConfigurationToUpdate">The IosCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.IosCustomConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosCustomConfigurationToInitialize">The <see cref="T:Microsoft.Graph.IosCustomConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosCustomConfigurationRequestBuilder">
            <summary>
            The type IosCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosCustomConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest">
            <summary>
            The type IosDeviceFeaturesConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosDeviceFeaturesConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.CreateAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosDeviceFeaturesConfiguration using POST.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToCreate">The IosDeviceFeaturesConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.CreateResponseAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosDeviceFeaturesConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToCreate">The IosDeviceFeaturesConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosDeviceFeaturesConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosDeviceFeaturesConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.UpdateAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosDeviceFeaturesConfiguration using PATCH.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToUpdate">The IosDeviceFeaturesConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosDeviceFeaturesConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToUpdate">The IosDeviceFeaturesConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.PutAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosDeviceFeaturesConfiguration using PUT.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToUpdate">The IosDeviceFeaturesConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.PutResponseAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosDeviceFeaturesConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToUpdate">The IosDeviceFeaturesConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.IosDeviceFeaturesConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToInitialize">The <see cref="T:Microsoft.Graph.IosDeviceFeaturesConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosDeviceFeaturesConfigurationRequestBuilder">
            <summary>
            The type IosDeviceFeaturesConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosDeviceFeaturesConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosGeneralDeviceConfigurationRequest">
            <summary>
            The type IosGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosGeneralDeviceConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosGeneralDeviceConfiguration using POST.
            </summary>
            <param name="iosGeneralDeviceConfigurationToCreate">The IosGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.CreateResponseAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosGeneralDeviceConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosGeneralDeviceConfigurationToCreate">The IosGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="iosGeneralDeviceConfigurationToUpdate">The IosGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosGeneralDeviceConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosGeneralDeviceConfigurationToUpdate">The IosGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.PutAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="iosGeneralDeviceConfigurationToUpdate">The IosGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.PutResponseAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosGeneralDeviceConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosGeneralDeviceConfigurationToUpdate">The IosGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.IosGeneralDeviceConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosGeneralDeviceConfigurationToInitialize">The <see cref="T:Microsoft.Graph.IosGeneralDeviceConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The type IosGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosGeneralDeviceConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosLobAppRequest">
            <summary>
            The type IosLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosLobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.CreateAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosLobApp using POST.
            </summary>
            <param name="iosLobAppToCreate">The IosLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.CreateResponseAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosLobAppToCreate">The IosLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.UpdateAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosLobApp using PATCH.
            </summary>
            <param name="iosLobAppToUpdate">The IosLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.UpdateResponseAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosLobAppToUpdate">The IosLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.PutAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosLobApp using PUT.
            </summary>
            <param name="iosLobAppToUpdate">The IosLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.PutResponseAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosLobAppToUpdate">The IosLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.InitializeCollectionProperties(Microsoft.Graph.IosLobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosLobAppToInitialize">The <see cref="T:Microsoft.Graph.IosLobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosLobAppRequestBuilder">
            <summary>
            The type IosLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosLobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtectionAppsCollectionPage">
            <summary>
            The type IosManagedAppProtectionAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtectionAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest">
            <summary>
            The type IosManagedAppProtectionAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosManagedAppProtectionAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequestBuilder">
            <summary>
            The type IosManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified IosManagedAppProtectionManagedMobileApp.
            </summary>
            <param name="id">The ID for the IosManagedAppProtectionManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtectionAppsCollectionResponse">
            <summary>
            The type IosManagedAppProtectionAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtectionAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtectionAppsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtectionAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtectionRequest">
            <summary>
            The type IosManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosManagedAppProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosManagedAppProtection using POST.
            </summary>
            <param name="iosManagedAppProtectionToCreate">The IosManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.CreateResponseAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosManagedAppProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosManagedAppProtectionToCreate">The IosManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppProtection using PATCH.
            </summary>
            <param name="iosManagedAppProtectionToUpdate">The IosManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.UpdateResponseAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosManagedAppProtectionToUpdate">The IosManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.PutAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppProtection using PUT.
            </summary>
            <param name="iosManagedAppProtectionToUpdate">The IosManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.PutResponseAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosManagedAppProtectionToUpdate">The IosManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.IosManagedAppProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosManagedAppProtectionToInitialize">The <see cref="T:Microsoft.Graph.IosManagedAppProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtectionRequestBuilder">
            <summary>
            The type IosManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosManagedAppProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtectionRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtectionRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppRegistrationRequest">
            <summary>
            The type IosManagedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosManagedAppRegistrationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosManagedAppRegistration using POST.
            </summary>
            <param name="iosManagedAppRegistrationToCreate">The IosManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.CreateResponseAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosManagedAppRegistration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosManagedAppRegistrationToCreate">The IosManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppRegistration using PATCH.
            </summary>
            <param name="iosManagedAppRegistrationToUpdate">The IosManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.UpdateResponseAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppRegistration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosManagedAppRegistrationToUpdate">The IosManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.PutAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppRegistration using PUT.
            </summary>
            <param name="iosManagedAppRegistrationToUpdate">The IosManagedAppRegistration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.PutResponseAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppRegistration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosManagedAppRegistrationToUpdate">The IosManagedAppRegistration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.InitializeCollectionProperties(Microsoft.Graph.IosManagedAppRegistration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosManagedAppRegistrationToInitialize">The <see cref="T:Microsoft.Graph.IosManagedAppRegistration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppRegistrationRequestBuilder">
            <summary>
            The type IosManagedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosManagedAppRegistrationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosMobileAppConfigurationRequest">
            <summary>
            The type IosMobileAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosMobileAppConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.CreateAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosMobileAppConfiguration using POST.
            </summary>
            <param name="iosMobileAppConfigurationToCreate">The IosMobileAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.CreateResponseAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosMobileAppConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosMobileAppConfigurationToCreate">The IosMobileAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosMobileAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosMobileAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.UpdateAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosMobileAppConfiguration using PATCH.
            </summary>
            <param name="iosMobileAppConfigurationToUpdate">The IosMobileAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosMobileAppConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosMobileAppConfigurationToUpdate">The IosMobileAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.PutAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosMobileAppConfiguration using PUT.
            </summary>
            <param name="iosMobileAppConfigurationToUpdate">The IosMobileAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.PutResponseAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosMobileAppConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosMobileAppConfigurationToUpdate">The IosMobileAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.IosMobileAppConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosMobileAppConfigurationToInitialize">The <see cref="T:Microsoft.Graph.IosMobileAppConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosMobileAppConfigurationRequestBuilder">
            <summary>
            The type IosMobileAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosMobileAppConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosStoreAppRequest">
            <summary>
            The type IosStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosStoreAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.CreateAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosStoreApp using POST.
            </summary>
            <param name="iosStoreAppToCreate">The IosStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.CreateResponseAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosStoreApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosStoreAppToCreate">The IosStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.UpdateAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosStoreApp using PATCH.
            </summary>
            <param name="iosStoreAppToUpdate">The IosStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.UpdateResponseAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosStoreApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosStoreAppToUpdate">The IosStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.PutAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosStoreApp using PUT.
            </summary>
            <param name="iosStoreAppToUpdate">The IosStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.PutResponseAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosStoreApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosStoreAppToUpdate">The IosStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.InitializeCollectionProperties(Microsoft.Graph.IosStoreApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosStoreAppToInitialize">The <see cref="T:Microsoft.Graph.IosStoreApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosStoreAppRequestBuilder">
            <summary>
            The type IosStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosStoreAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosUpdateConfigurationRequest">
            <summary>
            The type IosUpdateConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosUpdateConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.CreateAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosUpdateConfiguration using POST.
            </summary>
            <param name="iosUpdateConfigurationToCreate">The IosUpdateConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.CreateResponseAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosUpdateConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosUpdateConfigurationToCreate">The IosUpdateConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosUpdateConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosUpdateConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosUpdateConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosUpdateConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.UpdateAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateConfiguration using PATCH.
            </summary>
            <param name="iosUpdateConfigurationToUpdate">The IosUpdateConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosUpdateConfigurationToUpdate">The IosUpdateConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.PutAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateConfiguration using PUT.
            </summary>
            <param name="iosUpdateConfigurationToUpdate">The IosUpdateConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.PutResponseAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosUpdateConfigurationToUpdate">The IosUpdateConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.IosUpdateConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosUpdateConfigurationToInitialize">The <see cref="T:Microsoft.Graph.IosUpdateConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosUpdateConfigurationRequestBuilder">
            <summary>
            The type IosUpdateConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosUpdateConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosUpdateDeviceStatusRequest">
            <summary>
            The type IosUpdateDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosUpdateDeviceStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.CreateAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosUpdateDeviceStatus using POST.
            </summary>
            <param name="iosUpdateDeviceStatusToCreate">The IosUpdateDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.CreateResponseAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosUpdateDeviceStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosUpdateDeviceStatusToCreate">The IosUpdateDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosUpdateDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosUpdateDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosUpdateDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosUpdateDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.UpdateAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateDeviceStatus using PATCH.
            </summary>
            <param name="iosUpdateDeviceStatusToUpdate">The IosUpdateDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.UpdateResponseAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateDeviceStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosUpdateDeviceStatusToUpdate">The IosUpdateDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.PutAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateDeviceStatus using PUT.
            </summary>
            <param name="iosUpdateDeviceStatusToUpdate">The IosUpdateDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.PutResponseAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateDeviceStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosUpdateDeviceStatusToUpdate">The IosUpdateDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.InitializeCollectionProperties(Microsoft.Graph.IosUpdateDeviceStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosUpdateDeviceStatusToInitialize">The <see cref="T:Microsoft.Graph.IosUpdateDeviceStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosUpdateDeviceStatusRequestBuilder">
            <summary>
            The type IosUpdateDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosUpdateDeviceStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosVppAppRequest">
            <summary>
            The type IosVppAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosVppAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.CreateAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppApp using POST.
            </summary>
            <param name="iosVppAppToCreate">The IosVppApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.CreateResponseAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppAppToCreate">The IosVppApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.UpdateAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppApp using PATCH.
            </summary>
            <param name="iosVppAppToUpdate">The IosVppApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.UpdateResponseAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppAppToUpdate">The IosVppApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.PutAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppApp using PUT.
            </summary>
            <param name="iosVppAppToUpdate">The IosVppApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.PutResponseAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppAppToUpdate">The IosVppApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.InitializeCollectionProperties(Microsoft.Graph.IosVppApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosVppAppToInitialize">The <see cref="T:Microsoft.Graph.IosVppApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosVppAppRequestBuilder">
            <summary>
            The type IosVppAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosVppAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosVppEBookAssignmentRequest">
            <summary>
            The type IosVppEBookAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosVppEBookAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.CreateAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppEBookAssignment using POST.
            </summary>
            <param name="iosVppEBookAssignmentToCreate">The IosVppEBookAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.CreateResponseAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppEBookAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppEBookAssignmentToCreate">The IosVppEBookAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppEBookAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppEBookAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.UpdateAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBookAssignment using PATCH.
            </summary>
            <param name="iosVppEBookAssignmentToUpdate">The IosVppEBookAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBookAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppEBookAssignmentToUpdate">The IosVppEBookAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.PutAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBookAssignment using PUT.
            </summary>
            <param name="iosVppEBookAssignmentToUpdate">The IosVppEBookAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.PutResponseAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBookAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppEBookAssignmentToUpdate">The IosVppEBookAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBookAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBookAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.IosVppEBookAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosVppEBookAssignmentToInitialize">The <see cref="T:Microsoft.Graph.IosVppEBookAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosVppEBookAssignmentRequestBuilder">
            <summary>
            The type IosVppEBookAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosVppEBookAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosVppEBookRequest">
            <summary>
            The type IosVppEBookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosVppEBookRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.CreateAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppEBook using POST.
            </summary>
            <param name="iosVppEBookToCreate">The IosVppEBook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.CreateResponseAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppEBook using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppEBookToCreate">The IosVppEBook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppEBook and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppEBook and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.UpdateAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBook using PATCH.
            </summary>
            <param name="iosVppEBookToUpdate">The IosVppEBook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.UpdateResponseAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBook using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppEBookToUpdate">The IosVppEBook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.PutAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBook using PUT.
            </summary>
            <param name="iosVppEBookToUpdate">The IosVppEBook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.PutResponseAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBook using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="iosVppEBookToUpdate">The IosVppEBook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.InitializeCollectionProperties(Microsoft.Graph.IosVppEBook)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosVppEBookToInitialize">The <see cref="T:Microsoft.Graph.IosVppEBook"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosVppEBookRequestBuilder">
            <summary>
            The type IosVppEBookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosVppEBookRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookCategoryRequest">
            <summary>
            The interface IOutlookCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.CreateAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookCategory using POST.
            </summary>
            <param name="outlookCategoryToCreate">The OutlookCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.CreateResponseAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookCategory using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookCategoryToCreate">The OutlookCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.UpdateAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookCategory using PATCH.
            </summary>
            <param name="outlookCategoryToUpdate">The OutlookCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.UpdateResponseAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookCategory using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookCategoryToUpdate">The OutlookCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.PutAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookCategory using PUT.
            </summary>
            <param name="outlookCategoryToUpdate">The OutlookCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.PutResponseAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookCategory using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookCategoryToUpdate">The OutlookCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookCategoryRequestBuilder">
            <summary>
            The interface IOutlookCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookItemRequest">
            <summary>
            The interface IOutlookItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.CreateAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookItem using POST.
            </summary>
            <param name="outlookItemToCreate">The OutlookItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.CreateResponseAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookItemToCreate">The OutlookItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.UpdateAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookItem using PATCH.
            </summary>
            <param name="outlookItemToUpdate">The OutlookItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.UpdateResponseAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookItemToUpdate">The OutlookItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.PutAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookItem using PUT.
            </summary>
            <param name="outlookItemToUpdate">The OutlookItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.PutResponseAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookItemToUpdate">The OutlookItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookItemRequestBuilder">
            <summary>
            The interface IOutlookItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionPage">
            <summary>
            The interface IOutlookUserMasterCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest">
            <summary>
            The interface IOutlookUserMasterCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.AddAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OutlookCategory to the collection via POST.
            </summary>
            <param name="outlookCategory">The OutlookCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.AddResponseAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OutlookCategory to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="outlookCategory">The OutlookCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequestBuilder">
            <summary>
            The interface IOutlookUserMasterCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOutlookCategoryRequestBuilder"/> for the specified OutlookCategory.
            </summary>
            <param name="id">The ID for the OutlookCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserRequest">
            <summary>
            The interface IOutlookUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.CreateAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookUser using POST.
            </summary>
            <param name="outlookUserToCreate">The OutlookUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.CreateResponseAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookUser using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookUserToCreate">The OutlookUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookUser and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookUser and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.UpdateAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookUser using PATCH.
            </summary>
            <param name="outlookUserToUpdate">The OutlookUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.UpdateResponseAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookUser using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookUserToUpdate">The OutlookUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.PutAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookUser using PUT.
            </summary>
            <param name="outlookUserToUpdate">The OutlookUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.PutResponseAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookUser using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookUserToUpdate">The OutlookUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserRequestBuilder">
            <summary>
            The interface IOutlookUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOutlookUserRequestBuilder.MasterCategories">
            <summary>
            Gets the request builder for MasterCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequestBuilder.SupportedLanguages">
            <summary>
            Gets the request builder for OutlookUserSupportedLanguages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserSupportedLanguagesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequestBuilder.SupportedTimeZones">
            <summary>
            Gets the request builder for OutlookUserSupportedTimeZones.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequestBuilder.SupportedTimeZones(Microsoft.Graph.TimeZoneStandard)">
            <summary>
            Gets the request builder for OutlookUserSupportedTimeZones.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserSupportedLanguagesCollectionPage">
            <summary>
            The interface IOutlookUserSupportedLanguagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOutlookUserSupportedLanguagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest">
            <summary>
            The interface IOutlookUserSupportedLanguagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserSupportedLanguagesRequestBuilder">
            <summary>
            The interface IOutlookUserSupportedLanguagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesCollectionPage">
            <summary>
            The interface IOutlookUserSupportedTimeZonesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOutlookUserSupportedTimeZonesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest">
            <summary>
            The interface IOutlookUserSupportedTimeZonesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequestBuilder">
            <summary>
            The interface IOutlookUserSupportedTimeZonesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantInviteRequest">
            <summary>
            The interface IParticipantInviteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IParticipantInviteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantInviteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantInviteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantInviteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantInviteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantInviteRequestBuilder">
            <summary>
            The interface IParticipantInviteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantInviteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantJoiningNotificationRequest">
            <summary>
            The interface IParticipantJoiningNotificationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.CreateAsync(Microsoft.Graph.ParticipantJoiningNotification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ParticipantJoiningNotification using POST.
            </summary>
            <param name="participantJoiningNotificationToCreate">The ParticipantJoiningNotification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ParticipantJoiningNotification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.CreateResponseAsync(Microsoft.Graph.ParticipantJoiningNotification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ParticipantJoiningNotification using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantJoiningNotificationToCreate">The ParticipantJoiningNotification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ParticipantJoiningNotification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ParticipantJoiningNotification and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ParticipantJoiningNotification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ParticipantJoiningNotification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ParticipantJoiningNotification and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.UpdateAsync(Microsoft.Graph.ParticipantJoiningNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantJoiningNotification using PATCH.
            </summary>
            <param name="participantJoiningNotificationToUpdate">The ParticipantJoiningNotification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ParticipantJoiningNotification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.UpdateResponseAsync(Microsoft.Graph.ParticipantJoiningNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantJoiningNotification using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantJoiningNotificationToUpdate">The ParticipantJoiningNotification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.PutAsync(Microsoft.Graph.ParticipantJoiningNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantJoiningNotification using PUT.
            </summary>
            <param name="participantJoiningNotificationToUpdate">The ParticipantJoiningNotification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.PutResponseAsync(Microsoft.Graph.ParticipantJoiningNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantJoiningNotification using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantJoiningNotificationToUpdate">The ParticipantJoiningNotification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ParticipantJoiningNotification,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ParticipantJoiningNotification,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantJoiningNotificationRequestBuilder">
            <summary>
            The interface IParticipantJoiningNotificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantJoiningNotificationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IParticipantJoiningNotificationRequestBuilder.Call">
            <summary>
            Gets the request builder for Call.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantLeftNotificationRequest">
            <summary>
            The interface IParticipantLeftNotificationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.CreateAsync(Microsoft.Graph.ParticipantLeftNotification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ParticipantLeftNotification using POST.
            </summary>
            <param name="participantLeftNotificationToCreate">The ParticipantLeftNotification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ParticipantLeftNotification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.CreateResponseAsync(Microsoft.Graph.ParticipantLeftNotification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ParticipantLeftNotification using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantLeftNotificationToCreate">The ParticipantLeftNotification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ParticipantLeftNotification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ParticipantLeftNotification and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ParticipantLeftNotification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ParticipantLeftNotification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ParticipantLeftNotification and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.UpdateAsync(Microsoft.Graph.ParticipantLeftNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantLeftNotification using PATCH.
            </summary>
            <param name="participantLeftNotificationToUpdate">The ParticipantLeftNotification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ParticipantLeftNotification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.UpdateResponseAsync(Microsoft.Graph.ParticipantLeftNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantLeftNotification using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantLeftNotificationToUpdate">The ParticipantLeftNotification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.PutAsync(Microsoft.Graph.ParticipantLeftNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantLeftNotification using PUT.
            </summary>
            <param name="participantLeftNotificationToUpdate">The ParticipantLeftNotification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.PutResponseAsync(Microsoft.Graph.ParticipantLeftNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantLeftNotification using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantLeftNotificationToUpdate">The ParticipantLeftNotification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ParticipantLeftNotification,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ParticipantLeftNotification,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantLeftNotificationRequestBuilder">
            <summary>
            The interface IParticipantLeftNotificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantLeftNotificationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IParticipantLeftNotificationRequestBuilder.Call">
            <summary>
            Gets the request builder for Call.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantMuteRequest">
            <summary>
            The interface IParticipantMuteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IParticipantMuteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantMuteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantMuteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantMuteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantMuteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantMuteRequestBuilder">
            <summary>
            The interface IParticipantMuteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantMuteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantRequest">
            <summary>
            The interface IParticipantRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.CreateAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Participant using POST.
            </summary>
            <param name="participantToCreate">The Participant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Participant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.CreateResponseAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Participant using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantToCreate">The Participant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Participant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Participant and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Participant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Participant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Participant and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.UpdateAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Participant using PATCH.
            </summary>
            <param name="participantToUpdate">The Participant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Participant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.UpdateResponseAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Participant using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantToUpdate">The Participant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.PutAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Participant using PUT.
            </summary>
            <param name="participantToUpdate">The Participant object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.PutResponseAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Participant using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantToUpdate">The Participant object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Participant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Participant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantRequestBuilder">
            <summary>
            The interface IParticipantRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequestBuilder.Mute(System.String)">
            <summary>
            Gets the request builder for ParticipantMute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IParticipantMuteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequestBuilder.StartHoldMusic(Microsoft.Graph.Prompt,System.String)">
            <summary>
            Gets the request builder for ParticipantStartHoldMusic.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IParticipantStartHoldMusicRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantRequestBuilder.StopHoldMusic(System.String)">
            <summary>
            Gets the request builder for ParticipantStopHoldMusic.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IParticipantStopHoldMusicRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantStartHoldMusicRequest">
            <summary>
            The interface IParticipantStartHoldMusicRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IParticipantStartHoldMusicRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantStartHoldMusicRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantStartHoldMusicRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantStartHoldMusicRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantStartHoldMusicRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantStartHoldMusicRequestBuilder">
            <summary>
            The interface IParticipantStartHoldMusicRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantStartHoldMusicRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantStopHoldMusicRequest">
            <summary>
            The interface IParticipantStopHoldMusicRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IParticipantStopHoldMusicRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantStopHoldMusicRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantStopHoldMusicRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantStopHoldMusicRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IParticipantStopHoldMusicRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IParticipantStopHoldMusicRequestBuilder">
            <summary>
            The interface IParticipantStopHoldMusicRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IParticipantStopHoldMusicRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPasswordAuthenticationMethodRequest">
            <summary>
            The interface IPasswordAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PasswordAuthenticationMethod using POST.
            </summary>
            <param name="passwordAuthenticationMethodToCreate">The PasswordAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PasswordAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PasswordAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="passwordAuthenticationMethodToCreate">The PasswordAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PasswordAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PasswordAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PasswordAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PasswordAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PasswordAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PasswordAuthenticationMethod using PATCH.
            </summary>
            <param name="passwordAuthenticationMethodToUpdate">The PasswordAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PasswordAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PasswordAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="passwordAuthenticationMethodToUpdate">The PasswordAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.PutAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PasswordAuthenticationMethod using PUT.
            </summary>
            <param name="passwordAuthenticationMethodToUpdate">The PasswordAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PasswordAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="passwordAuthenticationMethodToUpdate">The PasswordAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PasswordAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PasswordAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPasswordAuthenticationMethodRequestBuilder">
            <summary>
            The interface IPasswordAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPasswordAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionGrantCollectionPage">
            <summary>
            The interface IPermissionGrantCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPermissionGrantCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPermissionGrantRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPermissionGrantConditionSetRequest">
            <summary>
            The interface IPermissionGrantConditionSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.CreateAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PermissionGrantConditionSet using POST.
            </summary>
            <param name="permissionGrantConditionSetToCreate">The PermissionGrantConditionSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PermissionGrantConditionSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.CreateResponseAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PermissionGrantConditionSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionGrantConditionSetToCreate">The PermissionGrantConditionSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PermissionGrantConditionSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PermissionGrantConditionSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PermissionGrantConditionSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PermissionGrantConditionSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PermissionGrantConditionSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.UpdateAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantConditionSet using PATCH.
            </summary>
            <param name="permissionGrantConditionSetToUpdate">The PermissionGrantConditionSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PermissionGrantConditionSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.UpdateResponseAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantConditionSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionGrantConditionSetToUpdate">The PermissionGrantConditionSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.PutAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantConditionSet using PUT.
            </summary>
            <param name="permissionGrantConditionSetToUpdate">The PermissionGrantConditionSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.PutResponseAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantConditionSet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionGrantConditionSetToUpdate">The PermissionGrantConditionSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantConditionSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantConditionSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionGrantConditionSetRequestBuilder">
            <summary>
            The interface IPermissionGrantConditionSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantConditionSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionPage">
            <summary>
            The interface IPermissionGrantPolicyExcludesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest">
            <summary>
            The interface IPermissionGrantPolicyExcludesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest.AddAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PermissionGrantConditionSet to the collection via POST.
            </summary>
            <param name="permissionGrantConditionSet">The PermissionGrantConditionSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PermissionGrantConditionSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest.AddResponseAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PermissionGrantConditionSet to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="permissionGrantConditionSet">The PermissionGrantConditionSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantConditionSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantConditionSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequestBuilder">
            <summary>
            The interface IPermissionGrantPolicyExcludesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPermissionGrantConditionSetRequestBuilder"/> for the specified PermissionGrantConditionSet.
            </summary>
            <param name="id">The ID for the PermissionGrantConditionSet.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionGrantConditionSetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionPage">
            <summary>
            The interface IPermissionGrantPolicyIncludesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest">
            <summary>
            The interface IPermissionGrantPolicyIncludesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest.AddAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PermissionGrantConditionSet to the collection via POST.
            </summary>
            <param name="permissionGrantConditionSet">The PermissionGrantConditionSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PermissionGrantConditionSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest.AddResponseAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PermissionGrantConditionSet to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="permissionGrantConditionSet">The PermissionGrantConditionSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantConditionSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantConditionSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequestBuilder">
            <summary>
            The interface IPermissionGrantPolicyIncludesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPermissionGrantConditionSetRequestBuilder"/> for the specified PermissionGrantConditionSet.
            </summary>
            <param name="id">The ID for the PermissionGrantConditionSet.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionGrantConditionSetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionGrantPolicyRequest">
            <summary>
            The interface IPermissionGrantPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.CreateAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PermissionGrantPolicy using POST.
            </summary>
            <param name="permissionGrantPolicyToCreate">The PermissionGrantPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PermissionGrantPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.CreateResponseAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PermissionGrantPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionGrantPolicyToCreate">The PermissionGrantPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PermissionGrantPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PermissionGrantPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PermissionGrantPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PermissionGrantPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PermissionGrantPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.UpdateAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantPolicy using PATCH.
            </summary>
            <param name="permissionGrantPolicyToUpdate">The PermissionGrantPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PermissionGrantPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.UpdateResponseAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionGrantPolicyToUpdate">The PermissionGrantPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.PutAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantPolicy using PUT.
            </summary>
            <param name="permissionGrantPolicyToUpdate">The PermissionGrantPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.PutResponseAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionGrantPolicyToUpdate">The PermissionGrantPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionGrantPolicyRequestBuilder">
            <summary>
            The interface IPermissionGrantPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPermissionGrantPolicyRequestBuilder.Excludes">
            <summary>
            Gets the request builder for Excludes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPermissionGrantPolicyRequestBuilder.Includes">
            <summary>
            Gets the request builder for Includes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionGrantRequest">
            <summary>
            The interface IPermissionGrantRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPermissionGrantRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionGrantRequestBuilder">
            <summary>
            The interface IPermissionGrantRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionGrantRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionRequest">
            <summary>
            The interface IPermissionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.CreateAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Permission using POST.
            </summary>
            <param name="permissionToCreate">The Permission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.CreateResponseAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Permission using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionToCreate">The Permission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Permission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Permission and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Permission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Permission and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.UpdateAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Permission using PATCH.
            </summary>
            <param name="permissionToUpdate">The Permission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.UpdateResponseAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Permission using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionToUpdate">The Permission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.PutAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Permission using PUT.
            </summary>
            <param name="permissionToUpdate">The Permission object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.PutResponseAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Permission using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionToUpdate">The Permission object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionRequestBuilder">
            <summary>
            The interface IPermissionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequestBuilder.Grant(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{Microsoft.Graph.DriveRecipient})">
            <summary>
            Gets the request builder for PermissionGrant.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionGrantRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPersonRequest">
            <summary>
            The interface IPersonRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.CreateAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Person using POST.
            </summary>
            <param name="personToCreate">The Person to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.CreateResponseAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Person using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="personToCreate">The Person to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Person.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Person and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Person.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Person and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.UpdateAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Person using PATCH.
            </summary>
            <param name="personToUpdate">The Person to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.UpdateResponseAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Person using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="personToUpdate">The Person to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.PutAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Person using PUT.
            </summary>
            <param name="personToUpdate">The Person object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.PutResponseAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Person using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="personToUpdate">The Person object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPersonRequestBuilder">
            <summary>
            The interface IPersonRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPhoneAuthenticationMethodDisableSmsSignInRequest">
            <summary>
            The interface IPhoneAuthenticationMethodDisableSmsSignInRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodDisableSmsSignInRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodDisableSmsSignInRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodDisableSmsSignInRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodDisableSmsSignInRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPhoneAuthenticationMethodDisableSmsSignInRequestBuilder">
            <summary>
            The interface IPhoneAuthenticationMethodDisableSmsSignInRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodDisableSmsSignInRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPhoneAuthenticationMethodEnableSmsSignInRequest">
            <summary>
            The interface IPhoneAuthenticationMethodEnableSmsSignInRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodEnableSmsSignInRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodEnableSmsSignInRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodEnableSmsSignInRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodEnableSmsSignInRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPhoneAuthenticationMethodEnableSmsSignInRequestBuilder">
            <summary>
            The interface IPhoneAuthenticationMethodEnableSmsSignInRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodEnableSmsSignInRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPhoneAuthenticationMethodRequest">
            <summary>
            The interface IPhoneAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PhoneAuthenticationMethod using POST.
            </summary>
            <param name="phoneAuthenticationMethodToCreate">The PhoneAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PhoneAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PhoneAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="phoneAuthenticationMethodToCreate">The PhoneAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PhoneAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PhoneAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PhoneAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PhoneAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PhoneAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PhoneAuthenticationMethod using PATCH.
            </summary>
            <param name="phoneAuthenticationMethodToUpdate">The PhoneAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PhoneAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PhoneAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="phoneAuthenticationMethodToUpdate">The PhoneAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.PutAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PhoneAuthenticationMethod using PUT.
            </summary>
            <param name="phoneAuthenticationMethodToUpdate">The PhoneAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PhoneAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="phoneAuthenticationMethodToUpdate">The PhoneAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PhoneAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PhoneAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPhoneAuthenticationMethodRequestBuilder">
            <summary>
            The interface IPhoneAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequestBuilder.DisableSmsSignIn">
            <summary>
            Gets the request builder for PhoneAuthenticationMethodDisableSmsSignIn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPhoneAuthenticationMethodDisableSmsSignInRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPhoneAuthenticationMethodRequestBuilder.EnableSmsSignIn">
            <summary>
            Gets the request builder for PhoneAuthenticationMethodEnableSmsSignIn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPhoneAuthenticationMethodEnableSmsSignInRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPinnedChatMessageInfoRequest">
            <summary>
            The interface IPinnedChatMessageInfoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.CreateAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PinnedChatMessageInfo using POST.
            </summary>
            <param name="pinnedChatMessageInfoToCreate">The PinnedChatMessageInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PinnedChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.CreateResponseAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PinnedChatMessageInfo using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="pinnedChatMessageInfoToCreate">The PinnedChatMessageInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PinnedChatMessageInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PinnedChatMessageInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PinnedChatMessageInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PinnedChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PinnedChatMessageInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.UpdateAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PinnedChatMessageInfo using PATCH.
            </summary>
            <param name="pinnedChatMessageInfoToUpdate">The PinnedChatMessageInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PinnedChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.UpdateResponseAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PinnedChatMessageInfo using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="pinnedChatMessageInfoToUpdate">The PinnedChatMessageInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.PutAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PinnedChatMessageInfo using PUT.
            </summary>
            <param name="pinnedChatMessageInfoToUpdate">The PinnedChatMessageInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.PutResponseAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PinnedChatMessageInfo using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="pinnedChatMessageInfoToUpdate">The PinnedChatMessageInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PinnedChatMessageInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PinnedChatMessageInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPinnedChatMessageInfoRequestBuilder">
            <summary>
            The interface IPinnedChatMessageInfoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPinnedChatMessageInfoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPinnedChatMessageInfoRequestBuilder.Message">
            <summary>
            Gets the request builder for Message.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlaceRequest">
            <summary>
            The interface IPlaceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.CreateAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Place using POST.
            </summary>
            <param name="placeToCreate">The Place to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Place.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.CreateResponseAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Place using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="placeToCreate">The Place to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Place.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Place and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Place.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Place.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Place and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.UpdateAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Place using PATCH.
            </summary>
            <param name="placeToUpdate">The Place to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Place.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.UpdateResponseAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Place using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="placeToUpdate">The Place to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.PutAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Place using PUT.
            </summary>
            <param name="placeToUpdate">The Place object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.PutResponseAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Place using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="placeToUpdate">The Place object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Place,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Place,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlaceRequestBuilder">
            <summary>
            The interface IPlaceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlaceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest">
            <summary>
            The interface IPlannerAssignedToTaskBoardTaskFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerAssignedToTaskBoardTaskFormat using POST.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToCreate">The PlannerAssignedToTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.CreateResponseAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerAssignedToTaskBoardTaskFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToCreate">The PlannerAssignedToTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerAssignedToTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerAssignedToTaskBoardTaskFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerAssignedToTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerAssignedToTaskBoardTaskFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerAssignedToTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToUpdate">The PlannerAssignedToTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.UpdateResponseAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerAssignedToTaskBoardTaskFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToUpdate">The PlannerAssignedToTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.PutAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerAssignedToTaskBoardTaskFormat using PUT.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToUpdate">The PlannerAssignedToTaskBoardTaskFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.PutResponseAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerAssignedToTaskBoardTaskFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToUpdate">The PlannerAssignedToTaskBoardTaskFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequestBuilder">
            <summary>
            The interface IPlannerAssignedToTaskBoardTaskFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketRequest">
            <summary>
            The interface IPlannerBucketRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.CreateAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerBucket using POST.
            </summary>
            <param name="plannerBucketToCreate">The PlannerBucket to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.CreateResponseAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerBucket using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerBucketToCreate">The PlannerBucket to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerBucket.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerBucket and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerBucket.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerBucket and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.UpdateAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucket using PATCH.
            </summary>
            <param name="plannerBucketToUpdate">The PlannerBucket to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.UpdateResponseAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucket using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerBucketToUpdate">The PlannerBucket to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.PutAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucket using PUT.
            </summary>
            <param name="plannerBucketToUpdate">The PlannerBucket object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.PutResponseAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucket using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerBucketToUpdate">The PlannerBucket object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketRequestBuilder">
            <summary>
            The interface IPlannerBucketRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerBucketRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketsCollectionPage">
            <summary>
            The interface IPlannerBucketsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerBucketsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerBucketsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketsCollectionRequest">
            <summary>
            The interface IPlannerBucketsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.AddAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketsCollectionRequestBuilder">
            <summary>
            The interface IPlannerBucketsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerBucketsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/> for the specified PlannerBucket.
            </summary>
            <param name="id">The ID for the PlannerBucket.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest">
            <summary>
            The interface IPlannerBucketTaskBoardTaskFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerBucketTaskBoardTaskFormat using POST.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToCreate">The PlannerBucketTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.CreateResponseAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerBucketTaskBoardTaskFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToCreate">The PlannerBucketTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerBucketTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerBucketTaskBoardTaskFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerBucketTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerBucketTaskBoardTaskFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucketTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToUpdate">The PlannerBucketTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.UpdateResponseAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucketTaskBoardTaskFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToUpdate">The PlannerBucketTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.PutAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucketTaskBoardTaskFormat using PUT.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToUpdate">The PlannerBucketTaskBoardTaskFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.PutResponseAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucketTaskBoardTaskFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToUpdate">The PlannerBucketTaskBoardTaskFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequestBuilder">
            <summary>
            The interface IPlannerBucketTaskBoardTaskFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketTasksCollectionPage">
            <summary>
            The interface IPlannerBucketTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerBucketTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerBucketTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketTasksCollectionRequest">
            <summary>
            The interface IPlannerBucketTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketTasksCollectionRequestBuilder">
            <summary>
            The interface IPlannerBucketTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerBucketTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerTask.
            </summary>
            <param name="id">The ID for the PlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerGroupPlansCollectionPage">
            <summary>
            The interface IPlannerGroupPlansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerGroupPlansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerGroupPlansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerGroupPlansCollectionRequest">
            <summary>
            The interface IPlannerGroupPlansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerGroupPlansCollectionRequestBuilder">
            <summary>
            The interface IPlannerGroupPlansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerGroupPlansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/> for the specified PlannerPlan.
            </summary>
            <param name="id">The ID for the PlannerPlan.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerGroupRequest">
            <summary>
            The interface IPlannerGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.CreateAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerGroup using POST.
            </summary>
            <param name="plannerGroupToCreate">The PlannerGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.CreateResponseAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerGroup using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerGroupToCreate">The PlannerGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.UpdateAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerGroup using PATCH.
            </summary>
            <param name="plannerGroupToUpdate">The PlannerGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.UpdateResponseAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerGroup using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerGroupToUpdate">The PlannerGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.PutAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerGroup using PUT.
            </summary>
            <param name="plannerGroupToUpdate">The PlannerGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.PutResponseAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerGroup using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerGroupToUpdate">The PlannerGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerGroupRequestBuilder">
            <summary>
            The interface IPlannerGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerGroupRequestBuilder.Plans">
            <summary>
            Gets the request builder for Plans.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerGroupPlansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanBucketsCollectionPage">
            <summary>
            The interface IPlannerPlanBucketsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanBucketsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest">
            <summary>
            The interface IPlannerPlanBucketsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.AddAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanBucketsCollectionRequestBuilder">
            <summary>
            The interface IPlannerPlanBucketsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanBucketsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/> for the specified PlannerBucket.
            </summary>
            <param name="id">The ID for the PlannerBucket.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanDetailsRequest">
            <summary>
            The interface IPlannerPlanDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.CreateAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerPlanDetails using POST.
            </summary>
            <param name="plannerPlanDetailsToCreate">The PlannerPlanDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.CreateResponseAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerPlanDetails using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerPlanDetailsToCreate">The PlannerPlanDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerPlanDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerPlanDetails and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerPlanDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerPlanDetails and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.UpdateAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlanDetails using PATCH.
            </summary>
            <param name="plannerPlanDetailsToUpdate">The PlannerPlanDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.UpdateResponseAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlanDetails using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerPlanDetailsToUpdate">The PlannerPlanDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.PutAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlanDetails using PUT.
            </summary>
            <param name="plannerPlanDetailsToUpdate">The PlannerPlanDetails object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.PutResponseAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlanDetails using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerPlanDetailsToUpdate">The PlannerPlanDetails object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlanDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlanDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanDetailsRequestBuilder">
            <summary>
            The interface IPlannerPlanDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanRequest">
            <summary>
            The interface IPlannerPlanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.CreateAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerPlan using POST.
            </summary>
            <param name="plannerPlanToCreate">The PlannerPlan to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.CreateResponseAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerPlan using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerPlanToCreate">The PlannerPlan to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerPlan.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerPlan and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerPlan.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerPlan and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.UpdateAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlan using PATCH.
            </summary>
            <param name="plannerPlanToUpdate">The PlannerPlan to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.UpdateResponseAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlan using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerPlanToUpdate">The PlannerPlan to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.PutAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlan using PUT.
            </summary>
            <param name="plannerPlanToUpdate">The PlannerPlan object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.PutResponseAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlan using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerPlanToUpdate">The PlannerPlan object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanRequestBuilder">
            <summary>
            The interface IPlannerPlanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanRequestBuilder.Buckets">
            <summary>
            Gets the request builder for Buckets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanBucketsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanRequestBuilder.Details">
            <summary>
            Gets the request builder for Details.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlansCollectionPage">
            <summary>
            The interface IPlannerPlansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerPlansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlansCollectionRequest">
            <summary>
            The interface IPlannerPlansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlansCollectionRequestBuilder">
            <summary>
            The interface IPlannerPlansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/> for the specified PlannerPlan.
            </summary>
            <param name="id">The ID for the PlannerPlan.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanTasksCollectionPage">
            <summary>
            The interface IPlannerPlanTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerPlanTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanTasksCollectionRequest">
            <summary>
            The interface IPlannerPlanTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanTasksCollectionRequestBuilder">
            <summary>
            The interface IPlannerPlanTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerTask.
            </summary>
            <param name="id">The ID for the PlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest">
            <summary>
            The interface IPlannerProgressTaskBoardTaskFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerProgressTaskBoardTaskFormat using POST.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToCreate">The PlannerProgressTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.CreateResponseAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerProgressTaskBoardTaskFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToCreate">The PlannerProgressTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerProgressTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerProgressTaskBoardTaskFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerProgressTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerProgressTaskBoardTaskFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerProgressTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToUpdate">The PlannerProgressTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.UpdateResponseAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerProgressTaskBoardTaskFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToUpdate">The PlannerProgressTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.PutAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerProgressTaskBoardTaskFormat using PUT.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToUpdate">The PlannerProgressTaskBoardTaskFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.PutResponseAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerProgressTaskBoardTaskFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToUpdate">The PlannerProgressTaskBoardTaskFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequestBuilder">
            <summary>
            The interface IPlannerProgressTaskBoardTaskFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerRequest">
            <summary>
            The interface IPlannerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.CreateAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Planner using POST.
            </summary>
            <param name="plannerToCreate">The Planner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.CreateResponseAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Planner using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerToCreate">The Planner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Planner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Planner and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Planner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Planner and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.UpdateAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Planner using PATCH.
            </summary>
            <param name="plannerToUpdate">The Planner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.UpdateResponseAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Planner using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerToUpdate">The Planner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.PutAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Planner using PUT.
            </summary>
            <param name="plannerToUpdate">The Planner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.PutResponseAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Planner using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerToUpdate">The Planner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Planner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Planner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerRequestBuilder">
            <summary>
            The interface IPlannerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerRequestBuilder.Buckets">
            <summary>
            Gets the request builder for Buckets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerRequestBuilder.Plans">
            <summary>
            Gets the request builder for Plans.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTaskDetailsRequest">
            <summary>
            The interface IPlannerTaskDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.CreateAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerTaskDetails using POST.
            </summary>
            <param name="plannerTaskDetailsToCreate">The PlannerTaskDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.CreateResponseAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerTaskDetails using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerTaskDetailsToCreate">The PlannerTaskDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerTaskDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerTaskDetails and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerTaskDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerTaskDetails and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.UpdateAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTaskDetails using PATCH.
            </summary>
            <param name="plannerTaskDetailsToUpdate">The PlannerTaskDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.UpdateResponseAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTaskDetails using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerTaskDetailsToUpdate">The PlannerTaskDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.PutAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTaskDetails using PUT.
            </summary>
            <param name="plannerTaskDetailsToUpdate">The PlannerTaskDetails object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.PutResponseAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTaskDetails using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerTaskDetailsToUpdate">The PlannerTaskDetails object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTaskDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTaskDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTaskDetailsRequestBuilder">
            <summary>
            The interface IPlannerTaskDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTaskRequest">
            <summary>
            The interface IPlannerTaskRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.CreateAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerTask using POST.
            </summary>
            <param name="plannerTaskToCreate">The PlannerTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.CreateResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerTask using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerTaskToCreate">The PlannerTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerTask and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerTask and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.UpdateAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTask using PATCH.
            </summary>
            <param name="plannerTaskToUpdate">The PlannerTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.UpdateResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTask using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerTaskToUpdate">The PlannerTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.PutAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTask using PUT.
            </summary>
            <param name="plannerTaskToUpdate">The PlannerTask object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.PutResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTask using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerTaskToUpdate">The PlannerTask object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTaskRequestBuilder">
            <summary>
            The interface IPlannerTaskRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerTaskRequestBuilder.AssignedToTaskBoardFormat">
            <summary>
            Gets the request builder for AssignedToTaskBoardFormat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerTaskRequestBuilder.BucketTaskBoardFormat">
            <summary>
            Gets the request builder for BucketTaskBoardFormat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerTaskRequestBuilder.Details">
            <summary>
            Gets the request builder for Details.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerTaskRequestBuilder.ProgressTaskBoardFormat">
            <summary>
            Gets the request builder for ProgressTaskBoardFormat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTasksCollectionPage">
            <summary>
            The interface IPlannerTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTasksCollectionRequest">
            <summary>
            The interface IPlannerTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTasksCollectionRequestBuilder">
            <summary>
            The interface IPlannerTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerTask.
            </summary>
            <param name="id">The ID for the PlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserPlansCollectionPage">
            <summary>
            The interface IPlannerUserPlansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerUserPlansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerUserPlansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserPlansCollectionRequest">
            <summary>
            The interface IPlannerUserPlansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserPlansCollectionRequestBuilder">
            <summary>
            The interface IPlannerUserPlansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerUserPlansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/> for the specified PlannerPlan.
            </summary>
            <param name="id">The ID for the PlannerPlan.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserRequest">
            <summary>
            The interface IPlannerUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.CreateAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerUser using POST.
            </summary>
            <param name="plannerUserToCreate">The PlannerUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.CreateResponseAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerUser using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerUserToCreate">The PlannerUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerUser and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerUser and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.UpdateAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerUser using PATCH.
            </summary>
            <param name="plannerUserToUpdate">The PlannerUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.UpdateResponseAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerUser using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerUserToUpdate">The PlannerUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.PutAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerUser using PUT.
            </summary>
            <param name="plannerUserToUpdate">The PlannerUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.PutResponseAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerUser using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerUserToUpdate">The PlannerUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserRequestBuilder">
            <summary>
            The interface IPlannerUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerUserRequestBuilder.Plans">
            <summary>
            Gets the request builder for Plans.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerUserPlansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerUserRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerUserTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserTasksCollectionPage">
            <summary>
            The interface IPlannerUserTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerUserTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerUserTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserTasksCollectionRequest">
            <summary>
            The interface IPlannerUserTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserTasksCollectionRequestBuilder">
            <summary>
            The interface IPlannerUserTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerUserTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerTask.
            </summary>
            <param name="id">The ID for the PlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlayPromptOperationRequest">
            <summary>
            The interface IPlayPromptOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.CreateAsync(Microsoft.Graph.PlayPromptOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlayPromptOperation using POST.
            </summary>
            <param name="playPromptOperationToCreate">The PlayPromptOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlayPromptOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.CreateResponseAsync(Microsoft.Graph.PlayPromptOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlayPromptOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="playPromptOperationToCreate">The PlayPromptOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlayPromptOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlayPromptOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlayPromptOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlayPromptOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlayPromptOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.UpdateAsync(Microsoft.Graph.PlayPromptOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlayPromptOperation using PATCH.
            </summary>
            <param name="playPromptOperationToUpdate">The PlayPromptOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlayPromptOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.UpdateResponseAsync(Microsoft.Graph.PlayPromptOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlayPromptOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="playPromptOperationToUpdate">The PlayPromptOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.PutAsync(Microsoft.Graph.PlayPromptOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlayPromptOperation using PUT.
            </summary>
            <param name="playPromptOperationToUpdate">The PlayPromptOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.PutResponseAsync(Microsoft.Graph.PlayPromptOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlayPromptOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="playPromptOperationToUpdate">The PlayPromptOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlayPromptOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlayPromptOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlayPromptOperationRequestBuilder">
            <summary>
            The interface IPlayPromptOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlayPromptOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IpNamedLocationRequest">
            <summary>
            The type IpNamedLocationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IpNamedLocationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.CreateAsync(Microsoft.Graph.IpNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IpNamedLocation using POST.
            </summary>
            <param name="ipNamedLocationToCreate">The IpNamedLocation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IpNamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.CreateResponseAsync(Microsoft.Graph.IpNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IpNamedLocation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ipNamedLocationToCreate">The IpNamedLocation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IpNamedLocation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IpNamedLocation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IpNamedLocation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IpNamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IpNamedLocation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.UpdateAsync(Microsoft.Graph.IpNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IpNamedLocation using PATCH.
            </summary>
            <param name="ipNamedLocationToUpdate">The IpNamedLocation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated IpNamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.UpdateResponseAsync(Microsoft.Graph.IpNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IpNamedLocation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ipNamedLocationToUpdate">The IpNamedLocation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.PutAsync(Microsoft.Graph.IpNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IpNamedLocation using PUT.
            </summary>
            <param name="ipNamedLocationToUpdate">The IpNamedLocation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.PutResponseAsync(Microsoft.Graph.IpNamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IpNamedLocation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ipNamedLocationToUpdate">The IpNamedLocation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IpNamedLocation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IpNamedLocation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequest.InitializeCollectionProperties(Microsoft.Graph.IpNamedLocation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ipNamedLocationToInitialize">The <see cref="T:Microsoft.Graph.IpNamedLocation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IpNamedLocationRequestBuilder">
            <summary>
            The type IpNamedLocationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IpNamedLocationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IpNamedLocationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyBaseRequest">
            <summary>
            The interface IPolicyBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.CreateAsync(Microsoft.Graph.PolicyBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PolicyBase using POST.
            </summary>
            <param name="policyBaseToCreate">The PolicyBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PolicyBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.CreateResponseAsync(Microsoft.Graph.PolicyBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PolicyBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="policyBaseToCreate">The PolicyBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PolicyBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PolicyBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PolicyBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PolicyBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PolicyBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.UpdateAsync(Microsoft.Graph.PolicyBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyBase using PATCH.
            </summary>
            <param name="policyBaseToUpdate">The PolicyBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PolicyBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.UpdateResponseAsync(Microsoft.Graph.PolicyBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="policyBaseToUpdate">The PolicyBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.PutAsync(Microsoft.Graph.PolicyBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyBase using PUT.
            </summary>
            <param name="policyBaseToUpdate">The PolicyBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.PutResponseAsync(Microsoft.Graph.PolicyBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="policyBaseToUpdate">The PolicyBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PolicyBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PolicyBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyBaseRequestBuilder">
            <summary>
            The interface IPolicyBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionPage">
            <summary>
            The interface IPolicyRootActivityBasedTimeoutPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest">
            <summary>
            The interface IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityBasedTimeoutPolicy to the collection via POST.
            </summary>
            <param name="activityBasedTimeoutPolicy">The ActivityBasedTimeoutPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityBasedTimeoutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityBasedTimeoutPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="activityBasedTimeoutPolicy">The ActivityBasedTimeoutPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder">
            <summary>
            The interface IPolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IActivityBasedTimeoutPolicyRequestBuilder"/> for the specified ActivityBasedTimeoutPolicy.
            </summary>
            <param name="id">The ID for the ActivityBasedTimeoutPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IActivityBasedTimeoutPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionPage">
            <summary>
            The interface IPolicyRootClaimsMappingPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest">
            <summary>
            The interface IPolicyRootClaimsMappingPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ClaimsMappingPolicy to the collection via POST.
            </summary>
            <param name="claimsMappingPolicy">The ClaimsMappingPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ClaimsMappingPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="claimsMappingPolicy">The ClaimsMappingPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequestBuilder">
            <summary>
            The interface IPolicyRootClaimsMappingPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IClaimsMappingPolicyRequestBuilder"/> for the specified ClaimsMappingPolicy.
            </summary>
            <param name="id">The ID for the ClaimsMappingPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IClaimsMappingPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionPage">
            <summary>
            The interface IPolicyRootConditionalAccessPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest">
            <summary>
            The interface IPolicyRootConditionalAccessPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConditionalAccessPolicy to the collection via POST.
            </summary>
            <param name="conditionalAccessPolicy">The ConditionalAccessPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConditionalAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConditionalAccessPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conditionalAccessPolicy">The ConditionalAccessPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequestBuilder">
            <summary>
            The interface IPolicyRootConditionalAccessPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConditionalAccessPolicyRequestBuilder"/> for the specified ConditionalAccessPolicy.
            </summary>
            <param name="id">The ID for the ConditionalAccessPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionPage">
            <summary>
            The interface IPolicyRootFeatureRolloutPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest">
            <summary>
            The interface IPolicyRootFeatureRolloutPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest.AddAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified FeatureRolloutPolicy to the collection via POST.
            </summary>
            <param name="featureRolloutPolicy">The FeatureRolloutPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FeatureRolloutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified FeatureRolloutPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="featureRolloutPolicy">The FeatureRolloutPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FeatureRolloutPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FeatureRolloutPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequestBuilder">
            <summary>
            The interface IPolicyRootFeatureRolloutPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IFeatureRolloutPolicyRequestBuilder"/> for the specified FeatureRolloutPolicy.
            </summary>
            <param name="id">The ID for the FeatureRolloutPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IFeatureRolloutPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionPage">
            <summary>
            The interface IPolicyRootHomeRealmDiscoveryPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest">
            <summary>
            The interface IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.AddAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified HomeRealmDiscoveryPolicy to the collection via POST.
            </summary>
            <param name="homeRealmDiscoveryPolicy">The HomeRealmDiscoveryPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified HomeRealmDiscoveryPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="homeRealmDiscoveryPolicy">The HomeRealmDiscoveryPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder">
            <summary>
            The interface IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequestBuilder"/> for the specified HomeRealmDiscoveryPolicy.
            </summary>
            <param name="id">The ID for the HomeRealmDiscoveryPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionPage">
            <summary>
            The interface IPolicyRootPermissionGrantPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest">
            <summary>
            The interface IPolicyRootPermissionGrantPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest.AddAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PermissionGrantPolicy to the collection via POST.
            </summary>
            <param name="permissionGrantPolicy">The PermissionGrantPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PermissionGrantPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PermissionGrantPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="permissionGrantPolicy">The PermissionGrantPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequestBuilder">
            <summary>
            The interface IPolicyRootPermissionGrantPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPermissionGrantPolicyRequestBuilder"/> for the specified PermissionGrantPolicy.
            </summary>
            <param name="id">The ID for the PermissionGrantPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionGrantPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootRequest">
            <summary>
            The interface IPolicyRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.CreateAsync(Microsoft.Graph.PolicyRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PolicyRoot using POST.
            </summary>
            <param name="policyRootToCreate">The PolicyRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PolicyRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.CreateResponseAsync(Microsoft.Graph.PolicyRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PolicyRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="policyRootToCreate">The PolicyRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PolicyRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PolicyRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PolicyRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PolicyRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PolicyRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.UpdateAsync(Microsoft.Graph.PolicyRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyRoot using PATCH.
            </summary>
            <param name="policyRootToUpdate">The PolicyRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PolicyRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.UpdateResponseAsync(Microsoft.Graph.PolicyRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="policyRootToUpdate">The PolicyRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.PutAsync(Microsoft.Graph.PolicyRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyRoot using PUT.
            </summary>
            <param name="policyRootToUpdate">The PolicyRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.PutResponseAsync(Microsoft.Graph.PolicyRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="policyRootToUpdate">The PolicyRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PolicyRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PolicyRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootRequestBuilder">
            <summary>
            The interface IPolicyRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.AuthenticationMethodsPolicy">
            <summary>
            Gets the request builder for AuthenticationMethodsPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodsPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.AuthenticationFlowsPolicy">
            <summary>
            Gets the request builder for AuthenticationFlowsPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationFlowsPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.ActivityBasedTimeoutPolicies">
            <summary>
            Gets the request builder for ActivityBasedTimeoutPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.AuthorizationPolicy">
            <summary>
            Gets the request builder for AuthorizationPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthorizationPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.ClaimsMappingPolicies">
            <summary>
            Gets the request builder for ClaimsMappingPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.CrossTenantAccessPolicy">
            <summary>
            Gets the request builder for CrossTenantAccessPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.HomeRealmDiscoveryPolicies">
            <summary>
            Gets the request builder for HomeRealmDiscoveryPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.PermissionGrantPolicies">
            <summary>
            Gets the request builder for PermissionGrantPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.TokenIssuancePolicies">
            <summary>
            Gets the request builder for TokenIssuancePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.TokenLifetimePolicies">
            <summary>
            Gets the request builder for TokenLifetimePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.FeatureRolloutPolicies">
            <summary>
            Gets the request builder for FeatureRolloutPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.AdminConsentRequestPolicy">
            <summary>
            Gets the request builder for AdminConsentRequestPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdminConsentRequestPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.ConditionalAccessPolicies">
            <summary>
            Gets the request builder for ConditionalAccessPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.IdentitySecurityDefaultsEnforcementPolicy">
            <summary>
            Gets the request builder for IdentitySecurityDefaultsEnforcementPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.RoleManagementPolicies">
            <summary>
            Gets the request builder for RoleManagementPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRequestBuilder.RoleManagementPolicyAssignments">
            <summary>
            Gets the request builder for RoleManagementPolicyAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionPage">
            <summary>
            The interface IPolicyRootRoleManagementPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest">
            <summary>
            The interface IPolicyRootRoleManagementPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicy to the collection via POST.
            </summary>
            <param name="unifiedRoleManagementPolicy">The UnifiedRoleManagementPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleManagementPolicy">The UnifiedRoleManagementPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequestBuilder">
            <summary>
            The interface IPolicyRootRoleManagementPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRequestBuilder"/> for the specified UnifiedRoleManagementPolicy.
            </summary>
            <param name="id">The ID for the UnifiedRoleManagementPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionPage">
            <summary>
            The interface IPolicyRootRoleManagementPolicyAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest">
            <summary>
            The interface IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicyAssignment to the collection via POST.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignment">The UnifiedRoleManagementPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicyAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignment">The UnifiedRoleManagementPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IPolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequestBuilder"/> for the specified UnifiedRoleManagementPolicyAssignment.
            </summary>
            <param name="id">The ID for the UnifiedRoleManagementPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionPage">
            <summary>
            The interface IPolicyRootTokenIssuancePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest">
            <summary>
            The interface IPolicyRootTokenIssuancePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest.AddAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenIssuancePolicy to the collection via POST.
            </summary>
            <param name="tokenIssuancePolicy">The TokenIssuancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenIssuancePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="tokenIssuancePolicy">The TokenIssuancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequestBuilder">
            <summary>
            The interface IPolicyRootTokenIssuancePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITokenIssuancePolicyRequestBuilder"/> for the specified TokenIssuancePolicy.
            </summary>
            <param name="id">The ID for the TokenIssuancePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITokenIssuancePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionPage">
            <summary>
            The interface IPolicyRootTokenLifetimePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest">
            <summary>
            The interface IPolicyRootTokenLifetimePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest.AddAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenLifetimePolicy to the collection via POST.
            </summary>
            <param name="tokenLifetimePolicy">The TokenLifetimePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenLifetimePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="tokenLifetimePolicy">The TokenLifetimePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequestBuilder">
            <summary>
            The interface IPolicyRootTokenLifetimePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITokenLifetimePolicyRequestBuilder"/> for the specified TokenLifetimePolicy.
            </summary>
            <param name="id">The ID for the TokenLifetimePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITokenLifetimePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostAttachmentsCollectionPage">
            <summary>
            The interface IPostAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPostAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPostAttachmentsCollectionRequest">
            <summary>
            The interface IPostAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostAttachmentsCollectionRequestBuilder">
            <summary>
            The interface IPostAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/> for the specified Attachment.
            </summary>
            <param name="id">The ID for the Attachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequestBuilder.CreateUploadSession(Microsoft.Graph.AttachmentItem)">
            <summary>
            Gets the request builder for AttachmentCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostExtensionsCollectionPage">
            <summary>
            The interface IPostExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPostExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPostExtensionsCollectionRequest">
            <summary>
            The interface IPostExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostExtensionsCollectionRequestBuilder">
            <summary>
            The interface IPostExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostForwardRequest">
            <summary>
            The interface IPostForwardRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPostForwardRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostForwardRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostForwardRequestBuilder">
            <summary>
            The interface IPostForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostForwardRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IPostMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IPostMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IPostMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostReplyRequest">
            <summary>
            The interface IPostReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPostReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostReplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostReplyRequestBuilder">
            <summary>
            The interface IPostReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostReplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostRequest">
            <summary>
            The interface IPostRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.CreateAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Post using POST.
            </summary>
            <param name="postToCreate">The Post to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.CreateResponseAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Post using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="postToCreate">The Post to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Post.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Post and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Post.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Post and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.UpdateAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Post using PATCH.
            </summary>
            <param name="postToUpdate">The Post to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.UpdateResponseAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Post using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="postToUpdate">The Post to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.PutAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Post using PUT.
            </summary>
            <param name="postToUpdate">The Post object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.PutResponseAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Post using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="postToUpdate">The Post object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostRequestBuilder">
            <summary>
            The interface IPostRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostRequestBuilder.InReplyTo">
            <summary>
            Gets the request builder for InReplyTo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequestBuilder.Forward(System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},System.String)">
            <summary>
            Gets the request builder for PostForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequestBuilder.Reply(Microsoft.Graph.Post)">
            <summary>
            Gets the request builder for PostReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostReplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IPostSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IPostSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IPostSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPresenceClearPresenceRequest">
            <summary>
            The interface IPresenceClearPresenceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPresenceClearPresenceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPresenceClearPresenceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceClearPresenceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceClearPresenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceClearPresenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPresenceClearPresenceRequestBuilder">
            <summary>
            The interface IPresenceClearPresenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPresenceClearPresenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPresenceClearUserPreferredPresenceRequest">
            <summary>
            The interface IPresenceClearUserPreferredPresenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPresenceClearUserPreferredPresenceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceClearUserPreferredPresenceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceClearUserPreferredPresenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceClearUserPreferredPresenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPresenceClearUserPreferredPresenceRequestBuilder">
            <summary>
            The interface IPresenceClearUserPreferredPresenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPresenceClearUserPreferredPresenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPresenceRequest">
            <summary>
            The interface IPresenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.CreateAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Presence using POST.
            </summary>
            <param name="presenceToCreate">The Presence to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Presence.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.CreateResponseAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Presence using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="presenceToCreate">The Presence to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Presence.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Presence and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Presence.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Presence.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Presence and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.UpdateAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Presence using PATCH.
            </summary>
            <param name="presenceToUpdate">The Presence to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Presence.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.UpdateResponseAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Presence using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="presenceToUpdate">The Presence to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.PutAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Presence using PUT.
            </summary>
            <param name="presenceToUpdate">The Presence object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.PutResponseAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Presence using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="presenceToUpdate">The Presence object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Presence,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Presence,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPresenceRequestBuilder">
            <summary>
            The interface IPresenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequestBuilder.ClearPresence(System.String)">
            <summary>
            Gets the request builder for PresenceClearPresence.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPresenceClearPresenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequestBuilder.ClearUserPreferredPresence">
            <summary>
            Gets the request builder for PresenceClearUserPreferredPresence.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPresenceClearUserPreferredPresenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequestBuilder.SetPresence(System.String,System.String,System.String,Microsoft.Graph.Duration)">
            <summary>
            Gets the request builder for PresenceSetPresence.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPresenceSetPresenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceRequestBuilder.SetUserPreferredPresence(System.String,System.String,Microsoft.Graph.Duration)">
            <summary>
            Gets the request builder for PresenceSetUserPreferredPresence.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPresenceSetUserPreferredPresenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPresenceSetPresenceRequest">
            <summary>
            The interface IPresenceSetPresenceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPresenceSetPresenceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPresenceSetPresenceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceSetPresenceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceSetPresenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceSetPresenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPresenceSetPresenceRequestBuilder">
            <summary>
            The interface IPresenceSetPresenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPresenceSetPresenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPresenceSetUserPreferredPresenceRequest">
            <summary>
            The interface IPresenceSetUserPreferredPresenceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPresenceSetUserPreferredPresenceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPresenceSetUserPreferredPresenceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceSetUserPreferredPresenceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceSetUserPreferredPresenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPresenceSetUserPreferredPresenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPresenceSetUserPreferredPresenceRequestBuilder">
            <summary>
            The interface IPresenceSetUserPreferredPresenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPresenceSetUserPreferredPresenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintConnectorReferenceRequest">
            <summary>
            The interface IPrintConnectorReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintConnector reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintConnector reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrintConnector reference.
            </summary>
            <param name="id">The PrintConnector reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrintConnector reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The PrintConnector reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintConnectorReferenceRequestBuilder">
            <summary>
            The interface IPrintConnectorReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintConnectorRequest">
            <summary>
            The interface IPrintConnectorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.CreateAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintConnector using POST.
            </summary>
            <param name="printConnectorToCreate">The PrintConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.CreateResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintConnector using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printConnectorToCreate">The PrintConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.UpdateAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintConnector using PATCH.
            </summary>
            <param name="printConnectorToUpdate">The PrintConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.UpdateResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintConnector using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printConnectorToUpdate">The PrintConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.PutAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintConnector using PUT.
            </summary>
            <param name="printConnectorToUpdate">The PrintConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.PutResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintConnector using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printConnectorToUpdate">The PrintConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintConnectorRequestBuilder">
            <summary>
            The interface IPrintConnectorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintConnectorsCollectionPage">
            <summary>
            The interface IPrintConnectorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrintConnectorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintConnectorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrintConnectorsCollectionRequest">
            <summary>
            The interface IPrintConnectorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequest.AddAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintConnector to the collection via POST.
            </summary>
            <param name="printConnector">The PrintConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintConnector to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printConnector">The PrintConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintConnectorsCollectionRequestBuilder">
            <summary>
            The interface IPrintConnectorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintConnectorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintConnectorRequestBuilder"/> for the specified PrintConnector.
            </summary>
            <param name="id">The ID for the PrintConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintConnectorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintConnectorWithReferenceRequest">
            <summary>
            The interface IPrintConnectorWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequest.CreateAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintConnector using POST.
            </summary>
            <param name="printConnectorToCreate">The PrintConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintConnector using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printConnectorToCreate">The PrintConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequest.UpdateAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintConnector using PATCH.
            </summary>
            <param name="printConnectorToUpdate">The PrintConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintConnector using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printConnectorToUpdate">The PrintConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintConnectorWithReferenceRequestBuilder">
            <summary>
            The interface IPrintConnectorWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintConnectorWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintConnectorWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the printConnector.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintConnectorReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintDocumentContentRequest">
            <summary>
            The interface IPrintDocumentContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintDocumentContentRequestBuilder">
            <summary>
            The interface IPrintDocumentContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintDocumentCreateUploadSessionRequest">
            <summary>
            The interface IPrintDocumentCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrintDocumentCreateUploadSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentCreateUploadSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentCreateUploadSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentCreateUploadSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentCreateUploadSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintDocumentCreateUploadSessionRequestBuilder">
            <summary>
            The interface IPrintDocumentCreateUploadSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentCreateUploadSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintDocumentRequest">
            <summary>
            The interface IPrintDocumentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.CreateAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintDocument using POST.
            </summary>
            <param name="printDocumentToCreate">The PrintDocument to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintDocument.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.CreateResponseAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintDocument using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printDocumentToCreate">The PrintDocument to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintDocument.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintDocument and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintDocument.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintDocument.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintDocument and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.UpdateAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintDocument using PATCH.
            </summary>
            <param name="printDocumentToUpdate">The PrintDocument to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintDocument.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.UpdateResponseAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintDocument using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printDocumentToUpdate">The PrintDocument to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.PutAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintDocument using PUT.
            </summary>
            <param name="printDocumentToUpdate">The PrintDocument object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.PutResponseAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintDocument using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printDocumentToUpdate">The PrintDocument object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintDocument,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintDocument,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintDocumentRequestBuilder">
            <summary>
            The interface IPrintDocumentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintDocumentRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintDocumentContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintDocumentRequestBuilder.CreateUploadSession(Microsoft.Graph.PrintDocumentUploadProperties)">
            <summary>
            Gets the request builder for PrintDocumentCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintDocumentCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterBaseJobsCollectionPage">
            <summary>
            The interface IPrinterBaseJobsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrinterBaseJobsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrinterBaseJobsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrinterBaseJobsCollectionRequest">
            <summary>
            The interface IPrinterBaseJobsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequest.AddAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintJob to the collection via POST.
            </summary>
            <param name="printJob">The PrintJob to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintJob to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printJob">The PrintJob to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintJob,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintJob,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterBaseJobsCollectionRequestBuilder">
            <summary>
            The interface IPrinterBaseJobsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseJobsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterBaseJobsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintJobRequestBuilder"/> for the specified PrintJob.
            </summary>
            <param name="id">The ID for the PrintJob.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterBaseRequest">
            <summary>
            The interface IPrinterBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.CreateAsync(Microsoft.Graph.PrinterBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterBase using POST.
            </summary>
            <param name="printerBaseToCreate">The PrinterBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrinterBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.CreateResponseAsync(Microsoft.Graph.PrinterBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerBaseToCreate">The PrinterBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrinterBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.UpdateAsync(Microsoft.Graph.PrinterBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterBase using PATCH.
            </summary>
            <param name="printerBaseToUpdate">The PrinterBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrinterBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.UpdateResponseAsync(Microsoft.Graph.PrinterBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerBaseToUpdate">The PrinterBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.PutAsync(Microsoft.Graph.PrinterBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterBase using PUT.
            </summary>
            <param name="printerBaseToUpdate">The PrinterBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.PutResponseAsync(Microsoft.Graph.PrinterBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerBaseToUpdate">The PrinterBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterBaseRequestBuilder">
            <summary>
            The interface IPrinterBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterBaseRequestBuilder.Jobs">
            <summary>
            Gets the request builder for Jobs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterBaseJobsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterConnectorsCollectionReferencesRequest">
            <summary>
            The interface IPrinterConnectorsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionReferencesRequest.AddAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintConnector to the collection via POST.
            </summary>
            <param name="printConnector">The PrintConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintConnector to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printConnector">The PrintConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IPrinterConnectorsCollectionReferencesRequestBuilder">
            <summary>
            The interface IPrinterConnectorsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesPage">
            <summary>
            The interface IPrinterConnectorsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequest">
            <summary>
            The interface IPrinterConnectorsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IPrinterConnectorsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintConnectorWithReferenceRequestBuilder"/> for the specified PrintConnector.
            </summary>
            <param name="id">The ID for the PrintConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintConnectorWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterConnectorsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterConnectorsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterCreateOperationRequest">
            <summary>
            The interface IPrinterCreateOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.CreateAsync(Microsoft.Graph.PrinterCreateOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterCreateOperation using POST.
            </summary>
            <param name="printerCreateOperationToCreate">The PrinterCreateOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrinterCreateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.CreateResponseAsync(Microsoft.Graph.PrinterCreateOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterCreateOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerCreateOperationToCreate">The PrinterCreateOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterCreateOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterCreateOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterCreateOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrinterCreateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterCreateOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.UpdateAsync(Microsoft.Graph.PrinterCreateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterCreateOperation using PATCH.
            </summary>
            <param name="printerCreateOperationToUpdate">The PrinterCreateOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrinterCreateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.UpdateResponseAsync(Microsoft.Graph.PrinterCreateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterCreateOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerCreateOperationToUpdate">The PrinterCreateOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.PutAsync(Microsoft.Graph.PrinterCreateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterCreateOperation using PUT.
            </summary>
            <param name="printerCreateOperationToUpdate">The PrinterCreateOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.PutResponseAsync(Microsoft.Graph.PrinterCreateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterCreateOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerCreateOperationToUpdate">The PrinterCreateOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterCreateOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterCreateOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterCreateOperationRequestBuilder">
            <summary>
            The interface IPrinterCreateOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterCreateOperationRequestBuilder.Printer">
            <summary>
            Gets the request builder for Printer.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterCreateRequest">
            <summary>
            The interface IPrinterCreateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrinterCreateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterCreateRequestBuilder">
            <summary>
            The interface IPrinterCreateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterCreateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterReferenceRequest">
            <summary>
            The interface IPrinterReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Printer reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Printer reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Printer reference.
            </summary>
            <param name="id">The Printer reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Printer reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The Printer reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterReferenceRequestBuilder">
            <summary>
            The interface IPrinterReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterRequest">
            <summary>
            The interface IPrinterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.CreateAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Printer using POST.
            </summary>
            <param name="printerToCreate">The Printer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.CreateResponseAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Printer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerToCreate">The Printer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Printer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Printer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Printer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Printer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.UpdateAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Printer using PATCH.
            </summary>
            <param name="printerToUpdate">The Printer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.UpdateResponseAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Printer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerToUpdate">The Printer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.PutAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Printer using PUT.
            </summary>
            <param name="printerToUpdate">The Printer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.PutResponseAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Printer using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerToUpdate">The Printer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Printer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Printer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterRequestBuilder">
            <summary>
            The interface IPrinterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterRequestBuilder.Connectors">
            <summary>
            Gets the request builder for Connectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterRequestBuilder.Shares">
            <summary>
            Gets the request builder for Shares.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterRequestBuilder.TaskTriggers">
            <summary>
            Gets the request builder for TaskTriggers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterTaskTriggersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRequestBuilder.RestoreFactoryDefaults">
            <summary>
            Gets the request builder for PrinterRestoreFactoryDefaults.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterRestoreFactoryDefaultsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterRestoreFactoryDefaultsRequest">
            <summary>
            The interface IPrinterRestoreFactoryDefaultsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRestoreFactoryDefaultsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRestoreFactoryDefaultsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRestoreFactoryDefaultsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRestoreFactoryDefaultsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterRestoreFactoryDefaultsRequestBuilder">
            <summary>
            The interface IPrinterRestoreFactoryDefaultsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterRestoreFactoryDefaultsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionReferencesRequest">
            <summary>
            The interface IPrinterShareAllowedGroupsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionReferencesRequest.AddAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionReferencesRequestBuilder">
            <summary>
            The interface IPrinterShareAllowedGroupsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesPage">
            <summary>
            The interface IPrinterShareAllowedGroupsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequest">
            <summary>
            The interface IPrinterShareAllowedGroupsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IPrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder"/> for the specified Group.
            </summary>
            <param name="id">The ID for the Group.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionReferencesRequest">
            <summary>
            The interface IPrinterShareAllowedUsersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionReferencesRequestBuilder">
            <summary>
            The interface IPrinterShareAllowedUsersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesPage">
            <summary>
            The interface IPrinterShareAllowedUsersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequest">
            <summary>
            The interface IPrinterShareAllowedUsersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IPrinterShareAllowedUsersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/> for the specified User.
            </summary>
            <param name="id">The ID for the User.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareReferenceRequest">
            <summary>
            The interface IPrinterShareReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterShare reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterShare reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrinterShare reference.
            </summary>
            <param name="id">The PrinterShare reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrinterShare reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The PrinterShare reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareReferenceRequestBuilder">
            <summary>
            The interface IPrinterShareReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareRequest">
            <summary>
            The interface IPrinterShareRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.CreateAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterShare using POST.
            </summary>
            <param name="printerShareToCreate">The PrinterShare to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.CreateResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterShare using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerShareToCreate">The PrinterShare to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterShare.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterShare and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterShare.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterShare and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.UpdateAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterShare using PATCH.
            </summary>
            <param name="printerShareToUpdate">The PrinterShare to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.UpdateResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterShare using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerShareToUpdate">The PrinterShare to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.PutAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterShare using PUT.
            </summary>
            <param name="printerShareToUpdate">The PrinterShare object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.PutResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterShare using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerShareToUpdate">The PrinterShare object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareRequestBuilder">
            <summary>
            The interface IPrinterShareRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterShareRequestBuilder.AllowedGroups">
            <summary>
            Gets the request builder for AllowedGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterShareRequestBuilder.AllowedUsers">
            <summary>
            Gets the request builder for AllowedUsers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterShareRequestBuilder.Printer">
            <summary>
            Gets the request builder for Printer.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterSharesCollectionReferencesRequest">
            <summary>
            The interface IPrinterSharesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionReferencesRequest.AddAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrinterShare to the collection via POST.
            </summary>
            <param name="printerShare">The PrinterShare to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrinterShare to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printerShare">The PrinterShare to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IPrinterSharesCollectionReferencesRequestBuilder">
            <summary>
            The interface IPrinterSharesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterSharesCollectionWithReferencesPage">
            <summary>
            The interface IPrinterSharesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrinterSharesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequest">
            <summary>
            The interface IPrinterSharesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IPrinterSharesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterShareWithReferenceRequestBuilder"/> for the specified PrinterShare.
            </summary>
            <param name="id">The ID for the PrinterShare.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterSharesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterSharesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareWithReferenceRequest">
            <summary>
            The interface IPrinterShareWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterShare.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterShare and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequest.CreateAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterShare using POST.
            </summary>
            <param name="printerShareToCreate">The PrinterShare to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterShare using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerShareToCreate">The PrinterShare to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequest.UpdateAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterShare using PATCH.
            </summary>
            <param name="printerShareToUpdate">The PrinterShare to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterShare using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerShareToUpdate">The PrinterShare to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterShare.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterShare and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterShareWithReferenceRequestBuilder">
            <summary>
            The interface IPrinterShareWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterShareWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterShareWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the printerShare.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterTaskTriggersCollectionPage">
            <summary>
            The interface IPrinterTaskTriggersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrinterTaskTriggersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest">
            <summary>
            The interface IPrinterTaskTriggersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest.AddAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTaskTrigger to the collection via POST.
            </summary>
            <param name="printTaskTrigger">The PrintTaskTrigger to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTaskTrigger to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printTaskTrigger">The PrintTaskTrigger to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskTrigger,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskTrigger,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterTaskTriggersCollectionRequestBuilder">
            <summary>
            The interface IPrinterTaskTriggersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterTaskTriggersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterTaskTriggersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintTaskTriggerRequestBuilder"/> for the specified PrintTaskTrigger.
            </summary>
            <param name="id">The ID for the PrintTaskTrigger.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskTriggerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterWithReferenceRequest">
            <summary>
            The interface IPrinterWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Printer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Printer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequest.CreateAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Printer using POST.
            </summary>
            <param name="printerToCreate">The Printer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Printer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerToCreate">The Printer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequest.UpdateAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Printer using PATCH.
            </summary>
            <param name="printerToUpdate">The Printer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Printer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerToUpdate">The Printer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Printer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Printer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Printer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Printer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrinterWithReferenceRequestBuilder">
            <summary>
            The interface IPrinterWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrinterWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrinterWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the printer.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobAbortRequest">
            <summary>
            The interface IPrintJobAbortRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrintJobAbortRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobAbortRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobAbortRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobAbortRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobAbortRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobAbortRequestBuilder">
            <summary>
            The interface IPrintJobAbortRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobAbortRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobCancelRequest">
            <summary>
            The interface IPrintJobCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobCancelRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobCancelRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobCancelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobCancelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobCancelRequestBuilder">
            <summary>
            The interface IPrintJobCancelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobCancelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobDocumentsCollectionPage">
            <summary>
            The interface IPrintJobDocumentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrintJobDocumentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintJobDocumentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobDocumentsCollectionRequest">
            <summary>
            The interface IPrintJobDocumentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequest.AddAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintDocument to the collection via POST.
            </summary>
            <param name="printDocument">The PrintDocument to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintDocument.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintDocument to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printDocument">The PrintDocument to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintDocument,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintDocument,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobDocumentsCollectionRequestBuilder">
            <summary>
            The interface IPrintJobDocumentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobDocumentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintJobDocumentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintDocumentRequestBuilder"/> for the specified PrintDocument.
            </summary>
            <param name="id">The ID for the PrintDocument.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintDocumentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobRedirectRequest">
            <summary>
            The interface IPrintJobRedirectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrintJobRedirectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRedirectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRedirectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRedirectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRedirectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobRedirectRequestBuilder">
            <summary>
            The interface IPrintJobRedirectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRedirectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobRequest">
            <summary>
            The interface IPrintJobRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.CreateAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintJob using POST.
            </summary>
            <param name="printJobToCreate">The PrintJob to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.CreateResponseAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintJob using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printJobToCreate">The PrintJob to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintJob.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintJob and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintJob.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintJob and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.UpdateAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintJob using PATCH.
            </summary>
            <param name="printJobToUpdate">The PrintJob to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.UpdateResponseAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintJob using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printJobToUpdate">The PrintJob to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.PutAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintJob using PUT.
            </summary>
            <param name="printJobToUpdate">The PrintJob object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.PutResponseAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintJob using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printJobToUpdate">The PrintJob object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintJob,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintJob,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobRequestBuilder">
            <summary>
            The interface IPrintJobRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintJobRequestBuilder.Documents">
            <summary>
            Gets the request builder for Documents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobDocumentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintJobRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequestBuilder.Cancel">
            <summary>
            Gets the request builder for PrintJobCancel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobCancelRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequestBuilder.Abort(System.String)">
            <summary>
            Gets the request builder for PrintJobAbort.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobAbortRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequestBuilder.Redirect(System.String,Microsoft.Graph.PrintJobConfiguration)">
            <summary>
            Gets the request builder for PrintJobRedirect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobRedirectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobRequestBuilder.Start">
            <summary>
            Gets the request builder for PrintJobStart.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobStartRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobStartRequest">
            <summary>
            The interface IPrintJobStartRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobStartRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobStartRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobStartRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobStartRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobStartRequestBuilder">
            <summary>
            The interface IPrintJobStartRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobStartRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobTasksCollectionPage">
            <summary>
            The interface IPrintJobTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrintJobTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintJobTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobTasksCollectionRequest">
            <summary>
            The interface IPrintJobTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequest.AddAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTask to the collection via POST.
            </summary>
            <param name="printTask">The PrintTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printTask">The PrintTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintJobTasksCollectionRequestBuilder">
            <summary>
            The interface IPrintJobTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintJobTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintJobTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintTaskRequestBuilder"/> for the specified PrintTask.
            </summary>
            <param name="id">The ID for the PrintTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintOperationRequest">
            <summary>
            The interface IPrintOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.CreateAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintOperation using POST.
            </summary>
            <param name="printOperationToCreate">The PrintOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.CreateResponseAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printOperationToCreate">The PrintOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.UpdateAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintOperation using PATCH.
            </summary>
            <param name="printOperationToUpdate">The PrintOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.UpdateResponseAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printOperationToUpdate">The PrintOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.PutAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintOperation using PUT.
            </summary>
            <param name="printOperationToUpdate">The PrintOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.PutResponseAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printOperationToUpdate">The PrintOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintOperationRequestBuilder">
            <summary>
            The interface IPrintOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintOperationsCollectionPage">
            <summary>
            The interface IPrintOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrintOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrintOperationsCollectionRequest">
            <summary>
            The interface IPrintOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequest.AddAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintOperation to the collection via POST.
            </summary>
            <param name="printOperation">The PrintOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printOperation">The PrintOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintOperationsCollectionRequestBuilder">
            <summary>
            The interface IPrintOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintOperationRequestBuilder"/> for the specified PrintOperation.
            </summary>
            <param name="id">The ID for the PrintOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintPrintersCollectionPage">
            <summary>
            The interface IPrintPrintersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrintPrintersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintPrintersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrintPrintersCollectionRequest">
            <summary>
            The interface IPrintPrintersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequest.AddAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Printer to the collection via POST.
            </summary>
            <param name="printer">The Printer to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequest.AddResponseAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Printer to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printer">The Printer to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Printer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Printer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintPrintersCollectionRequestBuilder">
            <summary>
            The interface IPrintPrintersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintPrintersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterRequestBuilder"/> for the specified Printer.
            </summary>
            <param name="id">The ID for the Printer.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintPrintersCollectionRequestBuilder.Create(System.String,System.String,System.String,Microsoft.Graph.PrintCertificateSigningRequestObject,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Gets the request builder for PrinterCreate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterCreateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintRequest">
            <summary>
            The interface IPrintRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.CreateAsync(Microsoft.Graph.Print,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Print using POST.
            </summary>
            <param name="printToCreate">The Print to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Print.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.CreateResponseAsync(Microsoft.Graph.Print,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Print using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printToCreate">The Print to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Print.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Print and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Print.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Print.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Print and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.UpdateAsync(Microsoft.Graph.Print,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Print using PATCH.
            </summary>
            <param name="printToUpdate">The Print to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Print.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.UpdateResponseAsync(Microsoft.Graph.Print,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Print using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printToUpdate">The Print to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.PutAsync(Microsoft.Graph.Print,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Print using PUT.
            </summary>
            <param name="printToUpdate">The Print object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.PutResponseAsync(Microsoft.Graph.Print,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Print using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printToUpdate">The Print object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Print,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Print,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintRequestBuilder">
            <summary>
            The interface IPrintRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintRequestBuilder.Connectors">
            <summary>
            Gets the request builder for Connectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintConnectorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintRequestBuilder.Printers">
            <summary>
            Gets the request builder for Printers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintPrintersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintRequestBuilder.Services">
            <summary>
            Gets the request builder for Services.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintServicesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintRequestBuilder.Shares">
            <summary>
            Gets the request builder for Shares.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintSharesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintRequestBuilder.TaskDefinitions">
            <summary>
            Gets the request builder for TaskDefinitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintServiceEndpointRequest">
            <summary>
            The interface IPrintServiceEndpointRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.CreateAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintServiceEndpoint using POST.
            </summary>
            <param name="printServiceEndpointToCreate">The PrintServiceEndpoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintServiceEndpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.CreateResponseAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintServiceEndpoint using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printServiceEndpointToCreate">The PrintServiceEndpoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintServiceEndpoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintServiceEndpoint and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintServiceEndpoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintServiceEndpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintServiceEndpoint and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.UpdateAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintServiceEndpoint using PATCH.
            </summary>
            <param name="printServiceEndpointToUpdate">The PrintServiceEndpoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintServiceEndpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.UpdateResponseAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintServiceEndpoint using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printServiceEndpointToUpdate">The PrintServiceEndpoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.PutAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintServiceEndpoint using PUT.
            </summary>
            <param name="printServiceEndpointToUpdate">The PrintServiceEndpoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.PutResponseAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintServiceEndpoint using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printServiceEndpointToUpdate">The PrintServiceEndpoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintServiceEndpoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintServiceEndpoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintServiceEndpointRequestBuilder">
            <summary>
            The interface IPrintServiceEndpointRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintServiceEndpointsCollectionPage">
            <summary>
            The interface IPrintServiceEndpointsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrintServiceEndpointsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest">
            <summary>
            The interface IPrintServiceEndpointsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest.AddAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintServiceEndpoint to the collection via POST.
            </summary>
            <param name="printServiceEndpoint">The PrintServiceEndpoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintServiceEndpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintServiceEndpoint to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printServiceEndpoint">The PrintServiceEndpoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintServiceEndpoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintServiceEndpoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintServiceEndpointsCollectionRequestBuilder">
            <summary>
            The interface IPrintServiceEndpointsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceEndpointsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintServiceEndpointsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintServiceEndpointRequestBuilder"/> for the specified PrintServiceEndpoint.
            </summary>
            <param name="id">The ID for the PrintServiceEndpoint.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintServiceEndpointRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintServiceRequest">
            <summary>
            The interface IPrintServiceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.CreateAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintService using POST.
            </summary>
            <param name="printServiceToCreate">The PrintService to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintService.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.CreateResponseAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintService using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printServiceToCreate">The PrintService to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintService.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintService and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintService.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintService.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintService and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.UpdateAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintService using PATCH.
            </summary>
            <param name="printServiceToUpdate">The PrintService to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintService.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.UpdateResponseAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintService using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printServiceToUpdate">The PrintService to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.PutAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintService using PUT.
            </summary>
            <param name="printServiceToUpdate">The PrintService object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.PutResponseAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintService using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printServiceToUpdate">The PrintService object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintService,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintService,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintServiceRequestBuilder">
            <summary>
            The interface IPrintServiceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServiceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintServiceRequestBuilder.Endpoints">
            <summary>
            Gets the request builder for Endpoints.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintServiceEndpointsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintServicesCollectionPage">
            <summary>
            The interface IPrintServicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrintServicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintServicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrintServicesCollectionRequest">
            <summary>
            The interface IPrintServicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequest.AddAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintService to the collection via POST.
            </summary>
            <param name="printService">The PrintService to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintService.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintService to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printService">The PrintService to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintService,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintService,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintServicesCollectionRequestBuilder">
            <summary>
            The interface IPrintServicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintServicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintServicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintServiceRequestBuilder"/> for the specified PrintService.
            </summary>
            <param name="id">The ID for the PrintService.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintServiceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintSharesCollectionPage">
            <summary>
            The interface IPrintSharesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrintSharesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintSharesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrintSharesCollectionRequest">
            <summary>
            The interface IPrintSharesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequest.AddAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrinterShare to the collection via POST.
            </summary>
            <param name="printerShare">The PrinterShare to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequest.AddResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrinterShare to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printerShare">The PrinterShare to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintSharesCollectionRequestBuilder">
            <summary>
            The interface IPrintSharesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintSharesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintSharesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterShareRequestBuilder"/> for the specified PrinterShare.
            </summary>
            <param name="id">The ID for the PrinterShare.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskDefinitionReferenceRequest">
            <summary>
            The interface IPrintTaskDefinitionReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskDefinition reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrintTaskDefinition reference.
            </summary>
            <param name="id">The PrintTaskDefinition reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrintTaskDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The PrintTaskDefinition reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskDefinitionReferenceRequestBuilder">
            <summary>
            The interface IPrintTaskDefinitionReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskDefinitionRequest">
            <summary>
            The interface IPrintTaskDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.CreateAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskDefinition using POST.
            </summary>
            <param name="printTaskDefinitionToCreate">The PrintTaskDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.CreateResponseAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskDefinitionToCreate">The PrintTaskDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.UpdateAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskDefinition using PATCH.
            </summary>
            <param name="printTaskDefinitionToUpdate">The PrintTaskDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskDefinitionToUpdate">The PrintTaskDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.PutAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskDefinition using PUT.
            </summary>
            <param name="printTaskDefinitionToUpdate">The PrintTaskDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.PutResponseAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskDefinitionToUpdate">The PrintTaskDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskDefinitionRequestBuilder">
            <summary>
            The interface IPrintTaskDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintTaskDefinitionRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskDefinitionsCollectionPage">
            <summary>
            The interface IPrintTaskDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrintTaskDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest">
            <summary>
            The interface IPrintTaskDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTaskDefinition to the collection via POST.
            </summary>
            <param name="printTaskDefinition">The PrintTaskDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTaskDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printTaskDefinition">The PrintTaskDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequestBuilder">
            <summary>
            The interface IPrintTaskDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintTaskDefinitionRequestBuilder"/> for the specified PrintTaskDefinition.
            </summary>
            <param name="id">The ID for the PrintTaskDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionPage">
            <summary>
            The interface IPrintTaskDefinitionTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest">
            <summary>
            The interface IPrintTaskDefinitionTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest.AddAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTask to the collection via POST.
            </summary>
            <param name="printTask">The PrintTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printTask">The PrintTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequestBuilder">
            <summary>
            The interface IPrintTaskDefinitionTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintTaskRequestBuilder"/> for the specified PrintTask.
            </summary>
            <param name="id">The ID for the PrintTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequest">
            <summary>
            The interface IPrintTaskDefinitionWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequest.CreateAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskDefinition using POST.
            </summary>
            <param name="printTaskDefinitionToCreate">The PrintTaskDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskDefinitionToCreate">The PrintTaskDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequest.UpdateAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskDefinition using PATCH.
            </summary>
            <param name="printTaskDefinitionToUpdate">The PrintTaskDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskDefinitionToUpdate">The PrintTaskDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequestBuilder">
            <summary>
            The interface IPrintTaskDefinitionWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the printTaskDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskDefinitionReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskRequest">
            <summary>
            The interface IPrintTaskRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.CreateAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTask using POST.
            </summary>
            <param name="printTaskToCreate">The PrintTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.CreateResponseAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTask using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskToCreate">The PrintTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTask and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTask and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.UpdateAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTask using PATCH.
            </summary>
            <param name="printTaskToUpdate">The PrintTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.UpdateResponseAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTask using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskToUpdate">The PrintTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.PutAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTask using PUT.
            </summary>
            <param name="printTaskToUpdate">The PrintTask object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.PutResponseAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTask using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskToUpdate">The PrintTask object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskRequestBuilder">
            <summary>
            The interface IPrintTaskRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintTaskRequestBuilder.Definition">
            <summary>
            Gets the request builder for Definition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintTaskRequestBuilder.Trigger">
            <summary>
            Gets the request builder for Trigger.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskTriggerReferenceRequest">
            <summary>
            The interface IPrintTaskTriggerReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskTrigger reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskTrigger reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrintTaskTrigger reference.
            </summary>
            <param name="id">The PrintTaskTrigger reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrintTaskTrigger reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The PrintTaskTrigger reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskTriggerReferenceRequestBuilder">
            <summary>
            The interface IPrintTaskTriggerReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskTriggerRequest">
            <summary>
            The interface IPrintTaskTriggerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.CreateAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskTrigger using POST.
            </summary>
            <param name="printTaskTriggerToCreate">The PrintTaskTrigger to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.CreateResponseAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskTrigger using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskTriggerToCreate">The PrintTaskTrigger to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskTrigger.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskTrigger and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskTrigger.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskTrigger and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.UpdateAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskTrigger using PATCH.
            </summary>
            <param name="printTaskTriggerToUpdate">The PrintTaskTrigger to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.UpdateResponseAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskTrigger using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskTriggerToUpdate">The PrintTaskTrigger to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.PutAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskTrigger using PUT.
            </summary>
            <param name="printTaskTriggerToUpdate">The PrintTaskTrigger object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.PutResponseAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskTrigger using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskTriggerToUpdate">The PrintTaskTrigger object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskTrigger,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskTrigger,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskTriggerRequestBuilder">
            <summary>
            The interface IPrintTaskTriggerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintTaskTriggerRequestBuilder.Definition">
            <summary>
            Gets the request builder for Definition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequest">
            <summary>
            The interface IPrintTaskTriggerWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskTrigger.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskTrigger and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequest.CreateAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskTrigger using POST.
            </summary>
            <param name="printTaskTriggerToCreate">The PrintTaskTrigger to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskTrigger using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskTriggerToCreate">The PrintTaskTrigger to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequest.UpdateAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskTrigger using PATCH.
            </summary>
            <param name="printTaskTriggerToUpdate">The PrintTaskTrigger to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskTrigger using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskTriggerToUpdate">The PrintTaskTrigger to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskTrigger.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskTrigger and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskTrigger,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskTrigger,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequestBuilder">
            <summary>
            The interface IPrintTaskTriggerWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the printTaskTrigger.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskTriggerReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintUsageByPrinterRequest">
            <summary>
            The interface IPrintUsageByPrinterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.CreateAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintUsageByPrinter using POST.
            </summary>
            <param name="printUsageByPrinterToCreate">The PrintUsageByPrinter to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsageByPrinter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.CreateResponseAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintUsageByPrinter using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageByPrinterToCreate">The PrintUsageByPrinter to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintUsageByPrinter.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintUsageByPrinter and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintUsageByPrinter.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintUsageByPrinter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintUsageByPrinter and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.UpdateAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByPrinter using PATCH.
            </summary>
            <param name="printUsageByPrinterToUpdate">The PrintUsageByPrinter to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintUsageByPrinter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.UpdateResponseAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByPrinter using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageByPrinterToUpdate">The PrintUsageByPrinter to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.PutAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByPrinter using PUT.
            </summary>
            <param name="printUsageByPrinterToUpdate">The PrintUsageByPrinter object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.PutResponseAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByPrinter using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageByPrinterToUpdate">The PrintUsageByPrinter object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByPrinter,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByPrinter,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintUsageByPrinterRequestBuilder">
            <summary>
            The interface IPrintUsageByPrinterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByPrinterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintUsageByUserRequest">
            <summary>
            The interface IPrintUsageByUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.CreateAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintUsageByUser using POST.
            </summary>
            <param name="printUsageByUserToCreate">The PrintUsageByUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsageByUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.CreateResponseAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintUsageByUser using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageByUserToCreate">The PrintUsageByUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintUsageByUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintUsageByUser and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintUsageByUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintUsageByUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintUsageByUser and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.UpdateAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByUser using PATCH.
            </summary>
            <param name="printUsageByUserToUpdate">The PrintUsageByUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintUsageByUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.UpdateResponseAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByUser using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageByUserToUpdate">The PrintUsageByUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.PutAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByUser using PUT.
            </summary>
            <param name="printUsageByUserToUpdate">The PrintUsageByUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.PutResponseAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByUser using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageByUserToUpdate">The PrintUsageByUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintUsageByUserRequestBuilder">
            <summary>
            The interface IPrintUsageByUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageByUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintUsageRequest">
            <summary>
            The interface IPrintUsageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.CreateAsync(Microsoft.Graph.PrintUsage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintUsage using POST.
            </summary>
            <param name="printUsageToCreate">The PrintUsage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.CreateResponseAsync(Microsoft.Graph.PrintUsage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintUsage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageToCreate">The PrintUsage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintUsage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintUsage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintUsage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintUsage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintUsage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.UpdateAsync(Microsoft.Graph.PrintUsage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsage using PATCH.
            </summary>
            <param name="printUsageToUpdate">The PrintUsage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintUsage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.UpdateResponseAsync(Microsoft.Graph.PrintUsage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageToUpdate">The PrintUsage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.PutAsync(Microsoft.Graph.PrintUsage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsage using PUT.
            </summary>
            <param name="printUsageToUpdate">The PrintUsage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.PutResponseAsync(Microsoft.Graph.PrintUsage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageToUpdate">The PrintUsage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrintUsageRequestBuilder">
            <summary>
            The interface IPrintUsageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrintUsageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrivacyRequest">
            <summary>
            The interface IPrivacyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.CreateAsync(Microsoft.Graph.Privacy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Privacy using POST.
            </summary>
            <param name="privacyToCreate">The Privacy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Privacy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.CreateResponseAsync(Microsoft.Graph.Privacy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Privacy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="privacyToCreate">The Privacy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Privacy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Privacy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Privacy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Privacy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Privacy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.UpdateAsync(Microsoft.Graph.Privacy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Privacy using PATCH.
            </summary>
            <param name="privacyToUpdate">The Privacy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Privacy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.UpdateResponseAsync(Microsoft.Graph.Privacy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Privacy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="privacyToUpdate">The Privacy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.PutAsync(Microsoft.Graph.Privacy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Privacy using PUT.
            </summary>
            <param name="privacyToUpdate">The Privacy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.PutResponseAsync(Microsoft.Graph.Privacy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Privacy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="privacyToUpdate">The Privacy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Privacy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Privacy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrivacyRequestBuilder">
            <summary>
            The interface IPrivacyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrivacyRequestBuilder.SubjectRightsRequests">
            <summary>
            Gets the request builder for SubjectRightsRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionPage">
            <summary>
            The interface IPrivacySubjectRightsRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest">
            <summary>
            The interface IPrivacySubjectRightsRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest.AddAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SubjectRightsRequestObject to the collection via POST.
            </summary>
            <param name="subjectRightsRequest">The SubjectRightsRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubjectRightsRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SubjectRightsRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="subjectRightsRequest">The SubjectRightsRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubjectRightsRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubjectRightsRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequestBuilder">
            <summary>
            The interface IPrivacySubjectRightsRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubjectRightsRequestRequestBuilder"/> for the specified SubjectRightsRequest.
            </summary>
            <param name="id">The ID for the SubjectRightsRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubjectRightsRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IProfilePhotoContentRequest">
            <summary>
            The interface IProfilePhotoContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IProfilePhotoContentRequestBuilder">
            <summary>
            The interface IProfilePhotoContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IProfilePhotoRequest">
            <summary>
            The interface IProfilePhotoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.CreateAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ProfilePhoto using POST.
            </summary>
            <param name="profilePhotoToCreate">The ProfilePhoto to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.CreateResponseAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ProfilePhoto using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="profilePhotoToCreate">The ProfilePhoto to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ProfilePhoto.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ProfilePhoto and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ProfilePhoto.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ProfilePhoto and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.UpdateAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProfilePhoto using PATCH.
            </summary>
            <param name="profilePhotoToUpdate">The ProfilePhoto to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.UpdateResponseAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProfilePhoto using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="profilePhotoToUpdate">The ProfilePhoto to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.PutAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProfilePhoto using PUT.
            </summary>
            <param name="profilePhotoToUpdate">The ProfilePhoto object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.PutResponseAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProfilePhoto using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="profilePhotoToUpdate">The ProfilePhoto object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IProfilePhotoRequestBuilder">
            <summary>
            The interface IProfilePhotoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IProfilePhotoRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IProvisioningObjectSummaryRequest">
            <summary>
            The interface IProvisioningObjectSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.CreateAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ProvisioningObjectSummary using POST.
            </summary>
            <param name="provisioningObjectSummaryToCreate">The ProvisioningObjectSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProvisioningObjectSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.CreateResponseAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ProvisioningObjectSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="provisioningObjectSummaryToCreate">The ProvisioningObjectSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ProvisioningObjectSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ProvisioningObjectSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ProvisioningObjectSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ProvisioningObjectSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ProvisioningObjectSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.UpdateAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProvisioningObjectSummary using PATCH.
            </summary>
            <param name="provisioningObjectSummaryToUpdate">The ProvisioningObjectSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ProvisioningObjectSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.UpdateResponseAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProvisioningObjectSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="provisioningObjectSummaryToUpdate">The ProvisioningObjectSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.PutAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProvisioningObjectSummary using PUT.
            </summary>
            <param name="provisioningObjectSummaryToUpdate">The ProvisioningObjectSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.PutResponseAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProvisioningObjectSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="provisioningObjectSummaryToUpdate">The ProvisioningObjectSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProvisioningObjectSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProvisioningObjectSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IProvisioningObjectSummaryRequestBuilder">
            <summary>
            The interface IProvisioningObjectSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProvisioningObjectSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRequest">
            <summary>
            The interface IRbacApplicationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.CreateAsync(Microsoft.Graph.RbacApplication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RbacApplication using POST.
            </summary>
            <param name="rbacApplicationToCreate">The RbacApplication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RbacApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.CreateResponseAsync(Microsoft.Graph.RbacApplication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RbacApplication using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="rbacApplicationToCreate">The RbacApplication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RbacApplication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RbacApplication and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RbacApplication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RbacApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RbacApplication and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.UpdateAsync(Microsoft.Graph.RbacApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RbacApplication using PATCH.
            </summary>
            <param name="rbacApplicationToUpdate">The RbacApplication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RbacApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.UpdateResponseAsync(Microsoft.Graph.RbacApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RbacApplication using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="rbacApplicationToUpdate">The RbacApplication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.PutAsync(Microsoft.Graph.RbacApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RbacApplication using PUT.
            </summary>
            <param name="rbacApplicationToUpdate">The RbacApplication object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.PutResponseAsync(Microsoft.Graph.RbacApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RbacApplication using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="rbacApplicationToUpdate">The RbacApplication object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RbacApplication,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RbacApplication,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRequestBuilder">
            <summary>
            The interface IRbacApplicationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRequestBuilder.RoleAssignments">
            <summary>
            Gets the request builder for RoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRequestBuilder.RoleDefinitions">
            <summary>
            Gets the request builder for RoleDefinitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRequestBuilder.RoleAssignmentScheduleInstances">
            <summary>
            Gets the request builder for RoleAssignmentScheduleInstances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRequestBuilder.RoleAssignmentScheduleRequests">
            <summary>
            Gets the request builder for RoleAssignmentScheduleRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRequestBuilder.RoleAssignmentSchedules">
            <summary>
            Gets the request builder for RoleAssignmentSchedules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRequestBuilder.RoleEligibilityScheduleInstances">
            <summary>
            Gets the request builder for RoleEligibilityScheduleInstances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRequestBuilder.RoleEligibilityScheduleRequests">
            <summary>
            Gets the request builder for RoleEligibilityScheduleRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRequestBuilder.RoleEligibilitySchedules">
            <summary>
            Gets the request builder for RoleEligibilitySchedules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionPage">
            <summary>
            The interface IRbacApplicationRoleAssignmentScheduleInstancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest">
            <summary>
            The interface IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignmentScheduleInstance to the collection via POST.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstance">The UnifiedRoleAssignmentScheduleInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignmentScheduleInstance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstance">The UnifiedRoleAssignmentScheduleInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder">
            <summary>
            The interface IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequestBuilder"/> for the specified UnifiedRoleAssignmentScheduleInstance.
            </summary>
            <param name="id">The ID for the UnifiedRoleAssignmentScheduleInstance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.RoleAssignmentScheduleInstanceFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionPage">
            <summary>
            The interface IRbacApplicationRoleAssignmentScheduleRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest">
            <summary>
            The interface IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignmentScheduleRequestObject to the collection via POST.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequest">The UnifiedRoleAssignmentScheduleRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignmentScheduleRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequest">The UnifiedRoleAssignmentScheduleRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder">
            <summary>
            The interface IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder"/> for the specified UnifiedRoleAssignmentScheduleRequest.
            </summary>
            <param name="id">The ID for the UnifiedRoleAssignmentScheduleRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.RoleAssignmentScheduleRequestFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UnifiedRoleAssignmentScheduleRequestFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionPage">
            <summary>
            The interface IRbacApplicationRoleAssignmentSchedulesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest">
            <summary>
            The interface IRbacApplicationRoleAssignmentSchedulesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignmentSchedule to the collection via POST.
            </summary>
            <param name="unifiedRoleAssignmentSchedule">The UnifiedRoleAssignmentSchedule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignmentSchedule to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleAssignmentSchedule">The UnifiedRoleAssignmentSchedule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder">
            <summary>
            The interface IRbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestBuilder"/> for the specified UnifiedRoleAssignmentSchedule.
            </summary>
            <param name="id">The ID for the UnifiedRoleAssignmentSchedule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.RoleAssignmentScheduleFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UnifiedRoleAssignmentScheduleFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionPage">
            <summary>
            The interface IRbacApplicationRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest">
            <summary>
            The interface IRbacApplicationRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignment to the collection via POST.
            </summary>
            <param name="unifiedRoleAssignment">The UnifiedRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleAssignment">The UnifiedRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IRbacApplicationRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentRequestBuilder"/> for the specified UnifiedRoleAssignment.
            </summary>
            <param name="id">The ID for the UnifiedRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionPage">
            <summary>
            The interface IRbacApplicationRoleDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest">
            <summary>
            The interface IRbacApplicationRoleDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleDefinition to the collection via POST.
            </summary>
            <param name="unifiedRoleDefinition">The UnifiedRoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleDefinition">The UnifiedRoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequestBuilder">
            <summary>
            The interface IRbacApplicationRoleDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionRequestBuilder"/> for the specified UnifiedRoleDefinition.
            </summary>
            <param name="id">The ID for the UnifiedRoleDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionPage">
            <summary>
            The interface IRbacApplicationRoleEligibilityScheduleInstancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest">
            <summary>
            The interface IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleEligibilityScheduleInstance to the collection via POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstance">The UnifiedRoleEligibilityScheduleInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleEligibilityScheduleInstance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstance">The UnifiedRoleEligibilityScheduleInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder">
            <summary>
            The interface IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequestBuilder"/> for the specified UnifiedRoleEligibilityScheduleInstance.
            </summary>
            <param name="id">The ID for the UnifiedRoleEligibilityScheduleInstance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.RoleEligibilityScheduleInstanceFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionPage">
            <summary>
            The interface IRbacApplicationRoleEligibilityScheduleRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest">
            <summary>
            The interface IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleEligibilityScheduleRequestObject to the collection via POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequest">The UnifiedRoleEligibilityScheduleRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilityScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleEligibilityScheduleRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequest">The UnifiedRoleEligibilityScheduleRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder">
            <summary>
            The interface IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequestBuilder"/> for the specified UnifiedRoleEligibilityScheduleRequest.
            </summary>
            <param name="id">The ID for the UnifiedRoleEligibilityScheduleRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.RoleEligibilityScheduleRequestFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UnifiedRoleEligibilityScheduleRequestFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionPage">
            <summary>
            The interface IRbacApplicationRoleEligibilitySchedulesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest">
            <summary>
            The interface IRbacApplicationRoleEligibilitySchedulesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleEligibilitySchedule to the collection via POST.
            </summary>
            <param name="unifiedRoleEligibilitySchedule">The UnifiedRoleEligibilitySchedule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleEligibilitySchedule to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleEligibilitySchedule">The UnifiedRoleEligibilitySchedule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder">
            <summary>
            The interface IRbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestBuilder"/> for the specified UnifiedRoleEligibilitySchedule.
            </summary>
            <param name="id">The ID for the UnifiedRoleEligibilitySchedule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.RoleEligibilityScheduleFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UnifiedRoleEligibilityScheduleFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRecordOperationRequest">
            <summary>
            The interface IRecordOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.CreateAsync(Microsoft.Graph.RecordOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RecordOperation using POST.
            </summary>
            <param name="recordOperationToCreate">The RecordOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RecordOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.CreateResponseAsync(Microsoft.Graph.RecordOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RecordOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="recordOperationToCreate">The RecordOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RecordOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RecordOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RecordOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RecordOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RecordOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.UpdateAsync(Microsoft.Graph.RecordOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RecordOperation using PATCH.
            </summary>
            <param name="recordOperationToUpdate">The RecordOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RecordOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.UpdateResponseAsync(Microsoft.Graph.RecordOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RecordOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="recordOperationToUpdate">The RecordOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.PutAsync(Microsoft.Graph.RecordOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RecordOperation using PUT.
            </summary>
            <param name="recordOperationToUpdate">The RecordOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.PutResponseAsync(Microsoft.Graph.RecordOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RecordOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="recordOperationToUpdate">The RecordOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RecordOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RecordOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRecordOperationRequestBuilder">
            <summary>
            The interface IRecordOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRecordOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReferenceAttachmentRequest">
            <summary>
            The interface IReferenceAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.CreateAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ReferenceAttachment using POST.
            </summary>
            <param name="referenceAttachmentToCreate">The ReferenceAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.CreateResponseAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ReferenceAttachment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="referenceAttachmentToCreate">The ReferenceAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ReferenceAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ReferenceAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ReferenceAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ReferenceAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.UpdateAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReferenceAttachment using PATCH.
            </summary>
            <param name="referenceAttachmentToUpdate">The ReferenceAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.UpdateResponseAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReferenceAttachment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="referenceAttachmentToUpdate">The ReferenceAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.PutAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReferenceAttachment using PUT.
            </summary>
            <param name="referenceAttachmentToUpdate">The ReferenceAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.PutResponseAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReferenceAttachment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="referenceAttachmentToUpdate">The ReferenceAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReferenceAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReferenceAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReferenceAttachmentRequestBuilder">
            <summary>
            The interface IReferenceAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequest">
            <summary>
            The interface IRemoteAssistancePartnerBeginOnboardingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequestBuilder">
            <summary>
            The interface IRemoteAssistancePartnerBeginOnboardingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequest">
            <summary>
            The interface IRemoteAssistancePartnerDisconnectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequestBuilder">
            <summary>
            The interface IRemoteAssistancePartnerDisconnectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRemoteAssistancePartnerRequest">
            <summary>
            The interface IRemoteAssistancePartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.CreateAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RemoteAssistancePartner using POST.
            </summary>
            <param name="remoteAssistancePartnerToCreate">The RemoteAssistancePartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.CreateResponseAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RemoteAssistancePartner using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="remoteAssistancePartnerToCreate">The RemoteAssistancePartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RemoteAssistancePartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RemoteAssistancePartner and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RemoteAssistancePartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RemoteAssistancePartner and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.UpdateAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RemoteAssistancePartner using PATCH.
            </summary>
            <param name="remoteAssistancePartnerToUpdate">The RemoteAssistancePartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.UpdateResponseAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RemoteAssistancePartner using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="remoteAssistancePartnerToUpdate">The RemoteAssistancePartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.PutAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RemoteAssistancePartner using PUT.
            </summary>
            <param name="remoteAssistancePartnerToUpdate">The RemoteAssistancePartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.PutResponseAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RemoteAssistancePartner using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="remoteAssistancePartnerToUpdate">The RemoteAssistancePartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder">
            <summary>
            The interface IRemoteAssistancePartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder.BeginOnboarding">
            <summary>
            Gets the request builder for RemoteAssistancePartnerBeginOnboarding.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder.Disconnect">
            <summary>
            Gets the request builder for RemoteAssistancePartnerDisconnect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportContentRequest">
            <summary>
            The interface IReportContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportContentRequestBuilder">
            <summary>
            The interface IReportContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionPage">
            <summary>
            The interface IReportRootDailyPrintUsageByPrinterCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest">
            <summary>
            The interface IReportRootDailyPrintUsageByPrinterCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest.AddAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByPrinter to the collection via POST.
            </summary>
            <param name="printUsageByPrinter">The PrintUsageByPrinter to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsageByPrinter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByPrinter to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printUsageByPrinter">The PrintUsageByPrinter to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByPrinter,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByPrinter,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequestBuilder">
            <summary>
            The interface IReportRootDailyPrintUsageByPrinterCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintUsageByPrinterRequestBuilder"/> for the specified PrintUsageByPrinter.
            </summary>
            <param name="id">The ID for the PrintUsageByPrinter.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintUsageByPrinterRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionPage">
            <summary>
            The interface IReportRootDailyPrintUsageByUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest">
            <summary>
            The interface IReportRootDailyPrintUsageByUserCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest.AddAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByUser to the collection via POST.
            </summary>
            <param name="printUsageByUser">The PrintUsageByUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsageByUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printUsageByUser">The PrintUsageByUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequestBuilder">
            <summary>
            The interface IReportRootDailyPrintUsageByUserCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintUsageByUserRequestBuilder"/> for the specified PrintUsageByUser.
            </summary>
            <param name="id">The ID for the PrintUsageByUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintUsageByUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest">
            <summary>
            The interface IReportRootDeviceConfigurationDeviceActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.PatchResponseAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.PutResponseAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequestBuilder">
            <summary>
            The interface IReportRootDeviceConfigurationDeviceActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest">
            <summary>
            The interface IReportRootDeviceConfigurationUserActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.PatchResponseAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.PutResponseAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequestBuilder">
            <summary>
            The interface IReportRootDeviceConfigurationUserActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailActivityCountsRequest">
            <summary>
            The interface IReportRootGetEmailActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetEmailActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetEmailActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetEmailActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequest">
            <summary>
            The interface IReportRootGetEmailActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetEmailActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequest">
            <summary>
            The interface IReportRootGetEmailAppUsageAppsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetEmailAppUsageAppsUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequest">
            <summary>
            The interface IReportRootGetEmailAppUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetEmailAppUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequest">
            <summary>
            The interface IReportRootGetEmailAppUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetEmailAppUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequest">
            <summary>
            The interface IReportRootGetEmailAppUsageVersionsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsCollectionPage">
            <summary>
            The interface IReportRootGetGroupArchivedPrintJobsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequest">
            <summary>
            The interface IReportRootGetGroupArchivedPrintJobsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequestBuilder">
            <summary>
            The interface IReportRootGetGroupArchivedPrintJobsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetM365AppPlatformUserCountsRequest">
            <summary>
            The interface IReportRootGetM365AppPlatformUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetM365AppPlatformUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetM365AppPlatformUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetM365AppPlatformUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetM365AppPlatformUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetM365AppPlatformUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetM365AppUserCountsRequest">
            <summary>
            The interface IReportRootGetM365AppUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetM365AppUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetM365AppUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetM365AppUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetM365AppUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetM365AppUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetM365AppUserDetailRequest">
            <summary>
            The interface IReportRootGetM365AppUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetM365AppUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetM365AppUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetM365AppUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetM365AppUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetM365AppUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequest">
            <summary>
            The interface IReportRootGetMailboxUsageDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequestBuilder">
            <summary>
            The interface IReportRootGetMailboxUsageDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequest">
            <summary>
            The interface IReportRootGetMailboxUsageMailboxCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequestBuilder">
            <summary>
            The interface IReportRootGetMailboxUsageMailboxCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest">
            <summary>
            The interface IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder">
            <summary>
            The interface IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequest">
            <summary>
            The interface IReportRootGetMailboxUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequestBuilder">
            <summary>
            The interface IReportRootGetMailboxUsageStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest">
            <summary>
            The interface IReportRootGetOffice365ActivationCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365ActivationCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest">
            <summary>
            The interface IReportRootGetOffice365ActivationsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365ActivationsUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest">
            <summary>
            The interface IReportRootGetOffice365ActivationsUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365ActivationsUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest">
            <summary>
            The interface IReportRootGetOffice365ActiveUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365ActiveUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest">
            <summary>
            The interface IReportRootGetOffice365ActiveUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365ActiveUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityGroupCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest">
            <summary>
            The interface IReportRootGetOffice365ServicesUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365ServicesUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest">
            <summary>
            The interface IReportRootGetOneDriveActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveActivityFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetOneDriveActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest">
            <summary>
            The interface IReportRootGetOneDriveActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest">
            <summary>
            The interface IReportRootGetOneDriveUsageAccountCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveUsageAccountCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest">
            <summary>
            The interface IReportRootGetOneDriveUsageAccountDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveUsageAccountDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest">
            <summary>
            The interface IReportRootGetOneDriveUsageFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveUsageFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest">
            <summary>
            The interface IReportRootGetOneDriveUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveUsageStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsCollectionPage">
            <summary>
            The interface IReportRootGetPrinterArchivedPrintJobsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequest">
            <summary>
            The interface IReportRootGetPrinterArchivedPrintJobsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequestBuilder">
            <summary>
            The interface IReportRootGetPrinterArchivedPrintJobsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest">
            <summary>
            The interface IReportRootGetSharePointActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointActivityFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest">
            <summary>
            The interface IReportRootGetSharePointActivityPagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointActivityPagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetSharePointActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest">
            <summary>
            The interface IReportRootGetSharePointActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest">
            <summary>
            The interface IReportRootGetSharePointSiteUsageDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointSiteUsageDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest">
            <summary>
            The interface IReportRootGetSharePointSiteUsageFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointSiteUsageFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest">
            <summary>
            The interface IReportRootGetSharePointSiteUsagePagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointSiteUsagePagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest">
            <summary>
            The interface IReportRootGetSharePointSiteUsageSiteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointSiteUsageSiteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest">
            <summary>
            The interface IReportRootGetSharePointSiteUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointSiteUsageStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest">
            <summary>
            The interface IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequest">
            <summary>
            The interface IReportRootGetTeamsDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetTeamsDeviceUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequest">
            <summary>
            The interface IReportRootGetTeamsDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequest">
            <summary>
            The interface IReportRootGetTeamsUserActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetTeamsUserActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetTeamsUserActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetTeamsUserActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequest">
            <summary>
            The interface IReportRootGetTeamsUserActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetTeamsUserActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsCollectionPage">
            <summary>
            The interface IReportRootGetUserArchivedPrintJobsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequest">
            <summary>
            The interface IReportRootGetUserArchivedPrintJobsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequestBuilder">
            <summary>
            The interface IReportRootGetUserArchivedPrintJobsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest">
            <summary>
            The interface IReportRootGetYammerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetYammerActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetYammerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetYammerActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest">
            <summary>
            The interface IReportRootGetYammerActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetYammerActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest">
            <summary>
            The interface IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest">
            <summary>
            The interface IReportRootGetYammerDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetYammerDeviceUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest">
            <summary>
            The interface IReportRootGetYammerDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetYammerDeviceUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest">
            <summary>
            The interface IReportRootGetYammerGroupsActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetYammerGroupsActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest">
            <summary>
            The interface IReportRootGetYammerGroupsActivityDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequestBuilder">
            <summary>
            The interface IReportRootGetYammerGroupsActivityDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest">
            <summary>
            The interface IReportRootGetYammerGroupsActivityGroupCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequestBuilder">
            <summary>
            The interface IReportRootGetYammerGroupsActivityGroupCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootManagedDeviceEnrollmentFailureDetailsRequest">
            <summary>
            The interface IReportRootManagedDeviceEnrollmentFailureDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootManagedDeviceEnrollmentFailureDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootManagedDeviceEnrollmentFailureDetailsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootManagedDeviceEnrollmentFailureDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootManagedDeviceEnrollmentFailureDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder">
            <summary>
            The interface IReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootManagedDeviceEnrollmentTopFailuresRequest">
            <summary>
            The interface IReportRootManagedDeviceEnrollmentTopFailuresRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootManagedDeviceEnrollmentTopFailuresRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootManagedDeviceEnrollmentTopFailuresRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootManagedDeviceEnrollmentTopFailuresRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootManagedDeviceEnrollmentTopFailuresRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder">
            <summary>
            The interface IReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionPage">
            <summary>
            The interface IReportRootMonthlyPrintUsageByPrinterCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest">
            <summary>
            The interface IReportRootMonthlyPrintUsageByPrinterCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest.AddAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByPrinter to the collection via POST.
            </summary>
            <param name="printUsageByPrinter">The PrintUsageByPrinter to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsageByPrinter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByPrinter to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printUsageByPrinter">The PrintUsageByPrinter to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByPrinter,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByPrinter,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder">
            <summary>
            The interface IReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintUsageByPrinterRequestBuilder"/> for the specified PrintUsageByPrinter.
            </summary>
            <param name="id">The ID for the PrintUsageByPrinter.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintUsageByPrinterRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionPage">
            <summary>
            The interface IReportRootMonthlyPrintUsageByUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest">
            <summary>
            The interface IReportRootMonthlyPrintUsageByUserCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest.AddAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByUser to the collection via POST.
            </summary>
            <param name="printUsageByUser">The PrintUsageByUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsageByUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printUsageByUser">The PrintUsageByUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequestBuilder">
            <summary>
            The interface IReportRootMonthlyPrintUsageByUserCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintUsageByUserRequestBuilder"/> for the specified PrintUsageByUser.
            </summary>
            <param name="id">The ID for the PrintUsageByUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintUsageByUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootRequest">
            <summary>
            The interface IReportRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.CreateAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ReportRoot using POST.
            </summary>
            <param name="reportRootToCreate">The ReportRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.CreateResponseAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ReportRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="reportRootToCreate">The ReportRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ReportRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ReportRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ReportRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ReportRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.UpdateAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReportRoot using PATCH.
            </summary>
            <param name="reportRootToUpdate">The ReportRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.UpdateResponseAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReportRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="reportRootToUpdate">The ReportRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.PutAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReportRoot using PUT.
            </summary>
            <param name="reportRootToUpdate">The ReportRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.PutResponseAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReportRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="reportRootToUpdate">The ReportRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReportRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReportRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootRequestBuilder">
            <summary>
            The interface IReportRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IReportRootRequestBuilder.DailyPrintUsageByPrinter">
            <summary>
            Gets the request builder for DailyPrintUsageByPrinter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IReportRootRequestBuilder.DailyPrintUsageByUser">
            <summary>
            Gets the request builder for DailyPrintUsageByUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IReportRootRequestBuilder.MonthlyPrintUsageByPrinter">
            <summary>
            Gets the request builder for MonthlyPrintUsageByPrinter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IReportRootRequestBuilder.MonthlyPrintUsageByUser">
            <summary>
            Gets the request builder for MonthlyPrintUsageByUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IReportRootRequestBuilder.Security">
            <summary>
            Gets the request builder for Security.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityReportsRootRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.DeviceConfigurationDeviceActivity">
            <summary>
            Gets the request builder for ReportRootDeviceConfigurationDeviceActivity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.DeviceConfigurationUserActivity">
            <summary>
            Gets the request builder for ReportRootDeviceConfigurationUserActivity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.ManagedDeviceEnrollmentFailureDetails">
            <summary>
            Gets the request builder for ReportRootManagedDeviceEnrollmentFailureDetails.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.ManagedDeviceEnrollmentFailureDetails(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for ReportRootManagedDeviceEnrollmentFailureDetails.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.ManagedDeviceEnrollmentTopFailures">
            <summary>
            Gets the request builder for ReportRootManagedDeviceEnrollmentTopFailures.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.ManagedDeviceEnrollmentTopFailures(System.String)">
            <summary>
            Gets the request builder for ReportRootManagedDeviceEnrollmentTopFailures.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailAppUsageAppsUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageAppsUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailAppUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailAppUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailAppUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailAppUsageVersionsUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageVersionsUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetM365AppPlatformUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetM365AppPlatformUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetM365AppPlatformUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetM365AppUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetM365AppUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetM365AppUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetM365AppUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetM365AppUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetM365AppUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetM365AppUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetM365AppUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetM365AppUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetMailboxUsageDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetMailboxUsageMailboxCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageMailboxCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetMailboxUsageQuotaStatusMailboxCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageQuotaStatusMailboxCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetMailboxUsageStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ActivationCounts">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActivationCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ActivationsUserCounts">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActivationsUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ActivationsUserDetail">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActivationsUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ActiveUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActiveUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ActiveUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActiveUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ActiveUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActiveUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365GroupsActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365GroupsActivityDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365GroupsActivityDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365GroupsActivityFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365GroupsActivityGroupCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityGroupCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365GroupsActivityStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ServicesUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ServicesUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveActivityFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveUsageAccountCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageAccountCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveUsageAccountDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageAccountDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveUsageAccountDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageAccountDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveUsageFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveUsageStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointActivityFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointActivityPages(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityPages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointSiteUsageDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointSiteUsageDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointSiteUsageFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointSiteUsagePages(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsagePages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointSiteUsageSiteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageSiteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointSiteUsageStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageDistributionUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessOrganizerActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessOrganizerActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessOrganizerActivityMinuteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessOrganizerActivityMinuteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessOrganizerActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessOrganizerActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessParticipantActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessParticipantActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessParticipantActivityMinuteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessParticipantActivityMinuteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessParticipantActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessParticipantActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessPeerToPeerActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessPeerToPeerActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessPeerToPeerActivityMinuteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessPeerToPeerActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessPeerToPeerActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsDeviceUsageDistributionUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageDistributionUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsDeviceUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsDeviceUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsDeviceUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsUserActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsUserActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsUserActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsUserActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerDeviceUsageDistributionUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageDistributionUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerDeviceUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerDeviceUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerDeviceUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerGroupsActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerGroupsActivityDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerGroupsActivityDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerGroupsActivityGroupCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityGroupCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetGroupArchivedPrintJobs(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
            <summary>
            Gets the request builder for ReportRootGetGroupArchivedPrintJobs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetPrinterArchivedPrintJobs(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
            <summary>
            Gets the request builder for ReportRootGetPrinterArchivedPrintJobs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetUserArchivedPrintJobs(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
            <summary>
            Gets the request builder for ReportRootGetUserArchivedPrintJobs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRequestRequest">
            <summary>
            The interface IRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.CreateAsync(Microsoft.Graph.RequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RequestObject using POST.
            </summary>
            <param name="requestObjectToCreate">The RequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.CreateResponseAsync(Microsoft.Graph.RequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="requestObjectToCreate">The RequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.UpdateAsync(Microsoft.Graph.RequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RequestObject using PATCH.
            </summary>
            <param name="requestObjectToUpdate">The RequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.UpdateResponseAsync(Microsoft.Graph.RequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="requestObjectToUpdate">The RequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.PutAsync(Microsoft.Graph.RequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RequestObject using PUT.
            </summary>
            <param name="requestObjectToUpdate">The RequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.PutResponseAsync(Microsoft.Graph.RequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="requestObjectToUpdate">The RequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRequestRequestBuilder">
            <summary>
            The interface IRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IResourceOperationRequest">
            <summary>
            The interface IResourceOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.CreateAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ResourceOperation using POST.
            </summary>
            <param name="resourceOperationToCreate">The ResourceOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.CreateResponseAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ResourceOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="resourceOperationToCreate">The ResourceOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ResourceOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ResourceOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ResourceOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ResourceOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.UpdateAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceOperation using PATCH.
            </summary>
            <param name="resourceOperationToUpdate">The ResourceOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.UpdateResponseAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="resourceOperationToUpdate">The ResourceOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.PutAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceOperation using PUT.
            </summary>
            <param name="resourceOperationToUpdate">The ResourceOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.PutResponseAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="resourceOperationToUpdate">The ResourceOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IResourceOperationRequestBuilder">
            <summary>
            The interface IResourceOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IResourceSpecificPermissionGrantRequest">
            <summary>
            The interface IResourceSpecificPermissionGrantRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.CreateAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ResourceSpecificPermissionGrant using POST.
            </summary>
            <param name="resourceSpecificPermissionGrantToCreate">The ResourceSpecificPermissionGrant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceSpecificPermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.CreateResponseAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ResourceSpecificPermissionGrant using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="resourceSpecificPermissionGrantToCreate">The ResourceSpecificPermissionGrant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ResourceSpecificPermissionGrant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ResourceSpecificPermissionGrant and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ResourceSpecificPermissionGrant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ResourceSpecificPermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ResourceSpecificPermissionGrant and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.UpdateAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceSpecificPermissionGrant using PATCH.
            </summary>
            <param name="resourceSpecificPermissionGrantToUpdate">The ResourceSpecificPermissionGrant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ResourceSpecificPermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.UpdateResponseAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceSpecificPermissionGrant using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="resourceSpecificPermissionGrantToUpdate">The ResourceSpecificPermissionGrant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.PutAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceSpecificPermissionGrant using PUT.
            </summary>
            <param name="resourceSpecificPermissionGrantToUpdate">The ResourceSpecificPermissionGrant object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.PutResponseAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceSpecificPermissionGrant using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="resourceSpecificPermissionGrantToUpdate">The ResourceSpecificPermissionGrant object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceSpecificPermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceSpecificPermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IResourceSpecificPermissionGrantRequestBuilder">
            <summary>
            The interface IResourceSpecificPermissionGrantRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceSpecificPermissionGrantRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRichLongRunningOperationRequest">
            <summary>
            The interface IRichLongRunningOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.CreateAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RichLongRunningOperation using POST.
            </summary>
            <param name="richLongRunningOperationToCreate">The RichLongRunningOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RichLongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.CreateResponseAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RichLongRunningOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="richLongRunningOperationToCreate">The RichLongRunningOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RichLongRunningOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RichLongRunningOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RichLongRunningOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RichLongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RichLongRunningOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.UpdateAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RichLongRunningOperation using PATCH.
            </summary>
            <param name="richLongRunningOperationToUpdate">The RichLongRunningOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RichLongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.UpdateResponseAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RichLongRunningOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="richLongRunningOperationToUpdate">The RichLongRunningOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.PutAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RichLongRunningOperation using PUT.
            </summary>
            <param name="richLongRunningOperationToUpdate">The RichLongRunningOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.PutResponseAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RichLongRunningOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="richLongRunningOperationToUpdate">The RichLongRunningOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RichLongRunningOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RichLongRunningOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRichLongRunningOperationRequestBuilder">
            <summary>
            The interface IRichLongRunningOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRichLongRunningOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskDetectionRequest">
            <summary>
            The interface IRiskDetectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.CreateAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskDetection using POST.
            </summary>
            <param name="riskDetectionToCreate">The RiskDetection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.CreateResponseAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskDetection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskDetectionToCreate">The RiskDetection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskDetection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskDetection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskDetection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskDetection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.UpdateAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskDetection using PATCH.
            </summary>
            <param name="riskDetectionToUpdate">The RiskDetection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.UpdateResponseAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskDetection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskDetectionToUpdate">The RiskDetection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.PutAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskDetection using PUT.
            </summary>
            <param name="riskDetectionToUpdate">The RiskDetection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.PutResponseAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskDetection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskDetectionToUpdate">The RiskDetection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskDetection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskDetection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskDetectionRequestBuilder">
            <summary>
            The interface IRiskDetectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskDetectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyServicePrincipalConfirmCompromisedRequest">
            <summary>
            The interface IRiskyServicePrincipalConfirmCompromisedRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRiskyServicePrincipalConfirmCompromisedRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalConfirmCompromisedRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalConfirmCompromisedRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalConfirmCompromisedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalConfirmCompromisedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyServicePrincipalConfirmCompromisedRequestBuilder">
            <summary>
            The interface IRiskyServicePrincipalConfirmCompromisedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalConfirmCompromisedRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyServicePrincipalDismissRequest">
            <summary>
            The interface IRiskyServicePrincipalDismissRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRiskyServicePrincipalDismissRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalDismissRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalDismissRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalDismissRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalDismissRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyServicePrincipalDismissRequestBuilder">
            <summary>
            The interface IRiskyServicePrincipalDismissRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalDismissRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionPage">
            <summary>
            The interface IRiskyServicePrincipalHistoryCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest">
            <summary>
            The interface IRiskyServicePrincipalHistoryCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest.AddAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyServicePrincipalHistoryItem to the collection via POST.
            </summary>
            <param name="riskyServicePrincipalHistoryItem">The RiskyServicePrincipalHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyServicePrincipalHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest.AddResponseAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyServicePrincipalHistoryItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="riskyServicePrincipalHistoryItem">The RiskyServicePrincipalHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequestBuilder">
            <summary>
            The interface IRiskyServicePrincipalHistoryCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequestBuilder"/> for the specified RiskyServicePrincipalHistoryItem.
            </summary>
            <param name="id">The ID for the RiskyServicePrincipalHistoryItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest">
            <summary>
            The interface IRiskyServicePrincipalHistoryItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.CreateAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyServicePrincipalHistoryItem using POST.
            </summary>
            <param name="riskyServicePrincipalHistoryItemToCreate">The RiskyServicePrincipalHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyServicePrincipalHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.CreateResponseAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyServicePrincipalHistoryItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyServicePrincipalHistoryItemToCreate">The RiskyServicePrincipalHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyServicePrincipalHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyServicePrincipalHistoryItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyServicePrincipalHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RiskyServicePrincipalHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyServicePrincipalHistoryItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.UpdateAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipalHistoryItem using PATCH.
            </summary>
            <param name="riskyServicePrincipalHistoryItemToUpdate">The RiskyServicePrincipalHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RiskyServicePrincipalHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.UpdateResponseAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipalHistoryItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyServicePrincipalHistoryItemToUpdate">The RiskyServicePrincipalHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.PutAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipalHistoryItem using PUT.
            </summary>
            <param name="riskyServicePrincipalHistoryItemToUpdate">The RiskyServicePrincipalHistoryItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.PutResponseAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipalHistoryItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyServicePrincipalHistoryItemToUpdate">The RiskyServicePrincipalHistoryItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequestBuilder">
            <summary>
            The interface IRiskyServicePrincipalHistoryItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyServicePrincipalRequest">
            <summary>
            The interface IRiskyServicePrincipalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.CreateAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyServicePrincipal using POST.
            </summary>
            <param name="riskyServicePrincipalToCreate">The RiskyServicePrincipal to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.CreateResponseAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyServicePrincipal using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyServicePrincipalToCreate">The RiskyServicePrincipal to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyServicePrincipal.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyServicePrincipal and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyServicePrincipal.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RiskyServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyServicePrincipal and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.UpdateAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipal using PATCH.
            </summary>
            <param name="riskyServicePrincipalToUpdate">The RiskyServicePrincipal to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RiskyServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.UpdateResponseAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipal using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyServicePrincipalToUpdate">The RiskyServicePrincipal to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.PutAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipal using PUT.
            </summary>
            <param name="riskyServicePrincipalToUpdate">The RiskyServicePrincipal object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.PutResponseAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipal using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyServicePrincipalToUpdate">The RiskyServicePrincipal object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipal,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipal,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyServicePrincipalRequestBuilder">
            <summary>
            The interface IRiskyServicePrincipalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyServicePrincipalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRiskyServicePrincipalRequestBuilder.History">
            <summary>
            Gets the request builder for History.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyUserConfirmCompromisedRequest">
            <summary>
            The interface IRiskyUserConfirmCompromisedRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRiskyUserConfirmCompromisedRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserConfirmCompromisedRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserConfirmCompromisedRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserConfirmCompromisedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserConfirmCompromisedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyUserConfirmCompromisedRequestBuilder">
            <summary>
            The interface IRiskyUserConfirmCompromisedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserConfirmCompromisedRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyUserDismissRequest">
            <summary>
            The interface IRiskyUserDismissRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRiskyUserDismissRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserDismissRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserDismissRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserDismissRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserDismissRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyUserDismissRequestBuilder">
            <summary>
            The interface IRiskyUserDismissRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserDismissRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyUserHistoryCollectionPage">
            <summary>
            The interface IRiskyUserHistoryCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRiskyUserHistoryCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRiskyUserHistoryCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IRiskyUserHistoryCollectionRequest">
            <summary>
            The interface IRiskyUserHistoryCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequest.AddAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyUserHistoryItem to the collection via POST.
            </summary>
            <param name="riskyUserHistoryItem">The RiskyUserHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyUserHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequest.AddResponseAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyUserHistoryItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="riskyUserHistoryItem">The RiskyUserHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUserHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUserHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyUserHistoryCollectionRequestBuilder">
            <summary>
            The interface IRiskyUserHistoryCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRiskyUserHistoryCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRiskyUserHistoryItemRequestBuilder"/> for the specified RiskyUserHistoryItem.
            </summary>
            <param name="id">The ID for the RiskyUserHistoryItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyUserHistoryItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyUserHistoryItemRequest">
            <summary>
            The interface IRiskyUserHistoryItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.CreateAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyUserHistoryItem using POST.
            </summary>
            <param name="riskyUserHistoryItemToCreate">The RiskyUserHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyUserHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.CreateResponseAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyUserHistoryItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyUserHistoryItemToCreate">The RiskyUserHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyUserHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyUserHistoryItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyUserHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RiskyUserHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyUserHistoryItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.UpdateAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUserHistoryItem using PATCH.
            </summary>
            <param name="riskyUserHistoryItemToUpdate">The RiskyUserHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RiskyUserHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.UpdateResponseAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUserHistoryItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyUserHistoryItemToUpdate">The RiskyUserHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.PutAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUserHistoryItem using PUT.
            </summary>
            <param name="riskyUserHistoryItemToUpdate">The RiskyUserHistoryItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.PutResponseAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUserHistoryItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyUserHistoryItemToUpdate">The RiskyUserHistoryItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUserHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUserHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyUserHistoryItemRequestBuilder">
            <summary>
            The interface IRiskyUserHistoryItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserHistoryItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyUserRequest">
            <summary>
            The interface IRiskyUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.CreateAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyUser using POST.
            </summary>
            <param name="riskyUserToCreate">The RiskyUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.CreateResponseAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyUser using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyUserToCreate">The RiskyUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyUser and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RiskyUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyUser and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.UpdateAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUser using PATCH.
            </summary>
            <param name="riskyUserToUpdate">The RiskyUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RiskyUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.UpdateResponseAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUser using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyUserToUpdate">The RiskyUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.PutAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUser using PUT.
            </summary>
            <param name="riskyUserToUpdate">The RiskyUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.PutResponseAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUser using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyUserToUpdate">The RiskyUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRiskyUserRequestBuilder">
            <summary>
            The interface IRiskyUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRiskyUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRiskyUserRequestBuilder.History">
            <summary>
            Gets the request builder for History.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyUserHistoryCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleAssignmentRequest">
            <summary>
            The interface IRoleAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.CreateAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleAssignment using POST.
            </summary>
            <param name="roleAssignmentToCreate">The RoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.CreateResponseAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleAssignmentToCreate">The RoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.UpdateAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleAssignment using PATCH.
            </summary>
            <param name="roleAssignmentToUpdate">The RoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleAssignmentToUpdate">The RoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.PutAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleAssignment using PUT.
            </summary>
            <param name="roleAssignmentToUpdate">The RoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.PutResponseAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleAssignmentToUpdate">The RoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleAssignmentRequestBuilder">
            <summary>
            The interface IRoleAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRoleAssignmentRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionReferenceRequest">
            <summary>
            The interface IRoleDefinitionReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified RoleDefinition reference.
            </summary>
            <param name="id">The RoleDefinition reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified RoleDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The RoleDefinition reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionReferenceRequestBuilder">
            <summary>
            The interface IRoleDefinitionReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionRequest">
            <summary>
            The interface IRoleDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.CreateAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleDefinition using POST.
            </summary>
            <param name="roleDefinitionToCreate">The RoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.CreateResponseAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleDefinitionToCreate">The RoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.UpdateAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PATCH.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.PutAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PUT.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.PutResponseAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionRequestBuilder">
            <summary>
            The interface IRoleDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRoleDefinitionRequestBuilder.RoleAssignments">
            <summary>
            Gets the request builder for RoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionPage">
            <summary>
            The interface IRoleDefinitionRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest">
            <summary>
            The interface IRoleDefinitionRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RoleAssignment to the collection via POST.
            </summary>
            <param name="roleAssignment">The RoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="roleAssignment">The RoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IRoleDefinitionRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRoleAssignmentRequestBuilder"/> for the specified RoleAssignment.
            </summary>
            <param name="id">The ID for the RoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionWithReferenceRequest">
            <summary>
            The interface IRoleDefinitionWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.CreateAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleDefinition using POST.
            </summary>
            <param name="roleDefinitionToCreate">The RoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleDefinitionToCreate">The RoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.UpdateAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PATCH.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionWithReferenceRequestBuilder">
            <summary>
            The interface IRoleDefinitionWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRoleDefinitionWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the roleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleManagementRequest">
            <summary>
            The interface IRoleManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.CreateAsync(Microsoft.Graph.RoleManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleManagement using POST.
            </summary>
            <param name="roleManagementToCreate">The RoleManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.CreateResponseAsync(Microsoft.Graph.RoleManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleManagement using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleManagementToCreate">The RoleManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.UpdateAsync(Microsoft.Graph.RoleManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleManagement using PATCH.
            </summary>
            <param name="roleManagementToUpdate">The RoleManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RoleManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.UpdateResponseAsync(Microsoft.Graph.RoleManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleManagement using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleManagementToUpdate">The RoleManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.PutAsync(Microsoft.Graph.RoleManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleManagement using PUT.
            </summary>
            <param name="roleManagementToUpdate">The RoleManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.PutResponseAsync(Microsoft.Graph.RoleManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleManagement using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleManagementToUpdate">The RoleManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleManagement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleManagement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleManagementRequestBuilder">
            <summary>
            The interface IRoleManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRoleManagementRequestBuilder.Directory">
            <summary>
            Gets the request builder for Directory.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRoleManagementRequestBuilder.EntitlementManagement">
            <summary>
            Gets the request builder for EntitlementManagement.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoomListRequest">
            <summary>
            The interface IRoomListRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.CreateAsync(Microsoft.Graph.RoomList,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoomList using POST.
            </summary>
            <param name="roomListToCreate">The RoomList to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoomList.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.CreateResponseAsync(Microsoft.Graph.RoomList,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoomList using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roomListToCreate">The RoomList to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoomList.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoomList and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoomList.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoomList.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoomList and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.UpdateAsync(Microsoft.Graph.RoomList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoomList using PATCH.
            </summary>
            <param name="roomListToUpdate">The RoomList to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RoomList.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.UpdateResponseAsync(Microsoft.Graph.RoomList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoomList using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roomListToUpdate">The RoomList to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.PutAsync(Microsoft.Graph.RoomList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoomList using PUT.
            </summary>
            <param name="roomListToUpdate">The RoomList object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.PutResponseAsync(Microsoft.Graph.RoomList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoomList using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roomListToUpdate">The RoomList object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoomList,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoomList,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoomListRequestBuilder">
            <summary>
            The interface IRoomListRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRoomListRequestBuilder.Rooms">
            <summary>
            Gets the request builder for Rooms.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoomListRoomsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoomListRoomsCollectionPage">
            <summary>
            The interface IRoomListRoomsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRoomListRoomsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRoomListRoomsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IRoomListRoomsCollectionRequest">
            <summary>
            The interface IRoomListRoomsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequest.AddAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Room to the collection via POST.
            </summary>
            <param name="room">The Room to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Room.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequest.AddResponseAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Room to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="room">The Room to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Room,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Room,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoomListRoomsCollectionRequestBuilder">
            <summary>
            The interface IRoomListRoomsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomListRoomsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRoomListRoomsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRoomRequestBuilder"/> for the specified Room.
            </summary>
            <param name="id">The ID for the Room.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRoomRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoomRequest">
            <summary>
            The interface IRoomRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.CreateAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Room using POST.
            </summary>
            <param name="roomToCreate">The Room to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Room.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.CreateResponseAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Room using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roomToCreate">The Room to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Room.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Room and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Room.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Room.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Room and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.UpdateAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Room using PATCH.
            </summary>
            <param name="roomToUpdate">The Room to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Room.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.UpdateResponseAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Room using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roomToUpdate">The Room to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.PutAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Room using PUT.
            </summary>
            <param name="roomToUpdate">The Room object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.PutResponseAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Room using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roomToUpdate">The Room object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Room,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Room,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoomRequestBuilder">
            <summary>
            The interface IRoomRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoomRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionPage">
            <summary>
            The interface ISamlOrWsFedExternalDomainFederationDomainsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest">
            <summary>
            The interface ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest.AddAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalDomainName to the collection via POST.
            </summary>
            <param name="externalDomainName">The ExternalDomainName to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalDomainName.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalDomainName to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="externalDomainName">The ExternalDomainName to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalDomainName,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalDomainName,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder">
            <summary>
            The interface ISamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExternalDomainNameRequestBuilder"/> for the specified ExternalDomainName.
            </summary>
            <param name="id">The ID for the ExternalDomainName.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExternalDomainNameRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest">
            <summary>
            The interface ISamlOrWsFedExternalDomainFederationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.CreateAsync(Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SamlOrWsFedExternalDomainFederation using POST.
            </summary>
            <param name="samlOrWsFedExternalDomainFederationToCreate">The SamlOrWsFedExternalDomainFederation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SamlOrWsFedExternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.CreateResponseAsync(Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SamlOrWsFedExternalDomainFederation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="samlOrWsFedExternalDomainFederationToCreate">The SamlOrWsFedExternalDomainFederation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SamlOrWsFedExternalDomainFederation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SamlOrWsFedExternalDomainFederation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SamlOrWsFedExternalDomainFederation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SamlOrWsFedExternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SamlOrWsFedExternalDomainFederation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.UpdateAsync(Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedExternalDomainFederation using PATCH.
            </summary>
            <param name="samlOrWsFedExternalDomainFederationToUpdate">The SamlOrWsFedExternalDomainFederation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SamlOrWsFedExternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.UpdateResponseAsync(Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedExternalDomainFederation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="samlOrWsFedExternalDomainFederationToUpdate">The SamlOrWsFedExternalDomainFederation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.PutAsync(Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedExternalDomainFederation using PUT.
            </summary>
            <param name="samlOrWsFedExternalDomainFederationToUpdate">The SamlOrWsFedExternalDomainFederation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.PutResponseAsync(Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedExternalDomainFederation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="samlOrWsFedExternalDomainFederationToUpdate">The SamlOrWsFedExternalDomainFederation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequestBuilder">
            <summary>
            The interface ISamlOrWsFedExternalDomainFederationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationRequestBuilder.Domains">
            <summary>
            Gets the request builder for Domains.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISamlOrWsFedProviderRequest">
            <summary>
            The interface ISamlOrWsFedProviderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.CreateAsync(Microsoft.Graph.SamlOrWsFedProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SamlOrWsFedProvider using POST.
            </summary>
            <param name="samlOrWsFedProviderToCreate">The SamlOrWsFedProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SamlOrWsFedProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.CreateResponseAsync(Microsoft.Graph.SamlOrWsFedProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SamlOrWsFedProvider using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="samlOrWsFedProviderToCreate">The SamlOrWsFedProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SamlOrWsFedProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SamlOrWsFedProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SamlOrWsFedProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SamlOrWsFedProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SamlOrWsFedProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.UpdateAsync(Microsoft.Graph.SamlOrWsFedProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedProvider using PATCH.
            </summary>
            <param name="samlOrWsFedProviderToUpdate">The SamlOrWsFedProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SamlOrWsFedProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.UpdateResponseAsync(Microsoft.Graph.SamlOrWsFedProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedProvider using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="samlOrWsFedProviderToUpdate">The SamlOrWsFedProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.PutAsync(Microsoft.Graph.SamlOrWsFedProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedProvider using PUT.
            </summary>
            <param name="samlOrWsFedProviderToUpdate">The SamlOrWsFedProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.PutResponseAsync(Microsoft.Graph.SamlOrWsFedProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedProvider using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="samlOrWsFedProviderToUpdate">The SamlOrWsFedProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SamlOrWsFedProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SamlOrWsFedProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISamlOrWsFedProviderRequestBuilder">
            <summary>
            The interface ISamlOrWsFedProviderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISamlOrWsFedProviderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleChangeRequestApproveRequest">
            <summary>
            The interface IScheduleChangeRequestApproveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IScheduleChangeRequestApproveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestApproveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestApproveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestApproveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestApproveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleChangeRequestApproveRequestBuilder">
            <summary>
            The interface IScheduleChangeRequestApproveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestApproveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleChangeRequestDeclineRequest">
            <summary>
            The interface IScheduleChangeRequestDeclineRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IScheduleChangeRequestDeclineRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestDeclineRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestDeclineRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestDeclineRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestDeclineRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleChangeRequestDeclineRequestBuilder">
            <summary>
            The interface IScheduleChangeRequestDeclineRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestDeclineRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleChangeRequestRequest">
            <summary>
            The interface IScheduleChangeRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.CreateAsync(Microsoft.Graph.ScheduleChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ScheduleChangeRequestObject using POST.
            </summary>
            <param name="scheduleChangeRequestObjectToCreate">The ScheduleChangeRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ScheduleChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.CreateResponseAsync(Microsoft.Graph.ScheduleChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ScheduleChangeRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scheduleChangeRequestObjectToCreate">The ScheduleChangeRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ScheduleChangeRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ScheduleChangeRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ScheduleChangeRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ScheduleChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ScheduleChangeRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.UpdateAsync(Microsoft.Graph.ScheduleChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScheduleChangeRequestObject using PATCH.
            </summary>
            <param name="scheduleChangeRequestObjectToUpdate">The ScheduleChangeRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ScheduleChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.UpdateResponseAsync(Microsoft.Graph.ScheduleChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScheduleChangeRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scheduleChangeRequestObjectToUpdate">The ScheduleChangeRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.PutAsync(Microsoft.Graph.ScheduleChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScheduleChangeRequestObject using PUT.
            </summary>
            <param name="scheduleChangeRequestObjectToUpdate">The ScheduleChangeRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.PutResponseAsync(Microsoft.Graph.ScheduleChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScheduleChangeRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scheduleChangeRequestObjectToUpdate">The ScheduleChangeRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScheduleChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScheduleChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleChangeRequestRequestBuilder">
            <summary>
            The interface IScheduleChangeRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequestBuilder.Decline(System.String)">
            <summary>
            Gets the request builder for ScheduleChangeRequestDecline.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleChangeRequestDeclineRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleChangeRequestRequestBuilder.Approve(System.String)">
            <summary>
            Gets the request builder for ScheduleChangeRequestApprove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleChangeRequestApproveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionPage">
            <summary>
            The interface IScheduleOfferShiftRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest">
            <summary>
            The interface IScheduleOfferShiftRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest.AddAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OfferShiftRequestObject to the collection via POST.
            </summary>
            <param name="offerShiftRequest">The OfferShiftRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OfferShiftRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OfferShiftRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="offerShiftRequest">The OfferShiftRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OfferShiftRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OfferShiftRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequestBuilder">
            <summary>
            The interface IScheduleOfferShiftRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOfferShiftRequestRequestBuilder"/> for the specified OfferShiftRequest.
            </summary>
            <param name="id">The ID for the OfferShiftRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOfferShiftRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionPage">
            <summary>
            The interface IScheduleOpenShiftChangeRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest">
            <summary>
            The interface IScheduleOpenShiftChangeRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest.AddAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OpenShiftChangeRequestObject to the collection via POST.
            </summary>
            <param name="openShiftChangeRequest">The OpenShiftChangeRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OpenShiftChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OpenShiftChangeRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="openShiftChangeRequest">The OpenShiftChangeRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShiftChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShiftChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequestBuilder">
            <summary>
            The interface IScheduleOpenShiftChangeRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOpenShiftChangeRequestRequestBuilder"/> for the specified OpenShiftChangeRequest.
            </summary>
            <param name="id">The ID for the OpenShiftChangeRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOpenShiftChangeRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleOpenShiftsCollectionPage">
            <summary>
            The interface IScheduleOpenShiftsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IScheduleOpenShiftsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest">
            <summary>
            The interface IScheduleOpenShiftsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest.AddAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OpenShift to the collection via POST.
            </summary>
            <param name="openShift">The OpenShift to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OpenShift.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest.AddResponseAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OpenShift to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="openShift">The OpenShift to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShift,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShift,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleOpenShiftsCollectionRequestBuilder">
            <summary>
            The interface IScheduleOpenShiftsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleOpenShiftsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleOpenShiftsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOpenShiftRequestBuilder"/> for the specified OpenShift.
            </summary>
            <param name="id">The ID for the OpenShift.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOpenShiftRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleRequest">
            <summary>
            The interface IScheduleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.CreateAsync(Microsoft.Graph.Schedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Schedule using POST.
            </summary>
            <param name="scheduleToCreate">The Schedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Schedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.CreateResponseAsync(Microsoft.Graph.Schedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Schedule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scheduleToCreate">The Schedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Schedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Schedule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Schedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Schedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Schedule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.UpdateAsync(Microsoft.Graph.Schedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schedule using PATCH.
            </summary>
            <param name="scheduleToUpdate">The Schedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Schedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.UpdateResponseAsync(Microsoft.Graph.Schedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schedule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scheduleToUpdate">The Schedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.PutAsync(Microsoft.Graph.Schedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schedule using PUT.
            </summary>
            <param name="scheduleToUpdate">The Schedule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.PutResponseAsync(Microsoft.Graph.Schedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schedule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scheduleToUpdate">The Schedule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Schedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Schedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleRequestBuilder">
            <summary>
            The interface IScheduleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleRequestBuilder.OfferShiftRequests">
            <summary>
            Gets the request builder for OfferShiftRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleRequestBuilder.OpenShiftChangeRequests">
            <summary>
            Gets the request builder for OpenShiftChangeRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleRequestBuilder.OpenShifts">
            <summary>
            Gets the request builder for OpenShifts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleOpenShiftsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleRequestBuilder.SchedulingGroups">
            <summary>
            Gets the request builder for SchedulingGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleRequestBuilder.Shifts">
            <summary>
            Gets the request builder for Shifts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleShiftsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleRequestBuilder.SwapShiftsChangeRequests">
            <summary>
            Gets the request builder for SwapShiftsChangeRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleRequestBuilder.TimeOffReasons">
            <summary>
            Gets the request builder for TimeOffReasons.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleRequestBuilder.TimeOffRequests">
            <summary>
            Gets the request builder for TimeOffRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleRequestBuilder.TimesOff">
            <summary>
            Gets the request builder for TimesOff.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleTimesOffCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleRequestBuilder.Share(System.Nullable{System.Boolean},System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
            <summary>
            Gets the request builder for ScheduleShare.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleShareRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleSchedulingGroupsCollectionPage">
            <summary>
            The interface IScheduleSchedulingGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IScheduleSchedulingGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest">
            <summary>
            The interface IScheduleSchedulingGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest.AddAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SchedulingGroup to the collection via POST.
            </summary>
            <param name="schedulingGroup">The SchedulingGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SchedulingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SchedulingGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="schedulingGroup">The SchedulingGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchedulingGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchedulingGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequestBuilder">
            <summary>
            The interface IScheduleSchedulingGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISchedulingGroupRequestBuilder"/> for the specified SchedulingGroup.
            </summary>
            <param name="id">The ID for the SchedulingGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISchedulingGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleShareRequest">
            <summary>
            The interface IScheduleShareRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IScheduleShareRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShareRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShareRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShareRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShareRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleShareRequestBuilder">
            <summary>
            The interface IScheduleShareRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShareRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleShiftsCollectionPage">
            <summary>
            The interface IScheduleShiftsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IScheduleShiftsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleShiftsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IScheduleShiftsCollectionRequest">
            <summary>
            The interface IScheduleShiftsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequest.AddAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Shift to the collection via POST.
            </summary>
            <param name="shift">The Shift to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Shift.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequest.AddResponseAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Shift to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="shift">The Shift to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Shift,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Shift,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleShiftsCollectionRequestBuilder">
            <summary>
            The interface IScheduleShiftsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleShiftsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleShiftsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IShiftRequestBuilder"/> for the specified Shift.
            </summary>
            <param name="id">The ID for the Shift.</param>
            <returns>The <see cref="T:Microsoft.Graph.IShiftRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionPage">
            <summary>
            The interface IScheduleSwapShiftsChangeRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest">
            <summary>
            The interface IScheduleSwapShiftsChangeRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest.AddAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SwapShiftsChangeRequestObject to the collection via POST.
            </summary>
            <param name="swapShiftsChangeRequest">The SwapShiftsChangeRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SwapShiftsChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SwapShiftsChangeRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="swapShiftsChangeRequest">The SwapShiftsChangeRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SwapShiftsChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SwapShiftsChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequestBuilder">
            <summary>
            The interface IScheduleSwapShiftsChangeRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISwapShiftsChangeRequestRequestBuilder"/> for the specified SwapShiftsChangeRequest.
            </summary>
            <param name="id">The ID for the SwapShiftsChangeRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISwapShiftsChangeRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleTimeOffReasonsCollectionPage">
            <summary>
            The interface IScheduleTimeOffReasonsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IScheduleTimeOffReasonsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest">
            <summary>
            The interface IScheduleTimeOffReasonsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest.AddAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TimeOffReason to the collection via POST.
            </summary>
            <param name="timeOffReason">The TimeOffReason to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TimeOffReason.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest.AddResponseAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TimeOffReason to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="timeOffReason">The TimeOffReason to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffReason,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffReason,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequestBuilder">
            <summary>
            The interface IScheduleTimeOffReasonsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITimeOffReasonRequestBuilder"/> for the specified TimeOffReason.
            </summary>
            <param name="id">The ID for the TimeOffReason.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITimeOffReasonRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleTimeOffRequestsCollectionPage">
            <summary>
            The interface IScheduleTimeOffRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IScheduleTimeOffRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest">
            <summary>
            The interface IScheduleTimeOffRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest.AddAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TimeOffRequestObject to the collection via POST.
            </summary>
            <param name="timeOffRequest">The TimeOffRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TimeOffRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TimeOffRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="timeOffRequest">The TimeOffRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequestBuilder">
            <summary>
            The interface IScheduleTimeOffRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITimeOffRequestRequestBuilder"/> for the specified TimeOffRequest.
            </summary>
            <param name="id">The ID for the TimeOffRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITimeOffRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleTimesOffCollectionPage">
            <summary>
            The interface IScheduleTimesOffCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IScheduleTimesOffCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleTimesOffCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IScheduleTimesOffCollectionRequest">
            <summary>
            The interface IScheduleTimesOffCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequest.AddAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TimeOff to the collection via POST.
            </summary>
            <param name="timeOff">The TimeOff to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TimeOff.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequest.AddResponseAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TimeOff to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="timeOff">The TimeOff to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOff,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOff,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScheduleTimesOffCollectionRequestBuilder">
            <summary>
            The interface IScheduleTimesOffCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScheduleTimesOffCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IScheduleTimesOffCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITimeOffRequestBuilder"/> for the specified TimeOff.
            </summary>
            <param name="id">The ID for the TimeOff.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITimeOffRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISchedulingGroupRequest">
            <summary>
            The interface ISchedulingGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.CreateAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SchedulingGroup using POST.
            </summary>
            <param name="schedulingGroupToCreate">The SchedulingGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SchedulingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.CreateResponseAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SchedulingGroup using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schedulingGroupToCreate">The SchedulingGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SchedulingGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SchedulingGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SchedulingGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SchedulingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SchedulingGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.UpdateAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchedulingGroup using PATCH.
            </summary>
            <param name="schedulingGroupToUpdate">The SchedulingGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SchedulingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.UpdateResponseAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchedulingGroup using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schedulingGroupToUpdate">The SchedulingGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.PutAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchedulingGroup using PUT.
            </summary>
            <param name="schedulingGroupToUpdate">The SchedulingGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.PutResponseAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchedulingGroup using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schedulingGroupToUpdate">The SchedulingGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchedulingGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchedulingGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISchedulingGroupRequestBuilder">
            <summary>
            The interface ISchedulingGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchedulingGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISchemaExtensionRequest">
            <summary>
            The interface ISchemaExtensionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.CreateAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SchemaExtension using POST.
            </summary>
            <param name="schemaExtensionToCreate">The SchemaExtension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.CreateResponseAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SchemaExtension using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schemaExtensionToCreate">The SchemaExtension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SchemaExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SchemaExtension and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SchemaExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SchemaExtension and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.UpdateAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchemaExtension using PATCH.
            </summary>
            <param name="schemaExtensionToUpdate">The SchemaExtension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.UpdateResponseAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchemaExtension using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schemaExtensionToUpdate">The SchemaExtension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.PutAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchemaExtension using PUT.
            </summary>
            <param name="schemaExtensionToUpdate">The SchemaExtension object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.PutResponseAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchemaExtension using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schemaExtensionToUpdate">The SchemaExtension object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISchemaExtensionRequestBuilder">
            <summary>
            The interface ISchemaExtensionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScopedRoleMembershipRequest">
            <summary>
            The interface IScopedRoleMembershipRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.CreateAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ScopedRoleMembership using POST.
            </summary>
            <param name="scopedRoleMembershipToCreate">The ScopedRoleMembership to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.CreateResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ScopedRoleMembership using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scopedRoleMembershipToCreate">The ScopedRoleMembership to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ScopedRoleMembership.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ScopedRoleMembership and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ScopedRoleMembership.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ScopedRoleMembership and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.UpdateAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScopedRoleMembership using PATCH.
            </summary>
            <param name="scopedRoleMembershipToUpdate">The ScopedRoleMembership to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.UpdateResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScopedRoleMembership using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scopedRoleMembershipToUpdate">The ScopedRoleMembership to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.PutAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScopedRoleMembership using PUT.
            </summary>
            <param name="scopedRoleMembershipToUpdate">The ScopedRoleMembership object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.PutResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScopedRoleMembership using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scopedRoleMembershipToUpdate">The ScopedRoleMembership object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder">
            <summary>
            The interface IScopedRoleMembershipRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IScopedRoleMembershipRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISearchEntityQueryCollectionPage">
            <summary>
            The interface ISearchEntityQueryCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISearchEntityQueryCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISearchEntityQueryRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityQueryCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISearchEntityQueryRequest">
            <summary>
            The interface ISearchEntityQueryRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISearchEntityQueryRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityQueryRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityQueryRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityQueryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityQueryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityQueryRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityQueryRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityQueryRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityQueryRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISearchEntityQueryRequestBuilder">
            <summary>
            The interface ISearchEntityQueryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityQueryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISearchEntityRequest">
            <summary>
            The interface ISearchEntityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.CreateAsync(Microsoft.Graph.SearchEntity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SearchEntity using POST.
            </summary>
            <param name="searchEntityToCreate">The SearchEntity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SearchEntity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.CreateResponseAsync(Microsoft.Graph.SearchEntity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SearchEntity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="searchEntityToCreate">The SearchEntity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SearchEntity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SearchEntity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SearchEntity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SearchEntity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SearchEntity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.UpdateAsync(Microsoft.Graph.SearchEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SearchEntity using PATCH.
            </summary>
            <param name="searchEntityToUpdate">The SearchEntity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SearchEntity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.UpdateResponseAsync(Microsoft.Graph.SearchEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SearchEntity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="searchEntityToUpdate">The SearchEntity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.PutAsync(Microsoft.Graph.SearchEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SearchEntity using PUT.
            </summary>
            <param name="searchEntityToUpdate">The SearchEntity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.PutResponseAsync(Microsoft.Graph.SearchEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SearchEntity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="searchEntityToUpdate">The SearchEntity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SearchEntity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SearchEntity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISearchEntityRequestBuilder">
            <summary>
            The interface ISearchEntityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISearchEntityRequestBuilder.Query(System.Collections.Generic.IEnumerable{Microsoft.Graph.SearchRequestObject})">
            <summary>
            Gets the request builder for SearchEntityQuery.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISearchEntityQueryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupRequest">
            <summary>
            The interface ISectionGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.CreateAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SectionGroup using POST.
            </summary>
            <param name="sectionGroupToCreate">The SectionGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.CreateResponseAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SectionGroup using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sectionGroupToCreate">The SectionGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SectionGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SectionGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SectionGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SectionGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.UpdateAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SectionGroup using PATCH.
            </summary>
            <param name="sectionGroupToUpdate">The SectionGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.UpdateResponseAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SectionGroup using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sectionGroupToUpdate">The SectionGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.PutAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SectionGroup using PUT.
            </summary>
            <param name="sectionGroupToUpdate">The SectionGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.PutResponseAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SectionGroup using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sectionGroupToUpdate">The SectionGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupRequestBuilder">
            <summary>
            The interface ISectionGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupRequestBuilder.ParentNotebook">
            <summary>
            Gets the request builder for ParentNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupRequestBuilder.ParentSectionGroup">
            <summary>
            Gets the request builder for ParentSectionGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupRequestBuilder.SectionGroups">
            <summary>
            Gets the request builder for SectionGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupRequestBuilder.Sections">
            <summary>
            Gets the request builder for Sections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupSectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionPage">
            <summary>
            The interface ISectionGroupSectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupSectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest">
            <summary>
            The interface ISectionGroupSectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequestBuilder">
            <summary>
            The interface ISectionGroupSectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/> for the specified SectionGroup.
            </summary>
            <param name="id">The ID for the SectionGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupSectionsCollectionPage">
            <summary>
            The interface ISectionGroupSectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupSectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISectionGroupSectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupSectionsCollectionRequest">
            <summary>
            The interface ISectionGroupSectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupSectionsCollectionRequestBuilder">
            <summary>
            The interface ISectionGroupSectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupSectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/> for the specified OnenoteSection.
            </summary>
            <param name="id">The ID for the OnenoteSection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecureScoreControlProfileRequest">
            <summary>
            The interface ISecureScoreControlProfileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.CreateAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SecureScoreControlProfile using POST.
            </summary>
            <param name="secureScoreControlProfileToCreate">The SecureScoreControlProfile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SecureScoreControlProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.CreateResponseAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SecureScoreControlProfile using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="secureScoreControlProfileToCreate">The SecureScoreControlProfile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SecureScoreControlProfile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SecureScoreControlProfile and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SecureScoreControlProfile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SecureScoreControlProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SecureScoreControlProfile and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.UpdateAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScoreControlProfile using PATCH.
            </summary>
            <param name="secureScoreControlProfileToUpdate">The SecureScoreControlProfile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SecureScoreControlProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.UpdateResponseAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScoreControlProfile using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="secureScoreControlProfileToUpdate">The SecureScoreControlProfile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.PutAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScoreControlProfile using PUT.
            </summary>
            <param name="secureScoreControlProfileToUpdate">The SecureScoreControlProfile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.PutResponseAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScoreControlProfile using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="secureScoreControlProfileToUpdate">The SecureScoreControlProfile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScoreControlProfile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScoreControlProfile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecureScoreControlProfileRequestBuilder">
            <summary>
            The interface ISecureScoreControlProfileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreControlProfileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecureScoreRequest">
            <summary>
            The interface ISecureScoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.CreateAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SecureScore using POST.
            </summary>
            <param name="secureScoreToCreate">The SecureScore to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SecureScore.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.CreateResponseAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SecureScore using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="secureScoreToCreate">The SecureScore to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SecureScore.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SecureScore and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SecureScore.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SecureScore.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SecureScore and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.UpdateAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScore using PATCH.
            </summary>
            <param name="secureScoreToUpdate">The SecureScore to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SecureScore.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.UpdateResponseAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScore using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="secureScoreToUpdate">The SecureScore to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.PutAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScore using PUT.
            </summary>
            <param name="secureScoreToUpdate">The SecureScore object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.PutResponseAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScore using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="secureScoreToUpdate">The SecureScore object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScore,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScore,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecureScoreRequestBuilder">
            <summary>
            The interface ISecureScoreRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecureScoreRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityAlertsCollectionPage">
            <summary>
            The interface ISecurityAlertsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISecurityAlertsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecurityAlertsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISecurityAlertsCollectionRequest">
            <summary>
            The interface ISecurityAlertsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequest.AddAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Alert to the collection via POST.
            </summary>
            <param name="alert">The Alert to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequest.AddResponseAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Alert to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="alert">The Alert to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Alert,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Alert,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityAlertsCollectionRequestBuilder">
            <summary>
            The interface ISecurityAlertsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlertsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISecurityAlertsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAlertRequestBuilder"/> for the specified Alert.
            </summary>
            <param name="id">The ID for the Alert.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAlertRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityAlerts_v2CollectionPage">
            <summary>
            The interface ISecurityAlerts_v2CollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISecurityAlerts_v2CollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest">
            <summary>
            The interface ISecurityAlerts_v2CollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.SecurityNamespace.Alert to the collection via POST.
            </summary>
            <param name="alert">The Microsoft.Graph.SecurityNamespace.Alert to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Microsoft.Graph.SecurityNamespace.Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.SecurityNamespace.Alert to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.SecurityNamespace.Alert&gt;"/> object of the request.
            </summary>
            <param name="alert">The Microsoft.Graph.SecurityNamespace.Alert to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="!:GraphResponse&lt;Microsoft.Graph.SecurityNamespace.Alert&gt;"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityAlerts_v2CollectionRequestBuilder">
            <summary>
            The interface ISecurityAlerts_v2CollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityAlerts_v2CollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISecurityAlerts_v2CollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IAlertRequestBuilder"/> for the specified Microsoft.Graph.SecurityNamespace.Alert.
            </summary>
            <param name="id">The ID for the Microsoft.Graph.SecurityNamespace.Alert.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IAlertRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityIncidentsCollectionPage">
            <summary>
            The interface ISecurityIncidentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISecurityIncidentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecurityIncidentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISecurityIncidentsCollectionRequest">
            <summary>
            The interface ISecurityIncidentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.SecurityNamespace.Incident to the collection via POST.
            </summary>
            <param name="incident">The Microsoft.Graph.SecurityNamespace.Incident to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Microsoft.Graph.SecurityNamespace.Incident.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.SecurityNamespace.Incident to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.SecurityNamespace.Incident&gt;"/> object of the request.
            </summary>
            <param name="incident">The Microsoft.Graph.SecurityNamespace.Incident to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="!:GraphResponse&lt;Microsoft.Graph.SecurityNamespace.Incident&gt;"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Incident,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Incident,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityIncidentsCollectionRequestBuilder">
            <summary>
            The interface ISecurityIncidentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityIncidentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISecurityIncidentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IIncidentRequestBuilder"/> for the specified Microsoft.Graph.SecurityNamespace.Incident.
            </summary>
            <param name="id">The ID for the Microsoft.Graph.SecurityNamespace.Incident.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IIncidentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersCollectionPage">
            <summary>
            The interface ISecurityReportsRootGetAttackSimulationRepeatOffendersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequest">
            <summary>
            The interface ISecurityReportsRootGetAttackSimulationRepeatOffendersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequestBuilder">
            <summary>
            The interface ISecurityReportsRootGetAttackSimulationRepeatOffendersRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage">
            <summary>
            The interface ISecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest">
            <summary>
            The interface ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequestBuilder">
            <summary>
            The interface ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionPage">
            <summary>
            The interface ISecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest">
            <summary>
            The interface ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequestBuilder">
            <summary>
            The interface ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityReportsRootRequest">
            <summary>
            The interface ISecurityReportsRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.CreateAsync(Microsoft.Graph.SecurityReportsRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SecurityReportsRoot using POST.
            </summary>
            <param name="securityReportsRootToCreate">The SecurityReportsRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SecurityReportsRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.CreateResponseAsync(Microsoft.Graph.SecurityReportsRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SecurityReportsRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="securityReportsRootToCreate">The SecurityReportsRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SecurityReportsRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SecurityReportsRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SecurityReportsRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SecurityReportsRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SecurityReportsRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.UpdateAsync(Microsoft.Graph.SecurityReportsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecurityReportsRoot using PATCH.
            </summary>
            <param name="securityReportsRootToUpdate">The SecurityReportsRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SecurityReportsRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.UpdateResponseAsync(Microsoft.Graph.SecurityReportsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecurityReportsRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="securityReportsRootToUpdate">The SecurityReportsRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.PutAsync(Microsoft.Graph.SecurityReportsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecurityReportsRoot using PUT.
            </summary>
            <param name="securityReportsRootToUpdate">The SecurityReportsRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.PutResponseAsync(Microsoft.Graph.SecurityReportsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecurityReportsRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="securityReportsRootToUpdate">The SecurityReportsRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityReportsRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityReportsRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityReportsRootRequestBuilder">
            <summary>
            The interface ISecurityReportsRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequestBuilder.GetAttackSimulationRepeatOffenders">
            <summary>
            Gets the request builder for SecurityReportsRootGetAttackSimulationRepeatOffenders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequestBuilder.GetAttackSimulationSimulationUserCoverage">
            <summary>
            Gets the request builder for SecurityReportsRootGetAttackSimulationSimulationUserCoverage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityReportsRootRequestBuilder.GetAttackSimulationTrainingUserCoverage">
            <summary>
            Gets the request builder for SecurityReportsRootGetAttackSimulationTrainingUserCoverage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityRequest">
            <summary>
            The interface ISecurityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.CreateAsync(Microsoft.Graph.Security,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Security using POST.
            </summary>
            <param name="securityToCreate">The Security to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Security.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.CreateResponseAsync(Microsoft.Graph.Security,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Security using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="securityToCreate">The Security to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Security.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Security and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Security.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Security.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Security and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.UpdateAsync(Microsoft.Graph.Security,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Security using PATCH.
            </summary>
            <param name="securityToUpdate">The Security to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Security.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.UpdateResponseAsync(Microsoft.Graph.Security,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Security using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="securityToUpdate">The Security to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.PutAsync(Microsoft.Graph.Security,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Security using PUT.
            </summary>
            <param name="securityToUpdate">The Security object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.PutResponseAsync(Microsoft.Graph.Security,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Security using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="securityToUpdate">The Security object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Security,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Security,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityRequestBuilder">
            <summary>
            The interface ISecurityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISecurityRequestBuilder.Cases">
            <summary>
            Gets the request builder for Cases.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.ICasesRootRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISecurityRequestBuilder.Alerts_v2">
            <summary>
            Gets the request builder for Alerts_v2.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityAlerts_v2CollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISecurityRequestBuilder.Incidents">
            <summary>
            Gets the request builder for Incidents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityIncidentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISecurityRequestBuilder.AttackSimulation">
            <summary>
            Gets the request builder for AttackSimulation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttackSimulationRootRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISecurityRequestBuilder.Alerts">
            <summary>
            Gets the request builder for Alerts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityAlertsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISecurityRequestBuilder.SecureScoreControlProfiles">
            <summary>
            Gets the request builder for SecureScoreControlProfiles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISecurityRequestBuilder.SecureScores">
            <summary>
            Gets the request builder for SecureScores.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecuritySecureScoresCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRequestBuilder.RunHuntingQuery(System.String)">
            <summary>
            Gets the request builder for SecurityRunHuntingQuery.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityRunHuntingQueryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityRunHuntingQueryRequest">
            <summary>
            The interface ISecurityRunHuntingQueryRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISecurityRunHuntingQueryRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRunHuntingQueryRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRunHuntingQueryRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRunHuntingQueryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRunHuntingQueryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecurityRunHuntingQueryRequestBuilder">
            <summary>
            The interface ISecurityRunHuntingQueryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecurityRunHuntingQueryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionPage">
            <summary>
            The interface ISecuritySecureScoreControlProfilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest">
            <summary>
            The interface ISecuritySecureScoreControlProfilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest.AddAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SecureScoreControlProfile to the collection via POST.
            </summary>
            <param name="secureScoreControlProfile">The SecureScoreControlProfile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SecureScoreControlProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SecureScoreControlProfile to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="secureScoreControlProfile">The SecureScoreControlProfile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScoreControlProfile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScoreControlProfile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequestBuilder">
            <summary>
            The interface ISecuritySecureScoreControlProfilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISecureScoreControlProfileRequestBuilder"/> for the specified SecureScoreControlProfile.
            </summary>
            <param name="id">The ID for the SecureScoreControlProfile.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISecureScoreControlProfileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecuritySecureScoresCollectionPage">
            <summary>
            The interface ISecuritySecureScoresCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISecuritySecureScoresCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecuritySecureScoresCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISecuritySecureScoresCollectionRequest">
            <summary>
            The interface ISecuritySecureScoresCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequest.AddAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SecureScore to the collection via POST.
            </summary>
            <param name="secureScore">The SecureScore to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SecureScore.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequest.AddResponseAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SecureScore to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="secureScore">The SecureScore to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScore,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScore,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISecuritySecureScoresCollectionRequestBuilder">
            <summary>
            The interface ISecuritySecureScoresCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISecuritySecureScoresCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISecuritySecureScoresCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISecureScoreRequestBuilder"/> for the specified SecureScore.
            </summary>
            <param name="id">The ID for the SecureScore.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISecureScoreRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementAttachmentContentRequest">
            <summary>
            The interface IServiceAnnouncementAttachmentContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementAttachmentContentRequestBuilder">
            <summary>
            The interface IServiceAnnouncementAttachmentContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementAttachmentRequest">
            <summary>
            The interface IServiceAnnouncementAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.CreateAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceAnnouncementAttachment using POST.
            </summary>
            <param name="serviceAnnouncementAttachmentToCreate">The ServiceAnnouncementAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceAnnouncementAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.CreateResponseAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceAnnouncementAttachment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementAttachmentToCreate">The ServiceAnnouncementAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceAnnouncementAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceAnnouncementAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceAnnouncementAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServiceAnnouncementAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceAnnouncementAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.UpdateAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementAttachment using PATCH.
            </summary>
            <param name="serviceAnnouncementAttachmentToUpdate">The ServiceAnnouncementAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServiceAnnouncementAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.UpdateResponseAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementAttachment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementAttachmentToUpdate">The ServiceAnnouncementAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.PutAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementAttachment using PUT.
            </summary>
            <param name="serviceAnnouncementAttachmentToUpdate">The ServiceAnnouncementAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.PutResponseAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementAttachment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementAttachmentToUpdate">The ServiceAnnouncementAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncementAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncementAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementAttachmentRequestBuilder">
            <summary>
            The interface IServiceAnnouncementAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServiceAnnouncementAttachmentRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceAnnouncementAttachmentContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementBaseRequest">
            <summary>
            The interface IServiceAnnouncementBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.CreateAsync(Microsoft.Graph.ServiceAnnouncementBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceAnnouncementBase using POST.
            </summary>
            <param name="serviceAnnouncementBaseToCreate">The ServiceAnnouncementBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceAnnouncementBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.CreateResponseAsync(Microsoft.Graph.ServiceAnnouncementBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceAnnouncementBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementBaseToCreate">The ServiceAnnouncementBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceAnnouncementBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceAnnouncementBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceAnnouncementBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServiceAnnouncementBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceAnnouncementBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.UpdateAsync(Microsoft.Graph.ServiceAnnouncementBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementBase using PATCH.
            </summary>
            <param name="serviceAnnouncementBaseToUpdate">The ServiceAnnouncementBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServiceAnnouncementBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.UpdateResponseAsync(Microsoft.Graph.ServiceAnnouncementBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementBaseToUpdate">The ServiceAnnouncementBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.PutAsync(Microsoft.Graph.ServiceAnnouncementBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementBase using PUT.
            </summary>
            <param name="serviceAnnouncementBaseToUpdate">The ServiceAnnouncementBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.PutResponseAsync(Microsoft.Graph.ServiceAnnouncementBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementBaseToUpdate">The ServiceAnnouncementBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncementBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncementBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementBaseRequestBuilder">
            <summary>
            The interface IServiceAnnouncementBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionPage">
            <summary>
            The interface IServiceAnnouncementHealthOverviewsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest">
            <summary>
            The interface IServiceAnnouncementHealthOverviewsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest.AddAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceHealth to the collection via POST.
            </summary>
            <param name="serviceHealth">The ServiceHealth to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceHealth.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest.AddResponseAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceHealth to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="serviceHealth">The ServiceHealth to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealth,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealth,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequestBuilder">
            <summary>
            The interface IServiceAnnouncementHealthOverviewsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServiceHealthRequestBuilder"/> for the specified ServiceHealth.
            </summary>
            <param name="id">The ID for the ServiceHealth.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServiceHealthRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementIssuesCollectionPage">
            <summary>
            The interface IServiceAnnouncementIssuesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServiceAnnouncementIssuesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest">
            <summary>
            The interface IServiceAnnouncementIssuesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest.AddAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceHealthIssue to the collection via POST.
            </summary>
            <param name="serviceHealthIssue">The ServiceHealthIssue to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceHealthIssue.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest.AddResponseAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceHealthIssue to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="serviceHealthIssue">The ServiceHealthIssue to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealthIssue,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealthIssue,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequestBuilder">
            <summary>
            The interface IServiceAnnouncementIssuesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServiceHealthIssueRequestBuilder"/> for the specified ServiceHealthIssue.
            </summary>
            <param name="id">The ID for the ServiceHealthIssue.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServiceHealthIssueRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementMessagesCollectionPage">
            <summary>
            The interface IServiceAnnouncementMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServiceAnnouncementMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest">
            <summary>
            The interface IServiceAnnouncementMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest.AddAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceUpdateMessage to the collection via POST.
            </summary>
            <param name="serviceUpdateMessage">The ServiceUpdateMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceUpdateMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceUpdateMessage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="serviceUpdateMessage">The ServiceUpdateMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceUpdateMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceUpdateMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequestBuilder">
            <summary>
            The interface IServiceAnnouncementMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServiceUpdateMessageRequestBuilder"/> for the specified ServiceUpdateMessage.
            </summary>
            <param name="id">The ID for the ServiceUpdateMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequestBuilder.Archive(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for ServiceUpdateMessageArchive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageArchiveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequestBuilder.Favorite(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for ServiceUpdateMessageFavorite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageFavoriteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequestBuilder.MarkRead(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for ServiceUpdateMessageMarkRead.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageMarkReadRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequestBuilder.MarkUnread(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for ServiceUpdateMessageMarkUnread.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageMarkUnreadRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequestBuilder.Unarchive(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for ServiceUpdateMessageUnarchive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageUnarchiveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequestBuilder.Unfavorite(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for ServiceUpdateMessageUnfavorite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageUnfavoriteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementRequest">
            <summary>
            The interface IServiceAnnouncementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.CreateAsync(Microsoft.Graph.ServiceAnnouncement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceAnnouncement using POST.
            </summary>
            <param name="serviceAnnouncementToCreate">The ServiceAnnouncement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceAnnouncement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.CreateResponseAsync(Microsoft.Graph.ServiceAnnouncement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceAnnouncement using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementToCreate">The ServiceAnnouncement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceAnnouncement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceAnnouncement and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceAnnouncement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServiceAnnouncement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceAnnouncement and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.UpdateAsync(Microsoft.Graph.ServiceAnnouncement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncement using PATCH.
            </summary>
            <param name="serviceAnnouncementToUpdate">The ServiceAnnouncement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServiceAnnouncement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.UpdateResponseAsync(Microsoft.Graph.ServiceAnnouncement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncement using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementToUpdate">The ServiceAnnouncement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.PutAsync(Microsoft.Graph.ServiceAnnouncement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncement using PUT.
            </summary>
            <param name="serviceAnnouncementToUpdate">The ServiceAnnouncement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.PutResponseAsync(Microsoft.Graph.ServiceAnnouncement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncement using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementToUpdate">The ServiceAnnouncement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceAnnouncementRequestBuilder">
            <summary>
            The interface IServiceAnnouncementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceAnnouncementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServiceAnnouncementRequestBuilder.HealthOverviews">
            <summary>
            Gets the request builder for HealthOverviews.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServiceAnnouncementRequestBuilder.Issues">
            <summary>
            Gets the request builder for Issues.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServiceAnnouncementRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceHealthIssueIncidentReportRequest">
            <summary>
            The interface IServiceHealthIssueIncidentReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueIncidentReportRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueIncidentReportRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceHealthIssueIncidentReportRequestBuilder">
            <summary>
            The interface IServiceHealthIssueIncidentReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueIncidentReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceHealthIssueRequest">
            <summary>
            The interface IServiceHealthIssueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.CreateAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceHealthIssue using POST.
            </summary>
            <param name="serviceHealthIssueToCreate">The ServiceHealthIssue to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceHealthIssue.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.CreateResponseAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceHealthIssue using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceHealthIssueToCreate">The ServiceHealthIssue to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceHealthIssue.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceHealthIssue and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceHealthIssue.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServiceHealthIssue.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceHealthIssue and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.UpdateAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealthIssue using PATCH.
            </summary>
            <param name="serviceHealthIssueToUpdate">The ServiceHealthIssue to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServiceHealthIssue.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.UpdateResponseAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealthIssue using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceHealthIssueToUpdate">The ServiceHealthIssue to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.PutAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealthIssue using PUT.
            </summary>
            <param name="serviceHealthIssueToUpdate">The ServiceHealthIssue object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.PutResponseAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealthIssue using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceHealthIssueToUpdate">The ServiceHealthIssue object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealthIssue,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealthIssue,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceHealthIssueRequestBuilder">
            <summary>
            The interface IServiceHealthIssueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssueRequestBuilder.IncidentReport">
            <summary>
            Gets the request builder for ServiceHealthIssueIncidentReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceHealthIssueIncidentReportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceHealthIssuesCollectionPage">
            <summary>
            The interface IServiceHealthIssuesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServiceHealthIssuesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServiceHealthIssuesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServiceHealthIssuesCollectionRequest">
            <summary>
            The interface IServiceHealthIssuesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequest.AddAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceHealthIssue to the collection via POST.
            </summary>
            <param name="serviceHealthIssue">The ServiceHealthIssue to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceHealthIssue.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequest.AddResponseAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceHealthIssue to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="serviceHealthIssue">The ServiceHealthIssue to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealthIssue,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealthIssue,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceHealthIssuesCollectionRequestBuilder">
            <summary>
            The interface IServiceHealthIssuesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthIssuesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServiceHealthIssuesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServiceHealthIssueRequestBuilder"/> for the specified ServiceHealthIssue.
            </summary>
            <param name="id">The ID for the ServiceHealthIssue.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServiceHealthIssueRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceHealthRequest">
            <summary>
            The interface IServiceHealthRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.CreateAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceHealth using POST.
            </summary>
            <param name="serviceHealthToCreate">The ServiceHealth to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceHealth.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.CreateResponseAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceHealth using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceHealthToCreate">The ServiceHealth to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceHealth.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceHealth and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceHealth.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServiceHealth.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceHealth and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.UpdateAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealth using PATCH.
            </summary>
            <param name="serviceHealthToUpdate">The ServiceHealth to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServiceHealth.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.UpdateResponseAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealth using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceHealthToUpdate">The ServiceHealth to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.PutAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealth using PUT.
            </summary>
            <param name="serviceHealthToUpdate">The ServiceHealth object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.PutResponseAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealth using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceHealthToUpdate">The ServiceHealth object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealth,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealth,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceHealthRequestBuilder">
            <summary>
            The interface IServiceHealthRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceHealthRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServiceHealthRequestBuilder.Issues">
            <summary>
            Gets the request builder for Issues.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceHealthIssuesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalAddKeyRequest">
            <summary>
            The interface IServicePrincipalAddKeyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalAddKeyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddKeyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddKeyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddKeyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddKeyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalAddKeyRequestBuilder">
            <summary>
            The interface IServicePrincipalAddKeyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddKeyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalAddPasswordRequest">
            <summary>
            The interface IServicePrincipalAddPasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalAddPasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddPasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddPasswordRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddPasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddPasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalAddPasswordRequestBuilder">
            <summary>
            The interface IServicePrincipalAddPasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddPasswordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalAddTokenSigningCertificateRequest">
            <summary>
            The interface IServicePrincipalAddTokenSigningCertificateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalAddTokenSigningCertificateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddTokenSigningCertificateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddTokenSigningCertificateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddTokenSigningCertificateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddTokenSigningCertificateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalAddTokenSigningCertificateRequestBuilder">
            <summary>
            The interface IServicePrincipalAddTokenSigningCertificateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAddTokenSigningCertificateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionPage">
            <summary>
            The interface IServicePrincipalAppRoleAssignedToCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest">
            <summary>
            The interface IServicePrincipalAppRoleAssignedToCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest.AddAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest.AddResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequestBuilder">
            <summary>
            The interface IServicePrincipalAppRoleAssignedToCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/> for the specified AppRoleAssignment.
            </summary>
            <param name="id">The ID for the AppRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionPage">
            <summary>
            The interface IServicePrincipalAppRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest">
            <summary>
            The interface IServicePrincipalAppRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IServicePrincipalAppRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/> for the specified AppRoleAssignment.
            </summary>
            <param name="id">The ID for the AppRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionReferencesRequest">
            <summary>
            The interface IServicePrincipalClaimsMappingPoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ClaimsMappingPolicy to the collection via POST.
            </summary>
            <param name="claimsMappingPolicy">The ClaimsMappingPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ClaimsMappingPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="claimsMappingPolicy">The ClaimsMappingPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesPage">
            <summary>
            The interface IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest">
            <summary>
            The interface IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequestBuilder"/> for the specified ClaimsMappingPolicy.
            </summary>
            <param name="id">The ID for the ClaimsMappingPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionReferencesRequest">
            <summary>
            The interface IServicePrincipalCreatedObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesPage">
            <summary>
            The interface IServicePrincipalCreatedObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequest">
            <summary>
            The interface IServicePrincipalCreatedObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionPage">
            <summary>
            The interface IServicePrincipalDelegatedPermissionClassificationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest">
            <summary>
            The interface IServicePrincipalDelegatedPermissionClassificationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest.AddAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DelegatedPermissionClassification to the collection via POST.
            </summary>
            <param name="delegatedPermissionClassification">The DelegatedPermissionClassification to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DelegatedPermissionClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest.AddResponseAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DelegatedPermissionClassification to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="delegatedPermissionClassification">The DelegatedPermissionClassification to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DelegatedPermissionClassification,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DelegatedPermissionClassification,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder">
            <summary>
            The interface IServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDelegatedPermissionClassificationRequestBuilder"/> for the specified DelegatedPermissionClassification.
            </summary>
            <param name="id">The ID for the DelegatedPermissionClassification.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDelegatedPermissionClassificationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalDeltaCollectionPage">
            <summary>
            The interface IServicePrincipalDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalDeltaRequest">
            <summary>
            The interface IServicePrincipalDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalDeltaRequestBuilder">
            <summary>
            The interface IServicePrincipalDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalEndpointsCollectionPage">
            <summary>
            The interface IServicePrincipalEndpointsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalEndpointsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest">
            <summary>
            The interface IServicePrincipalEndpointsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest.AddAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Endpoint to the collection via POST.
            </summary>
            <param name="endpoint">The Endpoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Endpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest.AddResponseAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Endpoint to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="endpoint">The Endpoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Endpoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Endpoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequestBuilder">
            <summary>
            The interface IServicePrincipalEndpointsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEndpointRequestBuilder"/> for the specified Endpoint.
            </summary>
            <param name="id">The ID for the Endpoint.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEndpointRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionPage">
            <summary>
            The interface IServicePrincipalFederatedIdentityCredentialsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest">
            <summary>
            The interface IServicePrincipalFederatedIdentityCredentialsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest.AddAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Adds the specified FederatedIdentityCredential to the collection via POST.
            </summary>
            <param name="federatedIdentityCredential">The FederatedIdentityCredential to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FederatedIdentityCredential.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest.AddResponseAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Adds the specified FederatedIdentityCredential to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="federatedIdentityCredential">The FederatedIdentityCredential to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FederatedIdentityCredential,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FederatedIdentityCredential,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder">
            <summary>
            The interface IServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IFederatedIdentityCredentialRequestBuilder"/> for the specified FederatedIdentityCredential.
            </summary>
            <param name="id">The ID for the FederatedIdentityCredential.</param>
            <returns>The <see cref="T:Microsoft.Graph.IFederatedIdentityCredentialRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequest">
            <summary>
            The interface IServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified HomeRealmDiscoveryPolicy to the collection via POST.
            </summary>
            <param name="homeRealmDiscoveryPolicy">The HomeRealmDiscoveryPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified HomeRealmDiscoveryPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="homeRealmDiscoveryPolicy">The HomeRealmDiscoveryPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesPage">
            <summary>
            The interface IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest">
            <summary>
            The interface IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequestBuilder"/> for the specified HomeRealmDiscoveryPolicy.
            </summary>
            <param name="id">The ID for the HomeRealmDiscoveryPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionReferencesRequest">
            <summary>
            The interface IServicePrincipalMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesPage">
            <summary>
            The interface IServicePrincipalMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequest">
            <summary>
            The interface IServicePrincipalMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionReferencesRequest">
            <summary>
            The interface IServicePrincipalOauth2PermissionGrantsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionReferencesRequest.AddAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OAuth2PermissionGrant to the collection via POST.
            </summary>
            <param name="oAuth2PermissionGrant">The OAuth2PermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OAuth2PermissionGrant to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="oAuth2PermissionGrant">The OAuth2PermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesPage">
            <summary>
            The interface IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest">
            <summary>
            The interface IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequestBuilder"/> for the specified OAuth2PermissionGrant.
            </summary>
            <param name="id">The ID for the OAuth2PermissionGrant.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionReferencesRequest">
            <summary>
            The interface IServicePrincipalOwnedObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesPage">
            <summary>
            The interface IServicePrincipalOwnedObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequest">
            <summary>
            The interface IServicePrincipalOwnedObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOwnersCollectionReferencesRequest">
            <summary>
            The interface IServicePrincipalOwnersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOwnersCollectionReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalOwnersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesPage">
            <summary>
            The interface IServicePrincipalOwnersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequest">
            <summary>
            The interface IServicePrincipalOwnersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalOwnersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalOwnersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalOwnersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalReferenceRequest">
            <summary>
            The interface IServicePrincipalReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipal reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipal reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ServicePrincipal reference.
            </summary>
            <param name="id">The ServicePrincipal reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ServicePrincipal reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The ServicePrincipal reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalReferenceRequestBuilder">
            <summary>
            The interface IServicePrincipalReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalRemoveKeyRequest">
            <summary>
            The interface IServicePrincipalRemoveKeyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRemoveKeyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRemoveKeyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRemoveKeyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRemoveKeyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRemoveKeyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalRemoveKeyRequestBuilder">
            <summary>
            The interface IServicePrincipalRemoveKeyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRemoveKeyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalRemovePasswordRequest">
            <summary>
            The interface IServicePrincipalRemovePasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRemovePasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRemovePasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRemovePasswordRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRemovePasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRemovePasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalRemovePasswordRequestBuilder">
            <summary>
            The interface IServicePrincipalRemovePasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRemovePasswordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalRequest">
            <summary>
            The interface IServicePrincipalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.CreateAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServicePrincipal using POST.
            </summary>
            <param name="servicePrincipalToCreate">The ServicePrincipal to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.CreateResponseAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServicePrincipal using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalToCreate">The ServicePrincipal to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipal.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipal and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServicePrincipal.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServicePrincipal and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.UpdateAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipal using PATCH.
            </summary>
            <param name="servicePrincipalToUpdate">The ServicePrincipal to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.UpdateResponseAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipal using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalToUpdate">The ServicePrincipal to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.PutAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipal using PUT.
            </summary>
            <param name="servicePrincipalToUpdate">The ServicePrincipal object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.PutResponseAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipal using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalToUpdate">The ServicePrincipal object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipal,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipal,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalRequestBuilder">
            <summary>
            The interface IServicePrincipalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.AppRoleAssignedTo">
            <summary>
            Gets the request builder for AppRoleAssignedTo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.AppRoleAssignments">
            <summary>
            Gets the request builder for AppRoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.ClaimsMappingPolicies">
            <summary>
            Gets the request builder for ClaimsMappingPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.CreatedObjects">
            <summary>
            Gets the request builder for CreatedObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.DelegatedPermissionClassifications">
            <summary>
            Gets the request builder for DelegatedPermissionClassifications.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.Endpoints">
            <summary>
            Gets the request builder for Endpoints.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.FederatedIdentityCredentials">
            <summary>
            Gets the request builder for FederatedIdentityCredentials.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.HomeRealmDiscoveryPolicies">
            <summary>
            Gets the request builder for HomeRealmDiscoveryPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.Oauth2PermissionGrants">
            <summary>
            Gets the request builder for Oauth2PermissionGrants.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.OwnedObjects">
            <summary>
            Gets the request builder for OwnedObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.Owners">
            <summary>
            Gets the request builder for Owners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.TokenIssuancePolicies">
            <summary>
            Gets the request builder for TokenIssuancePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.TokenLifetimePolicies">
            <summary>
            Gets the request builder for TokenLifetimePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalRequestBuilder.TransitiveMemberOf">
            <summary>
            Gets the request builder for TransitiveMemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequestBuilder.AddKey(Microsoft.Graph.KeyCredential,System.String,Microsoft.Graph.PasswordCredential)">
            <summary>
            Gets the request builder for ServicePrincipalAddKey.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalAddKeyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequestBuilder.AddPassword(Microsoft.Graph.PasswordCredential)">
            <summary>
            Gets the request builder for ServicePrincipalAddPassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalAddPasswordRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequestBuilder.RemoveKey(System.Guid,System.String)">
            <summary>
            Gets the request builder for ServicePrincipalRemoveKey.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalRemoveKeyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequestBuilder.RemovePassword(System.Guid)">
            <summary>
            Gets the request builder for ServicePrincipalRemovePassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalRemovePasswordRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRequestBuilder.AddTokenSigningCertificate(System.String,System.Nullable{System.DateTimeOffset})">
            <summary>
            Gets the request builder for ServicePrincipalAddTokenSigningCertificate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalAddTokenSigningCertificateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalRiskDetectionRequest">
            <summary>
            The interface IServicePrincipalRiskDetectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.CreateAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServicePrincipalRiskDetection using POST.
            </summary>
            <param name="servicePrincipalRiskDetectionToCreate">The ServicePrincipalRiskDetection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServicePrincipalRiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.CreateResponseAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServicePrincipalRiskDetection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalRiskDetectionToCreate">The ServicePrincipalRiskDetection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipalRiskDetection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipalRiskDetection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServicePrincipalRiskDetection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServicePrincipalRiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServicePrincipalRiskDetection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.UpdateAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipalRiskDetection using PATCH.
            </summary>
            <param name="servicePrincipalRiskDetectionToUpdate">The ServicePrincipalRiskDetection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServicePrincipalRiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.UpdateResponseAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipalRiskDetection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalRiskDetectionToUpdate">The ServicePrincipalRiskDetection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.PutAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipalRiskDetection using PUT.
            </summary>
            <param name="servicePrincipalRiskDetectionToUpdate">The ServicePrincipalRiskDetection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.PutResponseAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipalRiskDetection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalRiskDetectionToUpdate">The ServicePrincipalRiskDetection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipalRiskDetection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipalRiskDetection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalRiskDetectionRequestBuilder">
            <summary>
            The interface IServicePrincipalRiskDetectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalRiskDetectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionReferencesRequest">
            <summary>
            The interface IServicePrincipalTokenIssuancePoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenIssuancePolicy to the collection via POST.
            </summary>
            <param name="tokenIssuancePolicy">The TokenIssuancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenIssuancePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="tokenIssuancePolicy">The TokenIssuancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesPage">
            <summary>
            The interface IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest">
            <summary>
            The interface IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequestBuilder"/> for the specified TokenIssuancePolicy.
            </summary>
            <param name="id">The ID for the TokenIssuancePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionReferencesRequest">
            <summary>
            The interface IServicePrincipalTokenLifetimePoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenLifetimePolicy to the collection via POST.
            </summary>
            <param name="tokenLifetimePolicy">The TokenLifetimePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenLifetimePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="tokenLifetimePolicy">The TokenLifetimePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesPage">
            <summary>
            The interface IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest">
            <summary>
            The interface IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequestBuilder"/> for the specified TokenLifetimePolicy.
            </summary>
            <param name="id">The ID for the TokenLifetimePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionReferencesRequest">
            <summary>
            The interface IServicePrincipalTransitiveMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesPage">
            <summary>
            The interface IServicePrincipalTransitiveMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest">
            <summary>
            The interface IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalWithReferenceRequest">
            <summary>
            The interface IServicePrincipalWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServicePrincipal.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServicePrincipal and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequest.CreateAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServicePrincipal using POST.
            </summary>
            <param name="servicePrincipalToCreate">The ServicePrincipal to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServicePrincipal using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalToCreate">The ServicePrincipal to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequest.UpdateAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipal using PATCH.
            </summary>
            <param name="servicePrincipalToUpdate">The ServicePrincipal to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipal using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalToUpdate">The ServicePrincipal to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipal.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipal and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipal,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipal,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServicePrincipalWithReferenceRequestBuilder">
            <summary>
            The interface IServicePrincipalWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServicePrincipalWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServicePrincipalWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the servicePrincipal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageArchiveRequest">
            <summary>
            The interface IServiceUpdateMessageArchiveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServiceUpdateMessageArchiveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageArchiveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageArchiveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageArchiveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageArchiveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageArchiveRequestBuilder">
            <summary>
            The interface IServiceUpdateMessageArchiveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageArchiveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageAttachmentsArchiveRequest">
            <summary>
            The interface IServiceUpdateMessageAttachmentsArchiveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsArchiveRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsArchiveRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsArchiveRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="attachmentsArchive">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsArchiveRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="attachmentsArchive">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageAttachmentsArchiveRequestBuilder">
            <summary>
            The interface IServiceUpdateMessageAttachmentsArchiveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsArchiveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionPage">
            <summary>
            The interface IServiceUpdateMessageAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest">
            <summary>
            The interface IServiceUpdateMessageAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceAnnouncementAttachment to the collection via POST.
            </summary>
            <param name="serviceAnnouncementAttachment">The ServiceAnnouncementAttachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceAnnouncementAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceAnnouncementAttachment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="serviceAnnouncementAttachment">The ServiceAnnouncementAttachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncementAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncementAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequestBuilder">
            <summary>
            The interface IServiceUpdateMessageAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServiceAnnouncementAttachmentRequestBuilder"/> for the specified ServiceAnnouncementAttachment.
            </summary>
            <param name="id">The ID for the ServiceAnnouncementAttachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServiceAnnouncementAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageFavoriteRequest">
            <summary>
            The interface IServiceUpdateMessageFavoriteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServiceUpdateMessageFavoriteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageFavoriteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageFavoriteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageFavoriteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageFavoriteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageFavoriteRequestBuilder">
            <summary>
            The interface IServiceUpdateMessageFavoriteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageFavoriteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageMarkReadRequest">
            <summary>
            The interface IServiceUpdateMessageMarkReadRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServiceUpdateMessageMarkReadRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageMarkReadRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageMarkReadRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageMarkReadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageMarkReadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageMarkReadRequestBuilder">
            <summary>
            The interface IServiceUpdateMessageMarkReadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageMarkReadRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageMarkUnreadRequest">
            <summary>
            The interface IServiceUpdateMessageMarkUnreadRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServiceUpdateMessageMarkUnreadRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageMarkUnreadRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageMarkUnreadRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageMarkUnreadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageMarkUnreadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageMarkUnreadRequestBuilder">
            <summary>
            The interface IServiceUpdateMessageMarkUnreadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageMarkUnreadRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageRequest">
            <summary>
            The interface IServiceUpdateMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.CreateAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceUpdateMessage using POST.
            </summary>
            <param name="serviceUpdateMessageToCreate">The ServiceUpdateMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceUpdateMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.CreateResponseAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceUpdateMessage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceUpdateMessageToCreate">The ServiceUpdateMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceUpdateMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceUpdateMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceUpdateMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServiceUpdateMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceUpdateMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.UpdateAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceUpdateMessage using PATCH.
            </summary>
            <param name="serviceUpdateMessageToUpdate">The ServiceUpdateMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServiceUpdateMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.UpdateResponseAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceUpdateMessage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceUpdateMessageToUpdate">The ServiceUpdateMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.PutAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceUpdateMessage using PUT.
            </summary>
            <param name="serviceUpdateMessageToUpdate">The ServiceUpdateMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.PutResponseAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceUpdateMessage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceUpdateMessageToUpdate">The ServiceUpdateMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceUpdateMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceUpdateMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageRequestBuilder">
            <summary>
            The interface IServiceUpdateMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServiceUpdateMessageRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IServiceUpdateMessageRequestBuilder.AttachmentsArchive">
            <summary>
            Gets the request builder for AttachmentsArchive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageAttachmentsArchiveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageUnarchiveRequest">
            <summary>
            The interface IServiceUpdateMessageUnarchiveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServiceUpdateMessageUnarchiveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageUnarchiveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageUnarchiveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageUnarchiveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageUnarchiveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageUnarchiveRequestBuilder">
            <summary>
            The interface IServiceUpdateMessageUnarchiveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageUnarchiveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageUnfavoriteRequest">
            <summary>
            The interface IServiceUpdateMessageUnfavoriteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IServiceUpdateMessageUnfavoriteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageUnfavoriteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageUnfavoriteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageUnfavoriteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageUnfavoriteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IServiceUpdateMessageUnfavoriteRequestBuilder">
            <summary>
            The interface IServiceUpdateMessageUnfavoriteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IServiceUpdateMessageUnfavoriteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISettingStateDeviceSummaryRequest">
            <summary>
            The interface ISettingStateDeviceSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.CreateAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SettingStateDeviceSummary using POST.
            </summary>
            <param name="settingStateDeviceSummaryToCreate">The SettingStateDeviceSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.CreateResponseAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SettingStateDeviceSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="settingStateDeviceSummaryToCreate">The SettingStateDeviceSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SettingStateDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SettingStateDeviceSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SettingStateDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SettingStateDeviceSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.UpdateAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SettingStateDeviceSummary using PATCH.
            </summary>
            <param name="settingStateDeviceSummaryToUpdate">The SettingStateDeviceSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.UpdateResponseAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SettingStateDeviceSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="settingStateDeviceSummaryToUpdate">The SettingStateDeviceSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.PutAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SettingStateDeviceSummary using PUT.
            </summary>
            <param name="settingStateDeviceSummaryToUpdate">The SettingStateDeviceSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.PutResponseAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SettingStateDeviceSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="settingStateDeviceSummaryToUpdate">The SettingStateDeviceSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder">
            <summary>
            The interface ISettingStateDeviceSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedDriveItemItemsCollectionPage">
            <summary>
            The interface ISharedDriveItemItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest">
            <summary>
            The interface ISharedDriveItemItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedDriveItemItemsCollectionRequestBuilder">
            <summary>
            The interface ISharedDriveItemItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveItem.
            </summary>
            <param name="id">The ID for the DriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedDriveItemRequest">
            <summary>
            The interface ISharedDriveItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.CreateAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedDriveItem using POST.
            </summary>
            <param name="sharedDriveItemToCreate">The SharedDriveItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.CreateResponseAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedDriveItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedDriveItemToCreate">The SharedDriveItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedDriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedDriveItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedDriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedDriveItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.UpdateAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedDriveItem using PATCH.
            </summary>
            <param name="sharedDriveItemToUpdate">The SharedDriveItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.UpdateResponseAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedDriveItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedDriveItemToUpdate">The SharedDriveItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.PutAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedDriveItem using PUT.
            </summary>
            <param name="sharedDriveItemToUpdate">The SharedDriveItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.PutResponseAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedDriveItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedDriveItemToUpdate">The SharedDriveItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedDriveItemRequestBuilder">
            <summary>
            The interface ISharedDriveItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemRequestBuilder.DriveItem">
            <summary>
            Gets the request builder for DriveItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISharedDriveItemItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemRequestBuilder.List">
            <summary>
            Gets the request builder for List.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemRequestBuilder.ListItem">
            <summary>
            Gets the request builder for ListItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemRequestBuilder.Permission">
            <summary>
            Gets the request builder for Permission.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemRequestBuilder.Root">
            <summary>
            Gets the request builder for Root.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemRequestBuilder.Site">
            <summary>
            Gets the request builder for Site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedInsightRequest">
            <summary>
            The interface ISharedInsightRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.CreateAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedInsight using POST.
            </summary>
            <param name="sharedInsightToCreate">The SharedInsight to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.CreateResponseAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedInsight using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedInsightToCreate">The SharedInsight to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedInsight.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedInsight and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedInsight.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SharedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedInsight and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.UpdateAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedInsight using PATCH.
            </summary>
            <param name="sharedInsightToUpdate">The SharedInsight to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SharedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.UpdateResponseAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedInsight using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedInsightToUpdate">The SharedInsight to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.PutAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedInsight using PUT.
            </summary>
            <param name="sharedInsightToUpdate">The SharedInsight object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.PutResponseAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedInsight using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedInsightToUpdate">The SharedInsight object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedInsight,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedInsight,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedInsightRequestBuilder">
            <summary>
            The interface ISharedInsightRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedInsightRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedInsightRequestBuilder.LastSharedMethod">
            <summary>
            Gets the request builder for LastSharedMethod.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntityWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedInsightRequestBuilder.Resource">
            <summary>
            Gets the request builder for Resource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntityWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedPCConfigurationRequest">
            <summary>
            The interface ISharedPCConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.CreateAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedPCConfiguration using POST.
            </summary>
            <param name="sharedPCConfigurationToCreate">The SharedPCConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.CreateResponseAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedPCConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedPCConfigurationToCreate">The SharedPCConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedPCConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedPCConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedPCConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedPCConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.UpdateAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedPCConfiguration using PATCH.
            </summary>
            <param name="sharedPCConfigurationToUpdate">The SharedPCConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedPCConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedPCConfigurationToUpdate">The SharedPCConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.PutAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedPCConfiguration using PUT.
            </summary>
            <param name="sharedPCConfigurationToUpdate">The SharedPCConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.PutResponseAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedPCConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedPCConfigurationToUpdate">The SharedPCConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedPCConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedPCConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedPCConfigurationRequestBuilder">
            <summary>
            The interface ISharedPCConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequest">
            <summary>
            The interface ISharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="conversationMemberReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversationMemberReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder">
            <summary>
            The interface ISharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesPage">
            <summary>
            The interface ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest">
            <summary>
            The interface ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationMemberWithReferenceRequestBuilder"/> for the specified ConversationMember.
            </summary>
            <param name="id">The ID for the ConversationMember.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedWithChannelTeamInfoRequest">
            <summary>
            The interface ISharedWithChannelTeamInfoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.CreateAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedWithChannelTeamInfo using POST.
            </summary>
            <param name="sharedWithChannelTeamInfoToCreate">The SharedWithChannelTeamInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedWithChannelTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.CreateResponseAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedWithChannelTeamInfo using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedWithChannelTeamInfoToCreate">The SharedWithChannelTeamInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedWithChannelTeamInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedWithChannelTeamInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedWithChannelTeamInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SharedWithChannelTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedWithChannelTeamInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.UpdateAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedWithChannelTeamInfo using PATCH.
            </summary>
            <param name="sharedWithChannelTeamInfoToUpdate">The SharedWithChannelTeamInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SharedWithChannelTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.UpdateResponseAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedWithChannelTeamInfo using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedWithChannelTeamInfoToUpdate">The SharedWithChannelTeamInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.PutAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedWithChannelTeamInfo using PUT.
            </summary>
            <param name="sharedWithChannelTeamInfoToUpdate">The SharedWithChannelTeamInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.PutResponseAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedWithChannelTeamInfo using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedWithChannelTeamInfoToUpdate">The SharedWithChannelTeamInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedWithChannelTeamInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedWithChannelTeamInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedWithChannelTeamInfoRequestBuilder">
            <summary>
            The interface ISharedWithChannelTeamInfoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedWithChannelTeamInfoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedWithChannelTeamInfoRequestBuilder.AllowedMembers">
            <summary>
            Gets the request builder for AllowedMembers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IShiftPreferencesRequest">
            <summary>
            The interface IShiftPreferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.CreateAsync(Microsoft.Graph.ShiftPreferences,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ShiftPreferences using POST.
            </summary>
            <param name="shiftPreferencesToCreate">The ShiftPreferences to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ShiftPreferences.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.CreateResponseAsync(Microsoft.Graph.ShiftPreferences,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ShiftPreferences using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="shiftPreferencesToCreate">The ShiftPreferences to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ShiftPreferences.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ShiftPreferences and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ShiftPreferences.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ShiftPreferences.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ShiftPreferences and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.UpdateAsync(Microsoft.Graph.ShiftPreferences,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ShiftPreferences using PATCH.
            </summary>
            <param name="shiftPreferencesToUpdate">The ShiftPreferences to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ShiftPreferences.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.UpdateResponseAsync(Microsoft.Graph.ShiftPreferences,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ShiftPreferences using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="shiftPreferencesToUpdate">The ShiftPreferences to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.PutAsync(Microsoft.Graph.ShiftPreferences,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ShiftPreferences using PUT.
            </summary>
            <param name="shiftPreferencesToUpdate">The ShiftPreferences object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.PutResponseAsync(Microsoft.Graph.ShiftPreferences,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ShiftPreferences using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="shiftPreferencesToUpdate">The ShiftPreferences object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ShiftPreferences,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ShiftPreferences,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IShiftPreferencesRequestBuilder">
            <summary>
            The interface IShiftPreferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftPreferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IShiftRequest">
            <summary>
            The interface IShiftRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.CreateAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Shift using POST.
            </summary>
            <param name="shiftToCreate">The Shift to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Shift.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.CreateResponseAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Shift using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="shiftToCreate">The Shift to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Shift.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Shift and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Shift.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Shift.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Shift and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.UpdateAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Shift using PATCH.
            </summary>
            <param name="shiftToUpdate">The Shift to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Shift.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.UpdateResponseAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Shift using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="shiftToUpdate">The Shift to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.PutAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Shift using PUT.
            </summary>
            <param name="shiftToUpdate">The Shift object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.PutResponseAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Shift using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="shiftToUpdate">The Shift object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Shift,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Shift,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IShiftRequestBuilder">
            <summary>
            The interface IShiftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IShiftRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISignInRequest">
            <summary>
            The interface ISignInRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.CreateAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SignIn using POST.
            </summary>
            <param name="signInToCreate">The SignIn to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SignIn.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.CreateResponseAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SignIn using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="signInToCreate">The SignIn to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SignIn.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SignIn and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SignIn.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SignIn.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SignIn and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.UpdateAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SignIn using PATCH.
            </summary>
            <param name="signInToUpdate">The SignIn to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SignIn.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.UpdateResponseAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SignIn using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="signInToUpdate">The SignIn to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.PutAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SignIn using PUT.
            </summary>
            <param name="signInToUpdate">The SignIn object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.PutResponseAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SignIn using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="signInToUpdate">The SignIn object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SignIn,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SignIn,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISignInRequestBuilder">
            <summary>
            The interface ISignInRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISignInRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISimulationAutomationRequest">
            <summary>
            The interface ISimulationAutomationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.CreateAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SimulationAutomation using POST.
            </summary>
            <param name="simulationAutomationToCreate">The SimulationAutomation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SimulationAutomation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.CreateResponseAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SimulationAutomation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationAutomationToCreate">The SimulationAutomation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SimulationAutomation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SimulationAutomation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SimulationAutomation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SimulationAutomation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SimulationAutomation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.UpdateAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomation using PATCH.
            </summary>
            <param name="simulationAutomationToUpdate">The SimulationAutomation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SimulationAutomation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.UpdateResponseAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationAutomationToUpdate">The SimulationAutomation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.PutAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomation using PUT.
            </summary>
            <param name="simulationAutomationToUpdate">The SimulationAutomation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.PutResponseAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationAutomationToUpdate">The SimulationAutomation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISimulationAutomationRequestBuilder">
            <summary>
            The interface ISimulationAutomationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISimulationAutomationRequestBuilder.Runs">
            <summary>
            Gets the request builder for Runs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISimulationAutomationRunsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISimulationAutomationRunRequest">
            <summary>
            The interface ISimulationAutomationRunRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.CreateAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SimulationAutomationRun using POST.
            </summary>
            <param name="simulationAutomationRunToCreate">The SimulationAutomationRun to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SimulationAutomationRun.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.CreateResponseAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SimulationAutomationRun using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationAutomationRunToCreate">The SimulationAutomationRun to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SimulationAutomationRun.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SimulationAutomationRun and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SimulationAutomationRun.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SimulationAutomationRun.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SimulationAutomationRun and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.UpdateAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomationRun using PATCH.
            </summary>
            <param name="simulationAutomationRunToUpdate">The SimulationAutomationRun to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SimulationAutomationRun.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.UpdateResponseAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomationRun using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationAutomationRunToUpdate">The SimulationAutomationRun to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.PutAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomationRun using PUT.
            </summary>
            <param name="simulationAutomationRunToUpdate">The SimulationAutomationRun object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.PutResponseAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomationRun using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationAutomationRunToUpdate">The SimulationAutomationRun object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomationRun,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomationRun,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISimulationAutomationRunRequestBuilder">
            <summary>
            The interface ISimulationAutomationRunRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISimulationAutomationRunsCollectionPage">
            <summary>
            The interface ISimulationAutomationRunsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISimulationAutomationRunsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest">
            <summary>
            The interface ISimulationAutomationRunsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest.AddAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SimulationAutomationRun to the collection via POST.
            </summary>
            <param name="simulationAutomationRun">The SimulationAutomationRun to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SimulationAutomationRun.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest.AddResponseAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SimulationAutomationRun to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="simulationAutomationRun">The SimulationAutomationRun to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomationRun,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomationRun,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISimulationAutomationRunsCollectionRequestBuilder">
            <summary>
            The interface ISimulationAutomationRunsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationAutomationRunsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISimulationAutomationRunsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISimulationAutomationRunRequestBuilder"/> for the specified SimulationAutomationRun.
            </summary>
            <param name="id">The ID for the SimulationAutomationRun.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISimulationAutomationRunRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISimulationRequest">
            <summary>
            The interface ISimulationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.CreateAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Simulation using POST.
            </summary>
            <param name="simulationToCreate">The Simulation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Simulation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.CreateResponseAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Simulation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationToCreate">The Simulation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Simulation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Simulation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Simulation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Simulation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Simulation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.UpdateAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Simulation using PATCH.
            </summary>
            <param name="simulationToUpdate">The Simulation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Simulation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.UpdateResponseAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Simulation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationToUpdate">The Simulation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.PutAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Simulation using PUT.
            </summary>
            <param name="simulationToUpdate">The Simulation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.PutResponseAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Simulation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationToUpdate">The Simulation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Simulation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Simulation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISimulationRequestBuilder">
            <summary>
            The interface ISimulationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISimulationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest">
            <summary>
            The interface ISingleValueLegacyExtendedPropertyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.CreateAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SingleValueLegacyExtendedProperty using POST.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToCreate">The SingleValueLegacyExtendedProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.CreateResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SingleValueLegacyExtendedProperty using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToCreate">The SingleValueLegacyExtendedProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SingleValueLegacyExtendedProperty and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SingleValueLegacyExtendedProperty and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.UpdateAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SingleValueLegacyExtendedProperty using PATCH.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToUpdate">The SingleValueLegacyExtendedProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.UpdateResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SingleValueLegacyExtendedProperty using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToUpdate">The SingleValueLegacyExtendedProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.PutAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SingleValueLegacyExtendedProperty using PUT.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToUpdate">The SingleValueLegacyExtendedProperty object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.PutResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SingleValueLegacyExtendedProperty using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToUpdate">The SingleValueLegacyExtendedProperty object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder">
            <summary>
            The interface ISingleValueLegacyExtendedPropertyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteAddCollectionPage">
            <summary>
            The interface ISiteAddCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteAddCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteAddRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteAddCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteAddRequest">
            <summary>
            The interface ISiteAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteAddRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteAddRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteAddRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteAddRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteAddRequestBuilder">
            <summary>
            The interface ISiteAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteColumnsCollectionPage">
            <summary>
            The interface ISiteColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteColumnsCollectionRequest">
            <summary>
            The interface ISiteColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.AddResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteColumnsCollectionRequestBuilder">
            <summary>
            The interface ISiteColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/> for the specified ColumnDefinition.
            </summary>
            <param name="id">The ID for the ColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteContentTypesCollectionPage">
            <summary>
            The interface ISiteContentTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteContentTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteContentTypesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteContentTypesCollectionRequest">
            <summary>
            The interface ISiteContentTypesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.AddAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentType to the collection via POST.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.AddResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentType to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder">
            <summary>
            The interface ISiteContentTypesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/> for the specified ContentType.
            </summary>
            <param name="id">The ID for the ContentType.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder.AddCopy(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder.AddCopyFromContentTypeHub(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopyFromContentTypeHub.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder.GetCompatibleHubContentTypes">
            <summary>
            Gets the request builder for ContentTypeGetCompatibleHubContentTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteDrivesCollectionPage">
            <summary>
            The interface ISiteDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteDrivesCollectionRequest">
            <summary>
            The interface ISiteDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.AddResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteDrivesCollectionRequestBuilder">
            <summary>
            The interface ISiteDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified Drive.
            </summary>
            <param name="id">The ID for the Drive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteExternalColumnsCollectionReferencesRequest">
            <summary>
            The interface ISiteExternalColumnsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.ISiteExternalColumnsCollectionReferencesRequestBuilder">
            <summary>
            The interface ISiteExternalColumnsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesPage">
            <summary>
            The interface ISiteExternalColumnsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequest">
            <summary>
            The interface ISiteExternalColumnsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface ISiteExternalColumnsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/> for the specified ColumnDefinition.
            </summary>
            <param name="id">The ID for the ColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteExternalColumnsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteExternalColumnsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteGetActivitiesByIntervalCollectionPage">
            <summary>
            The interface ISiteGetActivitiesByIntervalCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetActivitiesByIntervalCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteGetActivitiesByIntervalRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetActivitiesByIntervalCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteGetActivitiesByIntervalRequest">
            <summary>
            The interface ISiteGetActivitiesByIntervalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetActivitiesByIntervalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetActivitiesByIntervalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetActivitiesByIntervalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetActivitiesByIntervalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetActivitiesByIntervalRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetActivitiesByIntervalRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetActivitiesByIntervalRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetActivitiesByIntervalRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteGetActivitiesByIntervalRequestBuilder">
            <summary>
            The interface ISiteGetActivitiesByIntervalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetActivitiesByIntervalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteGetApplicableContentTypesForListCollectionPage">
            <summary>
            The interface ISiteGetApplicableContentTypesForListCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetApplicableContentTypesForListCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest">
            <summary>
            The interface ISiteGetApplicableContentTypesForListRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest.PatchAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="contenttype">The ContentType object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest.PatchResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="contenttype">The ContentType object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest.PutAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="contenttype">The ContentType object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest.PutResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="contenttype">The ContentType object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder">
            <summary>
            The interface ISiteGetApplicableContentTypesForListRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.AddCopy(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopyRequestBuilder.
            </summary>
            <param name="contentType">A contentType parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.AddCopyFromContentTypeHub(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopyFromContentTypeHubRequestBuilder.
            </summary>
            <param name="contentTypeId">A contentTypeId parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.AssociateWithHubSites(System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for ContentTypeAssociateWithHubSitesRequestBuilder.
            </summary>
            <param name="hubSiteUrls">A hubSiteUrls parameter for the OData method call.</param>
            <param name="propagateToExistingLists">A propagateToExistingLists parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.CopyToDefaultContentLocation(Microsoft.Graph.ItemReference,System.String)">
            <summary>
            Gets the request builder for ContentTypeCopyToDefaultContentLocationRequestBuilder.
            </summary>
            <param name="sourceFile">A sourceFile parameter for the OData method call.</param>
            <param name="destinationFileName">A destinationFileName parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.GetCompatibleHubContentTypes">
            <summary>
            Gets the request builder for ContentTypeGetCompatibleHubContentTypesRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.IsPublished">
            <summary>
            Gets the request builder for ContentTypeIsPublishedRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeIsPublishedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.Publish">
            <summary>
            Gets the request builder for ContentTypePublishRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypePublishRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.Unpublish">
            <summary>
            Gets the request builder for ContentTypeUnpublishRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeUnpublishRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.Base">
            <summary>
            Gets the request builder for Base.
            Parent contentType from which this content type is derived.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.BaseTypes">
            <summary>
            Gets the request builder for BaseTypes.
            The collection of content types that are ancestors of this content type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.ColumnLinks">
            <summary>
            Gets the request builder for ColumnLinks.
            The collection of columns that are required by this content type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnLinkRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.ColumnPositions">
            <summary>
            Gets the request builder for ColumnPositions.
            Column order information in a content type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            The collection of column definitions for this contentType.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteGetByPathRequest">
            <summary>
            The interface ISiteGetByPathRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.PatchAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="site">The Site object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.PatchResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="site">The Site object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.PutAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="site">The Site object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.PutResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="site">The Site object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteGetByPathRequestBuilder">
            <summary>
            The interface ISiteGetByPathRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteAddRequestBuilder.
            </summary>
            <param name="value">A value parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequestBuilder.GetActivitiesByInterval">
            <summary>
            Gets the request builder for SiteGetActivitiesByIntervalRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequestBuilder.GetActivitiesByInterval(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for SiteGetActivitiesByIntervalRequestBuilder.
            </summary>
            <param name="startDateTime">A startDateTime parameter for the OData method call.</param>
            <param name="endDateTime">A endDateTime parameter for the OData method call.</param>
            <param name="interval">A interval parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequestBuilder.GetApplicableContentTypesForList(System.String)">
            <summary>
            Gets the request builder for SiteGetApplicableContentTypesForListRequestBuilder.
            </summary>
            <param name="listId">A listId parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequestBuilder.GetByPath(System.String)">
            <summary>
            Gets the request builder for SiteGetByPathRequestBuilder.
            </summary>
            <param name="path">A path parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetByPathRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequestBuilder.Remove(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteRemoveRequestBuilder.
            </summary>
            <param name="value">A value parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRemoveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.Analytics">
            <summary>
            Gets the request builder for Analytics.
            Analytics about the view activities that took place in this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemAnalyticsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            The collection of column definitions reusable across lists under this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.ContentTypes">
            <summary>
            Gets the request builder for ContentTypes.
            The collection of content types defined for this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            The default drive (document library) for this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            The collection of drives (document libraries) under this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.ExternalColumns">
            <summary>
            Gets the request builder for ExternalColumns.
            
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            Used to address any item contained in this site. This collection can't be enumerated.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBaseItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.Lists">
            <summary>
            Gets the request builder for Lists.
            The collection of lists under this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            Calls the OneNote service for notebook related operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            The collection of long-running operations on the site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRichLongRunningOperationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.Permissions">
            <summary>
            Gets the request builder for Permissions.
            The permissions associated with the site. Nullable.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.Sites">
            <summary>
            Gets the request builder for Sites.
            The collection of the sub-sites under this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.TermStore">
            <summary>
            Gets the request builder for TermStore.
            The default termStore under this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IStoreRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteGetByPathRequestBuilder.TermStores">
            <summary>
            Gets the request builder for TermStores.
            The collection of termStores under this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IStoreRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteItemsCollectionPage">
            <summary>
            The interface ISiteItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteItemsCollectionRequest">
            <summary>
            The interface ISiteItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.AddAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BaseItem to the collection via POST.
            </summary>
            <param name="baseItem">The BaseItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BaseItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="baseItem">The BaseItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteItemsCollectionRequestBuilder">
            <summary>
            The interface ISiteItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBaseItemRequestBuilder"/> for the specified BaseItem.
            </summary>
            <param name="id">The ID for the BaseItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBaseItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteListsCollectionPage">
            <summary>
            The interface ISiteListsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteListsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteListsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteListsCollectionRequest">
            <summary>
            The interface ISiteListsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.AddAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Adds the specified List to the collection via POST.
            </summary>
            <param name="list">The List to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created List.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.AddResponseAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Adds the specified List to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="list">The List to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteListsCollectionRequestBuilder">
            <summary>
            The interface ISiteListsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteListsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IListRequestBuilder"/> for the specified List.
            </summary>
            <param name="id">The ID for the List.</param>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteOperationsCollectionPage">
            <summary>
            The interface ISiteOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteOperationsCollectionRequest">
            <summary>
            The interface ISiteOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequest.AddAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RichLongRunningOperation to the collection via POST.
            </summary>
            <param name="richLongRunningOperation">The RichLongRunningOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RichLongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RichLongRunningOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="richLongRunningOperation">The RichLongRunningOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RichLongRunningOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RichLongRunningOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteOperationsCollectionRequestBuilder">
            <summary>
            The interface ISiteOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRichLongRunningOperationRequestBuilder"/> for the specified RichLongRunningOperation.
            </summary>
            <param name="id">The ID for the RichLongRunningOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRichLongRunningOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISitePermissionsCollectionPage">
            <summary>
            The interface ISitePermissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISitePermissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISitePermissionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISitePermissionsCollectionRequest">
            <summary>
            The interface ISitePermissionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequest.AddAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Permission to the collection via POST.
            </summary>
            <param name="permission">The Permission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Permission to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="permission">The Permission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISitePermissionsCollectionRequestBuilder">
            <summary>
            The interface ISitePermissionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISitePermissionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISitePermissionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/> for the specified Permission.
            </summary>
            <param name="id">The ID for the Permission.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteReferenceRequest">
            <summary>
            The interface ISiteReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Site reference.
            </summary>
            <param name="id">The Site reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Site reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The Site reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteReferenceRequestBuilder">
            <summary>
            The interface ISiteReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteRemoveCollectionPage">
            <summary>
            The interface ISiteRemoveCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteRemoveCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteRemoveRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteRemoveCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteRemoveRequest">
            <summary>
            The interface ISiteRemoveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteRemoveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteRemoveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRemoveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRemoveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRemoveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRemoveRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRemoveRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRemoveRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRemoveRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteRemoveRequestBuilder">
            <summary>
            The interface ISiteRemoveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteRemoveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteRequest">
            <summary>
            The interface ISiteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.CreateAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Site using POST.
            </summary>
            <param name="siteToCreate">The Site to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.CreateResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Site using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteToCreate">The Site to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Site.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Site and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.UpdateAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PATCH.
            </summary>
            <param name="siteToUpdate">The Site to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.UpdateResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteToUpdate">The Site to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.PutAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PUT.
            </summary>
            <param name="siteToUpdate">The Site object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.PutResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteToUpdate">The Site object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteRequestBuilder">
            <summary>
            The interface ISiteRequestBuilder.
            </summary>
            <summary>
            The type ISiteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Analytics">
            <summary>
            Gets the request builder for Analytics.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemAnalyticsWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.ContentTypes">
            <summary>
            Gets the request builder for ContentTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteDrivesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.ExternalColumns">
            <summary>
            Gets the request builder for ExternalColumns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Lists">
            <summary>
            Gets the request builder for Lists.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteListsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Permissions">
            <summary>
            Gets the request builder for Permissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISitePermissionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Sites">
            <summary>
            Gets the request builder for Sites.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteSitesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.TermStore">
            <summary>
            Gets the request builder for TermStore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IStoreRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.TermStores">
            <summary>
            Gets the request builder for TermStores.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteTermStoresCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequestBuilder.GetActivitiesByInterval">
            <summary>
            Gets the request builder for SiteGetActivitiesByInterval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequestBuilder.GetActivitiesByInterval(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for SiteGetActivitiesByInterval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequestBuilder.GetApplicableContentTypesForList(System.String)">
            <summary>
            Gets the request builder for SiteGetApplicableContentTypesForList.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequestBuilder.GetByPath(System.String)">
            <summary>
            Gets the request builder for SiteGetByPath.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetByPathRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequestBuilder.SiteWithPath(System.String)">
            <summary>
            Gets a site request for the requested path.
            <returns>The site request.</returns>
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteSitesCollectionPage">
            <summary>
            The interface ISiteSitesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteSitesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteSitesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteSitesCollectionRequest">
            <summary>
            The interface ISiteSitesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.AddResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteSitesCollectionRequestBuilder">
            <summary>
            The interface ISiteSitesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteSitesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/> for the specified Site.
            </summary>
            <param name="id">The ID for the Site.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequestBuilder.Remove(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteRemove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRemoveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteTermStoresCollectionPage">
            <summary>
            The interface ISiteTermStoresCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteTermStoresCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteTermStoresCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteTermStoresCollectionRequest">
            <summary>
            The interface ISiteTermStoresCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.TermStore.Store to the collection via POST.
            </summary>
            <param name="store">The Microsoft.Graph.TermStore.Store to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Microsoft.Graph.TermStore.Store.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.TermStore.Store to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.TermStore.Store&gt;"/> object of the request.
            </summary>
            <param name="store">The Microsoft.Graph.TermStore.Store to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="!:GraphResponse&lt;Microsoft.Graph.TermStore.Store&gt;"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Store,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Store,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteTermStoresCollectionRequestBuilder">
            <summary>
            The interface ISiteTermStoresCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteTermStoresCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteTermStoresCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.IStoreRequestBuilder"/> for the specified Microsoft.Graph.TermStore.Store.
            </summary>
            <param name="id">The ID for the Microsoft.Graph.TermStore.Store.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IStoreRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteWithReferenceRequest">
            <summary>
            The interface ISiteWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Site.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Site and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequest.CreateAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Site using POST.
            </summary>
            <param name="siteToCreate">The Site to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Site using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteToCreate">The Site to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequest.UpdateAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PATCH.
            </summary>
            <param name="siteToUpdate">The Site to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteToUpdate">The Site to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteWithReferenceRequestBuilder">
            <summary>
            The interface ISiteWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest">
            <summary>
            The interface ISkypeForBusinessUserConversationMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.CreateAsync(Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SkypeForBusinessUserConversationMember using POST.
            </summary>
            <param name="skypeForBusinessUserConversationMemberToCreate">The SkypeForBusinessUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SkypeForBusinessUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.CreateResponseAsync(Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SkypeForBusinessUserConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="skypeForBusinessUserConversationMemberToCreate">The SkypeForBusinessUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SkypeForBusinessUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SkypeForBusinessUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SkypeForBusinessUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SkypeForBusinessUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SkypeForBusinessUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.UpdateAsync(Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeForBusinessUserConversationMember using PATCH.
            </summary>
            <param name="skypeForBusinessUserConversationMemberToUpdate">The SkypeForBusinessUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SkypeForBusinessUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.UpdateResponseAsync(Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeForBusinessUserConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="skypeForBusinessUserConversationMemberToUpdate">The SkypeForBusinessUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.PutAsync(Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeForBusinessUserConversationMember using PUT.
            </summary>
            <param name="skypeForBusinessUserConversationMemberToUpdate">The SkypeForBusinessUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.PutResponseAsync(Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeForBusinessUserConversationMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="skypeForBusinessUserConversationMemberToUpdate">The SkypeForBusinessUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequestBuilder">
            <summary>
            The interface ISkypeForBusinessUserConversationMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeForBusinessUserConversationMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISkypeUserConversationMemberRequest">
            <summary>
            The interface ISkypeUserConversationMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.CreateAsync(Microsoft.Graph.SkypeUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SkypeUserConversationMember using POST.
            </summary>
            <param name="skypeUserConversationMemberToCreate">The SkypeUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SkypeUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.CreateResponseAsync(Microsoft.Graph.SkypeUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SkypeUserConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="skypeUserConversationMemberToCreate">The SkypeUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SkypeUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SkypeUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SkypeUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SkypeUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SkypeUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.UpdateAsync(Microsoft.Graph.SkypeUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeUserConversationMember using PATCH.
            </summary>
            <param name="skypeUserConversationMemberToUpdate">The SkypeUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SkypeUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.UpdateResponseAsync(Microsoft.Graph.SkypeUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeUserConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="skypeUserConversationMemberToUpdate">The SkypeUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.PutAsync(Microsoft.Graph.SkypeUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeUserConversationMember using PUT.
            </summary>
            <param name="skypeUserConversationMemberToUpdate">The SkypeUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.PutResponseAsync(Microsoft.Graph.SkypeUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeUserConversationMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="skypeUserConversationMemberToUpdate">The SkypeUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SkypeUserConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SkypeUserConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISkypeUserConversationMemberRequestBuilder">
            <summary>
            The interface ISkypeUserConversationMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISkypeUserConversationMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISocialIdentityProviderRequest">
            <summary>
            The interface ISocialIdentityProviderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.CreateAsync(Microsoft.Graph.SocialIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SocialIdentityProvider using POST.
            </summary>
            <param name="socialIdentityProviderToCreate">The SocialIdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SocialIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.CreateResponseAsync(Microsoft.Graph.SocialIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SocialIdentityProvider using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="socialIdentityProviderToCreate">The SocialIdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SocialIdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SocialIdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SocialIdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SocialIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SocialIdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.UpdateAsync(Microsoft.Graph.SocialIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SocialIdentityProvider using PATCH.
            </summary>
            <param name="socialIdentityProviderToUpdate">The SocialIdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SocialIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.UpdateResponseAsync(Microsoft.Graph.SocialIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SocialIdentityProvider using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="socialIdentityProviderToUpdate">The SocialIdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.PutAsync(Microsoft.Graph.SocialIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SocialIdentityProvider using PUT.
            </summary>
            <param name="socialIdentityProviderToUpdate">The SocialIdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.PutResponseAsync(Microsoft.Graph.SocialIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SocialIdentityProvider using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="socialIdentityProviderToUpdate">The SocialIdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SocialIdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SocialIdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISocialIdentityProviderRequestBuilder">
            <summary>
            The interface ISocialIdentityProviderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISocialIdentityProviderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest">
            <summary>
            The interface ISoftwareOathAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareOathAuthenticationMethod using POST.
            </summary>
            <param name="softwareOathAuthenticationMethodToCreate">The SoftwareOathAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SoftwareOathAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareOathAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareOathAuthenticationMethodToCreate">The SoftwareOathAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareOathAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareOathAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareOathAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SoftwareOathAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareOathAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareOathAuthenticationMethod using PATCH.
            </summary>
            <param name="softwareOathAuthenticationMethodToUpdate">The SoftwareOathAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SoftwareOathAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareOathAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareOathAuthenticationMethodToUpdate">The SoftwareOathAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.PutAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareOathAuthenticationMethod using PUT.
            </summary>
            <param name="softwareOathAuthenticationMethodToUpdate">The SoftwareOathAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareOathAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareOathAuthenticationMethodToUpdate">The SoftwareOathAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequestBuilder">
            <summary>
            The interface ISoftwareOathAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareOathAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequest">
            <summary>
            The interface ISoftwareUpdateStatusSummaryReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified SoftwareUpdateStatusSummary reference.
            </summary>
            <param name="id">The SoftwareUpdateStatusSummary reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified SoftwareUpdateStatusSummary reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The SoftwareUpdateStatusSummary reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequestBuilder">
            <summary>
            The interface ISoftwareUpdateStatusSummaryReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest">
            <summary>
            The interface ISoftwareUpdateStatusSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.CreateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareUpdateStatusSummary using POST.
            </summary>
            <param name="softwareUpdateStatusSummaryToCreate">The SoftwareUpdateStatusSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.CreateResponseAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareUpdateStatusSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareUpdateStatusSummaryToCreate">The SoftwareUpdateStatusSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.UpdateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PATCH.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.UpdateResponseAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.PutAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PUT.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.PutResponseAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequestBuilder">
            <summary>
            The interface ISoftwareUpdateStatusSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest">
            <summary>
            The interface ISoftwareUpdateStatusSummaryWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.CreateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareUpdateStatusSummary using POST.
            </summary>
            <param name="softwareUpdateStatusSummaryToCreate">The SoftwareUpdateStatusSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareUpdateStatusSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareUpdateStatusSummaryToCreate">The SoftwareUpdateStatusSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.UpdateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PATCH.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder">
            <summary>
            The interface ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the softwareUpdateStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionPage">
            <summary>
            The interface ISolutionsRootBookingBusinessesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest">
            <summary>
            The interface ISolutionsRootBookingBusinessesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest.AddAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingBusiness to the collection via POST.
            </summary>
            <param name="bookingBusiness">The BookingBusiness to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingBusiness.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingBusiness to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingBusiness">The BookingBusiness to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingBusiness,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingBusiness,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequestBuilder">
            <summary>
            The interface ISolutionsRootBookingBusinessesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingBusinessRequestBuilder"/> for the specified BookingBusiness.
            </summary>
            <param name="id">The ID for the BookingBusiness.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionPage">
            <summary>
            The interface ISolutionsRootBookingCurrenciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest">
            <summary>
            The interface ISolutionsRootBookingCurrenciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest.AddAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingCurrency to the collection via POST.
            </summary>
            <param name="bookingCurrency">The BookingCurrency to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCurrency.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingCurrency to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingCurrency">The BookingCurrency to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCurrency,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCurrency,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequestBuilder">
            <summary>
            The interface ISolutionsRootBookingCurrenciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingCurrencyRequestBuilder"/> for the specified BookingCurrency.
            </summary>
            <param name="id">The ID for the BookingCurrency.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingCurrencyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISolutionsRootRequest">
            <summary>
            The interface ISolutionsRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.CreateAsync(Microsoft.Graph.SolutionsRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SolutionsRoot using POST.
            </summary>
            <param name="solutionsRootToCreate">The SolutionsRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SolutionsRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.CreateResponseAsync(Microsoft.Graph.SolutionsRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SolutionsRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="solutionsRootToCreate">The SolutionsRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SolutionsRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SolutionsRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SolutionsRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SolutionsRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SolutionsRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.UpdateAsync(Microsoft.Graph.SolutionsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SolutionsRoot using PATCH.
            </summary>
            <param name="solutionsRootToUpdate">The SolutionsRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SolutionsRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.UpdateResponseAsync(Microsoft.Graph.SolutionsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SolutionsRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="solutionsRootToUpdate">The SolutionsRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.PutAsync(Microsoft.Graph.SolutionsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SolutionsRoot using PUT.
            </summary>
            <param name="solutionsRootToUpdate">The SolutionsRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.PutResponseAsync(Microsoft.Graph.SolutionsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SolutionsRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="solutionsRootToUpdate">The SolutionsRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SolutionsRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SolutionsRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISolutionsRootRequestBuilder">
            <summary>
            The interface ISolutionsRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISolutionsRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISolutionsRootRequestBuilder.BookingBusinesses">
            <summary>
            Gets the request builder for BookingBusinesses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISolutionsRootRequestBuilder.BookingCurrencies">
            <summary>
            Gets the request builder for BookingCurrencies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IStartHoldMusicOperationRequest">
            <summary>
            The interface IStartHoldMusicOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.CreateAsync(Microsoft.Graph.StartHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified StartHoldMusicOperation using POST.
            </summary>
            <param name="startHoldMusicOperationToCreate">The StartHoldMusicOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created StartHoldMusicOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.CreateResponseAsync(Microsoft.Graph.StartHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified StartHoldMusicOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="startHoldMusicOperationToCreate">The StartHoldMusicOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified StartHoldMusicOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified StartHoldMusicOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified StartHoldMusicOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The StartHoldMusicOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified StartHoldMusicOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.UpdateAsync(Microsoft.Graph.StartHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StartHoldMusicOperation using PATCH.
            </summary>
            <param name="startHoldMusicOperationToUpdate">The StartHoldMusicOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated StartHoldMusicOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.UpdateResponseAsync(Microsoft.Graph.StartHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StartHoldMusicOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="startHoldMusicOperationToUpdate">The StartHoldMusicOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.PutAsync(Microsoft.Graph.StartHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StartHoldMusicOperation using PUT.
            </summary>
            <param name="startHoldMusicOperationToUpdate">The StartHoldMusicOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.PutResponseAsync(Microsoft.Graph.StartHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StartHoldMusicOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="startHoldMusicOperationToUpdate">The StartHoldMusicOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.StartHoldMusicOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.StartHoldMusicOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IStartHoldMusicOperationRequestBuilder">
            <summary>
            The interface IStartHoldMusicOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStartHoldMusicOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IStopHoldMusicOperationRequest">
            <summary>
            The interface IStopHoldMusicOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.CreateAsync(Microsoft.Graph.StopHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified StopHoldMusicOperation using POST.
            </summary>
            <param name="stopHoldMusicOperationToCreate">The StopHoldMusicOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created StopHoldMusicOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.CreateResponseAsync(Microsoft.Graph.StopHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified StopHoldMusicOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="stopHoldMusicOperationToCreate">The StopHoldMusicOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified StopHoldMusicOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified StopHoldMusicOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified StopHoldMusicOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The StopHoldMusicOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified StopHoldMusicOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.UpdateAsync(Microsoft.Graph.StopHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StopHoldMusicOperation using PATCH.
            </summary>
            <param name="stopHoldMusicOperationToUpdate">The StopHoldMusicOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated StopHoldMusicOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.UpdateResponseAsync(Microsoft.Graph.StopHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StopHoldMusicOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="stopHoldMusicOperationToUpdate">The StopHoldMusicOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.PutAsync(Microsoft.Graph.StopHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StopHoldMusicOperation using PUT.
            </summary>
            <param name="stopHoldMusicOperationToUpdate">The StopHoldMusicOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.PutResponseAsync(Microsoft.Graph.StopHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StopHoldMusicOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="stopHoldMusicOperationToUpdate">The StopHoldMusicOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.StopHoldMusicOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.StopHoldMusicOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IStopHoldMusicOperationRequestBuilder">
            <summary>
            The interface IStopHoldMusicOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStopHoldMusicOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IStsPolicyAppliesToCollectionReferencesRequest">
            <summary>
            The interface IStsPolicyAppliesToCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IStsPolicyAppliesToCollectionReferencesRequestBuilder">
            <summary>
            The interface IStsPolicyAppliesToCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesPage">
            <summary>
            The interface IStsPolicyAppliesToCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequest">
            <summary>
            The interface IStsPolicyAppliesToCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IStsPolicyAppliesToCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IStsPolicyAppliesToCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IStsPolicyAppliesToCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IStsPolicyRequest">
            <summary>
            The interface IStsPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.CreateAsync(Microsoft.Graph.StsPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified StsPolicy using POST.
            </summary>
            <param name="stsPolicyToCreate">The StsPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created StsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.CreateResponseAsync(Microsoft.Graph.StsPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified StsPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="stsPolicyToCreate">The StsPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified StsPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified StsPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified StsPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The StsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified StsPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.UpdateAsync(Microsoft.Graph.StsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StsPolicy using PATCH.
            </summary>
            <param name="stsPolicyToUpdate">The StsPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated StsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.UpdateResponseAsync(Microsoft.Graph.StsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StsPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="stsPolicyToUpdate">The StsPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.PutAsync(Microsoft.Graph.StsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StsPolicy using PUT.
            </summary>
            <param name="stsPolicyToUpdate">The StsPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.PutResponseAsync(Microsoft.Graph.StsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StsPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="stsPolicyToUpdate">The StsPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.StsPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.StsPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IStsPolicyRequestBuilder">
            <summary>
            The interface IStsPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IStsPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IStsPolicyRequestBuilder.AppliesTo">
            <summary>
            Gets the request builder for AppliesTo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubjectRightsRequestGetFinalAttachmentRequest">
            <summary>
            The interface ISubjectRightsRequestGetFinalAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestGetFinalAttachmentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestGetFinalAttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubjectRightsRequestGetFinalAttachmentRequestBuilder">
            <summary>
            The interface ISubjectRightsRequestGetFinalAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestGetFinalAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubjectRightsRequestGetFinalReportRequest">
            <summary>
            The interface ISubjectRightsRequestGetFinalReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestGetFinalReportRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestGetFinalReportRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubjectRightsRequestGetFinalReportRequestBuilder">
            <summary>
            The interface ISubjectRightsRequestGetFinalReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestGetFinalReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubjectRightsRequestNotesCollectionPage">
            <summary>
            The interface ISubjectRightsRequestNotesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISubjectRightsRequestNotesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest">
            <summary>
            The interface ISubjectRightsRequestNotesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest.AddAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthoredNote to the collection via POST.
            </summary>
            <param name="authoredNote">The AuthoredNote to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthoredNote.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthoredNote to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authoredNote">The AuthoredNote to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthoredNote,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthoredNote,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequestBuilder">
            <summary>
            The interface ISubjectRightsRequestNotesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthoredNoteRequestBuilder"/> for the specified AuthoredNote.
            </summary>
            <param name="id">The ID for the AuthoredNote.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthoredNoteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubjectRightsRequestRequest">
            <summary>
            The interface ISubjectRightsRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.CreateAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubjectRightsRequestObject using POST.
            </summary>
            <param name="subjectRightsRequestObjectToCreate">The SubjectRightsRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubjectRightsRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.CreateResponseAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubjectRightsRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subjectRightsRequestObjectToCreate">The SubjectRightsRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubjectRightsRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubjectRightsRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubjectRightsRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SubjectRightsRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubjectRightsRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.UpdateAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubjectRightsRequestObject using PATCH.
            </summary>
            <param name="subjectRightsRequestObjectToUpdate">The SubjectRightsRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SubjectRightsRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.UpdateResponseAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubjectRightsRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subjectRightsRequestObjectToUpdate">The SubjectRightsRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.PutAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubjectRightsRequestObject using PUT.
            </summary>
            <param name="subjectRightsRequestObjectToUpdate">The SubjectRightsRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.PutResponseAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubjectRightsRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subjectRightsRequestObjectToUpdate">The SubjectRightsRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubjectRightsRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubjectRightsRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubjectRightsRequestRequestBuilder">
            <summary>
            The interface ISubjectRightsRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISubjectRightsRequestRequestBuilder.Notes">
            <summary>
            Gets the request builder for Notes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISubjectRightsRequestRequestBuilder.Team">
            <summary>
            Gets the request builder for Team.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequestBuilder.GetFinalAttachment">
            <summary>
            Gets the request builder for SubjectRightsRequestGetFinalAttachment.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISubjectRightsRequestGetFinalAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubjectRightsRequestRequestBuilder.GetFinalReport">
            <summary>
            Gets the request builder for SubjectRightsRequestGetFinalReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISubjectRightsRequestGetFinalReportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubscribedSkuRequest">
            <summary>
            The interface ISubscribedSkuRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.CreateAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubscribedSku using POST.
            </summary>
            <param name="subscribedSkuToCreate">The SubscribedSku to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.CreateResponseAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubscribedSku using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscribedSkuToCreate">The SubscribedSku to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubscribedSku.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubscribedSku and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubscribedSku.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubscribedSku and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.UpdateAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribedSku using PATCH.
            </summary>
            <param name="subscribedSkuToUpdate">The SubscribedSku to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.UpdateResponseAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribedSku using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscribedSkuToUpdate">The SubscribedSku to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.PutAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribedSku using PUT.
            </summary>
            <param name="subscribedSkuToUpdate">The SubscribedSku object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.PutResponseAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribedSku using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscribedSkuToUpdate">The SubscribedSku object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubscribedSkuRequestBuilder">
            <summary>
            The interface ISubscribedSkuRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubscribeToToneOperationRequest">
            <summary>
            The interface ISubscribeToToneOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.CreateAsync(Microsoft.Graph.SubscribeToToneOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubscribeToToneOperation using POST.
            </summary>
            <param name="subscribeToToneOperationToCreate">The SubscribeToToneOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubscribeToToneOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.CreateResponseAsync(Microsoft.Graph.SubscribeToToneOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubscribeToToneOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscribeToToneOperationToCreate">The SubscribeToToneOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubscribeToToneOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubscribeToToneOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubscribeToToneOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SubscribeToToneOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubscribeToToneOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.UpdateAsync(Microsoft.Graph.SubscribeToToneOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribeToToneOperation using PATCH.
            </summary>
            <param name="subscribeToToneOperationToUpdate">The SubscribeToToneOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SubscribeToToneOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.UpdateResponseAsync(Microsoft.Graph.SubscribeToToneOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribeToToneOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscribeToToneOperationToUpdate">The SubscribeToToneOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.PutAsync(Microsoft.Graph.SubscribeToToneOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribeToToneOperation using PUT.
            </summary>
            <param name="subscribeToToneOperationToUpdate">The SubscribeToToneOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.PutResponseAsync(Microsoft.Graph.SubscribeToToneOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribeToToneOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscribeToToneOperationToUpdate">The SubscribeToToneOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribeToToneOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribeToToneOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubscribeToToneOperationRequestBuilder">
            <summary>
            The interface ISubscribeToToneOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribeToToneOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubscriptionReauthorizeRequest">
            <summary>
            The interface ISubscriptionReauthorizeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionReauthorizeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionReauthorizeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionReauthorizeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionReauthorizeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubscriptionReauthorizeRequestBuilder">
            <summary>
            The interface ISubscriptionReauthorizeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionReauthorizeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubscriptionRequest">
            <summary>
            The interface ISubscriptionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.CreateAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Subscription using POST.
            </summary>
            <param name="subscriptionToCreate">The Subscription to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.CreateResponseAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Subscription using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscriptionToCreate">The Subscription to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Subscription.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Subscription and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Subscription.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Subscription and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.UpdateAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Subscription using PATCH.
            </summary>
            <param name="subscriptionToUpdate">The Subscription to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.UpdateResponseAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Subscription using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscriptionToUpdate">The Subscription to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.PutAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Subscription using PUT.
            </summary>
            <param name="subscriptionToUpdate">The Subscription object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.PutResponseAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Subscription using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscriptionToUpdate">The Subscription object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubscriptionRequestBuilder">
            <summary>
            The interface ISubscriptionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequestBuilder.Reauthorize">
            <summary>
            Gets the request builder for SubscriptionReauthorize.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISubscriptionReauthorizeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISwapShiftsChangeRequestRequest">
            <summary>
            The interface ISwapShiftsChangeRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.CreateAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SwapShiftsChangeRequestObject using POST.
            </summary>
            <param name="swapShiftsChangeRequestObjectToCreate">The SwapShiftsChangeRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SwapShiftsChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.CreateResponseAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SwapShiftsChangeRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="swapShiftsChangeRequestObjectToCreate">The SwapShiftsChangeRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SwapShiftsChangeRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SwapShiftsChangeRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SwapShiftsChangeRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SwapShiftsChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SwapShiftsChangeRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.UpdateAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SwapShiftsChangeRequestObject using PATCH.
            </summary>
            <param name="swapShiftsChangeRequestObjectToUpdate">The SwapShiftsChangeRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SwapShiftsChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.UpdateResponseAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SwapShiftsChangeRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="swapShiftsChangeRequestObjectToUpdate">The SwapShiftsChangeRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.PutAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SwapShiftsChangeRequestObject using PUT.
            </summary>
            <param name="swapShiftsChangeRequestObjectToUpdate">The SwapShiftsChangeRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.PutResponseAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SwapShiftsChangeRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="swapShiftsChangeRequestObjectToUpdate">The SwapShiftsChangeRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SwapShiftsChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SwapShiftsChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISwapShiftsChangeRequestRequestBuilder">
            <summary>
            The interface ISwapShiftsChangeRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISwapShiftsChangeRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionPage">
            <summary>
            The interface ITargetedManagedAppConfigurationAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest">
            <summary>
            The interface ITargetedManagedAppConfigurationAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequestBuilder">
            <summary>
            The interface ITargetedManagedAppConfigurationAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified ManagedMobileApp.
            </summary>
            <param name="id">The ID for the ManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionPage">
            <summary>
            The interface ITargetedManagedAppConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest">
            <summary>
            The interface ITargetedManagedAppConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The interface ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/> for the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="id">The ID for the TargetedManagedAppPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequest">
            <summary>
            The interface ITargetedManagedAppConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequestBuilder">
            <summary>
            The interface ITargetedManagedAppConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationRequest">
            <summary>
            The interface ITargetedManagedAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppConfiguration using POST.
            </summary>
            <param name="targetedManagedAppConfigurationToCreate">The TargetedManagedAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.CreateResponseAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppConfigurationToCreate">The TargetedManagedAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppConfiguration using PATCH.
            </summary>
            <param name="targetedManagedAppConfigurationToUpdate">The TargetedManagedAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppConfigurationToUpdate">The TargetedManagedAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.PutAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppConfiguration using PUT.
            </summary>
            <param name="targetedManagedAppConfigurationToUpdate">The TargetedManagedAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.PutResponseAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppConfigurationToUpdate">The TargetedManagedAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder">
            <summary>
            The interface ITargetedManagedAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Gets the request builder for TargetedManagedAppConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp},System.Nullable{Microsoft.Graph.TargetedManagedAppGroupType})">
            <summary>
            Gets the request builder for TargetedManagedAppConfigurationTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequest">
            <summary>
            The interface ITargetedManagedAppConfigurationTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequestBuilder">
            <summary>
            The interface ITargetedManagedAppConfigurationTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest">
            <summary>
            The interface ITargetedManagedAppPolicyAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppPolicyAssignment using POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToCreate">The TargetedManagedAppPolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.CreateResponseAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppPolicyAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToCreate">The TargetedManagedAppPolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppPolicyAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppPolicyAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppPolicyAssignment using PATCH.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToUpdate">The TargetedManagedAppPolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppPolicyAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToUpdate">The TargetedManagedAppPolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.PutAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppPolicyAssignment using PUT.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToUpdate">The TargetedManagedAppPolicyAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.PutResponseAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppPolicyAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToUpdate">The TargetedManagedAppPolicyAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder">
            <summary>
            The interface ITargetedManagedAppPolicyAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionPage">
            <summary>
            The interface ITargetedManagedAppProtectionAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest">
            <summary>
            The interface ITargetedManagedAppProtectionAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder">
            <summary>
            The interface ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/> for the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="id">The ID for the TargetedManagedAppPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequest">
            <summary>
            The interface ITargetedManagedAppProtectionAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequestBuilder">
            <summary>
            The interface ITargetedManagedAppProtectionAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionRequest">
            <summary>
            The interface ITargetedManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppProtection using POST.
            </summary>
            <param name="targetedManagedAppProtectionToCreate">The TargetedManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.CreateResponseAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppProtectionToCreate">The TargetedManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppProtection using PATCH.
            </summary>
            <param name="targetedManagedAppProtectionToUpdate">The TargetedManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.UpdateResponseAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppProtectionToUpdate">The TargetedManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.PutAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppProtection using PUT.
            </summary>
            <param name="targetedManagedAppProtectionToUpdate">The TargetedManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.PutResponseAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppProtectionToUpdate">The TargetedManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionRequestBuilder">
            <summary>
            The interface ITargetedManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppProtectionRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Gets the request builder for TargetedManagedAppProtectionAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp},System.Nullable{Microsoft.Graph.TargetedManagedAppGroupType})">
            <summary>
            Gets the request builder for TargetedManagedAppProtectionTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionTargetAppsRequest">
            <summary>
            The interface ITargetedManagedAppProtectionTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppProtectionTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionTargetAppsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionTargetAppsRequestBuilder">
            <summary>
            The interface ITargetedManagedAppProtectionTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionTargetAppsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITaskFileAttachmentContentRequest">
            <summary>
            The interface ITaskFileAttachmentContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITaskFileAttachmentContentRequestBuilder">
            <summary>
            The interface ITaskFileAttachmentContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITaskFileAttachmentRequest">
            <summary>
            The interface ITaskFileAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.CreateAsync(Microsoft.Graph.TaskFileAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TaskFileAttachment using POST.
            </summary>
            <param name="taskFileAttachmentToCreate">The TaskFileAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TaskFileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.CreateResponseAsync(Microsoft.Graph.TaskFileAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TaskFileAttachment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="taskFileAttachmentToCreate">The TaskFileAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TaskFileAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TaskFileAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TaskFileAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TaskFileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TaskFileAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.UpdateAsync(Microsoft.Graph.TaskFileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TaskFileAttachment using PATCH.
            </summary>
            <param name="taskFileAttachmentToUpdate">The TaskFileAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TaskFileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.UpdateResponseAsync(Microsoft.Graph.TaskFileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TaskFileAttachment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="taskFileAttachmentToUpdate">The TaskFileAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.PutAsync(Microsoft.Graph.TaskFileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TaskFileAttachment using PUT.
            </summary>
            <param name="taskFileAttachmentToUpdate">The TaskFileAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.PutResponseAsync(Microsoft.Graph.TaskFileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TaskFileAttachment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="taskFileAttachmentToUpdate">The TaskFileAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TaskFileAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TaskFileAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITaskFileAttachmentRequestBuilder">
            <summary>
            The interface ITaskFileAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITaskFileAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamAllChannelsCollectionReferencesRequest">
            <summary>
            The interface ITeamAllChannelsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="channelReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="channelReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.ITeamAllChannelsCollectionReferencesRequestBuilder">
            <summary>
            The interface ITeamAllChannelsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesPage">
            <summary>
            The interface ITeamAllChannelsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequest">
            <summary>
            The interface ITeamAllChannelsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface ITeamAllChannelsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChannelWithReferenceRequestBuilder"/> for the specified Channel.
            </summary>
            <param name="id">The ID for the Channel.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChannelWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamAllChannelsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamAllChannelsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamArchiveRequest">
            <summary>
            The interface ITeamArchiveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamArchiveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamArchiveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamArchiveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamArchiveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamArchiveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamArchiveRequestBuilder">
            <summary>
            The interface ITeamArchiveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamArchiveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamChannelsCollectionPage">
            <summary>
            The interface ITeamChannelsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamChannelsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamChannelsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITeamChannelsCollectionRequest">
            <summary>
            The interface ITeamChannelsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequest.AddAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Channel to the collection via POST.
            </summary>
            <param name="channel">The Channel to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequest.AddResponseAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Channel to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="channel">The Channel to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamChannelsCollectionRequestBuilder">
            <summary>
            The interface ITeamChannelsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamChannelsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChannelRequestBuilder"/> for the specified Channel.
            </summary>
            <param name="id">The ID for the Channel.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChannelRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamChannelsCollectionRequestBuilder.GetAllMessages">
            <summary>
            Gets the request builder for ChannelGetAllMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelGetAllMessagesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamCloneRequest">
            <summary>
            The interface ITeamCloneRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamCloneRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamCloneRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamCloneRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamCloneRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamCloneRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamCloneRequestBuilder">
            <summary>
            The interface ITeamCloneRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamCloneRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamCompleteMigrationRequest">
            <summary>
            The interface ITeamCompleteMigrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamCompleteMigrationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamCompleteMigrationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamCompleteMigrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamCompleteMigrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamCompleteMigrationRequestBuilder">
            <summary>
            The interface ITeamCompleteMigrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamCompleteMigrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamGetAllMessagesCollectionPage">
            <summary>
            The interface ITeamGetAllMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamGetAllMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamGetAllMessagesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamGetAllMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITeamGetAllMessagesRequest">
            <summary>
            The interface ITeamGetAllMessagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamGetAllMessagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamGetAllMessagesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamGetAllMessagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamGetAllMessagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamGetAllMessagesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamGetAllMessagesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamGetAllMessagesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamGetAllMessagesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamGetAllMessagesRequestBuilder">
            <summary>
            The interface ITeamGetAllMessagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamGetAllMessagesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamIncomingChannelsCollectionReferencesRequest">
            <summary>
            The interface ITeamIncomingChannelsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="channelReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="channelReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.ITeamIncomingChannelsCollectionReferencesRequestBuilder">
            <summary>
            The interface ITeamIncomingChannelsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesPage">
            <summary>
            The interface ITeamIncomingChannelsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequest">
            <summary>
            The interface ITeamIncomingChannelsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface ITeamIncomingChannelsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChannelWithReferenceRequestBuilder"/> for the specified Channel.
            </summary>
            <param name="id">The ID for the Channel.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChannelWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamIncomingChannelsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamIncomingChannelsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamInfoRequest">
            <summary>
            The interface ITeamInfoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.CreateAsync(Microsoft.Graph.TeamInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamInfo using POST.
            </summary>
            <param name="teamInfoToCreate">The TeamInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.CreateResponseAsync(Microsoft.Graph.TeamInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamInfo using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamInfoToCreate">The TeamInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.UpdateAsync(Microsoft.Graph.TeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamInfo using PATCH.
            </summary>
            <param name="teamInfoToUpdate">The TeamInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.UpdateResponseAsync(Microsoft.Graph.TeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamInfo using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamInfoToUpdate">The TeamInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.PutAsync(Microsoft.Graph.TeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamInfo using PUT.
            </summary>
            <param name="teamInfoToUpdate">The TeamInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.PutResponseAsync(Microsoft.Graph.TeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamInfo using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamInfoToUpdate">The TeamInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamInfoRequestBuilder">
            <summary>
            The interface ITeamInfoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInfoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamInfoRequestBuilder.Team">
            <summary>
            Gets the request builder for Team.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamInstalledAppsCollectionPage">
            <summary>
            The interface ITeamInstalledAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamInstalledAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamInstalledAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITeamInstalledAppsCollectionRequest">
            <summary>
            The interface ITeamInstalledAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequest.AddAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAppInstallation to the collection via POST.
            </summary>
            <param name="teamsAppInstallation">The TeamsAppInstallation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAppInstallation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsAppInstallation">The TeamsAppInstallation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamInstalledAppsCollectionRequestBuilder">
            <summary>
            The interface ITeamInstalledAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamInstalledAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamInstalledAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsAppInstallationRequestBuilder"/> for the specified TeamsAppInstallation.
            </summary>
            <param name="id">The ID for the TeamsAppInstallation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppInstallationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamMembersCollectionPage">
            <summary>
            The interface ITeamMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITeamMembersCollectionRequest">
            <summary>
            The interface ITeamMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequest.AddAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationMember to the collection via POST.
            </summary>
            <param name="conversationMember">The ConversationMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationMember to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversationMember">The ConversationMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamMembersCollectionRequestBuilder">
            <summary>
            The interface ITeamMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationMemberRequestBuilder"/> for the specified ConversationMember.
            </summary>
            <param name="id">The ID for the ConversationMember.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamMembersCollectionRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.ConversationMember})">
            <summary>
            Gets the request builder for ConversationMemberAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberAddRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamOperationsCollectionPage">
            <summary>
            The interface ITeamOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITeamOperationsCollectionRequest">
            <summary>
            The interface ITeamOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequest.AddAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAsyncOperation to the collection via POST.
            </summary>
            <param name="teamsAsyncOperation">The TeamsAsyncOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAsyncOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAsyncOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsAsyncOperation">The TeamsAsyncOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAsyncOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAsyncOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamOperationsCollectionRequestBuilder">
            <summary>
            The interface ITeamOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsAsyncOperationRequestBuilder"/> for the specified TeamsAsyncOperation.
            </summary>
            <param name="id">The ID for the TeamsAsyncOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAsyncOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamReferenceRequest">
            <summary>
            The interface ITeamReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Team reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Team reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Team reference.
            </summary>
            <param name="id">The Team reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Team reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The Team reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamReferenceRequestBuilder">
            <summary>
            The interface ITeamReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamRequest">
            <summary>
            The interface ITeamRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.CreateAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Team using POST.
            </summary>
            <param name="teamToCreate">The Team to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.CreateResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Team using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamToCreate">The Team to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Team.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Team and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Team.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Team and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.UpdateAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Team using PATCH.
            </summary>
            <param name="teamToUpdate">The Team to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.UpdateResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Team using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamToUpdate">The Team to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.PutAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Team using PUT.
            </summary>
            <param name="teamToUpdate">The Team object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.PutResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Team using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamToUpdate">The Team object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamRequestBuilder">
            <summary>
            The interface ITeamRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamRequestBuilder.AllChannels">
            <summary>
            Gets the request builder for AllChannels.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamRequestBuilder.Channels">
            <summary>
            Gets the request builder for Channels.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamChannelsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamRequestBuilder.Group">
            <summary>
            Gets the request builder for Group.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamRequestBuilder.IncomingChannels">
            <summary>
            Gets the request builder for IncomingChannels.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamRequestBuilder.InstalledApps">
            <summary>
            Gets the request builder for InstalledApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamInstalledAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamRequestBuilder.PrimaryChannel">
            <summary>
            Gets the request builder for PrimaryChannel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamRequestBuilder.Tags">
            <summary>
            Gets the request builder for Tags.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamTagsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamRequestBuilder.Template">
            <summary>
            Gets the request builder for Template.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsTemplateWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamRequestBuilder.Schedule">
            <summary>
            Gets the request builder for Schedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequestBuilder.Archive(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for TeamArchive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamArchiveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequestBuilder.Unarchive">
            <summary>
            Gets the request builder for TeamUnarchive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamUnarchiveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequestBuilder.Clone(Microsoft.Graph.TeamVisibilityType,Microsoft.Graph.ClonableTeamParts,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for TeamClone.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamCloneRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequestBuilder.CompleteMigration">
            <summary>
            Gets the request builder for TeamCompleteMigration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamCompleteMigrationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamRequestBuilder.SendActivityNotification(Microsoft.Graph.TeamworkActivityTopic,System.String,System.Nullable{System.Int64},Microsoft.Graph.ItemBody,System.Collections.Generic.IEnumerable{Microsoft.Graph.KeyValuePair},Microsoft.Graph.TeamworkNotificationRecipient)">
            <summary>
            Gets the request builder for TeamSendActivityNotification.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamSendActivityNotificationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionPage">
            <summary>
            The interface ITeamsAppAppDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest">
            <summary>
            The interface ITeamsAppAppDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAppDefinition to the collection via POST.
            </summary>
            <param name="teamsAppDefinition">The TeamsAppDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAppDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsAppDefinition">The TeamsAppDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequestBuilder">
            <summary>
            The interface ITeamsAppAppDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsAppDefinitionRequestBuilder"/> for the specified TeamsAppDefinition.
            </summary>
            <param name="id">The ID for the TeamsAppDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppDefinitionReferenceRequest">
            <summary>
            The interface ITeamsAppDefinitionReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppDefinition reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TeamsAppDefinition reference.
            </summary>
            <param name="id">The TeamsAppDefinition reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TeamsAppDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The TeamsAppDefinition reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppDefinitionReferenceRequestBuilder">
            <summary>
            The interface ITeamsAppDefinitionReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppDefinitionRequest">
            <summary>
            The interface ITeamsAppDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.CreateAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAppDefinition using POST.
            </summary>
            <param name="teamsAppDefinitionToCreate">The TeamsAppDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.CreateResponseAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAppDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppDefinitionToCreate">The TeamsAppDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAppDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAppDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.UpdateAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppDefinition using PATCH.
            </summary>
            <param name="teamsAppDefinitionToUpdate">The TeamsAppDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppDefinitionToUpdate">The TeamsAppDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.PutAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppDefinition using PUT.
            </summary>
            <param name="teamsAppDefinitionToUpdate">The TeamsAppDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.PutResponseAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppDefinitionToUpdate">The TeamsAppDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppDefinitionRequestBuilder">
            <summary>
            The interface ITeamsAppDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamsAppDefinitionRequestBuilder.Bot">
            <summary>
            Gets the request builder for Bot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkBotRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequest">
            <summary>
            The interface ITeamsAppDefinitionWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAppDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAppDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequest.CreateAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAppDefinition using POST.
            </summary>
            <param name="teamsAppDefinitionToCreate">The TeamsAppDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAppDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppDefinitionToCreate">The TeamsAppDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequest.UpdateAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppDefinition using PATCH.
            </summary>
            <param name="teamsAppDefinitionToUpdate">The TeamsAppDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppDefinitionToUpdate">The TeamsAppDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequestBuilder">
            <summary>
            The interface ITeamsAppDefinitionWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the teamsAppDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppDefinitionReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppInstallationRequest">
            <summary>
            The interface ITeamsAppInstallationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.CreateAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAppInstallation using POST.
            </summary>
            <param name="teamsAppInstallationToCreate">The TeamsAppInstallation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.CreateResponseAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAppInstallation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppInstallationToCreate">The TeamsAppInstallation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppInstallation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppInstallation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAppInstallation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAppInstallation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.UpdateAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppInstallation using PATCH.
            </summary>
            <param name="teamsAppInstallationToUpdate">The TeamsAppInstallation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.UpdateResponseAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppInstallation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppInstallationToUpdate">The TeamsAppInstallation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.PutAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppInstallation using PUT.
            </summary>
            <param name="teamsAppInstallationToUpdate">The TeamsAppInstallation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.PutResponseAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppInstallation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppInstallationToUpdate">The TeamsAppInstallation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppInstallationRequestBuilder">
            <summary>
            The interface ITeamsAppInstallationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamsAppInstallationRequestBuilder.TeamsApp">
            <summary>
            Gets the request builder for TeamsApp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamsAppInstallationRequestBuilder.TeamsAppDefinition">
            <summary>
            Gets the request builder for TeamsAppDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationRequestBuilder.Upgrade">
            <summary>
            Gets the request builder for TeamsAppInstallationUpgrade.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppInstallationUpgradeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppInstallationUpgradeRequest">
            <summary>
            The interface ITeamsAppInstallationUpgradeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationUpgradeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationUpgradeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationUpgradeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationUpgradeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppInstallationUpgradeRequestBuilder">
            <summary>
            The interface ITeamsAppInstallationUpgradeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppInstallationUpgradeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppReferenceRequest">
            <summary>
            The interface ITeamsAppReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsApp reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsApp reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TeamsApp reference.
            </summary>
            <param name="id">The TeamsApp reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TeamsApp reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The TeamsApp reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppReferenceRequestBuilder">
            <summary>
            The interface ITeamsAppReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppRequest">
            <summary>
            The interface ITeamsAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.CreateAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsApp using POST.
            </summary>
            <param name="teamsAppToCreate">The TeamsApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.CreateResponseAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppToCreate">The TeamsApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.UpdateAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsApp using PATCH.
            </summary>
            <param name="teamsAppToUpdate">The TeamsApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.UpdateResponseAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppToUpdate">The TeamsApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.PutAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsApp using PUT.
            </summary>
            <param name="teamsAppToUpdate">The TeamsApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.PutResponseAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppToUpdate">The TeamsApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppRequestBuilder">
            <summary>
            The interface ITeamsAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamsAppRequestBuilder.AppDefinitions">
            <summary>
            Gets the request builder for AppDefinitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppWithReferenceRequest">
            <summary>
            The interface ITeamsAppWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequest.CreateAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsApp using POST.
            </summary>
            <param name="teamsAppToCreate">The TeamsApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppToCreate">The TeamsApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequest.UpdateAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsApp using PATCH.
            </summary>
            <param name="teamsAppToUpdate">The TeamsApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppToUpdate">The TeamsApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAppWithReferenceRequestBuilder">
            <summary>
            The interface ITeamsAppWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAppWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamsAppWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the teamsApp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAsyncOperationRequest">
            <summary>
            The interface ITeamsAsyncOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.CreateAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAsyncOperation using POST.
            </summary>
            <param name="teamsAsyncOperationToCreate">The TeamsAsyncOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAsyncOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.CreateResponseAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAsyncOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAsyncOperationToCreate">The TeamsAsyncOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAsyncOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAsyncOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAsyncOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsAsyncOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAsyncOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.UpdateAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAsyncOperation using PATCH.
            </summary>
            <param name="teamsAsyncOperationToUpdate">The TeamsAsyncOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsAsyncOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.UpdateResponseAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAsyncOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAsyncOperationToUpdate">The TeamsAsyncOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.PutAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAsyncOperation using PUT.
            </summary>
            <param name="teamsAsyncOperationToUpdate">The TeamsAsyncOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.PutResponseAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAsyncOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAsyncOperationToUpdate">The TeamsAsyncOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAsyncOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAsyncOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsAsyncOperationRequestBuilder">
            <summary>
            The interface ITeamsAsyncOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsAsyncOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamSendActivityNotificationRequest">
            <summary>
            The interface ITeamSendActivityNotificationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamSendActivityNotificationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamSendActivityNotificationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamSendActivityNotificationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamSendActivityNotificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamSendActivityNotificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamSendActivityNotificationRequestBuilder">
            <summary>
            The interface ITeamSendActivityNotificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamSendActivityNotificationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsTabRequest">
            <summary>
            The interface ITeamsTabRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.CreateAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsTab using POST.
            </summary>
            <param name="teamsTabToCreate">The TeamsTab to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsTab.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.CreateResponseAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsTab using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTabToCreate">The TeamsTab to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTab.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTab and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsTab.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsTab.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsTab and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.UpdateAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTab using PATCH.
            </summary>
            <param name="teamsTabToUpdate">The TeamsTab to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsTab.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.UpdateResponseAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTab using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTabToUpdate">The TeamsTab to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.PutAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTab using PUT.
            </summary>
            <param name="teamsTabToUpdate">The TeamsTab object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.PutResponseAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTab using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTabToUpdate">The TeamsTab object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTab,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTab,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsTabRequestBuilder">
            <summary>
            The interface ITeamsTabRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTabRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamsTabRequestBuilder.TeamsApp">
            <summary>
            Gets the request builder for TeamsApp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsTemplateReferenceRequest">
            <summary>
            The interface ITeamsTemplateReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTemplate reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTemplate reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TeamsTemplate reference.
            </summary>
            <param name="id">The TeamsTemplate reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TeamsTemplate reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The TeamsTemplate reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsTemplateReferenceRequestBuilder">
            <summary>
            The interface ITeamsTemplateReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsTemplateRequest">
            <summary>
            The interface ITeamsTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.CreateAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsTemplate using POST.
            </summary>
            <param name="teamsTemplateToCreate">The TeamsTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.CreateResponseAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTemplateToCreate">The TeamsTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.UpdateAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTemplate using PATCH.
            </summary>
            <param name="teamsTemplateToUpdate">The TeamsTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.UpdateResponseAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTemplateToUpdate">The TeamsTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.PutAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTemplate using PUT.
            </summary>
            <param name="teamsTemplateToUpdate">The TeamsTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.PutResponseAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTemplate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTemplateToUpdate">The TeamsTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsTemplateRequestBuilder">
            <summary>
            The interface ITeamsTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsTemplateWithReferenceRequest">
            <summary>
            The interface ITeamsTemplateWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequest.CreateAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsTemplate using POST.
            </summary>
            <param name="teamsTemplateToCreate">The TeamsTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTemplateToCreate">The TeamsTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequest.UpdateAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTemplate using PATCH.
            </summary>
            <param name="teamsTemplateToUpdate">The TeamsTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTemplateToUpdate">The TeamsTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamsTemplateWithReferenceRequestBuilder">
            <summary>
            The interface ITeamsTemplateWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamsTemplateWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamsTemplateWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the teamsTemplate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsTemplateReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamTagsCollectionPage">
            <summary>
            The interface ITeamTagsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamTagsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamTagsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITeamTagsCollectionRequest">
            <summary>
            The interface ITeamTagsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequest.AddAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamworkTag to the collection via POST.
            </summary>
            <param name="teamworkTag">The TeamworkTag to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamworkTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamworkTag to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamworkTag">The TeamworkTag to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamTagsCollectionRequestBuilder">
            <summary>
            The interface ITeamTagsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamTagsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamTagsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamworkTagRequestBuilder"/> for the specified TeamworkTag.
            </summary>
            <param name="id">The ID for the TeamworkTag.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkTagRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamUnarchiveRequest">
            <summary>
            The interface ITeamUnarchiveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamUnarchiveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamUnarchiveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamUnarchiveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamUnarchiveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamUnarchiveRequestBuilder">
            <summary>
            The interface ITeamUnarchiveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamUnarchiveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamWithReferenceRequest">
            <summary>
            The interface ITeamWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Team.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Team and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequest.CreateAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Team using POST.
            </summary>
            <param name="teamToCreate">The Team to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Team using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamToCreate">The Team to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequest.UpdateAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Team using PATCH.
            </summary>
            <param name="teamToUpdate">The Team to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Team using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamToUpdate">The Team to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Team.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Team and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamWithReferenceRequestBuilder">
            <summary>
            The interface ITeamWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the team.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkBotRequest">
            <summary>
            The interface ITeamworkBotRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.CreateAsync(Microsoft.Graph.TeamworkBot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkBot using POST.
            </summary>
            <param name="teamworkBotToCreate">The TeamworkBot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamworkBot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.CreateResponseAsync(Microsoft.Graph.TeamworkBot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkBot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkBotToCreate">The TeamworkBot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkBot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkBot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkBot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamworkBot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkBot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.UpdateAsync(Microsoft.Graph.TeamworkBot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkBot using PATCH.
            </summary>
            <param name="teamworkBotToUpdate">The TeamworkBot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamworkBot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.UpdateResponseAsync(Microsoft.Graph.TeamworkBot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkBot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkBotToUpdate">The TeamworkBot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.PutAsync(Microsoft.Graph.TeamworkBot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkBot using PUT.
            </summary>
            <param name="teamworkBotToUpdate">The TeamworkBot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.PutResponseAsync(Microsoft.Graph.TeamworkBot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkBot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkBotToUpdate">The TeamworkBot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkBot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkBot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkBotRequestBuilder">
            <summary>
            The interface ITeamworkBotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkBotRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkHostedContentContentRequest">
            <summary>
            The interface ITeamworkHostedContentContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkHostedContentContentRequestBuilder">
            <summary>
            The interface ITeamworkHostedContentContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkHostedContentRequest">
            <summary>
            The interface ITeamworkHostedContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.CreateAsync(Microsoft.Graph.TeamworkHostedContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkHostedContent using POST.
            </summary>
            <param name="teamworkHostedContentToCreate">The TeamworkHostedContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamworkHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.CreateResponseAsync(Microsoft.Graph.TeamworkHostedContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkHostedContent using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkHostedContentToCreate">The TeamworkHostedContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkHostedContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkHostedContent and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkHostedContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamworkHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkHostedContent and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.UpdateAsync(Microsoft.Graph.TeamworkHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkHostedContent using PATCH.
            </summary>
            <param name="teamworkHostedContentToUpdate">The TeamworkHostedContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamworkHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.UpdateResponseAsync(Microsoft.Graph.TeamworkHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkHostedContent using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkHostedContentToUpdate">The TeamworkHostedContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.PutAsync(Microsoft.Graph.TeamworkHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkHostedContent using PUT.
            </summary>
            <param name="teamworkHostedContentToUpdate">The TeamworkHostedContent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.PutResponseAsync(Microsoft.Graph.TeamworkHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkHostedContent using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkHostedContentToUpdate">The TeamworkHostedContent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkHostedContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkHostedContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkHostedContentRequestBuilder">
            <summary>
            The interface ITeamworkHostedContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkHostedContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamworkHostedContentRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkHostedContentContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkRequest">
            <summary>
            The interface ITeamworkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.CreateAsync(Microsoft.Graph.Teamwork,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Teamwork using POST.
            </summary>
            <param name="teamworkToCreate">The Teamwork to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Teamwork.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.CreateResponseAsync(Microsoft.Graph.Teamwork,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Teamwork using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkToCreate">The Teamwork to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Teamwork.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Teamwork and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Teamwork.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Teamwork.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Teamwork and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.UpdateAsync(Microsoft.Graph.Teamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Teamwork using PATCH.
            </summary>
            <param name="teamworkToUpdate">The Teamwork to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Teamwork.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.UpdateResponseAsync(Microsoft.Graph.Teamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Teamwork using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkToUpdate">The Teamwork to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.PutAsync(Microsoft.Graph.Teamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Teamwork using PUT.
            </summary>
            <param name="teamworkToUpdate">The Teamwork object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.PutResponseAsync(Microsoft.Graph.Teamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Teamwork using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkToUpdate">The Teamwork object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Teamwork,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Teamwork,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkRequestBuilder">
            <summary>
            The interface ITeamworkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamworkRequestBuilder.WorkforceIntegrations">
            <summary>
            Gets the request builder for WorkforceIntegrations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkRequestBuilder.SendActivityNotificationToRecipients(Microsoft.Graph.TeamworkActivityTopic,System.String,System.Nullable{System.Int64},Microsoft.Graph.ItemBody,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.KeyValuePair},System.Collections.Generic.IEnumerable{Microsoft.Graph.TeamworkNotificationRecipient})">
            <summary>
            Gets the request builder for TeamworkSendActivityNotificationToRecipients.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkSendActivityNotificationToRecipientsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkSendActivityNotificationToRecipientsRequest">
            <summary>
            The interface ITeamworkSendActivityNotificationToRecipientsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamworkSendActivityNotificationToRecipientsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkSendActivityNotificationToRecipientsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkSendActivityNotificationToRecipientsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkSendActivityNotificationToRecipientsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkSendActivityNotificationToRecipientsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkSendActivityNotificationToRecipientsRequestBuilder">
            <summary>
            The interface ITeamworkSendActivityNotificationToRecipientsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkSendActivityNotificationToRecipientsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkTagMemberRequest">
            <summary>
            The interface ITeamworkTagMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.CreateAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkTagMember using POST.
            </summary>
            <param name="teamworkTagMemberToCreate">The TeamworkTagMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamworkTagMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.CreateResponseAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkTagMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkTagMemberToCreate">The TeamworkTagMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkTagMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkTagMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkTagMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamworkTagMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkTagMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.UpdateAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTagMember using PATCH.
            </summary>
            <param name="teamworkTagMemberToUpdate">The TeamworkTagMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamworkTagMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.UpdateResponseAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTagMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkTagMemberToUpdate">The TeamworkTagMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.PutAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTagMember using PUT.
            </summary>
            <param name="teamworkTagMemberToUpdate">The TeamworkTagMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.PutResponseAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTagMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkTagMemberToUpdate">The TeamworkTagMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTagMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTagMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkTagMemberRequestBuilder">
            <summary>
            The interface ITeamworkTagMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkTagMembersCollectionPage">
            <summary>
            The interface ITeamworkTagMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamworkTagMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamworkTagMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkTagMembersCollectionRequest">
            <summary>
            The interface ITeamworkTagMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequest.AddAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamworkTagMember to the collection via POST.
            </summary>
            <param name="teamworkTagMember">The TeamworkTagMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamworkTagMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamworkTagMember to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamworkTagMember">The TeamworkTagMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTagMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTagMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkTagMembersCollectionRequestBuilder">
            <summary>
            The interface ITeamworkTagMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamworkTagMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamworkTagMemberRequestBuilder"/> for the specified TeamworkTagMember.
            </summary>
            <param name="id">The ID for the TeamworkTagMember.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkTagMemberRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkTagRequest">
            <summary>
            The interface ITeamworkTagRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.CreateAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkTag using POST.
            </summary>
            <param name="teamworkTagToCreate">The TeamworkTag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamworkTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.CreateResponseAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkTag using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkTagToCreate">The TeamworkTag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkTag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkTag and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkTag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamworkTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkTag and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.UpdateAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTag using PATCH.
            </summary>
            <param name="teamworkTagToUpdate">The TeamworkTag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamworkTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.UpdateResponseAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTag using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkTagToUpdate">The TeamworkTag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.PutAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTag using PUT.
            </summary>
            <param name="teamworkTagToUpdate">The TeamworkTag object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.PutResponseAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTag using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkTagToUpdate">The TeamworkTag object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkTagRequestBuilder">
            <summary>
            The interface ITeamworkTagRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkTagRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamworkTagRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkTagMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionPage">
            <summary>
            The interface ITeamworkWorkforceIntegrationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest">
            <summary>
            The interface ITeamworkWorkforceIntegrationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest.AddAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkforceIntegration to the collection via POST.
            </summary>
            <param name="workforceIntegration">The WorkforceIntegration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkforceIntegration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkforceIntegration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workforceIntegration">The WorkforceIntegration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkforceIntegration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkforceIntegration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequestBuilder">
            <summary>
            The interface ITeamworkWorkforceIntegrationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkforceIntegrationRequestBuilder"/> for the specified WorkforceIntegration.
            </summary>
            <param name="id">The ID for the WorkforceIntegration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkforceIntegrationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest">
            <summary>
            The interface ITelecomExpenseManagementPartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.CreateAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TelecomExpenseManagementPartner using POST.
            </summary>
            <param name="telecomExpenseManagementPartnerToCreate">The TelecomExpenseManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.CreateResponseAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TelecomExpenseManagementPartner using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="telecomExpenseManagementPartnerToCreate">The TelecomExpenseManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TelecomExpenseManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TelecomExpenseManagementPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TelecomExpenseManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TelecomExpenseManagementPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.UpdateAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TelecomExpenseManagementPartner using PATCH.
            </summary>
            <param name="telecomExpenseManagementPartnerToUpdate">The TelecomExpenseManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.UpdateResponseAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TelecomExpenseManagementPartner using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="telecomExpenseManagementPartnerToUpdate">The TelecomExpenseManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.PutAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TelecomExpenseManagementPartner using PUT.
            </summary>
            <param name="telecomExpenseManagementPartnerToUpdate">The TelecomExpenseManagementPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.PutResponseAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TelecomExpenseManagementPartner using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="telecomExpenseManagementPartnerToUpdate">The TelecomExpenseManagementPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder">
            <summary>
            The interface ITelecomExpenseManagementPartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemActivityRequest">
            <summary>
            The type ItemActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ItemActivityRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.CreateAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemActivity using POST.
            </summary>
            <param name="itemActivityToCreate">The ItemActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.CreateResponseAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemActivity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityToCreate">The ItemActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemActivity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.UpdateAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivity using PATCH.
            </summary>
            <param name="itemActivityToUpdate">The ItemActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ItemActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.UpdateResponseAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityToUpdate">The ItemActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.PutAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivity using PUT.
            </summary>
            <param name="itemActivityToUpdate">The ItemActivity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.PutResponseAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityToUpdate">The ItemActivity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequest.InitializeCollectionProperties(Microsoft.Graph.ItemActivity)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="itemActivityToInitialize">The <see cref="T:Microsoft.Graph.ItemActivity"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ItemActivityRequestBuilder">
            <summary>
            The type ItemActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ItemActivityRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityRequestBuilder.DriveItem">
            <summary>
            Gets the request builder for DriveItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemActivityStatActivitiesCollectionPage">
            <summary>
            The type ItemActivityStatActivitiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStatActivitiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest">
            <summary>
            The type ItemActivityStatActivitiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ItemActivityStatActivitiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest.AddAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ItemActivity to the collection via POST.
            </summary>
            <param name="itemActivity">The ItemActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest.AddResponseAsync(Microsoft.Graph.ItemActivity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ItemActivity to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="itemActivity">The ItemActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequestBuilder">
            <summary>
            The type ItemActivityStatActivitiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ItemActivityStatActivitiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStatActivitiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IItemActivityRequestBuilder"/> for the specified ItemActivityStatItemActivity.
            </summary>
            <param name="id">The ID for the ItemActivityStatItemActivity.</param>
            <returns>The <see cref="T:Microsoft.Graph.IItemActivityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemActivityStatActivitiesCollectionResponse">
            <summary>
            The type ItemActivityStatActivitiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStatActivitiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IItemActivityStatActivitiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStatActivitiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStatActivitiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemActivityStatReferenceRequest">
            <summary>
            The type ItemActivityStatReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ItemActivityStatReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivityStat reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivityStat reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ItemActivityStat reference.
            </summary>
            <param name="id">The ItemActivityStat reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ItemActivityStat reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The ItemActivityStat reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemActivityStatReferenceRequestBuilder">
            <summary>
            The type ItemActivityStatReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ItemActivityStatReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemActivityStatRequest">
            <summary>
            The type ItemActivityStatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ItemActivityStatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.CreateAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemActivityStat using POST.
            </summary>
            <param name="itemActivityStatToCreate">The ItemActivityStat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.CreateResponseAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemActivityStat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityStatToCreate">The ItemActivityStat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivityStat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivityStat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemActivityStat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemActivityStat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.UpdateAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivityStat using PATCH.
            </summary>
            <param name="itemActivityStatToUpdate">The ItemActivityStat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.UpdateResponseAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivityStat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityStatToUpdate">The ItemActivityStat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.PutAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivityStat using PUT.
            </summary>
            <param name="itemActivityStatToUpdate">The ItemActivityStat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.PutResponseAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivityStat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityStatToUpdate">The ItemActivityStat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivityStat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivityStat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequest.InitializeCollectionProperties(Microsoft.Graph.ItemActivityStat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="itemActivityStatToInitialize">The <see cref="T:Microsoft.Graph.ItemActivityStat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ItemActivityStatRequestBuilder">
            <summary>
            The type ItemActivityStatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ItemActivityStatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStatRequestBuilder.Activities">
            <summary>
            Gets the request builder for Activities.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemActivityStatActivitiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemActivityStatWithReferenceRequest">
            <summary>
            The type ItemActivityStatWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ItemActivityStatWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemActivityStat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemActivityStat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequest.CreateAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemActivityStat using POST.
            </summary>
            <param name="itemActivityStatToCreate">The ItemActivityStat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemActivityStat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityStatToCreate">The ItemActivityStat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequest.UpdateAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivityStat using PATCH.
            </summary>
            <param name="itemActivityStatToUpdate">The ItemActivityStat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemActivityStat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemActivityStatToUpdate">The ItemActivityStat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivityStat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemActivityStat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivityStat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivityStat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemActivityStatWithReferenceRequestBuilder">
            <summary>
            The type ItemActivityStatWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ItemActivityStatWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemActivityStatWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ItemActivityStatWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the itemActivityStat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemActivityStatReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionPage">
            <summary>
            The type ItemAnalyticsItemActivityStatsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest">
            <summary>
            The type ItemAnalyticsItemActivityStatsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ItemAnalyticsItemActivityStatsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest.AddAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ItemActivityStat to the collection via POST.
            </summary>
            <param name="itemActivityStat">The ItemActivityStat to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemActivityStat.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest.AddResponseAsync(Microsoft.Graph.ItemActivityStat,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ItemActivityStat to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="itemActivityStat">The ItemActivityStat to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivityStat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemActivityStat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequestBuilder">
            <summary>
            The type ItemAnalyticsItemActivityStatsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ItemAnalyticsItemActivityStatsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IItemActivityStatRequestBuilder"/> for the specified ItemAnalyticsItemActivityStat.
            </summary>
            <param name="id">The ID for the ItemAnalyticsItemActivityStat.</param>
            <returns>The <see cref="T:Microsoft.Graph.IItemActivityStatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionResponse">
            <summary>
            The type ItemAnalyticsItemActivityStatsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemAnalyticsItemActivityStatsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemAnalyticsReferenceRequest">
            <summary>
            The type ItemAnalyticsReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ItemAnalyticsReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAnalytics reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAnalytics reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ItemAnalytics reference.
            </summary>
            <param name="id">The ItemAnalytics reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ItemAnalytics reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The ItemAnalytics reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemAnalyticsReferenceRequestBuilder">
            <summary>
            The type ItemAnalyticsReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ItemAnalyticsReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemAnalyticsRequest">
            <summary>
            The type ItemAnalyticsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ItemAnalyticsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.CreateAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAnalytics using POST.
            </summary>
            <param name="itemAnalyticsToCreate">The ItemAnalytics to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemAnalytics.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.CreateResponseAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAnalytics using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAnalyticsToCreate">The ItemAnalytics to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAnalytics.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAnalytics and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAnalytics.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemAnalytics.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAnalytics and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.UpdateAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAnalytics using PATCH.
            </summary>
            <param name="itemAnalyticsToUpdate">The ItemAnalytics to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ItemAnalytics.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.UpdateResponseAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAnalytics using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAnalyticsToUpdate">The ItemAnalytics to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.PutAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAnalytics using PUT.
            </summary>
            <param name="itemAnalyticsToUpdate">The ItemAnalytics object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.PutResponseAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAnalytics using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAnalyticsToUpdate">The ItemAnalytics object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAnalytics,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAnalytics,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequest.InitializeCollectionProperties(Microsoft.Graph.ItemAnalytics)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="itemAnalyticsToInitialize">The <see cref="T:Microsoft.Graph.ItemAnalytics"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ItemAnalyticsRequestBuilder">
            <summary>
            The type ItemAnalyticsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ItemAnalyticsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ItemAnalyticsRequestBuilder.AllTime">
            <summary>
            Gets the request builder for AllTime.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemActivityStatWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ItemAnalyticsRequestBuilder.ItemActivityStats">
            <summary>
            Gets the request builder for ItemActivityStats.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemAnalyticsItemActivityStatsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ItemAnalyticsRequestBuilder.LastSevenDays">
            <summary>
            Gets the request builder for LastSevenDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemActivityStatWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemAnalyticsWithReferenceRequest">
            <summary>
            The type ItemAnalyticsWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ItemAnalyticsWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAnalytics.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemAnalytics.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAnalytics and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequest.CreateAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAnalytics using POST.
            </summary>
            <param name="itemAnalyticsToCreate">The ItemAnalytics to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemAnalytics.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAnalytics using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAnalyticsToCreate">The ItemAnalytics to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequest.UpdateAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAnalytics using PATCH.
            </summary>
            <param name="itemAnalyticsToUpdate">The ItemAnalytics to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ItemAnalytics.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ItemAnalytics,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAnalytics using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAnalyticsToUpdate">The ItemAnalytics to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAnalytics.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAnalytics and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAnalytics,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAnalytics,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemAnalyticsWithReferenceRequestBuilder">
            <summary>
            The type ItemAnalyticsWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ItemAnalyticsWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAnalyticsWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ItemAnalyticsWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the itemAnalytics.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemAnalyticsReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemAttachmentRequest">
            <summary>
            The type ItemAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ItemAttachmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.CreateAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAttachment using POST.
            </summary>
            <param name="itemAttachmentToCreate">The ItemAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.CreateResponseAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAttachment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAttachmentToCreate">The ItemAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.UpdateAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAttachment using PATCH.
            </summary>
            <param name="itemAttachmentToUpdate">The ItemAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.UpdateResponseAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAttachment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAttachmentToUpdate">The ItemAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.PutAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAttachment using PUT.
            </summary>
            <param name="itemAttachmentToUpdate">The ItemAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.PutResponseAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAttachment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="itemAttachmentToUpdate">The ItemAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.InitializeCollectionProperties(Microsoft.Graph.ItemAttachment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="itemAttachmentToInitialize">The <see cref="T:Microsoft.Graph.ItemAttachment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ItemAttachmentRequestBuilder">
            <summary>
            The type ItemAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ItemAttachmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ItemAttachmentRequestBuilder.Item">
            <summary>
            Gets the request builder for Item.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionPage">
            <summary>
            The interface ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest">
            <summary>
            The interface ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder">
            <summary>
            The interface ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/> for the specified AuthenticationMethodTarget.
            </summary>
            <param name="id">The ID for the AuthenticationMethodTarget.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest">
            <summary>
            The interface ITemporaryAccessPassAuthenticationMethodConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.CreateAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TemporaryAccessPassAuthenticationMethodConfiguration using POST.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodConfigurationToCreate">The TemporaryAccessPassAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TemporaryAccessPassAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.CreateResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TemporaryAccessPassAuthenticationMethodConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodConfigurationToCreate">The TemporaryAccessPassAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TemporaryAccessPassAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TemporaryAccessPassAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TemporaryAccessPassAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TemporaryAccessPassAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TemporaryAccessPassAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.UpdateAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethodConfiguration using PATCH.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodConfigurationToUpdate">The TemporaryAccessPassAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TemporaryAccessPassAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethodConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodConfigurationToUpdate">The TemporaryAccessPassAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.PutAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethodConfiguration using PUT.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodConfigurationToUpdate">The TemporaryAccessPassAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.PutResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethodConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodConfigurationToUpdate">The TemporaryAccessPassAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequestBuilder">
            <summary>
            The interface ITemporaryAccessPassAuthenticationMethodConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationRequestBuilder.IncludeTargets">
            <summary>
            Gets the request builder for IncludeTargets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest">
            <summary>
            The interface ITemporaryAccessPassAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TemporaryAccessPassAuthenticationMethod using POST.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodToCreate">The TemporaryAccessPassAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TemporaryAccessPassAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TemporaryAccessPassAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodToCreate">The TemporaryAccessPassAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TemporaryAccessPassAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TemporaryAccessPassAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TemporaryAccessPassAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TemporaryAccessPassAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TemporaryAccessPassAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethod using PATCH.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodToUpdate">The TemporaryAccessPassAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TemporaryAccessPassAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodToUpdate">The TemporaryAccessPassAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.PutAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethod using PUT.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodToUpdate">The TemporaryAccessPassAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodToUpdate">The TemporaryAccessPassAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequestBuilder">
            <summary>
            The interface ITemporaryAccessPassAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionPage">
            <summary>
            The interface ITermsAndConditionsAcceptanceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest">
            <summary>
            The interface ITermsAndConditionsAcceptanceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditionsAcceptanceStatus to the collection via POST.
            </summary>
            <param name="termsAndConditionsAcceptanceStatus">The TermsAndConditionsAcceptanceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditionsAcceptanceStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="termsAndConditionsAcceptanceStatus">The TermsAndConditionsAcceptanceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder">
            <summary>
            The interface ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder"/> for the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <param name="id">The ID for the TermsAndConditionsAcceptanceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest">
            <summary>
            The interface ITermsAndConditionsAcceptanceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.CreateAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditionsAcceptanceStatus using POST.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToCreate">The TermsAndConditionsAcceptanceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.CreateResponseAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditionsAcceptanceStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToCreate">The TermsAndConditionsAcceptanceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditionsAcceptanceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditionsAcceptanceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.UpdateAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAcceptanceStatus using PATCH.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToUpdate">The TermsAndConditionsAcceptanceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.UpdateResponseAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAcceptanceStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToUpdate">The TermsAndConditionsAcceptanceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.PutAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAcceptanceStatus using PUT.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToUpdate">The TermsAndConditionsAcceptanceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.PutResponseAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAcceptanceStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToUpdate">The TermsAndConditionsAcceptanceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder">
            <summary>
            The interface ITermsAndConditionsAcceptanceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder.TermsAndConditions">
            <summary>
            Gets the request builder for TermsAndConditions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAssignmentRequest">
            <summary>
            The interface ITermsAndConditionsAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.CreateAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditionsAssignment using POST.
            </summary>
            <param name="termsAndConditionsAssignmentToCreate">The TermsAndConditionsAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.CreateResponseAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditionsAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsAssignmentToCreate">The TermsAndConditionsAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditionsAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditionsAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditionsAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditionsAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.UpdateAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAssignment using PATCH.
            </summary>
            <param name="termsAndConditionsAssignmentToUpdate">The TermsAndConditionsAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsAssignmentToUpdate">The TermsAndConditionsAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.PutAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAssignment using PUT.
            </summary>
            <param name="termsAndConditionsAssignmentToUpdate">The TermsAndConditionsAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.PutResponseAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsAssignmentToUpdate">The TermsAndConditionsAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder">
            <summary>
            The interface ITermsAndConditionsAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionPage">
            <summary>
            The interface ITermsAndConditionsAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest">
            <summary>
            The interface ITermsAndConditionsAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditionsAssignment to the collection via POST.
            </summary>
            <param name="termsAndConditionsAssignment">The TermsAndConditionsAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditionsAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="termsAndConditionsAssignment">The TermsAndConditionsAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequestBuilder">
            <summary>
            The interface ITermsAndConditionsAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder"/> for the specified TermsAndConditionsAssignment.
            </summary>
            <param name="id">The ID for the TermsAndConditionsAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsReferenceRequest">
            <summary>
            The interface ITermsAndConditionsReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TermsAndConditions reference.
            </summary>
            <param name="id">The TermsAndConditions reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TermsAndConditions reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The TermsAndConditions reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsReferenceRequestBuilder">
            <summary>
            The interface ITermsAndConditionsReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsRequest">
            <summary>
            The interface ITermsAndConditionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.CreateAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditions using POST.
            </summary>
            <param name="termsAndConditionsToCreate">The TermsAndConditions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.CreateResponseAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditions using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsToCreate">The TermsAndConditions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditions and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.UpdateAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PATCH.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.UpdateResponseAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.PutAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PUT.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.PutResponseAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsRequestBuilder">
            <summary>
            The interface ITermsAndConditionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsRequestBuilder.AcceptanceStatuses">
            <summary>
            Gets the request builder for AcceptanceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest">
            <summary>
            The interface ITermsAndConditionsWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditions and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.CreateAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditions using POST.
            </summary>
            <param name="termsAndConditionsToCreate">The TermsAndConditions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditions using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsToCreate">The TermsAndConditions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.UpdateAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PATCH.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsWithReferenceRequestBuilder">
            <summary>
            The interface ITermsAndConditionsWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the termsAndConditions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionPage">
            <summary>
            The interface ITermsOfUseContainerAgreementAcceptancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest">
            <summary>
            The interface ITermsOfUseContainerAgreementAcceptancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest.AddAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest.AddResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder">
            <summary>
            The interface ITermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementAcceptanceRequestBuilder"/> for the specified AgreementAcceptance.
            </summary>
            <param name="id">The ID for the AgreementAcceptance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementAcceptanceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionPage">
            <summary>
            The interface ITermsOfUseContainerAgreementsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest">
            <summary>
            The interface ITermsOfUseContainerAgreementsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest.AddAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Agreement to the collection via POST.
            </summary>
            <param name="agreement">The Agreement to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Agreement.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest.AddResponseAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Agreement to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreement">The Agreement to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Agreement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Agreement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequestBuilder">
            <summary>
            The interface ITermsOfUseContainerAgreementsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementRequestBuilder"/> for the specified Agreement.
            </summary>
            <param name="id">The ID for the Agreement.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsOfUseContainerRequest">
            <summary>
            The interface ITermsOfUseContainerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.CreateAsync(Microsoft.Graph.TermsOfUseContainer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsOfUseContainer using POST.
            </summary>
            <param name="termsOfUseContainerToCreate">The TermsOfUseContainer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsOfUseContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.CreateResponseAsync(Microsoft.Graph.TermsOfUseContainer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsOfUseContainer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsOfUseContainerToCreate">The TermsOfUseContainer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsOfUseContainer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsOfUseContainer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsOfUseContainer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsOfUseContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsOfUseContainer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.UpdateAsync(Microsoft.Graph.TermsOfUseContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsOfUseContainer using PATCH.
            </summary>
            <param name="termsOfUseContainerToUpdate">The TermsOfUseContainer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TermsOfUseContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.UpdateResponseAsync(Microsoft.Graph.TermsOfUseContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsOfUseContainer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsOfUseContainerToUpdate">The TermsOfUseContainer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.PutAsync(Microsoft.Graph.TermsOfUseContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsOfUseContainer using PUT.
            </summary>
            <param name="termsOfUseContainerToUpdate">The TermsOfUseContainer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.PutResponseAsync(Microsoft.Graph.TermsOfUseContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsOfUseContainer using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsOfUseContainerToUpdate">The TermsOfUseContainer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsOfUseContainer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsOfUseContainer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsOfUseContainerRequestBuilder">
            <summary>
            The interface ITermsOfUseContainerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsOfUseContainerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsOfUseContainerRequestBuilder.AgreementAcceptances">
            <summary>
            Gets the request builder for AgreementAcceptances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsOfUseContainerRequestBuilder.Agreements">
            <summary>
            Gets the request builder for Agreements.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThreatAssessmentRequestRequest">
            <summary>
            The interface IThreatAssessmentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.CreateAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThreatAssessmentRequestObject using POST.
            </summary>
            <param name="threatAssessmentRequestObjectToCreate">The ThreatAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThreatAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.CreateResponseAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThreatAssessmentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="threatAssessmentRequestObjectToCreate">The ThreatAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThreatAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThreatAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThreatAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ThreatAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThreatAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.UpdateAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentRequestObject using PATCH.
            </summary>
            <param name="threatAssessmentRequestObjectToUpdate">The ThreatAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ThreatAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.UpdateResponseAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="threatAssessmentRequestObjectToUpdate">The ThreatAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.PutAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentRequestObject using PUT.
            </summary>
            <param name="threatAssessmentRequestObjectToUpdate">The ThreatAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.PutResponseAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="threatAssessmentRequestObjectToUpdate">The ThreatAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThreatAssessmentRequestRequestBuilder">
            <summary>
            The interface IThreatAssessmentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IThreatAssessmentRequestRequestBuilder.Results">
            <summary>
            Gets the request builder for Results.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionPage">
            <summary>
            The interface IThreatAssessmentRequestResultsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest">
            <summary>
            The interface IThreatAssessmentRequestResultsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest.AddAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThreatAssessmentResult to the collection via POST.
            </summary>
            <param name="threatAssessmentResult">The ThreatAssessmentResult to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThreatAssessmentResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest.AddResponseAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThreatAssessmentResult to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="threatAssessmentResult">The ThreatAssessmentResult to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentResult,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentResult,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequestBuilder">
            <summary>
            The interface IThreatAssessmentRequestResultsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IThreatAssessmentResultRequestBuilder"/> for the specified ThreatAssessmentResult.
            </summary>
            <param name="id">The ID for the ThreatAssessmentResult.</param>
            <returns>The <see cref="T:Microsoft.Graph.IThreatAssessmentResultRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThreatAssessmentResultRequest">
            <summary>
            The interface IThreatAssessmentResultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.CreateAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThreatAssessmentResult using POST.
            </summary>
            <param name="threatAssessmentResultToCreate">The ThreatAssessmentResult to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThreatAssessmentResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.CreateResponseAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThreatAssessmentResult using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="threatAssessmentResultToCreate">The ThreatAssessmentResult to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThreatAssessmentResult.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThreatAssessmentResult and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThreatAssessmentResult.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ThreatAssessmentResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThreatAssessmentResult and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.UpdateAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentResult using PATCH.
            </summary>
            <param name="threatAssessmentResultToUpdate">The ThreatAssessmentResult to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ThreatAssessmentResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.UpdateResponseAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentResult using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="threatAssessmentResultToUpdate">The ThreatAssessmentResult to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.PutAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentResult using PUT.
            </summary>
            <param name="threatAssessmentResultToUpdate">The ThreatAssessmentResult object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.PutResponseAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentResult using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="threatAssessmentResultToUpdate">The ThreatAssessmentResult object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentResult,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentResult,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThreatAssessmentResultRequestBuilder">
            <summary>
            The interface IThreatAssessmentResultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThreatAssessmentResultRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThumbnailContentRequest">
            <summary>
            The interface IThumbnailContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThumbnailContentRequestBuilder">
            <summary>
            The interface IThumbnailContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThumbnailRequest">
            <summary>
            The interface IThumbnailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.CreateAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Thumbnail using POST.
            </summary>
            <param name="thumbnailToCreate">The Thumbnail to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.CreateResponseAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Thumbnail using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="thumbnailToCreate">The Thumbnail to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Thumbnail.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Thumbnail and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Thumbnail.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Thumbnail and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.UpdateAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Thumbnail using PATCH.
            </summary>
            <param name="thumbnailToUpdate">The Thumbnail to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.UpdateResponseAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Thumbnail using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="thumbnailToUpdate">The Thumbnail to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.PutAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Thumbnail using PUT.
            </summary>
            <param name="thumbnailToUpdate">The Thumbnail object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.PutResponseAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Thumbnail using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="thumbnailToUpdate">The Thumbnail object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Thumbnail,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Thumbnail,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThumbnailRequestBuilder">
            <summary>
            The interface IThumbnailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IThumbnailRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IThumbnailContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThumbnailSetRequest">
            <summary>
            The interface IThumbnailSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.CreateAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThumbnailSet using POST.
            </summary>
            <param name="thumbnailSetToCreate">The ThumbnailSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.CreateResponseAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThumbnailSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="thumbnailSetToCreate">The ThumbnailSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThumbnailSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThumbnailSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThumbnailSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThumbnailSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.UpdateAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThumbnailSet using PATCH.
            </summary>
            <param name="thumbnailSetToUpdate">The ThumbnailSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.UpdateResponseAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThumbnailSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="thumbnailSetToUpdate">The ThumbnailSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.PutAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThumbnailSet using PUT.
            </summary>
            <param name="thumbnailSetToUpdate">The ThumbnailSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.PutResponseAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThumbnailSet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="thumbnailSetToUpdate">The ThumbnailSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThumbnailSetRequestBuilder">
            <summary>
            The interface IThumbnailSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IThumbnailSetRequestBuilder.Item(System.String)">
            <summary>
            Gets the request builder for the specified thumbnail size.
            </summary>
            <param name="size">The thumbnail size.</param>
            <returns>The thumbnail request builder.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITimeOffReasonRequest">
            <summary>
            The interface ITimeOffReasonRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.CreateAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TimeOffReason using POST.
            </summary>
            <param name="timeOffReasonToCreate">The TimeOffReason to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TimeOffReason.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.CreateResponseAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TimeOffReason using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffReasonToCreate">The TimeOffReason to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TimeOffReason.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TimeOffReason and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TimeOffReason.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TimeOffReason.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TimeOffReason and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.UpdateAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffReason using PATCH.
            </summary>
            <param name="timeOffReasonToUpdate">The TimeOffReason to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TimeOffReason.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.UpdateResponseAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffReason using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffReasonToUpdate">The TimeOffReason to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.PutAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffReason using PUT.
            </summary>
            <param name="timeOffReasonToUpdate">The TimeOffReason object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.PutResponseAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffReason using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffReasonToUpdate">The TimeOffReason object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffReason,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffReason,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITimeOffReasonRequestBuilder">
            <summary>
            The interface ITimeOffReasonRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffReasonRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITimeOffRequest">
            <summary>
            The interface ITimeOffRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.CreateAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TimeOff using POST.
            </summary>
            <param name="timeOffToCreate">The TimeOff to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TimeOff.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.CreateResponseAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TimeOff using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffToCreate">The TimeOff to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TimeOff.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TimeOff and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TimeOff.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TimeOff.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TimeOff and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.UpdateAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOff using PATCH.
            </summary>
            <param name="timeOffToUpdate">The TimeOff to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TimeOff.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.UpdateResponseAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOff using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffToUpdate">The TimeOff to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.PutAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOff using PUT.
            </summary>
            <param name="timeOffToUpdate">The TimeOff object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.PutResponseAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOff using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffToUpdate">The TimeOff object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOff,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOff,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITimeOffRequestBuilder">
            <summary>
            The interface ITimeOffRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITimeOffRequestRequest">
            <summary>
            The interface ITimeOffRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.CreateAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TimeOffRequestObject using POST.
            </summary>
            <param name="timeOffRequestObjectToCreate">The TimeOffRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TimeOffRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.CreateResponseAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TimeOffRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffRequestObjectToCreate">The TimeOffRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TimeOffRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TimeOffRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TimeOffRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TimeOffRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TimeOffRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.UpdateAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffRequestObject using PATCH.
            </summary>
            <param name="timeOffRequestObjectToUpdate">The TimeOffRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TimeOffRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.UpdateResponseAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffRequestObjectToUpdate">The TimeOffRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.PutAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffRequestObject using PUT.
            </summary>
            <param name="timeOffRequestObjectToUpdate">The TimeOffRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.PutResponseAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffRequestObjectToUpdate">The TimeOffRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITimeOffRequestRequestBuilder">
            <summary>
            The interface ITimeOffRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITimeOffRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoListsCollectionPage">
            <summary>
            The interface ITodoListsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITodoListsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoListsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITodoListsCollectionRequest">
            <summary>
            The interface ITodoListsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequest.AddAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TodoTaskList to the collection via POST.
            </summary>
            <param name="todoTaskList">The TodoTaskList to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TodoTaskList.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequest.AddResponseAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TodoTaskList to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="todoTaskList">The TodoTaskList to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTaskList,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTaskList,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoListsCollectionRequestBuilder">
            <summary>
            The interface ITodoListsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoListsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITodoTaskListRequestBuilder"/> for the specified TodoTaskList.
            </summary>
            <param name="id">The ID for the TodoTaskList.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskListRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoListsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for TodoTaskListDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskListDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoRequest">
            <summary>
            The interface ITodoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.CreateAsync(Microsoft.Graph.Todo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Todo using POST.
            </summary>
            <param name="todoToCreate">The Todo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Todo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.CreateResponseAsync(Microsoft.Graph.Todo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Todo using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoToCreate">The Todo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Todo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Todo and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Todo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Todo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Todo and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.UpdateAsync(Microsoft.Graph.Todo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Todo using PATCH.
            </summary>
            <param name="todoToUpdate">The Todo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Todo.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.UpdateResponseAsync(Microsoft.Graph.Todo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Todo using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoToUpdate">The Todo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.PutAsync(Microsoft.Graph.Todo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Todo using PUT.
            </summary>
            <param name="todoToUpdate">The Todo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.PutResponseAsync(Microsoft.Graph.Todo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Todo using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoToUpdate">The Todo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Todo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Todo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoRequestBuilder">
            <summary>
            The interface ITodoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoRequestBuilder.Lists">
            <summary>
            Gets the request builder for Lists.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoListsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskAttachmentsCollectionPage">
            <summary>
            The interface ITodoTaskAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest">
            <summary>
            The interface ITodoTaskAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AttachmentBase to the collection via POST.
            </summary>
            <param name="attachmentBase">The AttachmentBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttachmentBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AttachmentBase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="attachmentBase">The AttachmentBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequestBuilder">
            <summary>
            The interface ITodoTaskAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentBaseRequestBuilder"/> for the specified AttachmentBase.
            </summary>
            <param name="id">The ID for the AttachmentBase.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentBaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequestBuilder.CreateUploadSession(Microsoft.Graph.AttachmentInfo)">
            <summary>
            Gets the request builder for AttachmentBaseCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentBaseCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionPage">
            <summary>
            The interface ITodoTaskAttachmentSessionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest">
            <summary>
            The interface ITodoTaskAttachmentSessionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest.AddAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AttachmentSession to the collection via POST.
            </summary>
            <param name="attachmentSession">The AttachmentSession to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttachmentSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AttachmentSession to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="attachmentSession">The AttachmentSession to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentSession,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentSession,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequestBuilder">
            <summary>
            The interface ITodoTaskAttachmentSessionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentSessionRequestBuilder"/> for the specified AttachmentSession.
            </summary>
            <param name="id">The ID for the AttachmentSession.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskChecklistItemsCollectionPage">
            <summary>
            The interface ITodoTaskChecklistItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskChecklistItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest">
            <summary>
            The interface ITodoTaskChecklistItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest.AddAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChecklistItem to the collection via POST.
            </summary>
            <param name="checklistItem">The ChecklistItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChecklistItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChecklistItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="checklistItem">The ChecklistItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChecklistItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChecklistItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequestBuilder">
            <summary>
            The interface ITodoTaskChecklistItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChecklistItemRequestBuilder"/> for the specified ChecklistItem.
            </summary>
            <param name="id">The ID for the ChecklistItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChecklistItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskDeltaCollectionPage">
            <summary>
            The interface ITodoTaskDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskDeltaRequest">
            <summary>
            The interface ITodoTaskDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskDeltaRequestBuilder">
            <summary>
            The interface ITodoTaskDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskExtensionsCollectionPage">
            <summary>
            The interface ITodoTaskExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest">
            <summary>
            The interface ITodoTaskExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskExtensionsCollectionRequestBuilder">
            <summary>
            The interface ITodoTaskExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionPage">
            <summary>
            The interface ITodoTaskLinkedResourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest">
            <summary>
            The interface ITodoTaskLinkedResourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest.AddAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LinkedResource to the collection via POST.
            </summary>
            <param name="linkedResource">The LinkedResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LinkedResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LinkedResource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="linkedResource">The LinkedResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LinkedResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LinkedResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequestBuilder">
            <summary>
            The interface ITodoTaskLinkedResourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ILinkedResourceRequestBuilder"/> for the specified LinkedResource.
            </summary>
            <param name="id">The ID for the LinkedResource.</param>
            <returns>The <see cref="T:Microsoft.Graph.ILinkedResourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskListDeltaCollectionPage">
            <summary>
            The interface ITodoTaskListDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskListDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskListDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskListDeltaRequest">
            <summary>
            The interface ITodoTaskListDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskListDeltaRequestBuilder">
            <summary>
            The interface ITodoTaskListDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskListExtensionsCollectionPage">
            <summary>
            The interface ITodoTaskListExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskListExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest">
            <summary>
            The interface ITodoTaskListExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequestBuilder">
            <summary>
            The interface ITodoTaskListExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskListRequest">
            <summary>
            The interface ITodoTaskListRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.CreateAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TodoTaskList using POST.
            </summary>
            <param name="todoTaskListToCreate">The TodoTaskList to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TodoTaskList.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.CreateResponseAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TodoTaskList using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoTaskListToCreate">The TodoTaskList to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TodoTaskList.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TodoTaskList and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TodoTaskList.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TodoTaskList.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TodoTaskList and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.UpdateAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTaskList using PATCH.
            </summary>
            <param name="todoTaskListToUpdate">The TodoTaskList to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TodoTaskList.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.UpdateResponseAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTaskList using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoTaskListToUpdate">The TodoTaskList to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.PutAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTaskList using PUT.
            </summary>
            <param name="todoTaskListToUpdate">The TodoTaskList object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.PutResponseAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTaskList using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoTaskListToUpdate">The TodoTaskList object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTaskList,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTaskList,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskListRequestBuilder">
            <summary>
            The interface ITodoTaskListRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskListRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskListRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskListTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskListTasksCollectionPage">
            <summary>
            The interface ITodoTaskListTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskListTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskListTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskListTasksCollectionRequest">
            <summary>
            The interface ITodoTaskListTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequest.AddAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TodoTask to the collection via POST.
            </summary>
            <param name="todoTask">The TodoTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TodoTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TodoTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="todoTask">The TodoTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskListTasksCollectionRequestBuilder">
            <summary>
            The interface ITodoTaskListTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskListTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITodoTaskRequestBuilder"/> for the specified TodoTask.
            </summary>
            <param name="id">The ID for the TodoTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskListTasksCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for TodoTaskDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskRequest">
            <summary>
            The interface ITodoTaskRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.CreateAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TodoTask using POST.
            </summary>
            <param name="todoTaskToCreate">The TodoTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TodoTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.CreateResponseAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TodoTask using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoTaskToCreate">The TodoTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TodoTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TodoTask and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TodoTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TodoTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TodoTask and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.UpdateAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTask using PATCH.
            </summary>
            <param name="todoTaskToUpdate">The TodoTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TodoTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.UpdateResponseAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTask using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoTaskToUpdate">The TodoTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.PutAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTask using PUT.
            </summary>
            <param name="todoTaskToUpdate">The TodoTask object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.PutResponseAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTask using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoTaskToUpdate">The TodoTask object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITodoTaskRequestBuilder">
            <summary>
            The interface ITodoTaskRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITodoTaskRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskRequestBuilder.AttachmentSessions">
            <summary>
            Gets the request builder for AttachmentSessions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskRequestBuilder.ChecklistItems">
            <summary>
            Gets the request builder for ChecklistItems.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITodoTaskRequestBuilder.LinkedResources">
            <summary>
            Gets the request builder for LinkedResources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITokenIssuancePolicyReferenceRequest">
            <summary>
            The interface ITokenIssuancePolicyReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenIssuancePolicy reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenIssuancePolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TokenIssuancePolicy reference.
            </summary>
            <param name="id">The TokenIssuancePolicy reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TokenIssuancePolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The TokenIssuancePolicy reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITokenIssuancePolicyReferenceRequestBuilder">
            <summary>
            The interface ITokenIssuancePolicyReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITokenIssuancePolicyRequest">
            <summary>
            The interface ITokenIssuancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.CreateAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenIssuancePolicy using POST.
            </summary>
            <param name="tokenIssuancePolicyToCreate">The TokenIssuancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.CreateResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenIssuancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenIssuancePolicyToCreate">The TokenIssuancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenIssuancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenIssuancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenIssuancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenIssuancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.UpdateAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenIssuancePolicy using PATCH.
            </summary>
            <param name="tokenIssuancePolicyToUpdate">The TokenIssuancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenIssuancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenIssuancePolicyToUpdate">The TokenIssuancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.PutAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenIssuancePolicy using PUT.
            </summary>
            <param name="tokenIssuancePolicyToUpdate">The TokenIssuancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.PutResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenIssuancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenIssuancePolicyToUpdate">The TokenIssuancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITokenIssuancePolicyRequestBuilder">
            <summary>
            The interface ITokenIssuancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequest">
            <summary>
            The interface ITokenIssuancePolicyWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenIssuancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenIssuancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequest.CreateAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenIssuancePolicy using POST.
            </summary>
            <param name="tokenIssuancePolicyToCreate">The TokenIssuancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenIssuancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenIssuancePolicyToCreate">The TokenIssuancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequest.UpdateAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenIssuancePolicy using PATCH.
            </summary>
            <param name="tokenIssuancePolicyToUpdate">The TokenIssuancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenIssuancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenIssuancePolicyToUpdate">The TokenIssuancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenIssuancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenIssuancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequestBuilder">
            <summary>
            The interface ITokenIssuancePolicyWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the tokenIssuancePolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITokenIssuancePolicyReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITokenLifetimePolicyReferenceRequest">
            <summary>
            The interface ITokenLifetimePolicyReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenLifetimePolicy reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenLifetimePolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TokenLifetimePolicy reference.
            </summary>
            <param name="id">The TokenLifetimePolicy reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TokenLifetimePolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The TokenLifetimePolicy reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITokenLifetimePolicyReferenceRequestBuilder">
            <summary>
            The interface ITokenLifetimePolicyReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITokenLifetimePolicyRequest">
            <summary>
            The interface ITokenLifetimePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.CreateAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenLifetimePolicy using POST.
            </summary>
            <param name="tokenLifetimePolicyToCreate">The TokenLifetimePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.CreateResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenLifetimePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenLifetimePolicyToCreate">The TokenLifetimePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenLifetimePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenLifetimePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenLifetimePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenLifetimePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.UpdateAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenLifetimePolicy using PATCH.
            </summary>
            <param name="tokenLifetimePolicyToUpdate">The TokenLifetimePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.UpdateResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenLifetimePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenLifetimePolicyToUpdate">The TokenLifetimePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.PutAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenLifetimePolicy using PUT.
            </summary>
            <param name="tokenLifetimePolicyToUpdate">The TokenLifetimePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.PutResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenLifetimePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenLifetimePolicyToUpdate">The TokenLifetimePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITokenLifetimePolicyRequestBuilder">
            <summary>
            The interface ITokenLifetimePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequest">
            <summary>
            The interface ITokenLifetimePolicyWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenLifetimePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenLifetimePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequest.CreateAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenLifetimePolicy using POST.
            </summary>
            <param name="tokenLifetimePolicyToCreate">The TokenLifetimePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenLifetimePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenLifetimePolicyToCreate">The TokenLifetimePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequest.UpdateAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenLifetimePolicy using PATCH.
            </summary>
            <param name="tokenLifetimePolicyToUpdate">The TokenLifetimePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenLifetimePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenLifetimePolicyToUpdate">The TokenLifetimePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenLifetimePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenLifetimePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequestBuilder">
            <summary>
            The interface ITokenLifetimePolicyWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the tokenLifetimePolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITokenLifetimePolicyReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITrendingRequest">
            <summary>
            The interface ITrendingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.CreateAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Trending using POST.
            </summary>
            <param name="trendingToCreate">The Trending to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Trending.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.CreateResponseAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Trending using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="trendingToCreate">The Trending to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Trending.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Trending and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Trending.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Trending.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Trending and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.UpdateAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Trending using PATCH.
            </summary>
            <param name="trendingToUpdate">The Trending to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Trending.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.UpdateResponseAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Trending using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="trendingToUpdate">The Trending to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.PutAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Trending using PUT.
            </summary>
            <param name="trendingToUpdate">The Trending object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.PutResponseAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Trending using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="trendingToUpdate">The Trending object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Trending,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Trending,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITrendingRequestBuilder">
            <summary>
            The interface ITrendingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITrendingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITrendingRequestBuilder.Resource">
            <summary>
            Gets the request builder for Resource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntityWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentRequest">
            <summary>
            The interface IUnifiedRoleAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.CreateAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignment using POST.
            </summary>
            <param name="unifiedRoleAssignmentToCreate">The UnifiedRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentToCreate">The UnifiedRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignment using PATCH.
            </summary>
            <param name="unifiedRoleAssignmentToUpdate">The UnifiedRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentToUpdate">The UnifiedRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.PutAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignment using PUT.
            </summary>
            <param name="unifiedRoleAssignmentToUpdate">The UnifiedRoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentToUpdate">The UnifiedRoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentRequestBuilder">
            <summary>
            The interface IUnifiedRoleAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentRequestBuilder.AppScope">
            <summary>
            Gets the request builder for AppScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppScopeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentRequestBuilder.DirectoryScope">
            <summary>
            Gets the request builder for DirectoryScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentRequestBuilder.Principal">
            <summary>
            Gets the request builder for Principal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionPage">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequest">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionPage">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleInstanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentScheduleInstance using POST.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstanceToCreate">The UnifiedRoleAssignmentScheduleInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentScheduleInstance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstanceToCreate">The UnifiedRoleAssignmentScheduleInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentScheduleInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentScheduleInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentScheduleInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleAssignmentScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentScheduleInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleInstance using PATCH.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstanceToUpdate">The UnifiedRoleAssignmentScheduleInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleAssignmentScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleInstance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstanceToUpdate">The UnifiedRoleAssignmentScheduleInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.PutAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleInstance using PUT.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstanceToUpdate">The UnifiedRoleAssignmentScheduleInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleInstance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstanceToUpdate">The UnifiedRoleAssignmentScheduleInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequestBuilder">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleInstanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequestBuilder.ActivatedUsing">
            <summary>
            Gets the request builder for ActivatedUsing.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleReferenceRequest">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentSchedule reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentSchedule reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleAssignmentSchedule reference.
            </summary>
            <param name="id">The UnifiedRoleAssignmentSchedule reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleAssignmentSchedule reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The UnifiedRoleAssignmentSchedule reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleReferenceRequestBuilder">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentSchedule using POST.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToCreate">The UnifiedRoleAssignmentSchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentSchedule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToCreate">The UnifiedRoleAssignmentSchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentSchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentSchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentSchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentSchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentSchedule using PATCH.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToUpdate">The UnifiedRoleAssignmentSchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentSchedule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToUpdate">The UnifiedRoleAssignmentSchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.PutAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentSchedule using PUT.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToUpdate">The UnifiedRoleAssignmentSchedule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentSchedule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToUpdate">The UnifiedRoleAssignmentSchedule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestBuilder">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestBuilder.ActivatedUsing">
            <summary>
            Gets the request builder for ActivatedUsing.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestCancelRequest">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleRequestCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestCancelRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestCancelRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestCancelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestCancelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestCancelRequestBuilder">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleRequestCancelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestCancelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionPage">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.CreateAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentScheduleRequestObject using POST.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequestObjectToCreate">The UnifiedRoleAssignmentScheduleRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentScheduleRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequestObjectToCreate">The UnifiedRoleAssignmentScheduleRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentScheduleRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentScheduleRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentScheduleRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleAssignmentScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentScheduleRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleRequestObject using PATCH.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequestObjectToUpdate">The UnifiedRoleAssignmentScheduleRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleAssignmentScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequestObjectToUpdate">The UnifiedRoleAssignmentScheduleRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.PutAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleRequestObject using PUT.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequestObjectToUpdate">The UnifiedRoleAssignmentScheduleRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequestObjectToUpdate">The UnifiedRoleAssignmentScheduleRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder.ActivatedUsing">
            <summary>
            Gets the request builder for ActivatedUsing.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder.AppScope">
            <summary>
            Gets the request builder for AppScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppScopeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder.DirectoryScope">
            <summary>
            Gets the request builder for DirectoryScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder.Principal">
            <summary>
            Gets the request builder for Principal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder.TargetSchedule">
            <summary>
            Gets the request builder for TargetSchedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder.Cancel">
            <summary>
            Gets the request builder for UnifiedRoleAssignmentScheduleRequestCancel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestCancelRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequest">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentSchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentSchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentSchedule using POST.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToCreate">The UnifiedRoleAssignmentSchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentSchedule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToCreate">The UnifiedRoleAssignmentSchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentSchedule using PATCH.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToUpdate">The UnifiedRoleAssignmentSchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentSchedule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToUpdate">The UnifiedRoleAssignmentSchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentSchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentSchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequestBuilder">
            <summary>
            The interface IUnifiedRoleAssignmentScheduleWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the unifiedRoleAssignmentSchedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionPage">
            <summary>
            The interface IUnifiedRoleDefinitionInheritsPermissionsFromCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest">
            <summary>
            The interface IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleDefinition to the collection via POST.
            </summary>
            <param name="unifiedRoleDefinition">The UnifiedRoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleDefinition">The UnifiedRoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder">
            <summary>
            The interface IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionRequestBuilder"/> for the specified UnifiedRoleDefinition.
            </summary>
            <param name="id">The ID for the UnifiedRoleDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleDefinitionReferenceRequest">
            <summary>
            The interface IUnifiedRoleDefinitionReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleDefinition reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleDefinition reference.
            </summary>
            <param name="id">The UnifiedRoleDefinition reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The UnifiedRoleDefinition reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleDefinitionReferenceRequestBuilder">
            <summary>
            The interface IUnifiedRoleDefinitionReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleDefinitionRequest">
            <summary>
            The interface IUnifiedRoleDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.CreateAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleDefinition using POST.
            </summary>
            <param name="unifiedRoleDefinitionToCreate">The UnifiedRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleDefinitionToCreate">The UnifiedRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleDefinition using PATCH.
            </summary>
            <param name="unifiedRoleDefinitionToUpdate">The UnifiedRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleDefinitionToUpdate">The UnifiedRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.PutAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleDefinition using PUT.
            </summary>
            <param name="unifiedRoleDefinitionToUpdate">The UnifiedRoleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleDefinitionToUpdate">The UnifiedRoleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleDefinitionRequestBuilder">
            <summary>
            The interface IUnifiedRoleDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleDefinitionRequestBuilder.InheritsPermissionsFrom">
            <summary>
            Gets the request builder for InheritsPermissionsFrom.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequest">
            <summary>
            The interface IUnifiedRoleDefinitionWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleDefinition using POST.
            </summary>
            <param name="unifiedRoleDefinitionToCreate">The UnifiedRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleDefinitionToCreate">The UnifiedRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleDefinition using PATCH.
            </summary>
            <param name="unifiedRoleDefinitionToUpdate">The UnifiedRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleDefinitionToUpdate">The UnifiedRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder">
            <summary>
            The interface IUnifiedRoleDefinitionWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the unifiedRoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionPage">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequest">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionPage">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceReferenceRequest">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleInstanceReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleInstance reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleInstance reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleEligibilityScheduleInstance reference.
            </summary>
            <param name="id">The UnifiedRoleEligibilityScheduleInstance reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleEligibilityScheduleInstance reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The UnifiedRoleEligibilityScheduleInstance reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceReferenceRequestBuilder">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleInstanceReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleInstanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilityScheduleInstance using POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToCreate">The UnifiedRoleEligibilityScheduleInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilityScheduleInstance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToCreate">The UnifiedRoleEligibilityScheduleInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilityScheduleInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilityScheduleInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleInstance using PATCH.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToUpdate">The UnifiedRoleEligibilityScheduleInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleInstance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToUpdate">The UnifiedRoleEligibilityScheduleInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.PutAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleInstance using PUT.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToUpdate">The UnifiedRoleEligibilityScheduleInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleInstance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToUpdate">The UnifiedRoleEligibilityScheduleInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequestBuilder">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleInstanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilityScheduleInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilityScheduleInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilityScheduleInstance using POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToCreate">The UnifiedRoleEligibilityScheduleInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilityScheduleInstance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToCreate">The UnifiedRoleEligibilityScheduleInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleInstance using PATCH.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToUpdate">The UnifiedRoleEligibilityScheduleInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleInstance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToUpdate">The UnifiedRoleEligibilityScheduleInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the unifiedRoleEligibilityScheduleInstance.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleReferenceRequest">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilitySchedule reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilitySchedule reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleEligibilitySchedule reference.
            </summary>
            <param name="id">The UnifiedRoleEligibilitySchedule reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleEligibilitySchedule reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The UnifiedRoleEligibilitySchedule reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleReferenceRequestBuilder">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilitySchedule using POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToCreate">The UnifiedRoleEligibilitySchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilitySchedule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToCreate">The UnifiedRoleEligibilitySchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilitySchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilitySchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilitySchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilitySchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilitySchedule using PATCH.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToUpdate">The UnifiedRoleEligibilitySchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilitySchedule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToUpdate">The UnifiedRoleEligibilitySchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.PutAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilitySchedule using PUT.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToUpdate">The UnifiedRoleEligibilitySchedule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilitySchedule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToUpdate">The UnifiedRoleEligibilitySchedule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestBuilder">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestCancelRequest">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleRequestCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestCancelRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestCancelRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestCancelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestCancelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestCancelRequestBuilder">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleRequestCancelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestCancelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionPage">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.CreateAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilityScheduleRequestObject using POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequestObjectToCreate">The UnifiedRoleEligibilityScheduleRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilityScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilityScheduleRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequestObjectToCreate">The UnifiedRoleEligibilityScheduleRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilityScheduleRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleEligibilityScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilityScheduleRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleRequestObject using PATCH.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequestObjectToUpdate">The UnifiedRoleEligibilityScheduleRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleEligibilityScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequestObjectToUpdate">The UnifiedRoleEligibilityScheduleRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.PutAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleRequestObject using PUT.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequestObjectToUpdate">The UnifiedRoleEligibilityScheduleRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequestObjectToUpdate">The UnifiedRoleEligibilityScheduleRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequestBuilder">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequestBuilder.AppScope">
            <summary>
            Gets the request builder for AppScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppScopeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequestBuilder.DirectoryScope">
            <summary>
            Gets the request builder for DirectoryScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequestBuilder.Principal">
            <summary>
            Gets the request builder for Principal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequestBuilder.TargetSchedule">
            <summary>
            Gets the request builder for TargetSchedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequestBuilder.Cancel">
            <summary>
            Gets the request builder for UnifiedRoleEligibilityScheduleRequestCancel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestCancelRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequest">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilitySchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilitySchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilitySchedule using POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToCreate">The UnifiedRoleEligibilitySchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilitySchedule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToCreate">The UnifiedRoleEligibilitySchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilitySchedule using PATCH.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToUpdate">The UnifiedRoleEligibilitySchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilitySchedule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToUpdate">The UnifiedRoleEligibilitySchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilitySchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilitySchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequestBuilder">
            <summary>
            The interface IUnifiedRoleEligibilityScheduleWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the unifiedRoleEligibilitySchedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyApprovalRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyApprovalRule using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyApprovalRuleToCreate">The UnifiedRoleManagementPolicyApprovalRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyApprovalRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyApprovalRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyApprovalRuleToCreate">The UnifiedRoleManagementPolicyApprovalRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyApprovalRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyApprovalRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyApprovalRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyApprovalRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyApprovalRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyApprovalRule using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyApprovalRuleToUpdate">The UnifiedRoleManagementPolicyApprovalRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyApprovalRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyApprovalRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyApprovalRuleToUpdate">The UnifiedRoleManagementPolicyApprovalRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyApprovalRule using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyApprovalRuleToUpdate">The UnifiedRoleManagementPolicyApprovalRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyApprovalRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyApprovalRuleToUpdate">The UnifiedRoleManagementPolicyApprovalRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyApprovalRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyApprovalRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyAssignment using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignmentToCreate">The UnifiedRoleManagementPolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignmentToCreate">The UnifiedRoleManagementPolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAssignment using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignmentToUpdate">The UnifiedRoleManagementPolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignmentToUpdate">The UnifiedRoleManagementPolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAssignment using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignmentToUpdate">The UnifiedRoleManagementPolicyAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignmentToUpdate">The UnifiedRoleManagementPolicyAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequestBuilder.Policy">
            <summary>
            Gets the request builder for Policy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyAuthenticationContextRule using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyAuthenticationContextRuleToCreate">The UnifiedRoleManagementPolicyAuthenticationContextRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyAuthenticationContextRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyAuthenticationContextRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyAuthenticationContextRuleToCreate">The UnifiedRoleManagementPolicyAuthenticationContextRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyAuthenticationContextRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyAuthenticationContextRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyAuthenticationContextRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyAuthenticationContextRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyAuthenticationContextRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAuthenticationContextRule using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyAuthenticationContextRuleToUpdate">The UnifiedRoleManagementPolicyAuthenticationContextRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyAuthenticationContextRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAuthenticationContextRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyAuthenticationContextRuleToUpdate">The UnifiedRoleManagementPolicyAuthenticationContextRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAuthenticationContextRule using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyAuthenticationContextRuleToUpdate">The UnifiedRoleManagementPolicyAuthenticationContextRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAuthenticationContextRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyAuthenticationContextRuleToUpdate">The UnifiedRoleManagementPolicyAuthenticationContextRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyAuthenticationContextRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyAuthenticationContextRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionPage">
            <summary>
            The interface IUnifiedRoleManagementPolicyEffectiveRulesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicyRule to the collection via POST.
            </summary>
            <param name="unifiedRoleManagementPolicyRule">The UnifiedRoleManagementPolicyRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicyRule to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleManagementPolicyRule">The UnifiedRoleManagementPolicyRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequestBuilder"/> for the specified UnifiedRoleManagementPolicyRule.
            </summary>
            <param name="id">The ID for the UnifiedRoleManagementPolicyRule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyEnablementRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyEnablementRule using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyEnablementRuleToCreate">The UnifiedRoleManagementPolicyEnablementRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyEnablementRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyEnablementRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyEnablementRuleToCreate">The UnifiedRoleManagementPolicyEnablementRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyEnablementRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyEnablementRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyEnablementRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyEnablementRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyEnablementRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyEnablementRule using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyEnablementRuleToUpdate">The UnifiedRoleManagementPolicyEnablementRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyEnablementRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyEnablementRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyEnablementRuleToUpdate">The UnifiedRoleManagementPolicyEnablementRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyEnablementRule using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyEnablementRuleToUpdate">The UnifiedRoleManagementPolicyEnablementRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyEnablementRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyEnablementRuleToUpdate">The UnifiedRoleManagementPolicyEnablementRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyEnablementRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyEnablementRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyExpirationRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyExpirationRule using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyExpirationRuleToCreate">The UnifiedRoleManagementPolicyExpirationRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyExpirationRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyExpirationRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyExpirationRuleToCreate">The UnifiedRoleManagementPolicyExpirationRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyExpirationRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyExpirationRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyExpirationRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyExpirationRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyExpirationRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyExpirationRule using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyExpirationRuleToUpdate">The UnifiedRoleManagementPolicyExpirationRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyExpirationRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyExpirationRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyExpirationRuleToUpdate">The UnifiedRoleManagementPolicyExpirationRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyExpirationRule using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyExpirationRuleToUpdate">The UnifiedRoleManagementPolicyExpirationRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyExpirationRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyExpirationRuleToUpdate">The UnifiedRoleManagementPolicyExpirationRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyExpirationRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyExpirationRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyNotificationRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyNotificationRule using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyNotificationRuleToCreate">The UnifiedRoleManagementPolicyNotificationRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyNotificationRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyNotificationRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyNotificationRuleToCreate">The UnifiedRoleManagementPolicyNotificationRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyNotificationRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyNotificationRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyNotificationRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyNotificationRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyNotificationRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyNotificationRule using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyNotificationRuleToUpdate">The UnifiedRoleManagementPolicyNotificationRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyNotificationRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyNotificationRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyNotificationRuleToUpdate">The UnifiedRoleManagementPolicyNotificationRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyNotificationRule using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyNotificationRuleToUpdate">The UnifiedRoleManagementPolicyNotificationRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyNotificationRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyNotificationRuleToUpdate">The UnifiedRoleManagementPolicyNotificationRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyNotificationRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyNotificationRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyReferenceRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicy reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleManagementPolicy reference.
            </summary>
            <param name="id">The UnifiedRoleManagementPolicy reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleManagementPolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The UnifiedRoleManagementPolicy reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyReferenceRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicy using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyToCreate">The UnifiedRoleManagementPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyToCreate">The UnifiedRoleManagementPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicy using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyToUpdate">The UnifiedRoleManagementPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyToUpdate">The UnifiedRoleManagementPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicy using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyToUpdate">The UnifiedRoleManagementPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyToUpdate">The UnifiedRoleManagementPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleManagementPolicyRequestBuilder.EffectiveRules">
            <summary>
            Gets the request builder for EffectiveRules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleManagementPolicyRequestBuilder.Rules">
            <summary>
            Gets the request builder for Rules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyRule using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyRuleToCreate">The UnifiedRoleManagementPolicyRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyRuleToCreate">The UnifiedRoleManagementPolicyRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyRule using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyRuleToUpdate">The UnifiedRoleManagementPolicyRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyRuleToUpdate">The UnifiedRoleManagementPolicyRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyRule using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyRuleToUpdate">The UnifiedRoleManagementPolicyRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyRuleToUpdate">The UnifiedRoleManagementPolicyRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionPage">
            <summary>
            The interface IUnifiedRoleManagementPolicyRulesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyRulesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicyRule to the collection via POST.
            </summary>
            <param name="unifiedRoleManagementPolicyRule">The UnifiedRoleManagementPolicyRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicyRule to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleManagementPolicyRule">The UnifiedRoleManagementPolicyRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyRulesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequestBuilder"/> for the specified UnifiedRoleManagementPolicyRule.
            </summary>
            <param name="id">The ID for the UnifiedRoleManagementPolicyRule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesPage">
            <summary>
            The interface IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequest">
            <summary>
            The interface IUnifiedRoleManagementPolicyWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicy using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyToCreate">The UnifiedRoleManagementPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyToCreate">The UnifiedRoleManagementPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicy using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyToUpdate">The UnifiedRoleManagementPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyToUpdate">The UnifiedRoleManagementPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequestBuilder">
            <summary>
            The interface IUnifiedRoleManagementPolicyWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the unifiedRoleManagementPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest">
            <summary>
            The interface IUnifiedRoleScheduleBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.CreateAsync(Microsoft.Graph.UnifiedRoleScheduleBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleScheduleBase using POST.
            </summary>
            <param name="unifiedRoleScheduleBaseToCreate">The UnifiedRoleScheduleBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleScheduleBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleScheduleBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleScheduleBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleScheduleBaseToCreate">The UnifiedRoleScheduleBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleScheduleBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleScheduleBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleScheduleBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleScheduleBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleScheduleBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleScheduleBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleBase using PATCH.
            </summary>
            <param name="unifiedRoleScheduleBaseToUpdate">The UnifiedRoleScheduleBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleScheduleBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleScheduleBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleScheduleBaseToUpdate">The UnifiedRoleScheduleBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.PutAsync(Microsoft.Graph.UnifiedRoleScheduleBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleBase using PUT.
            </summary>
            <param name="unifiedRoleScheduleBaseToUpdate">The UnifiedRoleScheduleBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleScheduleBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleScheduleBaseToUpdate">The UnifiedRoleScheduleBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleScheduleBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleScheduleBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleScheduleBaseRequestBuilder">
            <summary>
            The interface IUnifiedRoleScheduleBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleScheduleBaseRequestBuilder.AppScope">
            <summary>
            Gets the request builder for AppScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppScopeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleScheduleBaseRequestBuilder.DirectoryScope">
            <summary>
            Gets the request builder for DirectoryScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleScheduleBaseRequestBuilder.Principal">
            <summary>
            Gets the request builder for Principal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleScheduleBaseRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest">
            <summary>
            The interface IUnifiedRoleScheduleInstanceBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.CreateAsync(Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleScheduleInstanceBase using POST.
            </summary>
            <param name="unifiedRoleScheduleInstanceBaseToCreate">The UnifiedRoleScheduleInstanceBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleScheduleInstanceBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleScheduleInstanceBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleScheduleInstanceBaseToCreate">The UnifiedRoleScheduleInstanceBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleScheduleInstanceBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleScheduleInstanceBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleScheduleInstanceBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleScheduleInstanceBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleScheduleInstanceBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleInstanceBase using PATCH.
            </summary>
            <param name="unifiedRoleScheduleInstanceBaseToUpdate">The UnifiedRoleScheduleInstanceBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleScheduleInstanceBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleInstanceBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleScheduleInstanceBaseToUpdate">The UnifiedRoleScheduleInstanceBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.PutAsync(Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleInstanceBase using PUT.
            </summary>
            <param name="unifiedRoleScheduleInstanceBaseToUpdate">The UnifiedRoleScheduleInstanceBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleInstanceBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleScheduleInstanceBaseToUpdate">The UnifiedRoleScheduleInstanceBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequestBuilder">
            <summary>
            The interface IUnifiedRoleScheduleInstanceBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequestBuilder.AppScope">
            <summary>
            Gets the request builder for AppScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppScopeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequestBuilder.DirectoryScope">
            <summary>
            Gets the request builder for DirectoryScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequestBuilder.Principal">
            <summary>
            Gets the request builder for Principal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUnifiedRoleScheduleInstanceBaseRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnmuteParticipantOperationRequest">
            <summary>
            The interface IUnmuteParticipantOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.CreateAsync(Microsoft.Graph.UnmuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnmuteParticipantOperation using POST.
            </summary>
            <param name="unmuteParticipantOperationToCreate">The UnmuteParticipantOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnmuteParticipantOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.CreateResponseAsync(Microsoft.Graph.UnmuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnmuteParticipantOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unmuteParticipantOperationToCreate">The UnmuteParticipantOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnmuteParticipantOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnmuteParticipantOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnmuteParticipantOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnmuteParticipantOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnmuteParticipantOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.UpdateAsync(Microsoft.Graph.UnmuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnmuteParticipantOperation using PATCH.
            </summary>
            <param name="unmuteParticipantOperationToUpdate">The UnmuteParticipantOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnmuteParticipantOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.UpdateResponseAsync(Microsoft.Graph.UnmuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnmuteParticipantOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unmuteParticipantOperationToUpdate">The UnmuteParticipantOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.PutAsync(Microsoft.Graph.UnmuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnmuteParticipantOperation using PUT.
            </summary>
            <param name="unmuteParticipantOperationToUpdate">The UnmuteParticipantOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.PutResponseAsync(Microsoft.Graph.UnmuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnmuteParticipantOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unmuteParticipantOperationToUpdate">The UnmuteParticipantOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnmuteParticipantOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnmuteParticipantOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUnmuteParticipantOperationRequestBuilder">
            <summary>
            The interface IUnmuteParticipantOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUnmuteParticipantOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUpdateRecordingStatusOperationRequest">
            <summary>
            The interface IUpdateRecordingStatusOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.CreateAsync(Microsoft.Graph.UpdateRecordingStatusOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UpdateRecordingStatusOperation using POST.
            </summary>
            <param name="updateRecordingStatusOperationToCreate">The UpdateRecordingStatusOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UpdateRecordingStatusOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.CreateResponseAsync(Microsoft.Graph.UpdateRecordingStatusOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UpdateRecordingStatusOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="updateRecordingStatusOperationToCreate">The UpdateRecordingStatusOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UpdateRecordingStatusOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UpdateRecordingStatusOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UpdateRecordingStatusOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UpdateRecordingStatusOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UpdateRecordingStatusOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.UpdateAsync(Microsoft.Graph.UpdateRecordingStatusOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UpdateRecordingStatusOperation using PATCH.
            </summary>
            <param name="updateRecordingStatusOperationToUpdate">The UpdateRecordingStatusOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UpdateRecordingStatusOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.UpdateResponseAsync(Microsoft.Graph.UpdateRecordingStatusOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UpdateRecordingStatusOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="updateRecordingStatusOperationToUpdate">The UpdateRecordingStatusOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.PutAsync(Microsoft.Graph.UpdateRecordingStatusOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UpdateRecordingStatusOperation using PUT.
            </summary>
            <param name="updateRecordingStatusOperationToUpdate">The UpdateRecordingStatusOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.PutResponseAsync(Microsoft.Graph.UpdateRecordingStatusOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UpdateRecordingStatusOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="updateRecordingStatusOperationToUpdate">The UpdateRecordingStatusOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UpdateRecordingStatusOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UpdateRecordingStatusOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUpdateRecordingStatusOperationRequestBuilder">
            <summary>
            The interface IUpdateRecordingStatusOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUpdateRecordingStatusOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUrlAssessmentRequestRequest">
            <summary>
            The interface IUrlAssessmentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.CreateAsync(Microsoft.Graph.UrlAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UrlAssessmentRequestObject using POST.
            </summary>
            <param name="urlAssessmentRequestObjectToCreate">The UrlAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UrlAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.CreateResponseAsync(Microsoft.Graph.UrlAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UrlAssessmentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="urlAssessmentRequestObjectToCreate">The UrlAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UrlAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UrlAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UrlAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UrlAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UrlAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.UpdateAsync(Microsoft.Graph.UrlAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UrlAssessmentRequestObject using PATCH.
            </summary>
            <param name="urlAssessmentRequestObjectToUpdate">The UrlAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UrlAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.UpdateResponseAsync(Microsoft.Graph.UrlAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UrlAssessmentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="urlAssessmentRequestObjectToUpdate">The UrlAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.PutAsync(Microsoft.Graph.UrlAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UrlAssessmentRequestObject using PUT.
            </summary>
            <param name="urlAssessmentRequestObjectToUpdate">The UrlAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.PutResponseAsync(Microsoft.Graph.UrlAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UrlAssessmentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="urlAssessmentRequestObjectToUpdate">The UrlAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UrlAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UrlAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUrlAssessmentRequestRequestBuilder">
            <summary>
            The interface IUrlAssessmentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUrlAssessmentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUsedInsightRequest">
            <summary>
            The interface IUsedInsightRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.CreateAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UsedInsight using POST.
            </summary>
            <param name="usedInsightToCreate">The UsedInsight to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UsedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.CreateResponseAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UsedInsight using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="usedInsightToCreate">The UsedInsight to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UsedInsight.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UsedInsight and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UsedInsight.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UsedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UsedInsight and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.UpdateAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UsedInsight using PATCH.
            </summary>
            <param name="usedInsightToUpdate">The UsedInsight to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UsedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.UpdateResponseAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UsedInsight using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="usedInsightToUpdate">The UsedInsight to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.PutAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UsedInsight using PUT.
            </summary>
            <param name="usedInsightToUpdate">The UsedInsight object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.PutResponseAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UsedInsight using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="usedInsightToUpdate">The UsedInsight object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UsedInsight,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UsedInsight,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUsedInsightRequestBuilder">
            <summary>
            The interface IUsedInsightRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUsedInsightRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUsedInsightRequestBuilder.Resource">
            <summary>
            Gets the request builder for Resource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntityWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivitiesCollectionPage">
            <summary>
            The interface IUserActivitiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserActivitiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserActivitiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserActivitiesCollectionRequest">
            <summary>
            The interface IUserActivitiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.AddAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserActivity to the collection via POST.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.AddResponseAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserActivity to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.AddUserActivityAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Adds the specified UserActivity to the collection via PUT.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.AddUserActivityAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Adds or replaces the specified UserActivity to the collection via PUT.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder">
            <summary>
            The interface IUserActivitiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserActivityRequestBuilder"/> for the specified UserActivity.
            </summary>
            <param name="id">The ID for the UserActivity.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder.Recent">
            <summary>
            Gets the request builder for UserActivityRecent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityRecentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionPage">
            <summary>
            The interface IUserActivityHistoryItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserActivityHistoryItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest">
            <summary>
            The interface IUserActivityHistoryItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.AddAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via POST.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.AddActivityHistoryAsync(Microsoft.Graph.ActivityHistoryItem)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via PUT.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.AddActivityHistoryAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via PUT.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequestBuilder">
            <summary>
            The interface IUserActivityHistoryItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IActivityHistoryItemRequestBuilder"/> for the specified ActivityHistoryItem.
            </summary>
            <param name="id">The ID for the ActivityHistoryItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IActivityHistoryItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityRecentCollectionPage">
            <summary>
            The interface IUserActivityRecentCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserActivityRecentCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserActivityRecentRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityRecentRequest">
            <summary>
            The interface IUserActivityRecentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityRecentRequestBuilder">
            <summary>
            The interface IUserActivityRecentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityReferenceRequest">
            <summary>
            The interface IUserActivityReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UserActivity reference.
            </summary>
            <param name="id">The UserActivity reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UserActivity reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The UserActivity reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityReferenceRequestBuilder">
            <summary>
            The interface IUserActivityReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityRequest">
            <summary>
            The interface IUserActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.CreateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserActivity using POST.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.CreateResponseAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserActivity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserActivity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.UpdateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PATCH.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.UpdateResponseAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.PutAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PUT.
            </summary>
            <param name="userActivityToUpdate">The UserActivity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.PutResponseAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userActivityToUpdate">The UserActivity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityRequestBuilder">
            <summary>
            The interface IUserActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserActivityRequestBuilder.HistoryItems">
            <summary>
            Gets the request builder for HistoryItems.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityWithReferenceRequest">
            <summary>
            The interface IUserActivityWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserActivity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.CreateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserActivity using POST.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserActivity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.UpdateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PATCH.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityWithReferenceRequestBuilder">
            <summary>
            The interface IUserActivityWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserActivityWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the userActivity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionReferencesRequest">
            <summary>
            The interface IUserAgreementAcceptancesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionReferencesRequest.AddAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserAgreementAcceptancesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesPage">
            <summary>
            The interface IUserAgreementAcceptancesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequest">
            <summary>
            The interface IUserAgreementAcceptancesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserAgreementAcceptancesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequestBuilder"/> for the specified AgreementAcceptance.
            </summary>
            <param name="id">The ID for the AgreementAcceptance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserAppRoleAssignmentsCollectionPage">
            <summary>
            The interface IUserAppRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserAppRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest">
            <summary>
            The interface IUserAppRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IUserAppRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/> for the specified AppRoleAssignment.
            </summary>
            <param name="id">The ID for the AppRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserAssignLicenseRequest">
            <summary>
            The interface IUserAssignLicenseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserAssignLicenseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserAssignLicenseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAssignLicenseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAssignLicenseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAssignLicenseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserAssignLicenseRequestBuilder">
            <summary>
            The interface IUserAssignLicenseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserAssignLicenseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarGroupsCollectionPage">
            <summary>
            The interface IUserCalendarGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserCalendarGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCalendarGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarGroupsCollectionRequest">
            <summary>
            The interface IUserCalendarGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.AddAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CalendarGroup to the collection via POST.
            </summary>
            <param name="calendarGroup">The CalendarGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CalendarGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendarGroup">The CalendarGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarGroupsCollectionRequestBuilder">
            <summary>
            The interface IUserCalendarGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserCalendarGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarGroupRequestBuilder"/> for the specified CalendarGroup.
            </summary>
            <param name="id">The ID for the CalendarGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarsCollectionPage">
            <summary>
            The interface IUserCalendarsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserCalendarsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCalendarsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarsCollectionRequest">
            <summary>
            The interface IUserCalendarsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.AddAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Calendar to the collection via POST.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.AddResponseAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Calendar to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarsCollectionRequestBuilder">
            <summary>
            The interface IUserCalendarsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserCalendarsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/> for the specified Calendar.
            </summary>
            <param name="id">The ID for the Calendar.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarViewCollectionPage">
            <summary>
            The interface IUserCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarViewCollectionRequest">
            <summary>
            The interface IUserCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder">
            <summary>
            The interface IUserCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserChangePasswordRequest">
            <summary>
            The interface IUserChangePasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserChangePasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserChangePasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChangePasswordRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChangePasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChangePasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserChangePasswordRequestBuilder">
            <summary>
            The interface IUserChangePasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserChangePasswordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserChatsCollectionPage">
            <summary>
            The interface IUserChatsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserChatsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserChatsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserChatsCollectionRequest">
            <summary>
            The interface IUserChatsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequest.AddAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Chat to the collection via POST.
            </summary>
            <param name="chat">The Chat to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequest.AddResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Chat to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="chat">The Chat to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserChatsCollectionRequestBuilder">
            <summary>
            The interface IUserChatsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserChatsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChatRequestBuilder"/> for the specified Chat.
            </summary>
            <param name="id">The ID for the Chat.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChatRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChatsCollectionRequestBuilder.GetAllMessages">
            <summary>
            Gets the request builder for ChatGetAllMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatGetAllMessagesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserCollectionPage">
            <summary>
            The interface IUserConsentRequestFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequest">
            <summary>
            The interface IUserConsentRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequestBuilder">
            <summary>
            The interface IUserConsentRequestFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserConsentRequestRequest">
            <summary>
            The interface IUserConsentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.CreateAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserConsentRequestObject using POST.
            </summary>
            <param name="userConsentRequestObjectToCreate">The UserConsentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.CreateResponseAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserConsentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userConsentRequestObjectToCreate">The UserConsentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserConsentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserConsentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserConsentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserConsentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.UpdateAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserConsentRequestObject using PATCH.
            </summary>
            <param name="userConsentRequestObjectToUpdate">The UserConsentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.UpdateResponseAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserConsentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userConsentRequestObjectToUpdate">The UserConsentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.PutAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserConsentRequestObject using PUT.
            </summary>
            <param name="userConsentRequestObjectToUpdate">The UserConsentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.PutResponseAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserConsentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userConsentRequestObjectToUpdate">The UserConsentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserConsentRequestRequestBuilder">
            <summary>
            The interface IUserConsentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserConsentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserConsentRequestRequestBuilder.Approval">
            <summary>
            Gets the request builder for Approval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApprovalRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserContactFoldersCollectionPage">
            <summary>
            The interface IUserContactFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserContactFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserContactFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserContactFoldersCollectionRequest">
            <summary>
            The interface IUserContactFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.AddAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContactFolder to the collection via POST.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.AddResponseAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContactFolder to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder">
            <summary>
            The interface IUserContactFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/> for the specified ContactFolder.
            </summary>
            <param name="id">The ID for the ContactFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserContactsCollectionPage">
            <summary>
            The interface IUserContactsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserContactsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserContactsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserContactsCollectionRequest">
            <summary>
            The interface IUserContactsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.AddAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contact to the collection via POST.
            </summary>
            <param name="contact">The Contact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.AddResponseAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contact to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contact">The Contact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserContactsCollectionRequestBuilder">
            <summary>
            The interface IUserContactsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserContactsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactRequestBuilder"/> for the specified Contact.
            </summary>
            <param name="id">The ID for the Contact.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequest">
            <summary>
            The interface IUserCreatedObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserCreatedObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesPage">
            <summary>
            The interface IUserCreatedObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest">
            <summary>
            The interface IUserCreatedObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserCreatedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDeltaCollectionPage">
            <summary>
            The interface IUserDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserDeltaRequest">
            <summary>
            The interface IUserDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDeltaRequestBuilder">
            <summary>
            The interface IUserDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionPage">
            <summary>
            The interface IUserDeviceManagementTroubleshootingEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest">
            <summary>
            The interface IUserDeviceManagementTroubleshootingEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder">
            <summary>
            The interface IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/> for the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <param name="id">The ID for the DeviceManagementTroubleshootingEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequest">
            <summary>
            The interface IUserDirectReportsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserDirectReportsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesPage">
            <summary>
            The interface IUserDirectReportsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest">
            <summary>
            The interface IUserDirectReportsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserDirectReportsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDrivesCollectionPage">
            <summary>
            The interface IUserDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserDrivesCollectionRequest">
            <summary>
            The interface IUserDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.AddResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDrivesCollectionRequestBuilder">
            <summary>
            The interface IUserDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified Drive.
            </summary>
            <param name="id">The ID for the Drive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserEventsCollectionPage">
            <summary>
            The interface IUserEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserEventsCollectionRequest">
            <summary>
            The interface IUserEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserEventsCollectionRequestBuilder">
            <summary>
            The interface IUserEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest">
            <summary>
            The interface IUserExperienceAnalyticsDevicePerformanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.CreateAsync(Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserExperienceAnalyticsDevicePerformance using POST.
            </summary>
            <param name="userExperienceAnalyticsDevicePerformanceToCreate">The UserExperienceAnalyticsDevicePerformance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserExperienceAnalyticsDevicePerformance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.CreateResponseAsync(Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserExperienceAnalyticsDevicePerformance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userExperienceAnalyticsDevicePerformanceToCreate">The UserExperienceAnalyticsDevicePerformance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserExperienceAnalyticsDevicePerformance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserExperienceAnalyticsDevicePerformance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserExperienceAnalyticsDevicePerformance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserExperienceAnalyticsDevicePerformance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserExperienceAnalyticsDevicePerformance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.UpdateAsync(Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserExperienceAnalyticsDevicePerformance using PATCH.
            </summary>
            <param name="userExperienceAnalyticsDevicePerformanceToUpdate">The UserExperienceAnalyticsDevicePerformance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserExperienceAnalyticsDevicePerformance.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.UpdateResponseAsync(Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserExperienceAnalyticsDevicePerformance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userExperienceAnalyticsDevicePerformanceToUpdate">The UserExperienceAnalyticsDevicePerformance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.PutAsync(Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserExperienceAnalyticsDevicePerformance using PUT.
            </summary>
            <param name="userExperienceAnalyticsDevicePerformanceToUpdate">The UserExperienceAnalyticsDevicePerformance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.PutResponseAsync(Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserExperienceAnalyticsDevicePerformance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userExperienceAnalyticsDevicePerformanceToUpdate">The UserExperienceAnalyticsDevicePerformance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequestBuilder">
            <summary>
            The interface IUserExperienceAnalyticsDevicePerformanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExperienceAnalyticsDevicePerformanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserExportPersonalDataRequest">
            <summary>
            The interface IUserExportPersonalDataRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserExportPersonalDataRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserExportPersonalDataRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExportPersonalDataRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExportPersonalDataRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExportPersonalDataRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserExportPersonalDataRequestBuilder">
            <summary>
            The interface IUserExportPersonalDataRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserExportPersonalDataRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserExtensionsCollectionPage">
            <summary>
            The interface IUserExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserExtensionsCollectionRequest">
            <summary>
            The interface IUserExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserExtensionsCollectionRequestBuilder">
            <summary>
            The interface IUserExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFindMeetingTimesRequest">
            <summary>
            The interface IUserFindMeetingTimesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserFindMeetingTimesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFindMeetingTimesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFindMeetingTimesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFindMeetingTimesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFindMeetingTimesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFindMeetingTimesRequestBuilder">
            <summary>
            The interface IUserFindMeetingTimesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFindMeetingTimesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionPage">
            <summary>
            The interface IUserFlowLanguageConfigurationDefaultPagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest">
            <summary>
            The interface IUserFlowLanguageConfigurationDefaultPagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest.AddAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserFlowLanguagePage to the collection via POST.
            </summary>
            <param name="userFlowLanguagePage">The UserFlowLanguagePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserFlowLanguagePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest.AddResponseAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserFlowLanguagePage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userFlowLanguagePage">The UserFlowLanguagePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguagePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguagePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder">
            <summary>
            The interface IUserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserFlowLanguagePageRequestBuilder"/> for the specified UserFlowLanguagePage.
            </summary>
            <param name="id">The ID for the UserFlowLanguagePage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserFlowLanguagePageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionPage">
            <summary>
            The interface IUserFlowLanguageConfigurationOverridesPagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest">
            <summary>
            The interface IUserFlowLanguageConfigurationOverridesPagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest.AddAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserFlowLanguagePage to the collection via POST.
            </summary>
            <param name="userFlowLanguagePage">The UserFlowLanguagePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserFlowLanguagePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest.AddResponseAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserFlowLanguagePage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userFlowLanguagePage">The UserFlowLanguagePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguagePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguagePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder">
            <summary>
            The interface IUserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserFlowLanguagePageRequestBuilder"/> for the specified UserFlowLanguagePage.
            </summary>
            <param name="id">The ID for the UserFlowLanguagePage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserFlowLanguagePageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFlowLanguageConfigurationRequest">
            <summary>
            The interface IUserFlowLanguageConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.CreateAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserFlowLanguageConfiguration using POST.
            </summary>
            <param name="userFlowLanguageConfigurationToCreate">The UserFlowLanguageConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserFlowLanguageConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.CreateResponseAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserFlowLanguageConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userFlowLanguageConfigurationToCreate">The UserFlowLanguageConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserFlowLanguageConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserFlowLanguageConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserFlowLanguageConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserFlowLanguageConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserFlowLanguageConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.UpdateAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguageConfiguration using PATCH.
            </summary>
            <param name="userFlowLanguageConfigurationToUpdate">The UserFlowLanguageConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserFlowLanguageConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguageConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userFlowLanguageConfigurationToUpdate">The UserFlowLanguageConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.PutAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguageConfiguration using PUT.
            </summary>
            <param name="userFlowLanguageConfigurationToUpdate">The UserFlowLanguageConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.PutResponseAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguageConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userFlowLanguageConfigurationToUpdate">The UserFlowLanguageConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguageConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguageConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFlowLanguageConfigurationRequestBuilder">
            <summary>
            The interface IUserFlowLanguageConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguageConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserFlowLanguageConfigurationRequestBuilder.DefaultPages">
            <summary>
            Gets the request builder for DefaultPages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserFlowLanguageConfigurationRequestBuilder.OverridesPages">
            <summary>
            Gets the request builder for OverridesPages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFlowLanguagePageContentRequest">
            <summary>
            The interface IUserFlowLanguagePageContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFlowLanguagePageContentRequestBuilder">
            <summary>
            The interface IUserFlowLanguagePageContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFlowLanguagePageRequest">
            <summary>
            The interface IUserFlowLanguagePageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.CreateAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserFlowLanguagePage using POST.
            </summary>
            <param name="userFlowLanguagePageToCreate">The UserFlowLanguagePage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserFlowLanguagePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.CreateResponseAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserFlowLanguagePage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userFlowLanguagePageToCreate">The UserFlowLanguagePage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserFlowLanguagePage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserFlowLanguagePage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserFlowLanguagePage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserFlowLanguagePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserFlowLanguagePage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.UpdateAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguagePage using PATCH.
            </summary>
            <param name="userFlowLanguagePageToUpdate">The UserFlowLanguagePage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserFlowLanguagePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.UpdateResponseAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguagePage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userFlowLanguagePageToUpdate">The UserFlowLanguagePage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.PutAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguagePage using PUT.
            </summary>
            <param name="userFlowLanguagePageToUpdate">The UserFlowLanguagePage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.PutResponseAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguagePage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userFlowLanguagePageToUpdate">The UserFlowLanguagePage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguagePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguagePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFlowLanguagePageRequestBuilder">
            <summary>
            The interface IUserFlowLanguagePageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFlowLanguagePageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserFlowLanguagePageRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFlowLanguagePageContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFollowedSitesCollectionReferencesRequest">
            <summary>
            The interface IUserFollowedSitesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionReferencesRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserFollowedSitesCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserFollowedSitesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesPage">
            <summary>
            The interface IUserFollowedSitesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequest">
            <summary>
            The interface IUserFollowedSitesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserFollowedSitesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteWithReferenceRequestBuilder"/> for the specified Site.
            </summary>
            <param name="id">The ID for the Site.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserFollowedSitesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFollowedSitesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserGetMailTipsCollectionPage">
            <summary>
            The interface IUserGetMailTipsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserGetMailTipsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserGetMailTipsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetMailTipsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserGetMailTipsRequest">
            <summary>
            The interface IUserGetMailTipsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserGetMailTipsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetMailTipsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetMailTipsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetMailTipsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetMailTipsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetMailTipsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetMailTipsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetMailTipsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetMailTipsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserGetMailTipsRequestBuilder">
            <summary>
            The interface IUserGetMailTipsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetMailTipsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesCollectionPage">
            <summary>
            The interface IUserGetManagedAppDiagnosticStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest">
            <summary>
            The interface IUserGetManagedAppDiagnosticStatusesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequestBuilder">
            <summary>
            The interface IUserGetManagedAppDiagnosticStatusesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserGetManagedAppPoliciesCollectionPage">
            <summary>
            The interface IUserGetManagedAppPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserGetManagedAppPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserGetManagedAppPoliciesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserGetManagedAppPoliciesRequest">
            <summary>
            The interface IUserGetManagedAppPoliciesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserGetManagedAppPoliciesRequestBuilder">
            <summary>
            The interface IUserGetManagedAppPoliciesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionPage">
            <summary>
            The interface IUserInstallStateSummaryDeviceStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest">
            <summary>
            The interface IUserInstallStateSummaryDeviceStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder">
            <summary>
            The interface IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/> for the specified DeviceInstallState.
            </summary>
            <param name="id">The ID for the DeviceInstallState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserInstallStateSummaryRequest">
            <summary>
            The interface IUserInstallStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.CreateAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserInstallStateSummary using POST.
            </summary>
            <param name="userInstallStateSummaryToCreate">The UserInstallStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.CreateResponseAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserInstallStateSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userInstallStateSummaryToCreate">The UserInstallStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserInstallStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserInstallStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserInstallStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserInstallStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.UpdateAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserInstallStateSummary using PATCH.
            </summary>
            <param name="userInstallStateSummaryToUpdate">The UserInstallStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.UpdateResponseAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserInstallStateSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userInstallStateSummaryToUpdate">The UserInstallStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.PutAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserInstallStateSummary using PUT.
            </summary>
            <param name="userInstallStateSummaryToUpdate">The UserInstallStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.PutResponseAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserInstallStateSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userInstallStateSummaryToUpdate">The UserInstallStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder">
            <summary>
            The interface IUserInstallStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder.DeviceStates">
            <summary>
            Gets the request builder for DeviceStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserJoinedTeamsCollectionPage">
            <summary>
            The interface IUserJoinedTeamsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserJoinedTeamsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserJoinedTeamsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserJoinedTeamsCollectionRequest">
            <summary>
            The interface IUserJoinedTeamsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequest.AddAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Team to the collection via POST.
            </summary>
            <param name="team">The Team to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequest.AddResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Team to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="team">The Team to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserJoinedTeamsCollectionRequestBuilder">
            <summary>
            The interface IUserJoinedTeamsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserJoinedTeamsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamRequestBuilder"/> for the specified Team.
            </summary>
            <param name="id">The ID for the Team.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserJoinedTeamsCollectionRequestBuilder.GetAllMessages">
            <summary>
            Gets the request builder for TeamGetAllMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamGetAllMessagesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserLicenseDetailsCollectionPage">
            <summary>
            The interface IUserLicenseDetailsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserLicenseDetailsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserLicenseDetailsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserLicenseDetailsCollectionRequest">
            <summary>
            The interface IUserLicenseDetailsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.AddAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LicenseDetails to the collection via POST.
            </summary>
            <param name="licenseDetails">The LicenseDetails to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.AddResponseAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LicenseDetails to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="licenseDetails">The LicenseDetails to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserLicenseDetailsCollectionRequestBuilder">
            <summary>
            The interface IUserLicenseDetailsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserLicenseDetailsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ILicenseDetailsRequestBuilder"/> for the specified LicenseDetails.
            </summary>
            <param name="id">The ID for the LicenseDetails.</param>
            <returns>The <see cref="T:Microsoft.Graph.ILicenseDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMailFoldersCollectionPage">
            <summary>
            The interface IUserMailFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserMailFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserMailFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserMailFoldersCollectionRequest">
            <summary>
            The interface IUserMailFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.AddAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MailFolder to the collection via POST.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.AddResponseAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MailFolder to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder">
            <summary>
            The interface IUserMailFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/> for the specified MailFolder.
            </summary>
            <param name="id">The ID for the MailFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MailFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.DeletedItems">
            <summary>
            Gets the Deleted Items mail folder request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.Drafts">
            <summary>
            Gets the Drafts mail folder request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.Inbox">
            <summary>
            Gets the Inbox mail folder request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.SentItems">
            <summary>
            Gets the Sent Items mail folder request builder.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequest">
            <summary>
            The interface IUserManagedAppRegistrationsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserManagedAppRegistrationsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesPage">
            <summary>
            The interface IUserManagedAppRegistrationsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest">
            <summary>
            The interface IUserManagedAppRegistrationsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder"/> for the specified ManagedAppRegistration.
            </summary>
            <param name="id">The ID for the ManagedAppRegistration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedDevicesCollectionPage">
            <summary>
            The interface IUserManagedDevicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserManagedDevicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserManagedDevicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedDevicesCollectionRequest">
            <summary>
            The interface IUserManagedDevicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedDevicesCollectionRequestBuilder">
            <summary>
            The interface IUserManagedDevicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserManagedDevicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/> for the specified ManagedDevice.
            </summary>
            <param name="id">The ID for the ManagedDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMemberOfCollectionReferencesRequest">
            <summary>
            The interface IUserMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesPage">
            <summary>
            The interface IUserMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest">
            <summary>
            The interface IUserMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMessagesCollectionPage">
            <summary>
            The interface IUserMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserMessagesCollectionRequest">
            <summary>
            The interface IUserMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.AddAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Message to the collection via POST.
            </summary>
            <param name="message">The Message to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Message to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="message">The Message to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMessagesCollectionRequestBuilder">
            <summary>
            The interface IUserMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/> for the specified Message.
            </summary>
            <param name="id">The ID for the Message.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionReferencesRequest">
            <summary>
            The interface IUserOauth2PermissionGrantsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionReferencesRequest.AddAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OAuth2PermissionGrant to the collection via POST.
            </summary>
            <param name="oAuth2PermissionGrant">The OAuth2PermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OAuth2PermissionGrant to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="oAuth2PermissionGrant">The OAuth2PermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserOauth2PermissionGrantsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesPage">
            <summary>
            The interface IUserOauth2PermissionGrantsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequest">
            <summary>
            The interface IUserOauth2PermissionGrantsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequestBuilder"/> for the specified OAuth2PermissionGrant.
            </summary>
            <param name="id">The ID for the OAuth2PermissionGrant.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOnlineMeetingsCollectionPage">
            <summary>
            The interface IUserOnlineMeetingsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserOnlineMeetingsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest">
            <summary>
            The interface IUserOnlineMeetingsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest.AddAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnlineMeeting to the collection via POST.
            </summary>
            <param name="onlineMeeting">The OnlineMeeting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnlineMeeting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest.AddResponseAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnlineMeeting to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onlineMeeting">The OnlineMeeting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnlineMeeting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnlineMeeting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOnlineMeetingsCollectionRequestBuilder">
            <summary>
            The interface IUserOnlineMeetingsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserOnlineMeetingsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnlineMeetingRequestBuilder"/> for the specified OnlineMeeting.
            </summary>
            <param name="id">The ID for the OnlineMeeting.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnlineMeetingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOnlineMeetingsCollectionRequestBuilder.CreateOrGet(System.String,Microsoft.Graph.ChatInfo,System.Nullable{System.DateTimeOffset},Microsoft.Graph.MeetingParticipants,System.Nullable{System.DateTimeOffset},System.String)">
            <summary>
            Gets the request builder for OnlineMeetingCreateOrGet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnlineMeetingCreateOrGetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequest">
            <summary>
            The interface IUserOwnedDevicesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserOwnedDevicesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesPage">
            <summary>
            The interface IUserOwnedDevicesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest">
            <summary>
            The interface IUserOwnedDevicesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserOwnedDevicesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequest">
            <summary>
            The interface IUserOwnedObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserOwnedObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesPage">
            <summary>
            The interface IUserOwnedObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest">
            <summary>
            The interface IUserOwnedObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserOwnedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserPeopleCollectionPage">
            <summary>
            The interface IUserPeopleCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserPeopleCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserPeopleCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserPeopleCollectionRequest">
            <summary>
            The interface IUserPeopleCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.AddAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Person to the collection via POST.
            </summary>
            <param name="person">The Person to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.AddResponseAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Person to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="person">The Person to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserPeopleCollectionRequestBuilder">
            <summary>
            The interface IUserPeopleCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserPeopleCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPersonRequestBuilder"/> for the specified Person.
            </summary>
            <param name="id">The ID for the Person.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPersonRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserPhotosCollectionPage">
            <summary>
            The interface IUserPhotosCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserPhotosCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserPhotosCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserPhotosCollectionRequest">
            <summary>
            The interface IUserPhotosCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.AddAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.AddResponseAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserPhotosCollectionRequestBuilder">
            <summary>
            The interface IUserPhotosCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserPhotosCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/> for the specified ProfilePhoto.
            </summary>
            <param name="id">The ID for the ProfilePhoto.</param>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserReferenceRequest">
            <summary>
            The interface IUserReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified User reference.
            </summary>
            <param name="id">The User reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified User reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The User reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserReferenceRequestBuilder">
            <summary>
            The interface IUserReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequest">
            <summary>
            The interface IUserRegisteredDevicesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserRegisteredDevicesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesPage">
            <summary>
            The interface IUserRegisteredDevicesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest">
            <summary>
            The interface IUserRegisteredDevicesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserRegisteredDevicesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserReminderViewCollectionPage">
            <summary>
            The interface IUserReminderViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserReminderViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserReminderViewRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserReminderViewRequest">
            <summary>
            The interface IUserReminderViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserReminderViewRequestBuilder">
            <summary>
            The interface IUserReminderViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequest">
            <summary>
            The interface IUserRemoveAllDevicesFromManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequestBuilder">
            <summary>
            The interface IUserRemoveAllDevicesFromManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserReprocessLicenseAssignmentRequest">
            <summary>
            The interface IUserReprocessLicenseAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserReprocessLicenseAssignmentRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReprocessLicenseAssignmentRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReprocessLicenseAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReprocessLicenseAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserReprocessLicenseAssignmentRequestBuilder">
            <summary>
            The interface IUserReprocessLicenseAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserReprocessLicenseAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRequest">
            <summary>
            The interface IUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.CreateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Creates the specified User using POST.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.CreateResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Creates the specified User using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified User and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.UpdateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PATCH.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.UpdateResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.PutAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PUT.
            </summary>
            <param name="userToUpdate">The User object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.PutResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userToUpdate">The User object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRequestBuilder">
            <summary>
            The interface IUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.AppRoleAssignments">
            <summary>
            Gets the request builder for AppRoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.CreatedObjects">
            <summary>
            Gets the request builder for CreatedObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.DirectReports">
            <summary>
            Gets the request builder for DirectReports.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.LicenseDetails">
            <summary>
            Gets the request builder for LicenseDetails.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserLicenseDetailsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Manager">
            <summary>
            Gets the request builder for Manager.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Oauth2PermissionGrants">
            <summary>
            Gets the request builder for Oauth2PermissionGrants.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.OwnedDevices">
            <summary>
            Gets the request builder for OwnedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.OwnedObjects">
            <summary>
            Gets the request builder for OwnedObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.RegisteredDevices">
            <summary>
            Gets the request builder for RegisteredDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.ScopedRoleMemberOf">
            <summary>
            Gets the request builder for ScopedRoleMemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.TransitiveMemberOf">
            <summary>
            Gets the request builder for TransitiveMemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Calendar">
            <summary>
            Gets the request builder for Calendar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.CalendarGroups">
            <summary>
            Gets the request builder for CalendarGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCalendarGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Calendars">
            <summary>
            Gets the request builder for Calendars.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCalendarsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.ContactFolders">
            <summary>
            Gets the request builder for ContactFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Contacts">
            <summary>
            Gets the request builder for Contacts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserContactsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Events">
            <summary>
            Gets the request builder for Events.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.InferenceClassification">
            <summary>
            Gets the request builder for InferenceClassification.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IInferenceClassificationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.MailFolders">
            <summary>
            Gets the request builder for MailFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Outlook">
            <summary>
            Gets the request builder for Outlook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.People">
            <summary>
            Gets the request builder for People.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserPeopleCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDrivesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.FollowedSites">
            <summary>
            Gets the request builder for FollowedSites.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.AgreementAcceptances">
            <summary>
            Gets the request builder for AgreementAcceptances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.ManagedDevices">
            <summary>
            Gets the request builder for ManagedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserManagedDevicesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.ManagedAppRegistrations">
            <summary>
            Gets the request builder for ManagedAppRegistrations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.DeviceManagementTroubleshootingEvents">
            <summary>
            Gets the request builder for DeviceManagementTroubleshootingEvents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Planner">
            <summary>
            Gets the request builder for Planner.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerUserRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Insights">
            <summary>
            Gets the request builder for Insights.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOfficeGraphInsightsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Settings">
            <summary>
            Gets the request builder for Settings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserSettingsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Photos">
            <summary>
            Gets the request builder for Photos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserPhotosCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Activities">
            <summary>
            Gets the request builder for Activities.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.OnlineMeetings">
            <summary>
            Gets the request builder for OnlineMeetings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOnlineMeetingsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Presence">
            <summary>
            Gets the request builder for Presence.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPresenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Authentication">
            <summary>
            Gets the request builder for Authentication.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Chats">
            <summary>
            Gets the request builder for Chats.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserChatsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.JoinedTeams">
            <summary>
            Gets the request builder for JoinedTeams.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserJoinedTeamsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Teamwork">
            <summary>
            Gets the request builder for Teamwork.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTeamworkRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Todo">
            <summary>
            Gets the request builder for Todo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.AssignLicense(System.Collections.Generic.IEnumerable{Microsoft.Graph.AssignedLicense},System.Collections.Generic.IEnumerable{System.Guid})">
            <summary>
            Gets the request builder for UserAssignLicense.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserAssignLicenseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.ChangePassword(System.String,System.String)">
            <summary>
            Gets the request builder for UserChangePassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserChangePasswordRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.ReprocessLicenseAssignment">
            <summary>
            Gets the request builder for UserReprocessLicenseAssignment.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserReprocessLicenseAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.RevokeSignInSessions">
            <summary>
            Gets the request builder for UserRevokeSignInSessions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRevokeSignInSessionsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.FindMeetingTimes(System.Collections.Generic.IEnumerable{Microsoft.Graph.AttendeeBase},Microsoft.Graph.LocationConstraint,Microsoft.Graph.TimeConstraint,Microsoft.Graph.Duration,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Double})">
            <summary>
            Gets the request builder for UserFindMeetingTimes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFindMeetingTimesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.GetMailTips(System.Collections.Generic.IEnumerable{System.String},System.Nullable{Microsoft.Graph.MailTipsType})">
            <summary>
            Gets the request builder for UserGetMailTips.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserGetMailTipsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.SendMail(Microsoft.Graph.Message,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for UserSendMail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserSendMailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.TranslateExchangeIds(System.Collections.Generic.IEnumerable{System.String},Microsoft.Graph.ExchangeIdFormat,Microsoft.Graph.ExchangeIdFormat)">
            <summary>
            Gets the request builder for UserTranslateExchangeIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTranslateExchangeIdsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.RemoveAllDevicesFromManagement">
            <summary>
            Gets the request builder for UserRemoveAllDevicesFromManagement.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.WipeManagedAppRegistrationsByDeviceTag(System.String)">
            <summary>
            Gets the request builder for UserWipeManagedAppRegistrationsByDeviceTag.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.ExportPersonalData(System.String)">
            <summary>
            Gets the request builder for UserExportPersonalData.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserExportPersonalDataRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.ReminderView(System.String,System.String)">
            <summary>
            Gets the request builder for UserReminderView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserReminderViewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.GetManagedAppDiagnosticStatuses">
            <summary>
            Gets the request builder for UserGetManagedAppDiagnosticStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.GetManagedAppPolicies">
            <summary>
            Gets the request builder for UserGetManagedAppPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserGetManagedAppPoliciesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.ItemWithPath(System.String)">
            <summary>
            Gets drive item request builder for the specified drive item path.
            <returns>The drive item request builder.</returns>
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserRevokeSignInSessionsRequest">
            <summary>
            The interface IUserRevokeSignInSessionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRevokeSignInSessionsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRevokeSignInSessionsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRevokeSignInSessionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRevokeSignInSessionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRevokeSignInSessionsRequestBuilder">
            <summary>
            The interface IUserRevokeSignInSessionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRevokeSignInSessionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserScopedRoleMemberOfCollectionPage">
            <summary>
            The interface IUserScopedRoleMemberOfCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserScopedRoleMemberOfCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest">
            <summary>
            The interface IUserScopedRoleMemberOfCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest.AddAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest.AddResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequestBuilder">
            <summary>
            The interface IUserScopedRoleMemberOfCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/> for the specified ScopedRoleMembership.
            </summary>
            <param name="id">The ID for the ScopedRoleMembership.</param>
            <returns>The <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest">
            <summary>
            The interface IUserScopeTeamsAppInstallationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.CreateAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserScopeTeamsAppInstallation using POST.
            </summary>
            <param name="userScopeTeamsAppInstallationToCreate">The UserScopeTeamsAppInstallation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserScopeTeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.CreateResponseAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserScopeTeamsAppInstallation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userScopeTeamsAppInstallationToCreate">The UserScopeTeamsAppInstallation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserScopeTeamsAppInstallation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserScopeTeamsAppInstallation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserScopeTeamsAppInstallation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserScopeTeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserScopeTeamsAppInstallation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.UpdateAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserScopeTeamsAppInstallation using PATCH.
            </summary>
            <param name="userScopeTeamsAppInstallationToUpdate">The UserScopeTeamsAppInstallation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserScopeTeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.UpdateResponseAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserScopeTeamsAppInstallation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userScopeTeamsAppInstallationToUpdate">The UserScopeTeamsAppInstallation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.PutAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserScopeTeamsAppInstallation using PUT.
            </summary>
            <param name="userScopeTeamsAppInstallationToUpdate">The UserScopeTeamsAppInstallation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.PutResponseAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserScopeTeamsAppInstallation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userScopeTeamsAppInstallationToUpdate">The UserScopeTeamsAppInstallation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserScopeTeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserScopeTeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserScopeTeamsAppInstallationRequestBuilder">
            <summary>
            The interface IUserScopeTeamsAppInstallationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserScopeTeamsAppInstallationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserScopeTeamsAppInstallationRequestBuilder.Chat">
            <summary>
            Gets the request builder for Chat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserSendMailRequest">
            <summary>
            The interface IUserSendMailRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserSendMailRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserSendMailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSendMailRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSendMailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSendMailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserSendMailRequestBuilder">
            <summary>
            The interface IUserSendMailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserSendMailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserSettingsRequest">
            <summary>
            The interface IUserSettingsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.CreateAsync(Microsoft.Graph.UserSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserSettings using POST.
            </summary>
            <param name="userSettingsToCreate">The UserSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.CreateResponseAsync(Microsoft.Graph.UserSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserSettings using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userSettingsToCreate">The UserSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.UpdateAsync(Microsoft.Graph.UserSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSettings using PATCH.
            </summary>
            <param name="userSettingsToUpdate">The UserSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.UpdateResponseAsync(Microsoft.Graph.UserSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSettings using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userSettingsToUpdate">The UserSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.PutAsync(Microsoft.Graph.UserSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSettings using PUT.
            </summary>
            <param name="userSettingsToUpdate">The UserSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.PutResponseAsync(Microsoft.Graph.UserSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSettings using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userSettingsToUpdate">The UserSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserSettings,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserSettings,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserSettingsRequestBuilder">
            <summary>
            The interface IUserSettingsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSettingsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserSettingsRequestBuilder.ShiftPreferences">
            <summary>
            Gets the request builder for ShiftPreferences.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IShiftPreferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionPage">
            <summary>
            The interface IUserTeamworkAssociatedTeamsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest">
            <summary>
            The interface IUserTeamworkAssociatedTeamsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest.AddAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AssociatedTeamInfo to the collection via POST.
            </summary>
            <param name="associatedTeamInfo">The AssociatedTeamInfo to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AssociatedTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest.AddResponseAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AssociatedTeamInfo to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="associatedTeamInfo">The AssociatedTeamInfo to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AssociatedTeamInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AssociatedTeamInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequestBuilder">
            <summary>
            The interface IUserTeamworkAssociatedTeamsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAssociatedTeamInfoRequestBuilder"/> for the specified AssociatedTeamInfo.
            </summary>
            <param name="id">The ID for the AssociatedTeamInfo.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAssociatedTeamInfoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionPage">
            <summary>
            The interface IUserTeamworkInstalledAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest">
            <summary>
            The interface IUserTeamworkInstalledAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest.AddAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserScopeTeamsAppInstallation to the collection via POST.
            </summary>
            <param name="userScopeTeamsAppInstallation">The UserScopeTeamsAppInstallation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserScopeTeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserScopeTeamsAppInstallation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userScopeTeamsAppInstallation">The UserScopeTeamsAppInstallation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserScopeTeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserScopeTeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequestBuilder">
            <summary>
            The interface IUserTeamworkInstalledAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserScopeTeamsAppInstallationRequestBuilder"/> for the specified UserScopeTeamsAppInstallation.
            </summary>
            <param name="id">The ID for the UserScopeTeamsAppInstallation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserScopeTeamsAppInstallationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserTeamworkRequest">
            <summary>
            The interface IUserTeamworkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.CreateAsync(Microsoft.Graph.UserTeamwork,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserTeamwork using POST.
            </summary>
            <param name="userTeamworkToCreate">The UserTeamwork to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserTeamwork.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.CreateResponseAsync(Microsoft.Graph.UserTeamwork,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserTeamwork using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userTeamworkToCreate">The UserTeamwork to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserTeamwork.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserTeamwork and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserTeamwork.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserTeamwork.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserTeamwork and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.UpdateAsync(Microsoft.Graph.UserTeamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserTeamwork using PATCH.
            </summary>
            <param name="userTeamworkToUpdate">The UserTeamwork to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserTeamwork.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.UpdateResponseAsync(Microsoft.Graph.UserTeamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserTeamwork using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userTeamworkToUpdate">The UserTeamwork to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.PutAsync(Microsoft.Graph.UserTeamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserTeamwork using PUT.
            </summary>
            <param name="userTeamworkToUpdate">The UserTeamwork object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.PutResponseAsync(Microsoft.Graph.UserTeamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserTeamwork using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userTeamworkToUpdate">The UserTeamwork object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserTeamwork,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserTeamwork,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserTeamworkRequestBuilder">
            <summary>
            The interface IUserTeamworkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserTeamworkRequestBuilder.AssociatedTeams">
            <summary>
            Gets the request builder for AssociatedTeams.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserTeamworkRequestBuilder.InstalledApps">
            <summary>
            Gets the request builder for InstalledApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkRequestBuilder.SendActivityNotification(Microsoft.Graph.TeamworkActivityTopic,System.String,System.Nullable{System.Int64},Microsoft.Graph.ItemBody,System.Collections.Generic.IEnumerable{Microsoft.Graph.KeyValuePair})">
            <summary>
            Gets the request builder for UserTeamworkSendActivityNotification.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTeamworkSendActivityNotificationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserTeamworkSendActivityNotificationRequest">
            <summary>
            The interface IUserTeamworkSendActivityNotificationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserTeamworkSendActivityNotificationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkSendActivityNotificationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkSendActivityNotificationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkSendActivityNotificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkSendActivityNotificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserTeamworkSendActivityNotificationRequestBuilder">
            <summary>
            The interface IUserTeamworkSendActivityNotificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTeamworkSendActivityNotificationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionReferencesRequest">
            <summary>
            The interface IUserTransitiveMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesPage">
            <summary>
            The interface IUserTransitiveMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequest">
            <summary>
            The interface IUserTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserTranslateExchangeIdsCollectionPage">
            <summary>
            The interface IUserTranslateExchangeIdsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserTranslateExchangeIdsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserTranslateExchangeIdsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTranslateExchangeIdsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserTranslateExchangeIdsRequest">
            <summary>
            The interface IUserTranslateExchangeIdsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserTranslateExchangeIdsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTranslateExchangeIdsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTranslateExchangeIdsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTranslateExchangeIdsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTranslateExchangeIdsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTranslateExchangeIdsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTranslateExchangeIdsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTranslateExchangeIdsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserTranslateExchangeIdsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserTranslateExchangeIdsRequestBuilder">
            <summary>
            The interface IUserTranslateExchangeIdsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserTranslateExchangeIdsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequest">
            <summary>
            The interface IUserWipeManagedAppRegistrationsByDeviceTagRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequestBuilder">
            <summary>
            The interface IUserWipeManagedAppRegistrationsByDeviceTagRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserWithReferenceRequest">
            <summary>
            The interface IUserWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified User and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.CreateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Creates the specified User using POST.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Creates the specified User using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.UpdateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PATCH.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserWithReferenceRequestBuilder">
            <summary>
            The interface IUserWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the user.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IVppTokenRequest">
            <summary>
            The interface IVppTokenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.CreateAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Creates the specified VppToken using POST.
            </summary>
            <param name="vppTokenToCreate">The VppToken to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.CreateResponseAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Creates the specified VppToken using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="vppTokenToCreate">The VppToken to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified VppToken.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified VppToken and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified VppToken.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified VppToken and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.UpdateAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Updates the specified VppToken using PATCH.
            </summary>
            <param name="vppTokenToUpdate">The VppToken to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.UpdateResponseAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Updates the specified VppToken using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="vppTokenToUpdate">The VppToken to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.PutAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Updates the specified VppToken using PUT.
            </summary>
            <param name="vppTokenToUpdate">The VppToken object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.PutResponseAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Updates the specified VppToken using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="vppTokenToUpdate">The VppToken object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IVppTokenRequestBuilder">
            <summary>
            The interface IVppTokenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequestBuilder.SyncLicenses">
            <summary>
            Gets the request builder for VppTokenSyncLicenses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IVppTokenSyncLicensesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IVppTokenSyncLicensesRequest">
            <summary>
            The interface IVppTokenSyncLicensesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenSyncLicensesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenSyncLicensesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenSyncLicensesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenSyncLicensesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IVppTokenSyncLicensesRequestBuilder">
            <summary>
            The interface IVppTokenSyncLicensesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenSyncLicensesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWebAppRequest">
            <summary>
            The interface IWebAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.CreateAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WebApp using POST.
            </summary>
            <param name="webAppToCreate">The WebApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.CreateResponseAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WebApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="webAppToCreate">The WebApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WebApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WebApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WebApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WebApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.UpdateAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WebApp using PATCH.
            </summary>
            <param name="webAppToUpdate">The WebApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.UpdateResponseAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WebApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="webAppToUpdate">The WebApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.PutAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WebApp using PUT.
            </summary>
            <param name="webAppToUpdate">The WebApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.PutResponseAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WebApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="webAppToUpdate">The WebApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WebApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WebApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWebAppRequestBuilder">
            <summary>
            The interface IWebAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWin32LobAppRequest">
            <summary>
            The interface IWin32LobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.CreateAsync(Microsoft.Graph.Win32LobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Win32LobApp using POST.
            </summary>
            <param name="win32LobAppToCreate">The Win32LobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Win32LobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.CreateResponseAsync(Microsoft.Graph.Win32LobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Win32LobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="win32LobAppToCreate">The Win32LobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Win32LobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Win32LobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Win32LobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Win32LobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Win32LobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.UpdateAsync(Microsoft.Graph.Win32LobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Win32LobApp using PATCH.
            </summary>
            <param name="win32LobAppToUpdate">The Win32LobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Win32LobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.UpdateResponseAsync(Microsoft.Graph.Win32LobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Win32LobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="win32LobAppToUpdate">The Win32LobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.PutAsync(Microsoft.Graph.Win32LobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Win32LobApp using PUT.
            </summary>
            <param name="win32LobAppToUpdate">The Win32LobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.PutResponseAsync(Microsoft.Graph.Win32LobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Win32LobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="win32LobAppToUpdate">The Win32LobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Win32LobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Win32LobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWin32LobAppRequestBuilder">
            <summary>
            The interface IWin32LobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWin32LobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10CompliancePolicyRequest">
            <summary>
            The interface IWindows10CompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10CompliancePolicy using POST.
            </summary>
            <param name="windows10CompliancePolicyToCreate">The Windows10CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10CompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10CompliancePolicyToCreate">The Windows10CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10CompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10CompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CompliancePolicy using PATCH.
            </summary>
            <param name="windows10CompliancePolicyToUpdate">The Windows10CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10CompliancePolicyToUpdate">The Windows10CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.PutAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CompliancePolicy using PUT.
            </summary>
            <param name="windows10CompliancePolicyToUpdate">The Windows10CompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10CompliancePolicyToUpdate">The Windows10CompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10CompliancePolicyRequestBuilder">
            <summary>
            The interface IWindows10CompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10CustomConfigurationRequest">
            <summary>
            The interface IWindows10CustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10CustomConfiguration using POST.
            </summary>
            <param name="windows10CustomConfigurationToCreate">The Windows10CustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10CustomConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10CustomConfigurationToCreate">The Windows10CustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10CustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10CustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CustomConfiguration using PATCH.
            </summary>
            <param name="windows10CustomConfigurationToUpdate">The Windows10CustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CustomConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10CustomConfigurationToUpdate">The Windows10CustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.PutAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CustomConfiguration using PUT.
            </summary>
            <param name="windows10CustomConfigurationToUpdate">The Windows10CustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CustomConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10CustomConfigurationToUpdate">The Windows10CustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10CustomConfigurationRequestBuilder">
            <summary>
            The interface IWindows10CustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest">
            <summary>
            The interface IWindows10EndpointProtectionConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10EndpointProtectionConfiguration using POST.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToCreate">The Windows10EndpointProtectionConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10EndpointProtectionConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToCreate">The Windows10EndpointProtectionConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10EndpointProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10EndpointProtectionConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10EndpointProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10EndpointProtectionConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EndpointProtectionConfiguration using PATCH.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToUpdate">The Windows10EndpointProtectionConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EndpointProtectionConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToUpdate">The Windows10EndpointProtectionConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.PutAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EndpointProtectionConfiguration using PUT.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToUpdate">The Windows10EndpointProtectionConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EndpointProtectionConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToUpdate">The Windows10EndpointProtectionConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequestBuilder">
            <summary>
            The interface IWindows10EndpointProtectionConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest">
            <summary>
            The interface IWindows10EnterpriseModernAppManagementConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10EnterpriseModernAppManagementConfiguration using POST.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToCreate">The Windows10EnterpriseModernAppManagementConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10EnterpriseModernAppManagementConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToCreate">The Windows10EnterpriseModernAppManagementConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10EnterpriseModernAppManagementConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10EnterpriseModernAppManagementConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10EnterpriseModernAppManagementConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10EnterpriseModernAppManagementConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EnterpriseModernAppManagementConfiguration using PATCH.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToUpdate">The Windows10EnterpriseModernAppManagementConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EnterpriseModernAppManagementConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToUpdate">The Windows10EnterpriseModernAppManagementConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.PutAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EnterpriseModernAppManagementConfiguration using PUT.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToUpdate">The Windows10EnterpriseModernAppManagementConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EnterpriseModernAppManagementConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToUpdate">The Windows10EnterpriseModernAppManagementConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequestBuilder">
            <summary>
            The interface IWindows10EnterpriseModernAppManagementConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10GeneralConfigurationRequest">
            <summary>
            The interface IWindows10GeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10GeneralConfiguration using POST.
            </summary>
            <param name="windows10GeneralConfigurationToCreate">The Windows10GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10GeneralConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10GeneralConfigurationToCreate">The Windows10GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10GeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10GeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10GeneralConfiguration using PATCH.
            </summary>
            <param name="windows10GeneralConfigurationToUpdate">The Windows10GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10GeneralConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10GeneralConfigurationToUpdate">The Windows10GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.PutAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10GeneralConfiguration using PUT.
            </summary>
            <param name="windows10GeneralConfigurationToUpdate">The Windows10GeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10GeneralConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10GeneralConfigurationToUpdate">The Windows10GeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10GeneralConfigurationRequestBuilder">
            <summary>
            The interface IWindows10GeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest">
            <summary>
            The interface IWindows10MobileCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10MobileCompliancePolicy using POST.
            </summary>
            <param name="windows10MobileCompliancePolicyToCreate">The Windows10MobileCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10MobileCompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10MobileCompliancePolicyToCreate">The Windows10MobileCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10MobileCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10MobileCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10MobileCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10MobileCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10MobileCompliancePolicy using PATCH.
            </summary>
            <param name="windows10MobileCompliancePolicyToUpdate">The Windows10MobileCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10MobileCompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10MobileCompliancePolicyToUpdate">The Windows10MobileCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.PutAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10MobileCompliancePolicy using PUT.
            </summary>
            <param name="windows10MobileCompliancePolicyToUpdate">The Windows10MobileCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10MobileCompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10MobileCompliancePolicyToUpdate">The Windows10MobileCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10MobileCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10MobileCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10MobileCompliancePolicyRequestBuilder">
            <summary>
            The interface IWindows10MobileCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest">
            <summary>
            The interface IWindows10SecureAssessmentConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10SecureAssessmentConfiguration using POST.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToCreate">The Windows10SecureAssessmentConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10SecureAssessmentConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToCreate">The Windows10SecureAssessmentConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10SecureAssessmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10SecureAssessmentConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10SecureAssessmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10SecureAssessmentConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10SecureAssessmentConfiguration using PATCH.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToUpdate">The Windows10SecureAssessmentConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10SecureAssessmentConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToUpdate">The Windows10SecureAssessmentConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.PutAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10SecureAssessmentConfiguration using PUT.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToUpdate">The Windows10SecureAssessmentConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10SecureAssessmentConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToUpdate">The Windows10SecureAssessmentConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequestBuilder">
            <summary>
            The interface IWindows10SecureAssessmentConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest">
            <summary>
            The interface IWindows10TeamGeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10TeamGeneralConfiguration using POST.
            </summary>
            <param name="windows10TeamGeneralConfigurationToCreate">The Windows10TeamGeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10TeamGeneralConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10TeamGeneralConfigurationToCreate">The Windows10TeamGeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10TeamGeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10TeamGeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10TeamGeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10TeamGeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10TeamGeneralConfiguration using PATCH.
            </summary>
            <param name="windows10TeamGeneralConfigurationToUpdate">The Windows10TeamGeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10TeamGeneralConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10TeamGeneralConfigurationToUpdate">The Windows10TeamGeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.PutAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10TeamGeneralConfiguration using PUT.
            </summary>
            <param name="windows10TeamGeneralConfigurationToUpdate">The Windows10TeamGeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10TeamGeneralConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10TeamGeneralConfigurationToUpdate">The Windows10TeamGeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequestBuilder">
            <summary>
            The interface IWindows10TeamGeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows81CompliancePolicyRequest">
            <summary>
            The interface IWindows81CompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows81CompliancePolicy using POST.
            </summary>
            <param name="windows81CompliancePolicyToCreate">The Windows81CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows81CompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows81CompliancePolicyToCreate">The Windows81CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows81CompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows81CompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81CompliancePolicy using PATCH.
            </summary>
            <param name="windows81CompliancePolicyToUpdate">The Windows81CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81CompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows81CompliancePolicyToUpdate">The Windows81CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.PutAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81CompliancePolicy using PUT.
            </summary>
            <param name="windows81CompliancePolicyToUpdate">The Windows81CompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81CompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows81CompliancePolicyToUpdate">The Windows81CompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows81CompliancePolicyRequestBuilder">
            <summary>
            The interface IWindows81CompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows81GeneralConfigurationRequest">
            <summary>
            The interface IWindows81GeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows81GeneralConfiguration using POST.
            </summary>
            <param name="windows81GeneralConfigurationToCreate">The Windows81GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows81GeneralConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows81GeneralConfigurationToCreate">The Windows81GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows81GeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows81GeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81GeneralConfiguration using PATCH.
            </summary>
            <param name="windows81GeneralConfigurationToUpdate">The Windows81GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81GeneralConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows81GeneralConfigurationToUpdate">The Windows81GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.PutAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81GeneralConfiguration using PUT.
            </summary>
            <param name="windows81GeneralConfigurationToUpdate">The Windows81GeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81GeneralConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows81GeneralConfigurationToUpdate">The Windows81GeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows81GeneralConfigurationRequestBuilder">
            <summary>
            The interface IWindows81GeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityAssignUserToDeviceRequest">
            <summary>
            The interface IWindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBuilder">
            <summary>
            The interface IWindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest">
            <summary>
            The interface IWindowsAutopilotDeviceIdentityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.CreateAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsAutopilotDeviceIdentity using POST.
            </summary>
            <param name="windowsAutopilotDeviceIdentityToCreate">The WindowsAutopilotDeviceIdentity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.CreateResponseAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsAutopilotDeviceIdentity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsAutopilotDeviceIdentityToCreate">The WindowsAutopilotDeviceIdentity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsAutopilotDeviceIdentity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsAutopilotDeviceIdentity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsAutopilotDeviceIdentity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsAutopilotDeviceIdentity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.UpdateAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsAutopilotDeviceIdentity using PATCH.
            </summary>
            <param name="windowsAutopilotDeviceIdentityToUpdate">The WindowsAutopilotDeviceIdentity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.UpdateResponseAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsAutopilotDeviceIdentity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsAutopilotDeviceIdentityToUpdate">The WindowsAutopilotDeviceIdentity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.PutAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsAutopilotDeviceIdentity using PUT.
            </summary>
            <param name="windowsAutopilotDeviceIdentityToUpdate">The WindowsAutopilotDeviceIdentity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.PutResponseAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsAutopilotDeviceIdentity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsAutopilotDeviceIdentityToUpdate">The WindowsAutopilotDeviceIdentity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequestBuilder">
            <summary>
            The interface IWindowsAutopilotDeviceIdentityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequestBuilder.AssignUserToDevice(System.String,System.String)">
            <summary>
            Gets the request builder for WindowsAutopilotDeviceIdentityAssignUserToDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequestBuilder.UnassignUserFromDevice">
            <summary>
            Gets the request builder for WindowsAutopilotDeviceIdentityUnassignUserFromDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityRequestBuilder.UpdateDeviceProperties(System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WindowsAutopilotDeviceIdentityUpdateDeviceProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest">
            <summary>
            The interface IWindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequestBuilder">
            <summary>
            The interface IWindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest">
            <summary>
            The interface IWindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBuilder">
            <summary>
            The interface IWindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest">
            <summary>
            The interface IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using POST.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToCreate">The WindowsDefenderAdvancedThreatProtectionConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.CreateResponseAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToCreate">The WindowsDefenderAdvancedThreatProtectionConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsDefenderAdvancedThreatProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsDefenderAdvancedThreatProtectionConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsDefenderAdvancedThreatProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsDefenderAdvancedThreatProtectionConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PATCH.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToUpdate">The WindowsDefenderAdvancedThreatProtectionConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToUpdate">The WindowsDefenderAdvancedThreatProtectionConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.PutAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PUT.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToUpdate">The WindowsDefenderAdvancedThreatProtectionConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.PutResponseAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToUpdate">The WindowsDefenderAdvancedThreatProtectionConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder">
            <summary>
            The interface IWindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest">
            <summary>
            The interface IWindowsHelloForBusinessAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsHelloForBusinessAuthenticationMethod using POST.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethodToCreate">The WindowsHelloForBusinessAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsHelloForBusinessAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsHelloForBusinessAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethodToCreate">The WindowsHelloForBusinessAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsHelloForBusinessAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsHelloForBusinessAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsHelloForBusinessAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsHelloForBusinessAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsHelloForBusinessAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsHelloForBusinessAuthenticationMethod using PATCH.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethodToUpdate">The WindowsHelloForBusinessAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsHelloForBusinessAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsHelloForBusinessAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethodToUpdate">The WindowsHelloForBusinessAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.PutAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsHelloForBusinessAuthenticationMethod using PUT.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethodToUpdate">The WindowsHelloForBusinessAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsHelloForBusinessAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethodToUpdate">The WindowsHelloForBusinessAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequestBuilder">
            <summary>
            The interface IWindowsHelloForBusinessAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsHelloForBusinessAuthenticationMethodRequestBuilder.Device">
            <summary>
            Gets the request builder for Device.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest">
            <summary>
            The interface IWindowsInformationProtectionAppLearningSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLearningSummary using POST.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToCreate">The WindowsInformationProtectionAppLearningSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.CreateResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLearningSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToCreate">The WindowsInformationProtectionAppLearningSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLearningSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionAppLearningSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLearningSummary using PATCH.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToUpdate">The WindowsInformationProtectionAppLearningSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.UpdateResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLearningSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToUpdate">The WindowsInformationProtectionAppLearningSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.PutAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLearningSummary using PUT.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToUpdate">The WindowsInformationProtectionAppLearningSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.PutResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLearningSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToUpdate">The WindowsInformationProtectionAppLearningSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionAppLearningSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest">
            <summary>
            The interface IWindowsInformationProtectionAppLockerFileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLockerFile using POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToCreate">The WindowsInformationProtectionAppLockerFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.CreateResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLockerFile using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToCreate">The WindowsInformationProtectionAppLockerFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLockerFile and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionAppLockerFile and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLockerFile using PATCH.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToUpdate">The WindowsInformationProtectionAppLockerFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.UpdateResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLockerFile using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToUpdate">The WindowsInformationProtectionAppLockerFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.PutAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLockerFile using PUT.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToUpdate">The WindowsInformationProtectionAppLockerFile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.PutResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLockerFile using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToUpdate">The WindowsInformationProtectionAppLockerFile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionAppLockerFileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionPage">
            <summary>
            The interface IWindowsInformationProtectionAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest">
            <summary>
            The interface IWindowsInformationProtectionAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/> for the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="id">The ID for the TargetedManagedAppPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAssignRequest">
            <summary>
            The interface IWindowsInformationProtectionAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAssignRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionPage">
            <summary>
            The interface IWindowsInformationProtectionExemptAppLockerFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest">
            <summary>
            The interface IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/> for the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionAppLockerFile.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest">
            <summary>
            The interface IWindowsInformationProtectionNetworkLearningSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionNetworkLearningSummary using POST.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToCreate">The WindowsInformationProtectionNetworkLearningSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.CreateResponseAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionNetworkLearningSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToCreate">The WindowsInformationProtectionNetworkLearningSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionNetworkLearningSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionNetworkLearningSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionNetworkLearningSummary using PATCH.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToUpdate">The WindowsInformationProtectionNetworkLearningSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.UpdateResponseAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionNetworkLearningSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToUpdate">The WindowsInformationProtectionNetworkLearningSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.PutAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionNetworkLearningSummary using PUT.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToUpdate">The WindowsInformationProtectionNetworkLearningSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.PutResponseAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionNetworkLearningSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToUpdate">The WindowsInformationProtectionNetworkLearningSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest">
            <summary>
            The interface IWindowsInformationProtectionPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionPolicy using POST.
            </summary>
            <param name="windowsInformationProtectionPolicyToCreate">The WindowsInformationProtectionPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.CreateResponseAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionPolicyToCreate">The WindowsInformationProtectionPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionPolicy using PATCH.
            </summary>
            <param name="windowsInformationProtectionPolicyToUpdate">The WindowsInformationProtectionPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.UpdateResponseAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionPolicyToUpdate">The WindowsInformationProtectionPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.PutAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionPolicy using PUT.
            </summary>
            <param name="windowsInformationProtectionPolicyToUpdate">The WindowsInformationProtectionPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.PutResponseAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionPolicyToUpdate">The WindowsInformationProtectionPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionPage">
            <summary>
            The interface IWindowsInformationProtectionProtectedAppLockerFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest">
            <summary>
            The interface IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/> for the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionAppLockerFile.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionRequest">
            <summary>
            The interface IWindowsInformationProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtection using POST.
            </summary>
            <param name="windowsInformationProtectionToCreate">The WindowsInformationProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.CreateResponseAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionToCreate">The WindowsInformationProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtection using PATCH.
            </summary>
            <param name="windowsInformationProtectionToUpdate">The WindowsInformationProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.UpdateResponseAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionToUpdate">The WindowsInformationProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.PutAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtection using PUT.
            </summary>
            <param name="windowsInformationProtectionToUpdate">The WindowsInformationProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.PutResponseAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionToUpdate">The WindowsInformationProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder.ExemptAppLockerFiles">
            <summary>
            Gets the request builder for ExemptAppLockerFiles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder.ProtectedAppLockerFiles">
            <summary>
            Gets the request builder for ProtectedAppLockerFiles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Gets the request builder for WindowsInformationProtectionAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest">
            <summary>
            The interface IWindowsMicrosoftEdgeAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.CreateAsync(Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsMicrosoftEdgeApp using POST.
            </summary>
            <param name="windowsMicrosoftEdgeAppToCreate">The WindowsMicrosoftEdgeApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsMicrosoftEdgeApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.CreateResponseAsync(Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsMicrosoftEdgeApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsMicrosoftEdgeAppToCreate">The WindowsMicrosoftEdgeApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsMicrosoftEdgeApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsMicrosoftEdgeApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsMicrosoftEdgeApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsMicrosoftEdgeApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsMicrosoftEdgeApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.UpdateAsync(Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMicrosoftEdgeApp using PATCH.
            </summary>
            <param name="windowsMicrosoftEdgeAppToUpdate">The WindowsMicrosoftEdgeApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsMicrosoftEdgeApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.UpdateResponseAsync(Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMicrosoftEdgeApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsMicrosoftEdgeAppToUpdate">The WindowsMicrosoftEdgeApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.PutAsync(Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMicrosoftEdgeApp using PUT.
            </summary>
            <param name="windowsMicrosoftEdgeAppToUpdate">The WindowsMicrosoftEdgeApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.PutResponseAsync(Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMicrosoftEdgeApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsMicrosoftEdgeAppToUpdate">The WindowsMicrosoftEdgeApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequestBuilder">
            <summary>
            The interface IWindowsMicrosoftEdgeAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMicrosoftEdgeAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsMobileMSIRequest">
            <summary>
            The interface IWindowsMobileMSIRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.CreateAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsMobileMSI using POST.
            </summary>
            <param name="windowsMobileMSIToCreate">The WindowsMobileMSI to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.CreateResponseAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsMobileMSI using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsMobileMSIToCreate">The WindowsMobileMSI to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsMobileMSI.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsMobileMSI and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsMobileMSI.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsMobileMSI and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.UpdateAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMobileMSI using PATCH.
            </summary>
            <param name="windowsMobileMSIToUpdate">The WindowsMobileMSI to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.UpdateResponseAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMobileMSI using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsMobileMSIToUpdate">The WindowsMobileMSI to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.PutAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMobileMSI using PUT.
            </summary>
            <param name="windowsMobileMSIToUpdate">The WindowsMobileMSI object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.PutResponseAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMobileMSI using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsMobileMSIToUpdate">The WindowsMobileMSI object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsMobileMSI,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsMobileMSI,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsMobileMSIRequestBuilder">
            <summary>
            The interface IWindowsMobileMSIRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest">
            <summary>
            The interface IWindowsPhone81CompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.CreateAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81CompliancePolicy using POST.
            </summary>
            <param name="windowsPhone81CompliancePolicyToCreate">The WindowsPhone81CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81CompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81CompliancePolicyToCreate">The WindowsPhone81CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81CompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81CompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CompliancePolicy using PATCH.
            </summary>
            <param name="windowsPhone81CompliancePolicyToUpdate">The WindowsPhone81CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81CompliancePolicyToUpdate">The WindowsPhone81CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.PutAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CompliancePolicy using PUT.
            </summary>
            <param name="windowsPhone81CompliancePolicyToUpdate">The WindowsPhone81CompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81CompliancePolicyToUpdate">The WindowsPhone81CompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequestBuilder">
            <summary>
            The interface IWindowsPhone81CompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest">
            <summary>
            The interface IWindowsPhone81CustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81CustomConfiguration using POST.
            </summary>
            <param name="windowsPhone81CustomConfigurationToCreate">The WindowsPhone81CustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.CreateResponseAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81CustomConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81CustomConfigurationToCreate">The WindowsPhone81CustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81CustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81CustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CustomConfiguration using PATCH.
            </summary>
            <param name="windowsPhone81CustomConfigurationToUpdate">The WindowsPhone81CustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CustomConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81CustomConfigurationToUpdate">The WindowsPhone81CustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.PutAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CustomConfiguration using PUT.
            </summary>
            <param name="windowsPhone81CustomConfigurationToUpdate">The WindowsPhone81CustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.PutResponseAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CustomConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81CustomConfigurationToUpdate">The WindowsPhone81CustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequestBuilder">
            <summary>
            The interface IWindowsPhone81CustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest">
            <summary>
            The interface IWindowsPhone81GeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81GeneralConfiguration using POST.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToCreate">The WindowsPhone81GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.CreateResponseAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81GeneralConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToCreate">The WindowsPhone81GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81GeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81GeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81GeneralConfiguration using PATCH.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToUpdate">The WindowsPhone81GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81GeneralConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToUpdate">The WindowsPhone81GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.PutAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81GeneralConfiguration using PUT.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToUpdate">The WindowsPhone81GeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.PutResponseAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81GeneralConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToUpdate">The WindowsPhone81GeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequestBuilder">
            <summary>
            The interface IWindowsPhone81GeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionPage">
            <summary>
            The interface IWindowsUniversalAppXCommittedContainedAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest">
            <summary>
            The interface IWindowsUniversalAppXCommittedContainedAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest.AddAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileContainedApp to the collection via POST.
            </summary>
            <param name="mobileContainedApp">The MobileContainedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileContainedApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileContainedApp">The MobileContainedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileContainedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileContainedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder">
            <summary>
            The interface IWindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileContainedAppRequestBuilder"/> for the specified MobileContainedApp.
            </summary>
            <param name="id">The ID for the MobileContainedApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileContainedAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest">
            <summary>
            The interface IWindowsUniversalAppXContainedAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.CreateAsync(Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUniversalAppXContainedApp using POST.
            </summary>
            <param name="windowsUniversalAppXContainedAppToCreate">The WindowsUniversalAppXContainedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsUniversalAppXContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.CreateResponseAsync(Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUniversalAppXContainedApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUniversalAppXContainedAppToCreate">The WindowsUniversalAppXContainedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUniversalAppXContainedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUniversalAppXContainedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUniversalAppXContainedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsUniversalAppXContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUniversalAppXContainedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.UpdateAsync(Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppXContainedApp using PATCH.
            </summary>
            <param name="windowsUniversalAppXContainedAppToUpdate">The WindowsUniversalAppXContainedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsUniversalAppXContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.UpdateResponseAsync(Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppXContainedApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUniversalAppXContainedAppToUpdate">The WindowsUniversalAppXContainedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.PutAsync(Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppXContainedApp using PUT.
            </summary>
            <param name="windowsUniversalAppXContainedAppToUpdate">The WindowsUniversalAppXContainedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.PutResponseAsync(Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppXContainedApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUniversalAppXContainedAppToUpdate">The WindowsUniversalAppXContainedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequestBuilder">
            <summary>
            The interface IWindowsUniversalAppXContainedAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXContainedAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsUniversalAppXRequest">
            <summary>
            The interface IWindowsUniversalAppXRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.CreateAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUniversalAppX using POST.
            </summary>
            <param name="windowsUniversalAppXToCreate">The WindowsUniversalAppX to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.CreateResponseAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUniversalAppX using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUniversalAppXToCreate">The WindowsUniversalAppX to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUniversalAppX.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUniversalAppX and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUniversalAppX.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUniversalAppX and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.UpdateAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppX using PATCH.
            </summary>
            <param name="windowsUniversalAppXToUpdate">The WindowsUniversalAppX to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.UpdateResponseAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppX using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUniversalAppXToUpdate">The WindowsUniversalAppX to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.PutAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppX using PUT.
            </summary>
            <param name="windowsUniversalAppXToUpdate">The WindowsUniversalAppX object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.PutResponseAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppX using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUniversalAppXToUpdate">The WindowsUniversalAppX object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUniversalAppX,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUniversalAppX,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsUniversalAppXRequestBuilder">
            <summary>
            The interface IWindowsUniversalAppXRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsUniversalAppXRequestBuilder.CommittedContainedApps">
            <summary>
            Gets the request builder for CommittedContainedApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest">
            <summary>
            The interface IWindowsUpdateForBusinessConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUpdateForBusinessConfiguration using POST.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToCreate">The WindowsUpdateForBusinessConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.CreateResponseAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUpdateForBusinessConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToCreate">The WindowsUpdateForBusinessConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUpdateForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUpdateForBusinessConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUpdateForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUpdateForBusinessConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUpdateForBusinessConfiguration using PATCH.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToUpdate">The WindowsUpdateForBusinessConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUpdateForBusinessConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToUpdate">The WindowsUpdateForBusinessConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.PutAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUpdateForBusinessConfiguration using PUT.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToUpdate">The WindowsUpdateForBusinessConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.PutResponseAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUpdateForBusinessConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToUpdate">The WindowsUpdateForBusinessConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequestBuilder">
            <summary>
            The interface IWindowsUpdateForBusinessConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookApplicationCalculateRequest">
            <summary>
            The interface IWorkbookApplicationCalculateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookApplicationCalculateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationCalculateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationCalculateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationCalculateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationCalculateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookApplicationCalculateRequestBuilder">
            <summary>
            The interface IWorkbookApplicationCalculateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationCalculateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookApplicationRequest">
            <summary>
            The interface IWorkbookApplicationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.CreateAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookApplication using POST.
            </summary>
            <param name="workbookApplicationToCreate">The WorkbookApplication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.CreateResponseAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookApplication using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookApplicationToCreate">The WorkbookApplication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookApplication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookApplication and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookApplication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookApplication and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.UpdateAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookApplication using PATCH.
            </summary>
            <param name="workbookApplicationToUpdate">The WorkbookApplication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookApplication using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookApplicationToUpdate">The WorkbookApplication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.PutAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookApplication using PUT.
            </summary>
            <param name="workbookApplicationToUpdate">The WorkbookApplication object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.PutResponseAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookApplication using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookApplicationToUpdate">The WorkbookApplication object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookApplication,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookApplication,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookApplicationRequestBuilder">
            <summary>
            The interface IWorkbookApplicationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequestBuilder.Calculate(System.String)">
            <summary>
            Gets the request builder for WorkbookApplicationCalculate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookApplicationCalculateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAddRequest">
            <summary>
            The interface IWorkbookChartAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAddRequestBuilder">
            <summary>
            The interface IWorkbookChartAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAreaFormatRequest">
            <summary>
            The interface IWorkbookChartAreaFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAreaFormat using POST.
            </summary>
            <param name="workbookChartAreaFormatToCreate">The WorkbookChartAreaFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAreaFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAreaFormatToCreate">The WorkbookChartAreaFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAreaFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAreaFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAreaFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAreaFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAreaFormat using PATCH.
            </summary>
            <param name="workbookChartAreaFormatToUpdate">The WorkbookChartAreaFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAreaFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAreaFormatToUpdate">The WorkbookChartAreaFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAreaFormat using PUT.
            </summary>
            <param name="workbookChartAreaFormatToUpdate">The WorkbookChartAreaFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAreaFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAreaFormatToUpdate">The WorkbookChartAreaFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAreaFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAreaFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartAreaFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxesRequest">
            <summary>
            The interface IWorkbookChartAxesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxes using POST.
            </summary>
            <param name="workbookChartAxesToCreate">The WorkbookChartAxes to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxes using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxesToCreate">The WorkbookChartAxes to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxes.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxes and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxes.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxes and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxes using PATCH.
            </summary>
            <param name="workbookChartAxesToUpdate">The WorkbookChartAxes to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxes using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxesToUpdate">The WorkbookChartAxes to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.PutAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxes using PUT.
            </summary>
            <param name="workbookChartAxesToUpdate">The WorkbookChartAxes object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxes using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxesToUpdate">The WorkbookChartAxes object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxes,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxes,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxesRequestBuilder">
            <summary>
            The interface IWorkbookChartAxesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxesRequestBuilder.CategoryAxis">
            <summary>
            Gets the request builder for CategoryAxis.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxesRequestBuilder.SeriesAxis">
            <summary>
            Gets the request builder for SeriesAxis.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxesRequestBuilder.ValueAxis">
            <summary>
            Gets the request builder for ValueAxis.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisFormatRequest">
            <summary>
            The interface IWorkbookChartAxisFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisFormat using POST.
            </summary>
            <param name="workbookChartAxisFormatToCreate">The WorkbookChartAxisFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisFormatToCreate">The WorkbookChartAxisFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisFormat using PATCH.
            </summary>
            <param name="workbookChartAxisFormatToUpdate">The WorkbookChartAxisFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisFormatToUpdate">The WorkbookChartAxisFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisFormat using PUT.
            </summary>
            <param name="workbookChartAxisFormatToUpdate">The WorkbookChartAxisFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisFormatToUpdate">The WorkbookChartAxisFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartAxisFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder.Line">
            <summary>
            Gets the request builder for Line.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisRequest">
            <summary>
            The interface IWorkbookChartAxisRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxis using POST.
            </summary>
            <param name="workbookChartAxisToCreate">The WorkbookChartAxis to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxis using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisToCreate">The WorkbookChartAxis to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxis.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxis and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxis.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxis and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxis using PATCH.
            </summary>
            <param name="workbookChartAxisToUpdate">The WorkbookChartAxis to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxis using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisToUpdate">The WorkbookChartAxis to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.PutAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxis using PUT.
            </summary>
            <param name="workbookChartAxisToUpdate">The WorkbookChartAxis object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxis using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisToUpdate">The WorkbookChartAxis object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxis,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxis,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder">
            <summary>
            The interface IWorkbookChartAxisRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisRequestBuilder.MajorGridlines">
            <summary>
            Gets the request builder for MajorGridlines.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisRequestBuilder.MinorGridlines">
            <summary>
            Gets the request builder for MinorGridlines.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisRequestBuilder.Title">
            <summary>
            Gets the request builder for Title.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisTitleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest">
            <summary>
            The interface IWorkbookChartAxisTitleFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisTitleFormat using POST.
            </summary>
            <param name="workbookChartAxisTitleFormatToCreate">The WorkbookChartAxisTitleFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisTitleFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisTitleFormatToCreate">The WorkbookChartAxisTitleFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisTitleFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisTitleFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitleFormat using PATCH.
            </summary>
            <param name="workbookChartAxisTitleFormatToUpdate">The WorkbookChartAxisTitleFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitleFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisTitleFormatToUpdate">The WorkbookChartAxisTitleFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitleFormat using PUT.
            </summary>
            <param name="workbookChartAxisTitleFormatToUpdate">The WorkbookChartAxisTitleFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitleFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisTitleFormatToUpdate">The WorkbookChartAxisTitleFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartAxisTitleFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisTitleRequest">
            <summary>
            The interface IWorkbookChartAxisTitleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisTitle using POST.
            </summary>
            <param name="workbookChartAxisTitleToCreate">The WorkbookChartAxisTitle to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisTitle using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisTitleToCreate">The WorkbookChartAxisTitle to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisTitle and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisTitle and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitle using PATCH.
            </summary>
            <param name="workbookChartAxisTitleToUpdate">The WorkbookChartAxisTitle to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitle using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisTitleToUpdate">The WorkbookChartAxisTitle to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.PutAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitle using PUT.
            </summary>
            <param name="workbookChartAxisTitleToUpdate">The WorkbookChartAxisTitle object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitle using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisTitleToUpdate">The WorkbookChartAxisTitle object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitle,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitle,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisTitleRequestBuilder">
            <summary>
            The interface IWorkbookChartAxisTitleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisTitleRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartCountRequest">
            <summary>
            The interface IWorkbookChartCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartCountRequestBuilder">
            <summary>
            The interface IWorkbookChartCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest">
            <summary>
            The interface IWorkbookChartDataLabelFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartDataLabelFormat using POST.
            </summary>
            <param name="workbookChartDataLabelFormatToCreate">The WorkbookChartDataLabelFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartDataLabelFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartDataLabelFormatToCreate">The WorkbookChartDataLabelFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartDataLabelFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartDataLabelFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartDataLabelFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartDataLabelFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabelFormat using PATCH.
            </summary>
            <param name="workbookChartDataLabelFormatToUpdate">The WorkbookChartDataLabelFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabelFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartDataLabelFormatToUpdate">The WorkbookChartDataLabelFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabelFormat using PUT.
            </summary>
            <param name="workbookChartDataLabelFormatToUpdate">The WorkbookChartDataLabelFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabelFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartDataLabelFormatToUpdate">The WorkbookChartDataLabelFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabelFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabelFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartDataLabelFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartDataLabelsRequest">
            <summary>
            The interface IWorkbookChartDataLabelsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.CreateAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartDataLabels using POST.
            </summary>
            <param name="workbookChartDataLabelsToCreate">The WorkbookChartDataLabels to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartDataLabels using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartDataLabelsToCreate">The WorkbookChartDataLabels to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartDataLabels.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartDataLabels and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartDataLabels.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartDataLabels and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.UpdateAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabels using PATCH.
            </summary>
            <param name="workbookChartDataLabelsToUpdate">The WorkbookChartDataLabels to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabels using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartDataLabelsToUpdate">The WorkbookChartDataLabels to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.PutAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabels using PUT.
            </summary>
            <param name="workbookChartDataLabelsToUpdate">The WorkbookChartDataLabels object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabels using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartDataLabelsToUpdate">The WorkbookChartDataLabels object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabels,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabels,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder">
            <summary>
            The interface IWorkbookChartDataLabelsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFillClearRequest">
            <summary>
            The interface IWorkbookChartFillClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillClearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFillClearRequestBuilder">
            <summary>
            The interface IWorkbookChartFillClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillClearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFillRequest">
            <summary>
            The interface IWorkbookChartFillRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.CreateAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartFill using POST.
            </summary>
            <param name="workbookChartFillToCreate">The WorkbookChartFill to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartFill using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartFillToCreate">The WorkbookChartFill to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartFill and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartFill and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.UpdateAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFill using PATCH.
            </summary>
            <param name="workbookChartFillToUpdate">The WorkbookChartFill to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFill using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartFillToUpdate">The WorkbookChartFill to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.PutAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFill using PUT.
            </summary>
            <param name="workbookChartFillToUpdate">The WorkbookChartFill object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFill using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartFillToUpdate">The WorkbookChartFill object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFill,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFill,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder">
            <summary>
            The interface IWorkbookChartFillRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookChartFillClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequestBuilder.SetSolidColor(System.String)">
            <summary>
            Gets the request builder for WorkbookChartFillSetSolidColor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequest">
            <summary>
            The interface IWorkbookChartFillSetSolidColorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequestBuilder">
            <summary>
            The interface IWorkbookChartFillSetSolidColorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFontRequest">
            <summary>
            The interface IWorkbookChartFontRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.CreateAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartFont using POST.
            </summary>
            <param name="workbookChartFontToCreate">The WorkbookChartFont to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartFont using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartFontToCreate">The WorkbookChartFont to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartFont and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartFont and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.UpdateAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFont using PATCH.
            </summary>
            <param name="workbookChartFontToUpdate">The WorkbookChartFont to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFont using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartFontToUpdate">The WorkbookChartFont to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.PutAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFont using PUT.
            </summary>
            <param name="workbookChartFontToUpdate">The WorkbookChartFont object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFont using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartFontToUpdate">The WorkbookChartFont object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFont,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFont,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder">
            <summary>
            The interface IWorkbookChartFontRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest">
            <summary>
            The interface IWorkbookChartGridlinesFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartGridlinesFormat using POST.
            </summary>
            <param name="workbookChartGridlinesFormatToCreate">The WorkbookChartGridlinesFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartGridlinesFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartGridlinesFormatToCreate">The WorkbookChartGridlinesFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartGridlinesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartGridlinesFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartGridlinesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartGridlinesFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlinesFormat using PATCH.
            </summary>
            <param name="workbookChartGridlinesFormatToUpdate">The WorkbookChartGridlinesFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlinesFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartGridlinesFormatToUpdate">The WorkbookChartGridlinesFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlinesFormat using PUT.
            </summary>
            <param name="workbookChartGridlinesFormatToUpdate">The WorkbookChartGridlinesFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlinesFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartGridlinesFormatToUpdate">The WorkbookChartGridlinesFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlinesFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlinesFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartGridlinesFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartGridlinesFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartGridlinesFormatRequestBuilder.Line">
            <summary>
            Gets the request builder for Line.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartGridlinesRequest">
            <summary>
            The interface IWorkbookChartGridlinesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.CreateAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartGridlines using POST.
            </summary>
            <param name="workbookChartGridlinesToCreate">The WorkbookChartGridlines to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartGridlines using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartGridlinesToCreate">The WorkbookChartGridlines to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartGridlines.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartGridlines and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartGridlines.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartGridlines and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlines using PATCH.
            </summary>
            <param name="workbookChartGridlinesToUpdate">The WorkbookChartGridlines to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlines using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartGridlinesToUpdate">The WorkbookChartGridlines to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.PutAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlines using PUT.
            </summary>
            <param name="workbookChartGridlinesToUpdate">The WorkbookChartGridlines object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlines using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartGridlinesToUpdate">The WorkbookChartGridlines object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlines,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlines,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder">
            <summary>
            The interface IWorkbookChartGridlinesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartGridlinesFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartImageRequest">
            <summary>
            The interface IWorkbookChartImageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartImageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartImageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartImageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartImageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder">
            <summary>
            The interface IWorkbookChartImageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartImageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartItemAtRequest">
            <summary>
            The interface IWorkbookChartItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchart">The WorkbookChart object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder">
            <summary>
            The interface IWorkbookChartItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Add(System.String,System.String,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartAddRequestBuilder.
            </summary>
            <param name="type">A type parameter for the OData method call.</param>
            <param name="seriesBy">A seriesBy parameter for the OData method call.</param>
            <param name="sourceData">A sourceData parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Image">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Image(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <param name="width">A width parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Image(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <param name="width">A width parameter for the OData method call.</param>
            <param name="height">A height parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Image(System.Int32,System.Int32,System.String)">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <param name="width">A width parameter for the OData method call.</param>
            <param name="height">A height parameter for the OData method call.</param>
            <param name="fittingMode">A fittingMode parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Item(System.String)">
            <summary>
            Gets the request builder for WorkbookChartItemRequestBuilder.
            </summary>
            <param name="name">A name parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.SetData(System.String,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartSetDataRequestBuilder.
            </summary>
            <param name="seriesBy">A seriesBy parameter for the OData method call.</param>
            <param name="sourceData">A sourceData parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetDataRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.SetPosition(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartSetPositionRequestBuilder.
            </summary>
            <param name="startCell">A startCell parameter for the OData method call.</param>
            <param name="endCell">A endCell parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetPositionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Axes">
            <summary>
            Gets the request builder for Axes.
            Represents chart axes. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.DataLabels">
            <summary>
            Gets the request builder for DataLabels.
            Represents the datalabels on the chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Encapsulates the format properties for the chart area. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Legend">
            <summary>
            Gets the request builder for Legend.
            Represents the legend for the chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLegendRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Series">
            <summary>
            Gets the request builder for Series.
            Represents either a single series or collection of series in the chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Title">
            <summary>
            Gets the request builder for Title.
            Represents the title of the specified chart, including the text, visibility, position and formating of the title. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartTitleRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartItemRequest">
            <summary>
            The interface IWorkbookChartItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.PatchAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.PatchResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.PutAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchart">The WorkbookChart object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.PutResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartItemRequestBuilder">
            <summary>
            The interface IWorkbookChartItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Add(System.String,System.String,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartAddRequestBuilder.
            </summary>
            <param name="type">A type parameter for the OData method call.</param>
            <param name="seriesBy">A seriesBy parameter for the OData method call.</param>
            <param name="sourceData">A sourceData parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Image">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Image(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <param name="width">A width parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Image(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <param name="width">A width parameter for the OData method call.</param>
            <param name="height">A height parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Image(System.Int32,System.Int32,System.String)">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <param name="width">A width parameter for the OData method call.</param>
            <param name="height">A height parameter for the OData method call.</param>
            <param name="fittingMode">A fittingMode parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Item(System.String)">
            <summary>
            Gets the request builder for WorkbookChartItemRequestBuilder.
            </summary>
            <param name="name">A name parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequestBuilder.SetData(System.String,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartSetDataRequestBuilder.
            </summary>
            <param name="seriesBy">A seriesBy parameter for the OData method call.</param>
            <param name="sourceData">A sourceData parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetDataRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequestBuilder.SetPosition(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartSetPositionRequestBuilder.
            </summary>
            <param name="startCell">A startCell parameter for the OData method call.</param>
            <param name="endCell">A endCell parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetPositionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Axes">
            <summary>
            Gets the request builder for Axes.
            Represents chart axes. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemRequestBuilder.DataLabels">
            <summary>
            Gets the request builder for DataLabels.
            Represents the datalabels on the chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Encapsulates the format properties for the chart area. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Legend">
            <summary>
            Gets the request builder for Legend.
            Represents the legend for the chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLegendRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Series">
            <summary>
            Gets the request builder for Series.
            Represents either a single series or collection of series in the chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Title">
            <summary>
            Gets the request builder for Title.
            Represents the title of the specified chart, including the text, visibility, position and formating of the title. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartTitleRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLegendFormatRequest">
            <summary>
            The interface IWorkbookChartLegendFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLegendFormat using POST.
            </summary>
            <param name="workbookChartLegendFormatToCreate">The WorkbookChartLegendFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLegendFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLegendFormatToCreate">The WorkbookChartLegendFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLegendFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLegendFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLegendFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLegendFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegendFormat using PATCH.
            </summary>
            <param name="workbookChartLegendFormatToUpdate">The WorkbookChartLegendFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegendFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLegendFormatToUpdate">The WorkbookChartLegendFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegendFormat using PUT.
            </summary>
            <param name="workbookChartLegendFormatToUpdate">The WorkbookChartLegendFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegendFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLegendFormatToUpdate">The WorkbookChartLegendFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegendFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegendFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartLegendFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLegendRequest">
            <summary>
            The interface IWorkbookChartLegendRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.CreateAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLegend using POST.
            </summary>
            <param name="workbookChartLegendToCreate">The WorkbookChartLegend to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLegend using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLegendToCreate">The WorkbookChartLegend to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLegend.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLegend and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLegend.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLegend and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegend using PATCH.
            </summary>
            <param name="workbookChartLegendToUpdate">The WorkbookChartLegend to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegend using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLegendToUpdate">The WorkbookChartLegend to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.PutAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegend using PUT.
            </summary>
            <param name="workbookChartLegendToUpdate">The WorkbookChartLegend object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegend using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLegendToUpdate">The WorkbookChartLegend object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegend,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegend,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLegendRequestBuilder">
            <summary>
            The interface IWorkbookChartLegendRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartLegendRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLineFormatClearRequest">
            <summary>
            The interface IWorkbookChartLineFormatClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatClearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLineFormatClearRequestBuilder">
            <summary>
            The interface IWorkbookChartLineFormatClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatClearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLineFormatRequest">
            <summary>
            The interface IWorkbookChartLineFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLineFormat using POST.
            </summary>
            <param name="workbookChartLineFormatToCreate">The WorkbookChartLineFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLineFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLineFormatToCreate">The WorkbookChartLineFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLineFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLineFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLineFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLineFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLineFormat using PATCH.
            </summary>
            <param name="workbookChartLineFormatToUpdate">The WorkbookChartLineFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLineFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLineFormatToUpdate">The WorkbookChartLineFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLineFormat using PUT.
            </summary>
            <param name="workbookChartLineFormatToUpdate">The WorkbookChartLineFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLineFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLineFormatToUpdate">The WorkbookChartLineFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLineFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLineFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartLineFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookChartLineFormatClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatClearRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointCountRequest">
            <summary>
            The interface IWorkbookChartPointCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointCountRequestBuilder">
            <summary>
            The interface IWorkbookChartPointCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointFormatRequest">
            <summary>
            The interface IWorkbookChartPointFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartPointFormat using POST.
            </summary>
            <param name="workbookChartPointFormatToCreate">The WorkbookChartPointFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartPointFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartPointFormatToCreate">The WorkbookChartPointFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartPointFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartPointFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartPointFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartPointFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPointFormat using PATCH.
            </summary>
            <param name="workbookChartPointFormatToUpdate">The WorkbookChartPointFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPointFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartPointFormatToUpdate">The WorkbookChartPointFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPointFormat using PUT.
            </summary>
            <param name="workbookChartPointFormatToUpdate">The WorkbookChartPointFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPointFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartPointFormatToUpdate">The WorkbookChartPointFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPointFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPointFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartPointFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointItemAtRequest">
            <summary>
            The interface IWorkbookChartPointItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchartpoint">The WorkbookChartPoint object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchartpoint">The WorkbookChartPoint object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchartpoint">The WorkbookChartPoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchartpoint">The WorkbookChartPoint object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointItemAtRequestBuilder">
            <summary>
            The interface IWorkbookChartPointItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartPointCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartPointItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartPointItemAtRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Encapsulates the format properties chart point. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointRequest">
            <summary>
            The interface IWorkbookChartPointRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.CreateAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartPoint using POST.
            </summary>
            <param name="workbookChartPointToCreate">The WorkbookChartPoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartPoint using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartPointToCreate">The WorkbookChartPoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartPoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartPoint and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartPoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartPoint and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.UpdateAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPoint using PATCH.
            </summary>
            <param name="workbookChartPointToUpdate">The WorkbookChartPoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPoint using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartPointToUpdate">The WorkbookChartPoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.PutAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPoint using PUT.
            </summary>
            <param name="workbookChartPointToUpdate">The WorkbookChartPoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPoint using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartPointToUpdate">The WorkbookChartPoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointRequestBuilder">
            <summary>
            The interface IWorkbookChartPointRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartPointRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartRequest">
            <summary>
            The interface IWorkbookChartRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.CreateAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChart using POST.
            </summary>
            <param name="workbookChartToCreate">The WorkbookChart to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChart using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartToCreate">The WorkbookChart to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChart.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChart and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChart.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChart and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.UpdateAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChart using PATCH.
            </summary>
            <param name="workbookChartToUpdate">The WorkbookChart to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChart using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartToUpdate">The WorkbookChart to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.PutAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChart using PUT.
            </summary>
            <param name="workbookChartToUpdate">The WorkbookChart object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.PutResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChart using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartToUpdate">The WorkbookChart object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartRequestBuilder">
            <summary>
            The interface IWorkbookChartRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.Axes">
            <summary>
            Gets the request builder for Axes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.DataLabels">
            <summary>
            Gets the request builder for DataLabels.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.Legend">
            <summary>
            Gets the request builder for Legend.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLegendRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.Series">
            <summary>
            Gets the request builder for Series.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.Title">
            <summary>
            Gets the request builder for Title.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartTitleRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.SetData(System.String,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartSetData.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetDataRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.SetPosition(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartSetPosition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetPositionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.Image">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.Image(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.Image(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.Image(System.Int32,System.Int32,System.String)">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesCollectionPage">
            <summary>
            The interface IWorkbookChartSeriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest">
            <summary>
            The interface IWorkbookChartSeriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChartSeries to the collection via POST.
            </summary>
            <param name="workbookChartSeries">The WorkbookChartSeries to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChartSeries to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookChartSeries">The WorkbookChartSeries to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder">
            <summary>
            The interface IWorkbookChartSeriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder"/> for the specified WorkbookChartSeries.
            </summary>
            <param name="id">The ID for the WorkbookChartSeries.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartSeriesCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartSeriesItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesCountRequest">
            <summary>
            The interface IWorkbookChartSeriesCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesCountRequestBuilder">
            <summary>
            The interface IWorkbookChartSeriesCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesFormatRequest">
            <summary>
            The interface IWorkbookChartSeriesFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartSeriesFormat using POST.
            </summary>
            <param name="workbookChartSeriesFormatToCreate">The WorkbookChartSeriesFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartSeriesFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartSeriesFormatToCreate">The WorkbookChartSeriesFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartSeriesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartSeriesFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartSeriesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartSeriesFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeriesFormat using PATCH.
            </summary>
            <param name="workbookChartSeriesFormatToUpdate">The WorkbookChartSeriesFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeriesFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartSeriesFormatToUpdate">The WorkbookChartSeriesFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeriesFormat using PUT.
            </summary>
            <param name="workbookChartSeriesFormatToUpdate">The WorkbookChartSeriesFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeriesFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartSeriesFormatToUpdate">The WorkbookChartSeriesFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeriesFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeriesFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartSeriesFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder.Line">
            <summary>
            Gets the request builder for Line.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest">
            <summary>
            The interface IWorkbookChartSeriesItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchartseries">The WorkbookChartSeries object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchartseries">The WorkbookChartSeries object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchartseries">The WorkbookChartSeries object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchartseries">The WorkbookChartSeries object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder">
            <summary>
            The interface IWorkbookChartSeriesItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartSeriesCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartSeriesItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder.Points">
            <summary>
            Gets the request builder for Points.
            Represents a collection of all points in the series. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionPage">
            <summary>
            The interface IWorkbookChartSeriesPointsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest">
            <summary>
            The interface IWorkbookChartSeriesPointsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChartPoint to the collection via POST.
            </summary>
            <param name="workbookChartPoint">The WorkbookChartPoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChartPoint to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookChartPoint">The WorkbookChartPoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookChartSeriesPointsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookChartPointRequestBuilder"/> for the specified WorkbookChartPoint.
            </summary>
            <param name="id">The ID for the WorkbookChartPoint.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartPointCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartPointItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesRequest">
            <summary>
            The interface IWorkbookChartSeriesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.CreateAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartSeries using POST.
            </summary>
            <param name="workbookChartSeriesToCreate">The WorkbookChartSeries to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartSeries using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartSeriesToCreate">The WorkbookChartSeries to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartSeries.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartSeries and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartSeries.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartSeries and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeries using PATCH.
            </summary>
            <param name="workbookChartSeriesToUpdate">The WorkbookChartSeries to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeries using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartSeriesToUpdate">The WorkbookChartSeries to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.PutAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeries using PUT.
            </summary>
            <param name="workbookChartSeriesToUpdate">The WorkbookChartSeries object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeries using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartSeriesToUpdate">The WorkbookChartSeries object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder">
            <summary>
            The interface IWorkbookChartSeriesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder.Points">
            <summary>
            Gets the request builder for Points.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSetDataRequest">
            <summary>
            The interface IWorkbookChartSetDataRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSetDataRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetDataRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetDataRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetDataRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetDataRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSetDataRequestBuilder">
            <summary>
            The interface IWorkbookChartSetDataRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetDataRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSetPositionRequest">
            <summary>
            The interface IWorkbookChartSetPositionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSetPositionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetPositionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetPositionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetPositionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetPositionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSetPositionRequestBuilder">
            <summary>
            The interface IWorkbookChartSetPositionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetPositionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartTitleFormatRequest">
            <summary>
            The interface IWorkbookChartTitleFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartTitleFormat using POST.
            </summary>
            <param name="workbookChartTitleFormatToCreate">The WorkbookChartTitleFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartTitleFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartTitleFormatToCreate">The WorkbookChartTitleFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartTitleFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartTitleFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitleFormat using PATCH.
            </summary>
            <param name="workbookChartTitleFormatToUpdate">The WorkbookChartTitleFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitleFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartTitleFormatToUpdate">The WorkbookChartTitleFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitleFormat using PUT.
            </summary>
            <param name="workbookChartTitleFormatToUpdate">The WorkbookChartTitleFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitleFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartTitleFormatToUpdate">The WorkbookChartTitleFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitleFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitleFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartTitleFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartTitleRequest">
            <summary>
            The interface IWorkbookChartTitleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.CreateAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartTitle using POST.
            </summary>
            <param name="workbookChartTitleToCreate">The WorkbookChartTitle to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartTitle using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartTitleToCreate">The WorkbookChartTitle to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartTitle and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartTitle and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.UpdateAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitle using PATCH.
            </summary>
            <param name="workbookChartTitleToUpdate">The WorkbookChartTitle to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitle using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartTitleToUpdate">The WorkbookChartTitle to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.PutAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitle using PUT.
            </summary>
            <param name="workbookChartTitleToUpdate">The WorkbookChartTitle object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitle using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartTitleToUpdate">The WorkbookChartTitle object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitle,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitle,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartTitleRequestBuilder">
            <summary>
            The interface IWorkbookChartTitleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartTitleRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCloseSessionRequest">
            <summary>
            The interface IWorkbookCloseSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCloseSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCloseSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCloseSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCloseSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCloseSessionRequestBuilder">
            <summary>
            The interface IWorkbookCloseSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCloseSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCommentRepliesCollectionPage">
            <summary>
            The interface IWorkbookCommentRepliesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookCommentRepliesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest">
            <summary>
            The interface IWorkbookCommentRepliesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookCommentReply to the collection via POST.
            </summary>
            <param name="workbookCommentReply">The WorkbookCommentReply to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookCommentReply.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookCommentReply to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookCommentReply">The WorkbookCommentReply to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookCommentReply,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookCommentReply,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequestBuilder">
            <summary>
            The interface IWorkbookCommentRepliesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookCommentReplyRequestBuilder"/> for the specified WorkbookCommentReply.
            </summary>
            <param name="id">The ID for the WorkbookCommentReply.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCommentReplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCommentReplyRequest">
            <summary>
            The interface IWorkbookCommentReplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.CreateAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookCommentReply using POST.
            </summary>
            <param name="workbookCommentReplyToCreate">The WorkbookCommentReply to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookCommentReply.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.CreateResponseAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookCommentReply using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookCommentReplyToCreate">The WorkbookCommentReply to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookCommentReply.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookCommentReply and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookCommentReply.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookCommentReply.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookCommentReply and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.UpdateAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookCommentReply using PATCH.
            </summary>
            <param name="workbookCommentReplyToUpdate">The WorkbookCommentReply to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookCommentReply.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookCommentReply using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookCommentReplyToUpdate">The WorkbookCommentReply to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.PutAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookCommentReply using PUT.
            </summary>
            <param name="workbookCommentReplyToUpdate">The WorkbookCommentReply object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.PutResponseAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookCommentReply using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookCommentReplyToUpdate">The WorkbookCommentReply object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookCommentReply,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookCommentReply,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCommentReplyRequestBuilder">
            <summary>
            The interface IWorkbookCommentReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentReplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCommentRequest">
            <summary>
            The interface IWorkbookCommentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.CreateAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookComment using POST.
            </summary>
            <param name="workbookCommentToCreate">The WorkbookComment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookComment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.CreateResponseAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookComment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookCommentToCreate">The WorkbookComment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookComment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookComment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookComment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookComment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookComment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.UpdateAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookComment using PATCH.
            </summary>
            <param name="workbookCommentToUpdate">The WorkbookComment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookComment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookComment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookCommentToUpdate">The WorkbookComment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.PutAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookComment using PUT.
            </summary>
            <param name="workbookCommentToUpdate">The WorkbookComment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.PutResponseAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookComment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookCommentToUpdate">The WorkbookComment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookComment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookComment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCommentRequestBuilder">
            <summary>
            The interface IWorkbookCommentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookCommentRequestBuilder.Replies">
            <summary>
            Gets the request builder for Replies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCommentsCollectionPage">
            <summary>
            The interface IWorkbookCommentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookCommentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookCommentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCommentsCollectionRequest">
            <summary>
            The interface IWorkbookCommentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookComment to the collection via POST.
            </summary>
            <param name="workbookComment">The WorkbookComment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookComment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookComment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookComment">The WorkbookComment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookComment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookComment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCommentsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookCommentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCommentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookCommentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookCommentRequestBuilder"/> for the specified WorkbookComment.
            </summary>
            <param name="id">The ID for the WorkbookComment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCommentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCreateSessionRequest">
            <summary>
            The interface IWorkbookCreateSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookCreateSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCreateSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCreateSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCreateSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCreateSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCreateSessionRequestBuilder">
            <summary>
            The interface IWorkbookCreateSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCreateSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyBottomItemsFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyBottomItemsFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyBottomPercentFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyBottomPercentFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyCellColorFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyCellColorFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyCustomFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyCustomFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyDynamicFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyDynamicFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyFontColorFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyFontColorFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyIconFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyIconFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyRequest">
            <summary>
            The interface IWorkbookFilterApplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyTopItemsFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyTopItemsFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyTopPercentFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyTopPercentFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyValuesFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyValuesFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterClearRequest">
            <summary>
            The interface IWorkbookFilterClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterClearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterClearRequestBuilder">
            <summary>
            The interface IWorkbookFilterClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterClearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterRequest">
            <summary>
            The interface IWorkbookFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.CreateAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFilter using POST.
            </summary>
            <param name="workbookFilterToCreate">The WorkbookFilter to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.CreateResponseAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFilter using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFilterToCreate">The WorkbookFilter to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFilter.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFilter and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFilter.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFilter and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.UpdateAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFilter using PATCH.
            </summary>
            <param name="workbookFilterToUpdate">The WorkbookFilter to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFilter using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFilterToUpdate">The WorkbookFilter to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.PutAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFilter using PUT.
            </summary>
            <param name="workbookFilterToUpdate">The WorkbookFilter object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.PutResponseAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFilter using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFilterToUpdate">The WorkbookFilter object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFilter,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFilter,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.Apply(Microsoft.Graph.WorkbookFilterCriteria)">
            <summary>
            Gets the request builder for WorkbookFilterApply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyBottomItemsFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyBottomItemsFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyBottomPercentFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyBottomPercentFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyCellColorFilter(System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyCellColorFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyCustomFilter(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyCustomFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyDynamicFilter(System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyDynamicFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyFontColorFilter(System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyFontColorFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyIconFilter(Microsoft.Graph.WorkbookIcon)">
            <summary>
            Gets the request builder for WorkbookFilterApplyIconFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyTopItemsFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyTopItemsFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyTopPercentFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyTopPercentFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyValuesFilter(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFilterApplyValuesFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookFilterClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterClearRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFormatProtectionRequest">
            <summary>
            The interface IWorkbookFormatProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.CreateAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFormatProtection using POST.
            </summary>
            <param name="workbookFormatProtectionToCreate">The WorkbookFormatProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.CreateResponseAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFormatProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFormatProtectionToCreate">The WorkbookFormatProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFormatProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFormatProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFormatProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFormatProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.UpdateAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFormatProtection using PATCH.
            </summary>
            <param name="workbookFormatProtectionToUpdate">The WorkbookFormatProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFormatProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFormatProtectionToUpdate">The WorkbookFormatProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.PutAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFormatProtection using PUT.
            </summary>
            <param name="workbookFormatProtectionToUpdate">The WorkbookFormatProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.PutResponseAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFormatProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFormatProtectionToUpdate">The WorkbookFormatProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFormatProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFormatProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFormatProtectionRequestBuilder">
            <summary>
            The interface IWorkbookFormatProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionResultRequest">
            <summary>
            The interface IWorkbookFunctionResultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.CreateAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFunctionResult using POST.
            </summary>
            <param name="workbookFunctionResultToCreate">The WorkbookFunctionResult to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.CreateResponseAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFunctionResult using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFunctionResultToCreate">The WorkbookFunctionResult to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFunctionResult.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFunctionResult and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFunctionResult.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFunctionResult and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.UpdateAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctionResult using PATCH.
            </summary>
            <param name="workbookFunctionResultToUpdate">The WorkbookFunctionResult to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctionResult using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFunctionResultToUpdate">The WorkbookFunctionResult to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.PutAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctionResult using PUT.
            </summary>
            <param name="workbookFunctionResultToUpdate">The WorkbookFunctionResult object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.PutResponseAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctionResult using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFunctionResultToUpdate">The WorkbookFunctionResult object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctionResult,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctionResult,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionResultRequestBuilder">
            <summary>
            The interface IWorkbookFunctionResultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAbsRequest">
            <summary>
            The interface IWorkbookFunctionsAbsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAbsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAbsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAbsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAbsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAbsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAbsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAbsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAbsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequest">
            <summary>
            The interface IWorkbookFunctionsAccrIntMRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAccrIntMRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAccrIntRequest">
            <summary>
            The interface IWorkbookFunctionsAccrIntRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAccrIntRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAccrIntRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAccrIntRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcoshRequest">
            <summary>
            The interface IWorkbookFunctionsAcoshRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAcoshRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcoshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcoshRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcoshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcoshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcoshRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAcoshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcoshRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcosRequest">
            <summary>
            The interface IWorkbookFunctionsAcosRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAcosRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcosRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcosRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcosRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcosRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcosRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAcosRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcosRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcothRequest">
            <summary>
            The interface IWorkbookFunctionsAcothRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAcothRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcothRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcothRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcothRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcothRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcothRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAcothRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcothRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcotRequest">
            <summary>
            The interface IWorkbookFunctionsAcotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAcotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcotRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcotRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAcotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcotRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequest">
            <summary>
            The interface IWorkbookFunctionsAmorDegrcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAmorDegrcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAmorLincRequest">
            <summary>
            The interface IWorkbookFunctionsAmorLincRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAmorLincRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorLincRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorLincRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorLincRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorLincRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAmorLincRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAmorLincRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorLincRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAndRequest">
            <summary>
            The interface IWorkbookFunctionsAndRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAndRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAndRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAndRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAndRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAndRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAndRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAndRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAndRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsArabicRequest">
            <summary>
            The interface IWorkbookFunctionsArabicRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsArabicRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsArabicRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsArabicRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsArabicRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsArabicRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsArabicRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsArabicRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsArabicRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAreasRequest">
            <summary>
            The interface IWorkbookFunctionsAreasRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAreasRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAreasRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAreasRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAreasRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAreasRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAreasRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAreasRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAreasRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAscRequest">
            <summary>
            The interface IWorkbookFunctionsAscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAscRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAscRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAscRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAsinhRequest">
            <summary>
            The interface IWorkbookFunctionsAsinhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAsinhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinhRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAsinhRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAsinhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinhRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAsinRequest">
            <summary>
            The interface IWorkbookFunctionsAsinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAsinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAsinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAsinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAtan2Request">
            <summary>
            The interface IWorkbookFunctionsAtan2Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAtan2Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtan2Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtan2Request.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtan2Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtan2Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAtan2RequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAtan2RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtan2RequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAtanhRequest">
            <summary>
            The interface IWorkbookFunctionsAtanhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAtanhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanhRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAtanhRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAtanhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanhRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAtanRequest">
            <summary>
            The interface IWorkbookFunctionsAtanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAtanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAtanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAtanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAveDevRequest">
            <summary>
            The interface IWorkbookFunctionsAveDevRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAveDevRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAveDevRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAveDevRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAveDevRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAveDevRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAveDevRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAveDevRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAveDevRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageARequest">
            <summary>
            The interface IWorkbookFunctionsAverageARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAverageARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAverageARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageIfRequest">
            <summary>
            The interface IWorkbookFunctionsAverageIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAverageIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageIfRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAverageIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequest">
            <summary>
            The interface IWorkbookFunctionsAverageIfsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAverageIfsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageRequest">
            <summary>
            The interface IWorkbookFunctionsAverageRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAverageRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAverageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBahtTextRequest">
            <summary>
            The interface IWorkbookFunctionsBahtTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBahtTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBahtTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBahtTextRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBahtTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBahtTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBahtTextRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBahtTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBahtTextRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBaseRequest">
            <summary>
            The interface IWorkbookFunctionsBaseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBaseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBaseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBaseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBaseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselIRequest">
            <summary>
            The interface IWorkbookFunctionsBesselIRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBesselIRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselIRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselIRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselIRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselIRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselIRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBesselIRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselIRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselJRequest">
            <summary>
            The interface IWorkbookFunctionsBesselJRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBesselJRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselJRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselJRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselJRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselJRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselJRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBesselJRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselJRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselKRequest">
            <summary>
            The interface IWorkbookFunctionsBesselKRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBesselKRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselKRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselKRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselKRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselKRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselKRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBesselKRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselKRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselYRequest">
            <summary>
            The interface IWorkbookFunctionsBesselYRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBesselYRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselYRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselYRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselYRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselYRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselYRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBesselYRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselYRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequest">
            <summary>
            The interface IWorkbookFunctionsBeta_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBeta_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequest">
            <summary>
            The interface IWorkbookFunctionsBeta_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBeta_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBin2DecRequest">
            <summary>
            The interface IWorkbookFunctionsBin2DecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBin2DecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2DecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2DecRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2DecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2DecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBin2DecRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBin2DecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2DecRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBin2HexRequest">
            <summary>
            The interface IWorkbookFunctionsBin2HexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBin2HexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2HexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2HexRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2HexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2HexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBin2HexRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBin2HexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2HexRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBin2OctRequest">
            <summary>
            The interface IWorkbookFunctionsBin2OctRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBin2OctRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2OctRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2OctRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2OctRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2OctRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBin2OctRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBin2OctRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2OctRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequest">
            <summary>
            The interface IWorkbookFunctionsBinom_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBinom_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequest">
            <summary>
            The interface IWorkbookFunctionsBinom_Dist_RangeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBinom_Dist_RangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequest">
            <summary>
            The interface IWorkbookFunctionsBinom_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBinom_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitandRequest">
            <summary>
            The interface IWorkbookFunctionsBitandRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBitandRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitandRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitandRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitandRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitandRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitandRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBitandRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitandRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequest">
            <summary>
            The interface IWorkbookFunctionsBitlshiftRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBitlshiftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitorRequest">
            <summary>
            The interface IWorkbookFunctionsBitorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBitorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitorRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitorRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBitorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequest">
            <summary>
            The interface IWorkbookFunctionsBitrshiftRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBitrshiftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitxorRequest">
            <summary>
            The interface IWorkbookFunctionsBitxorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBitxorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitxorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitxorRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitxorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitxorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitxorRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBitxorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitxorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequest">
            <summary>
            The interface IWorkbookFunctionsCeiling_MathRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCeiling_MathRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequest">
            <summary>
            The interface IWorkbookFunctionsCeiling_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCeiling_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCharRequest">
            <summary>
            The interface IWorkbookFunctionsCharRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCharRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCharRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCharRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCharRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCharRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCharRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCharRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCharRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequest">
            <summary>
            The interface IWorkbookFunctionsChiSq_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsChiSq_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequest">
            <summary>
            The interface IWorkbookFunctionsChiSq_Dist_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsChiSq_Dist_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequest">
            <summary>
            The interface IWorkbookFunctionsChiSq_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsChiSq_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequest">
            <summary>
            The interface IWorkbookFunctionsChiSq_Inv_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsChiSq_Inv_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChooseRequest">
            <summary>
            The interface IWorkbookFunctionsChooseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsChooseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChooseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChooseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChooseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChooseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChooseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsChooseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChooseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCleanRequest">
            <summary>
            The interface IWorkbookFunctionsCleanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCleanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCleanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCleanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCleanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCleanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCleanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCleanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCleanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCodeRequest">
            <summary>
            The interface IWorkbookFunctionsCodeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCodeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCodeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCodeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCodeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsColumnsRequest">
            <summary>
            The interface IWorkbookFunctionsColumnsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsColumnsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsColumnsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsColumnsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsColumnsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsColumnsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsColumnsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsColumnsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsColumnsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCombinaRequest">
            <summary>
            The interface IWorkbookFunctionsCombinaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCombinaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinaRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCombinaRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCombinaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCombinRequest">
            <summary>
            The interface IWorkbookFunctionsCombinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCombinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCombinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCombinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsComplexRequest">
            <summary>
            The interface IWorkbookFunctionsComplexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsComplexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsComplexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsComplexRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsComplexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsComplexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsComplexRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsComplexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsComplexRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConcatenateRequest">
            <summary>
            The interface IWorkbookFunctionsConcatenateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsConcatenateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConcatenateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConcatenateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConcatenateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConcatenateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConcatenateRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsConcatenateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConcatenateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequest">
            <summary>
            The interface IWorkbookFunctionsConfidence_NormRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsConfidence_NormRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequest">
            <summary>
            The interface IWorkbookFunctionsConfidence_TRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsConfidence_TRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConvertRequest">
            <summary>
            The interface IWorkbookFunctionsConvertRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsConvertRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConvertRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConvertRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConvertRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConvertRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConvertRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsConvertRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConvertRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoshRequest">
            <summary>
            The interface IWorkbookFunctionsCoshRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoshRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoshRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoshRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoshRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCosRequest">
            <summary>
            The interface IWorkbookFunctionsCosRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCosRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCosRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCosRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCosRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCosRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCosRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCosRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCosRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCothRequest">
            <summary>
            The interface IWorkbookFunctionsCothRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCothRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCothRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCothRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCothRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCothRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCothRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCothRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCothRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCotRequest">
            <summary>
            The interface IWorkbookFunctionsCotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCotRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCotRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCotRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountARequest">
            <summary>
            The interface IWorkbookFunctionsCountARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCountARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCountARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountBlankRequest">
            <summary>
            The interface IWorkbookFunctionsCountBlankRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCountBlankRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountBlankRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountBlankRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountBlankRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountBlankRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountBlankRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCountBlankRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountBlankRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountIfRequest">
            <summary>
            The interface IWorkbookFunctionsCountIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCountIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountIfRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCountIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountIfsRequest">
            <summary>
            The interface IWorkbookFunctionsCountIfsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCountIfsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountIfsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCountIfsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountRequest">
            <summary>
            The interface IWorkbookFunctionsCountRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCountRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequest">
            <summary>
            The interface IWorkbookFunctionsCoupDayBsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoupDayBsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequest">
            <summary>
            The interface IWorkbookFunctionsCoupDaysNcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoupDaysNcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequest">
            <summary>
            The interface IWorkbookFunctionsCoupDaysRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoupDaysRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequest">
            <summary>
            The interface IWorkbookFunctionsCoupNcdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoupNcdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupNumRequest">
            <summary>
            The interface IWorkbookFunctionsCoupNumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoupNumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupNumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoupNumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequest">
            <summary>
            The interface IWorkbookFunctionsCoupPcdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoupPcdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCschRequest">
            <summary>
            The interface IWorkbookFunctionsCschRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCschRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCschRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCschRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCschRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCschRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCschRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCschRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCschRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCscRequest">
            <summary>
            The interface IWorkbookFunctionsCscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCscRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCscRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCscRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequest">
            <summary>
            The interface IWorkbookFunctionsCumIPmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCumIPmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCumPrincRequest">
            <summary>
            The interface IWorkbookFunctionsCumPrincRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCumPrincRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumPrincRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumPrincRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumPrincRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumPrincRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCumPrincRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCumPrincRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumPrincRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDateRequest">
            <summary>
            The interface IWorkbookFunctionsDateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDateRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDatevalueRequest">
            <summary>
            The interface IWorkbookFunctionsDatevalueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDatevalueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDatevalueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDatevalueRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDatevalueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDatevalueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDatevalueRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDatevalueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDatevalueRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDaverageRequest">
            <summary>
            The interface IWorkbookFunctionsDaverageRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDaverageRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaverageRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaverageRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaverageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaverageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDaverageRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDaverageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaverageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDayRequest">
            <summary>
            The interface IWorkbookFunctionsDayRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDayRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDayRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDayRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDayRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDays360Request">
            <summary>
            The interface IWorkbookFunctionsDays360Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDays360Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDays360Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDays360Request.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDays360Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDays360Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDays360RequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDays360RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDays360RequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDaysRequest">
            <summary>
            The interface IWorkbookFunctionsDaysRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDaysRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaysRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaysRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaysRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaysRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDaysRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDaysRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaysRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDbcsRequest">
            <summary>
            The interface IWorkbookFunctionsDbcsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDbcsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbcsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbcsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbcsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbcsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDbcsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDbcsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbcsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDbRequest">
            <summary>
            The interface IWorkbookFunctionsDbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDcountARequest">
            <summary>
            The interface IWorkbookFunctionsDcountARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDcountARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDcountARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDcountARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDcountRequest">
            <summary>
            The interface IWorkbookFunctionsDcountRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDcountRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDcountRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDcountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDdbRequest">
            <summary>
            The interface IWorkbookFunctionsDdbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDdbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDdbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDdbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDdbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDdbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDdbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDdbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDdbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDec2BinRequest">
            <summary>
            The interface IWorkbookFunctionsDec2BinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDec2BinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2BinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2BinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2BinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2BinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDec2BinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDec2BinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2BinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDec2HexRequest">
            <summary>
            The interface IWorkbookFunctionsDec2HexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDec2HexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2HexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2HexRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2HexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2HexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDec2HexRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDec2HexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2HexRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDec2OctRequest">
            <summary>
            The interface IWorkbookFunctionsDec2OctRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDec2OctRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2OctRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2OctRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2OctRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2OctRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDec2OctRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDec2OctRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2OctRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDecimalRequest">
            <summary>
            The interface IWorkbookFunctionsDecimalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDecimalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDecimalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDecimalRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDecimalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDecimalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDecimalRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDecimalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDecimalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDegreesRequest">
            <summary>
            The interface IWorkbookFunctionsDegreesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDegreesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDegreesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDegreesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDegreesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDegreesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDegreesRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDegreesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDegreesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDeltaRequest">
            <summary>
            The interface IWorkbookFunctionsDeltaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDeltaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDeltaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDeltaRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDeltaRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDevSqRequest">
            <summary>
            The interface IWorkbookFunctionsDevSqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDevSqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDevSqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDevSqRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDevSqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDevSqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDevSqRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDevSqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDevSqRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDgetRequest">
            <summary>
            The interface IWorkbookFunctionsDgetRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDgetRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDgetRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDgetRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDgetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDgetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDgetRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDgetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDgetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDiscRequest">
            <summary>
            The interface IWorkbookFunctionsDiscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDiscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDiscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDiscRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDiscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDiscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDiscRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDiscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDiscRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDmaxRequest">
            <summary>
            The interface IWorkbookFunctionsDmaxRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDmaxRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDmaxRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDmaxRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDmaxRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDmaxRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDmaxRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDmaxRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDmaxRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDminRequest">
            <summary>
            The interface IWorkbookFunctionsDminRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDminRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDminRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDminRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDminRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDminRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDminRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDminRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDminRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDollarDeRequest">
            <summary>
            The interface IWorkbookFunctionsDollarDeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDollarDeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarDeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarDeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarDeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarDeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDollarDeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDollarDeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarDeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDollarFrRequest">
            <summary>
            The interface IWorkbookFunctionsDollarFrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDollarFrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarFrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarFrRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarFrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarFrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDollarFrRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDollarFrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarFrRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDollarRequest">
            <summary>
            The interface IWorkbookFunctionsDollarRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDollarRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDollarRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDollarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDproductRequest">
            <summary>
            The interface IWorkbookFunctionsDproductRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDproductRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDproductRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDproductRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDproductRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDproductRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDproductRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDproductRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDproductRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDstDevPRequest">
            <summary>
            The interface IWorkbookFunctionsDstDevPRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDstDevPRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevPRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevPRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevPRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevPRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDstDevPRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDstDevPRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevPRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDstDevRequest">
            <summary>
            The interface IWorkbookFunctionsDstDevRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDstDevRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDstDevRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDstDevRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDsumRequest">
            <summary>
            The interface IWorkbookFunctionsDsumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDsumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDsumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDsumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDsumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDsumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDsumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDsumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDsumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDurationRequest">
            <summary>
            The interface IWorkbookFunctionsDurationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDurationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDurationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDurationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDurationRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDvarPRequest">
            <summary>
            The interface IWorkbookFunctionsDvarPRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDvarPRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarPRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarPRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarPRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarPRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDvarPRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDvarPRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarPRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDvarRequest">
            <summary>
            The interface IWorkbookFunctionsDvarRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDvarRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDvarRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDvarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequest">
            <summary>
            The interface IWorkbookFunctionsEcma_CeilingRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsEcma_CeilingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEdateRequest">
            <summary>
            The interface IWorkbookFunctionsEdateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsEdateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEdateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEdateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEdateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEdateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEdateRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsEdateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEdateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEffectRequest">
            <summary>
            The interface IWorkbookFunctionsEffectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsEffectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEffectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEffectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEffectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEffectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEffectRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsEffectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEffectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEoMonthRequest">
            <summary>
            The interface IWorkbookFunctionsEoMonthRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsEoMonthRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEoMonthRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEoMonthRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEoMonthRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEoMonthRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEoMonthRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsEoMonthRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEoMonthRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErfCRequest">
            <summary>
            The interface IWorkbookFunctionsErfCRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsErfCRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfCRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfCRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfCRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfCRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErfCRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsErfCRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfCRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequest">
            <summary>
            The interface IWorkbookFunctionsErfC_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsErfC_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErfRequest">
            <summary>
            The interface IWorkbookFunctionsErfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsErfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErfRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsErfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequest">
            <summary>
            The interface IWorkbookFunctionsErf_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsErf_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsError_TypeRequest">
            <summary>
            The interface IWorkbookFunctionsError_TypeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsError_TypeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsError_TypeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsError_TypeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsError_TypeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsError_TypeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsError_TypeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsError_TypeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsError_TypeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEvenRequest">
            <summary>
            The interface IWorkbookFunctionsEvenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsEvenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEvenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEvenRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEvenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEvenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEvenRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsEvenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEvenRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsExactRequest">
            <summary>
            The interface IWorkbookFunctionsExactRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsExactRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExactRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExactRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsExactRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsExactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExactRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequest">
            <summary>
            The interface IWorkbookFunctionsExpon_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsExpon_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsExpRequest">
            <summary>
            The interface IWorkbookFunctionsExpRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsExpRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsExpRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsExpRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequest">
            <summary>
            The interface IWorkbookFunctionsFactDoubleRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFactDoubleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFactRequest">
            <summary>
            The interface IWorkbookFunctionsFactRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFactRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFactRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFalseRequest">
            <summary>
            The interface IWorkbookFunctionsFalseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFalseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFalseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFalseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFalseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFalseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFalseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFalseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFindBRequest">
            <summary>
            The interface IWorkbookFunctionsFindBRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFindBRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindBRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindBRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindBRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindBRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFindBRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFindBRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindBRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFindRequest">
            <summary>
            The interface IWorkbookFunctionsFindRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFindRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFindRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFindRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFisherInvRequest">
            <summary>
            The interface IWorkbookFunctionsFisherInvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFisherInvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherInvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherInvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherInvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherInvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFisherInvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFisherInvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherInvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFisherRequest">
            <summary>
            The interface IWorkbookFunctionsFisherRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFisherRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFisherRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFisherRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFixedRequest">
            <summary>
            The interface IWorkbookFunctionsFixedRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFixedRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFixedRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFixedRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFixedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFixedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFixedRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFixedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFixedRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequest">
            <summary>
            The interface IWorkbookFunctionsFloor_MathRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFloor_MathRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequest">
            <summary>
            The interface IWorkbookFunctionsFloor_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFloor_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFvRequest">
            <summary>
            The interface IWorkbookFunctionsFvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequest">
            <summary>
            The interface IWorkbookFunctionsFvscheduleRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFvscheduleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_DistRequest">
            <summary>
            The interface IWorkbookFunctionsF_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsF_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsF_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequest">
            <summary>
            The interface IWorkbookFunctionsF_Dist_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsF_Dist_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_InvRequest">
            <summary>
            The interface IWorkbookFunctionsF_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsF_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsF_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequest">
            <summary>
            The interface IWorkbookFunctionsF_Inv_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsF_Inv_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGammaLnRequest">
            <summary>
            The interface IWorkbookFunctionsGammaLnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGammaLnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLnRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGammaLnRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGammaLnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequest">
            <summary>
            The interface IWorkbookFunctionsGammaLn_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGammaLn_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGammaRequest">
            <summary>
            The interface IWorkbookFunctionsGammaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGammaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGammaRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGammaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequest">
            <summary>
            The interface IWorkbookFunctionsGamma_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGamma_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequest">
            <summary>
            The interface IWorkbookFunctionsGamma_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGamma_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGaussRequest">
            <summary>
            The interface IWorkbookFunctionsGaussRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGaussRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGaussRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGaussRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGaussRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGaussRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGaussRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGaussRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGaussRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGcdRequest">
            <summary>
            The interface IWorkbookFunctionsGcdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGcdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGcdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGcdRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGcdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGcdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGcdRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGcdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGcdRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequest">
            <summary>
            The interface IWorkbookFunctionsGeoMeanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGeoMeanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGeStepRequest">
            <summary>
            The interface IWorkbookFunctionsGeStepRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGeStepRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeStepRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeStepRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeStepRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeStepRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGeStepRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGeStepRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeStepRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHarMeanRequest">
            <summary>
            The interface IWorkbookFunctionsHarMeanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHarMeanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHarMeanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHarMeanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHarMeanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHarMeanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHarMeanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHarMeanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHarMeanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHex2BinRequest">
            <summary>
            The interface IWorkbookFunctionsHex2BinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHex2BinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2BinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2BinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2BinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2BinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHex2BinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHex2BinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2BinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHex2DecRequest">
            <summary>
            The interface IWorkbookFunctionsHex2DecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHex2DecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2DecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2DecRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2DecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2DecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHex2DecRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHex2DecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2DecRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHex2OctRequest">
            <summary>
            The interface IWorkbookFunctionsHex2OctRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHex2OctRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2OctRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2OctRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2OctRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2OctRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHex2OctRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHex2OctRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2OctRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHlookupRequest">
            <summary>
            The interface IWorkbookFunctionsHlookupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHlookupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHlookupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHlookupRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHlookupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHlookupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHlookupRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHlookupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHlookupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHourRequest">
            <summary>
            The interface IWorkbookFunctionsHourRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHourRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHourRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHourRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHourRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHourRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHourRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHourRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHourRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequest">
            <summary>
            The interface IWorkbookFunctionsHyperlinkRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHyperlinkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequest">
            <summary>
            The interface IWorkbookFunctionsHypGeom_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHypGeom_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIfRequest">
            <summary>
            The interface IWorkbookFunctionsIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIfRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIfRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIfRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImAbsRequest">
            <summary>
            The interface IWorkbookFunctionsImAbsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImAbsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImAbsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImAbsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImAbsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImAbsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImAbsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImAbsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImAbsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImaginaryRequest">
            <summary>
            The interface IWorkbookFunctionsImaginaryRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImaginaryRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImaginaryRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImaginaryRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImaginaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImaginaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImaginaryRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImaginaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImaginaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImArgumentRequest">
            <summary>
            The interface IWorkbookFunctionsImArgumentRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImArgumentRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImArgumentRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImArgumentRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImArgumentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImArgumentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImArgumentRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImArgumentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImArgumentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImConjugateRequest">
            <summary>
            The interface IWorkbookFunctionsImConjugateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImConjugateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImConjugateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImConjugateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImConjugateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImConjugateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImConjugateRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImConjugateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImConjugateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCoshRequest">
            <summary>
            The interface IWorkbookFunctionsImCoshRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImCoshRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCoshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCoshRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCoshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCoshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCoshRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImCoshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCoshRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCosRequest">
            <summary>
            The interface IWorkbookFunctionsImCosRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImCosRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCosRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCosRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCosRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCosRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCosRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImCosRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCosRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCotRequest">
            <summary>
            The interface IWorkbookFunctionsImCotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImCotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCotRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCotRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImCotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCotRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCschRequest">
            <summary>
            The interface IWorkbookFunctionsImCschRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImCschRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCschRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCschRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCschRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCschRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCschRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImCschRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCschRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCscRequest">
            <summary>
            The interface IWorkbookFunctionsImCscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImCscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCscRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCscRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImCscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCscRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImDivRequest">
            <summary>
            The interface IWorkbookFunctionsImDivRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImDivRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImDivRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImDivRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImDivRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImDivRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImDivRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImDivRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImDivRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImExpRequest">
            <summary>
            The interface IWorkbookFunctionsImExpRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImExpRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImExpRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImExpRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImExpRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImExpRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImExpRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImExpRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImExpRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImLnRequest">
            <summary>
            The interface IWorkbookFunctionsImLnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImLnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLnRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImLnRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImLnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImLog10Request">
            <summary>
            The interface IWorkbookFunctionsImLog10Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImLog10Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog10Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog10Request.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog10Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog10Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImLog10RequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImLog10RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog10RequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImLog2Request">
            <summary>
            The interface IWorkbookFunctionsImLog2Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImLog2Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog2Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog2Request.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog2Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog2Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImLog2RequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImLog2RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog2RequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImPowerRequest">
            <summary>
            The interface IWorkbookFunctionsImPowerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImPowerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImPowerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImPowerRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImPowerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImPowerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImPowerRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImPowerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImPowerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImProductRequest">
            <summary>
            The interface IWorkbookFunctionsImProductRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImProductRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImProductRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImProductRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImProductRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImProductRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImProductRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImProductRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImProductRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImRealRequest">
            <summary>
            The interface IWorkbookFunctionsImRealRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImRealRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImRealRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImRealRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImRealRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImRealRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImRealRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImRealRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImRealRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSechRequest">
            <summary>
            The interface IWorkbookFunctionsImSechRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSechRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSechRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSechRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSechRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSechRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSechRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSechRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSechRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSecRequest">
            <summary>
            The interface IWorkbookFunctionsImSecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSecRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSecRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSecRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSinhRequest">
            <summary>
            The interface IWorkbookFunctionsImSinhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSinhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinhRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSinhRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSinhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinhRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSinRequest">
            <summary>
            The interface IWorkbookFunctionsImSinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSqrtRequest">
            <summary>
            The interface IWorkbookFunctionsImSqrtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSqrtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSqrtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSqrtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSqrtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSqrtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSqrtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSqrtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSqrtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSubRequest">
            <summary>
            The interface IWorkbookFunctionsImSubRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSubRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSubRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSubRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSubRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSubRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSubRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSubRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSubRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSumRequest">
            <summary>
            The interface IWorkbookFunctionsImSumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImTanRequest">
            <summary>
            The interface IWorkbookFunctionsImTanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImTanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImTanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImTanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImTanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImTanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImTanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImTanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImTanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIntRateRequest">
            <summary>
            The interface IWorkbookFunctionsIntRateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIntRateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIntRateRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIntRateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIntRequest">
            <summary>
            The interface IWorkbookFunctionsIntRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIntRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIntRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIntRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIpmtRequest">
            <summary>
            The interface IWorkbookFunctionsIpmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIpmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIpmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIpmtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIpmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIpmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIpmtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIpmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIpmtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIrrRequest">
            <summary>
            The interface IWorkbookFunctionsIrrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIrrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIrrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIrrRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIrrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIrrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIrrRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIrrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIrrRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsErrorRequest">
            <summary>
            The interface IWorkbookFunctionsIsErrorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsErrorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrorRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsErrorRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsErrorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsErrRequest">
            <summary>
            The interface IWorkbookFunctionsIsErrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsErrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsErrRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsErrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsEvenRequest">
            <summary>
            The interface IWorkbookFunctionsIsEvenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsEvenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsEvenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsEvenRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsEvenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsEvenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsEvenRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsEvenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsEvenRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequest">
            <summary>
            The interface IWorkbookFunctionsIsFormulaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsFormulaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequest">
            <summary>
            The interface IWorkbookFunctionsIsLogicalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsLogicalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsNARequest">
            <summary>
            The interface IWorkbookFunctionsIsNARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsNARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsNARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsNARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequest">
            <summary>
            The interface IWorkbookFunctionsIsNonTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsNonTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsNumberRequest">
            <summary>
            The interface IWorkbookFunctionsIsNumberRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsNumberRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNumberRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNumberRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNumberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNumberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsNumberRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsNumberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNumberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsOddRequest">
            <summary>
            The interface IWorkbookFunctionsIsOddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsOddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsOddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsOddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsOddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsOddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsOddRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsOddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsOddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequest">
            <summary>
            The interface IWorkbookFunctionsIsoWeekNumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsoWeekNumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequest">
            <summary>
            The interface IWorkbookFunctionsIso_CeilingRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIso_CeilingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIspmtRequest">
            <summary>
            The interface IWorkbookFunctionsIspmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIspmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIspmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIspmtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIspmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIspmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIspmtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIspmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIspmtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsrefRequest">
            <summary>
            The interface IWorkbookFunctionsIsrefRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsrefRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsrefRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsrefRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsrefRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsrefRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsrefRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsrefRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsrefRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsTextRequest">
            <summary>
            The interface IWorkbookFunctionsIsTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsTextRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsTextRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsTextRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsKurtRequest">
            <summary>
            The interface IWorkbookFunctionsKurtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsKurtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsKurtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsKurtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsKurtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsKurtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsKurtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsKurtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsKurtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLargeRequest">
            <summary>
            The interface IWorkbookFunctionsLargeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLargeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLargeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLargeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLargeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLargeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLargeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLargeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLargeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLcmRequest">
            <summary>
            The interface IWorkbookFunctionsLcmRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLcmRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLcmRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLcmRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLcmRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLcmRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLcmRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLcmRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLcmRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLeftbRequest">
            <summary>
            The interface IWorkbookFunctionsLeftbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLeftbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLeftbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLeftbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLeftRequest">
            <summary>
            The interface IWorkbookFunctionsLeftRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLeftRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLeftRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLeftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLenbRequest">
            <summary>
            The interface IWorkbookFunctionsLenbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLenbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLenbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLenbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLenRequest">
            <summary>
            The interface IWorkbookFunctionsLenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLenRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLnRequest">
            <summary>
            The interface IWorkbookFunctionsLnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLnRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLnRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLog10Request">
            <summary>
            The interface IWorkbookFunctionsLog10Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLog10Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLog10Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLog10Request.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLog10Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLog10Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLog10RequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLog10RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLog10RequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequest">
            <summary>
            The interface IWorkbookFunctionsLogNorm_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLogNorm_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequest">
            <summary>
            The interface IWorkbookFunctionsLogNorm_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLogNorm_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLogRequest">
            <summary>
            The interface IWorkbookFunctionsLogRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLogRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLogRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLogRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLookupRequest">
            <summary>
            The interface IWorkbookFunctionsLookupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLookupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLookupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLookupRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLookupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLookupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLookupRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLookupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLookupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLowerRequest">
            <summary>
            The interface IWorkbookFunctionsLowerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLowerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLowerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLowerRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLowerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLowerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLowerRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLowerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLowerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMatchRequest">
            <summary>
            The interface IWorkbookFunctionsMatchRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMatchRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMatchRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMatchRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMatchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMatchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMatchRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMatchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMatchRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMaxARequest">
            <summary>
            The interface IWorkbookFunctionsMaxARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMaxARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMaxARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMaxARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMaxRequest">
            <summary>
            The interface IWorkbookFunctionsMaxRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMaxRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMaxRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMaxRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMdurationRequest">
            <summary>
            The interface IWorkbookFunctionsMdurationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMdurationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMdurationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMdurationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMdurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMdurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMdurationRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMdurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMdurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMedianRequest">
            <summary>
            The interface IWorkbookFunctionsMedianRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMedianRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMedianRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMedianRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMedianRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMedianRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMedianRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMedianRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMedianRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMidbRequest">
            <summary>
            The interface IWorkbookFunctionsMidbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMidbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMidbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMidbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMidRequest">
            <summary>
            The interface IWorkbookFunctionsMidRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMidRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMidRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMidRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMinARequest">
            <summary>
            The interface IWorkbookFunctionsMinARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMinARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMinARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMinARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMinRequest">
            <summary>
            The interface IWorkbookFunctionsMinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMinuteRequest">
            <summary>
            The interface IWorkbookFunctionsMinuteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMinuteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinuteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinuteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinuteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinuteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMinuteRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMinuteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinuteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMirrRequest">
            <summary>
            The interface IWorkbookFunctionsMirrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMirrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMirrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMirrRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMirrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMirrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMirrRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMirrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMirrRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsModRequest">
            <summary>
            The interface IWorkbookFunctionsModRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsModRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsModRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsModRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsModRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsModRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsModRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsModRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsModRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMonthRequest">
            <summary>
            The interface IWorkbookFunctionsMonthRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMonthRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMonthRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMonthRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMonthRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMonthRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMonthRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMonthRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMonthRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMroundRequest">
            <summary>
            The interface IWorkbookFunctionsMroundRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMroundRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMroundRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMroundRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMroundRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMroundRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMroundRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMroundRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMroundRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequest">
            <summary>
            The interface IWorkbookFunctionsMultiNomialRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMultiNomialRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNaRequest">
            <summary>
            The interface IWorkbookFunctionsNaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNaRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNaRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequest">
            <summary>
            The interface IWorkbookFunctionsNegBinom_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNegBinom_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequest">
            <summary>
            The interface IWorkbookFunctionsNetworkDaysRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNetworkDaysRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequest">
            <summary>
            The interface IWorkbookFunctionsNetworkDays_IntlRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNetworkDays_IntlRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNominalRequest">
            <summary>
            The interface IWorkbookFunctionsNominalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNominalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNominalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNominalRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNominalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNominalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNominalRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNominalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNominalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequest">
            <summary>
            The interface IWorkbookFunctionsNorm_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNorm_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequest">
            <summary>
            The interface IWorkbookFunctionsNorm_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNorm_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequest">
            <summary>
            The interface IWorkbookFunctionsNorm_S_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNorm_S_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequest">
            <summary>
            The interface IWorkbookFunctionsNorm_S_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNorm_S_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNotRequest">
            <summary>
            The interface IWorkbookFunctionsNotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNotRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNotRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNotRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNowRequest">
            <summary>
            The interface IWorkbookFunctionsNowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNowRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNowRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNowRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNperRequest">
            <summary>
            The interface IWorkbookFunctionsNperRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNperRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNperRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNperRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNperRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNperRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNperRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNperRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNperRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNpvRequest">
            <summary>
            The interface IWorkbookFunctionsNpvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNpvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNpvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNpvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNpvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNpvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNpvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNpvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNpvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNRequest">
            <summary>
            The interface IWorkbookFunctionsNRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNumberValueRequest">
            <summary>
            The interface IWorkbookFunctionsNumberValueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNumberValueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNumberValueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNumberValueRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNumberValueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNumberValueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNumberValueRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNumberValueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNumberValueRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOct2BinRequest">
            <summary>
            The interface IWorkbookFunctionsOct2BinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOct2BinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2BinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2BinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2BinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2BinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOct2BinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOct2BinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2BinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOct2DecRequest">
            <summary>
            The interface IWorkbookFunctionsOct2DecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOct2DecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2DecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2DecRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2DecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2DecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOct2DecRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOct2DecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2DecRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOct2HexRequest">
            <summary>
            The interface IWorkbookFunctionsOct2HexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOct2HexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2HexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2HexRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2HexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2HexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOct2HexRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOct2HexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2HexRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequest">
            <summary>
            The interface IWorkbookFunctionsOddFPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOddFPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequest">
            <summary>
            The interface IWorkbookFunctionsOddFYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOddFYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequest">
            <summary>
            The interface IWorkbookFunctionsOddLPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOddLPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequest">
            <summary>
            The interface IWorkbookFunctionsOddLYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOddLYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddRequest">
            <summary>
            The interface IWorkbookFunctionsOddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOrRequest">
            <summary>
            The interface IWorkbookFunctionsOrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOrRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOrRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOrRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPdurationRequest">
            <summary>
            The interface IWorkbookFunctionsPdurationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPdurationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPdurationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPdurationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPdurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPdurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPdurationRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPdurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPdurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequest">
            <summary>
            The interface IWorkbookFunctionsPercentile_ExcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPercentile_ExcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequest">
            <summary>
            The interface IWorkbookFunctionsPercentile_IncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPercentile_IncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequest">
            <summary>
            The interface IWorkbookFunctionsPercentRank_ExcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPercentRank_ExcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequest">
            <summary>
            The interface IWorkbookFunctionsPercentRank_IncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPercentRank_IncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPermutationaRequest">
            <summary>
            The interface IWorkbookFunctionsPermutationaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPermutationaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutationaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutationaRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutationaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutationaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPermutationaRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPermutationaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutationaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPermutRequest">
            <summary>
            The interface IWorkbookFunctionsPermutRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPermutRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPermutRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPermutRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPhiRequest">
            <summary>
            The interface IWorkbookFunctionsPhiRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPhiRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPhiRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPhiRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPhiRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPhiRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPhiRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPhiRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPhiRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPiRequest">
            <summary>
            The interface IWorkbookFunctionsPiRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPiRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPiRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPiRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPiRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPiRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPiRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPiRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPmtRequest">
            <summary>
            The interface IWorkbookFunctionsPmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPmtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPmtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPmtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequest">
            <summary>
            The interface IWorkbookFunctionsPoisson_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPoisson_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPowerRequest">
            <summary>
            The interface IWorkbookFunctionsPowerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPowerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPowerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPowerRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPowerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPowerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPowerRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPowerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPowerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPpmtRequest">
            <summary>
            The interface IWorkbookFunctionsPpmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPpmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPpmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPpmtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPpmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPpmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPpmtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPpmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPpmtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequest">
            <summary>
            The interface IWorkbookFunctionsPriceDiscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPriceDiscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPriceMatRequest">
            <summary>
            The interface IWorkbookFunctionsPriceMatRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPriceMatRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceMatRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceMatRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceMatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceMatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPriceMatRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPriceMatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceMatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPriceRequest">
            <summary>
            The interface IWorkbookFunctionsPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPriceRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsProductRequest">
            <summary>
            The interface IWorkbookFunctionsProductRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsProductRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProductRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProductRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProductRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProductRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsProductRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsProductRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProductRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsProperRequest">
            <summary>
            The interface IWorkbookFunctionsProperRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsProperRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProperRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProperRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProperRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProperRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsProperRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsProperRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProperRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPvRequest">
            <summary>
            The interface IWorkbookFunctionsPvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequest">
            <summary>
            The interface IWorkbookFunctionsQuartile_ExcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsQuartile_ExcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequest">
            <summary>
            The interface IWorkbookFunctionsQuartile_IncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsQuartile_IncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsQuotientRequest">
            <summary>
            The interface IWorkbookFunctionsQuotientRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsQuotientRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuotientRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuotientRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuotientRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuotientRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsQuotientRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsQuotientRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuotientRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRadiansRequest">
            <summary>
            The interface IWorkbookFunctionsRadiansRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRadiansRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRadiansRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRadiansRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRadiansRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRadiansRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRadiansRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRadiansRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRadiansRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequest">
            <summary>
            The interface IWorkbookFunctionsRandBetweenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRandBetweenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRandRequest">
            <summary>
            The interface IWorkbookFunctionsRandRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRandRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRandRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequest">
            <summary>
            The interface IWorkbookFunctionsRank_AvgRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRank_AvgRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRank_EqRequest">
            <summary>
            The interface IWorkbookFunctionsRank_EqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRank_EqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_EqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_EqRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_EqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_EqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRank_EqRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRank_EqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_EqRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRateRequest">
            <summary>
            The interface IWorkbookFunctionsRateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRateRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReceivedRequest">
            <summary>
            The interface IWorkbookFunctionsReceivedRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsReceivedRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReceivedRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReceivedRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReceivedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReceivedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReceivedRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsReceivedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReceivedRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReplaceBRequest">
            <summary>
            The interface IWorkbookFunctionsReplaceBRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsReplaceBRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceBRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceBRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceBRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceBRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReplaceBRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsReplaceBRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceBRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReplaceRequest">
            <summary>
            The interface IWorkbookFunctionsReplaceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsReplaceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReplaceRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsReplaceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReptRequest">
            <summary>
            The interface IWorkbookFunctionsReptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsReptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReptRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReptRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsReptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReptRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRequest">
            <summary>
            The interface IWorkbookFunctionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.CreateAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFunctions using POST.
            </summary>
            <param name="workbookFunctionsToCreate">The WorkbookFunctions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.CreateResponseAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFunctions using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFunctionsToCreate">The WorkbookFunctions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFunctions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFunctions and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFunctions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFunctions and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.UpdateAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctions using PATCH.
            </summary>
            <param name="workbookFunctionsToUpdate">The WorkbookFunctions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctions using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFunctionsToUpdate">The WorkbookFunctions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.PutAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctions using PUT.
            </summary>
            <param name="workbookFunctionsToUpdate">The WorkbookFunctions object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.PutResponseAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctions using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFunctionsToUpdate">The WorkbookFunctions object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Delta(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Abs(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAbs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAbsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AccrInt(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAccrInt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAccrIntRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AccrIntM(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAccrIntM.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Acos(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcosRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Acosh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcosh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcoshRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Acot(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Acoth(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcoth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcothRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AmorDegrc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAmorDegrc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AmorLinc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAmorLinc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAmorLincRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.And(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAnd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAndRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Arabic(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsArabic.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsArabicRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Areas(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAreas.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAreasRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Asc(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAsc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Asin(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAsin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAsinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Asinh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAsinh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAsinhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Atan(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAtan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAtanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Atan2(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAtan2.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAtan2RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Atanh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAtanh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAtanhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AveDev(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAveDev.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAveDevRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Average(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AverageA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverageA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AverageIf(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverageIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AverageIfs(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverageIfs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.BahtText(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBahtText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBahtTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Base(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBase.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.BesselI(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselI.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselIRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.BesselJ(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselJ.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselJRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.BesselK(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselK.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselKRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.BesselY(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselY.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselYRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Beta_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBeta_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Beta_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBeta_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bin2Dec(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBin2Dec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBin2DecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bin2Hex(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBin2Hex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBin2HexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bin2Oct(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBin2Oct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBin2OctRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Binom_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBinom_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Binom_Dist_Range(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBinom_Dist_Range.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Binom_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBinom_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bitand(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitand.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitandRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bitlshift(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitlshift.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bitor(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bitrshift(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitrshift.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bitxor(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitxor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitxorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ceiling_Math(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCeiling_Math.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ceiling_Precise(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCeiling_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Char(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsChar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCharRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ChiSq_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ChiSq_Dist_RT(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Dist_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ChiSq_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ChiSq_Inv_RT(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Inv_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Choose(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsChoose.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChooseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Clean(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsClean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCleanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Code(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Columns(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsColumns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsColumnsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Combin(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCombin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCombinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Combina(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCombina.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCombinaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Complex(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsComplex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsComplexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Concatenate(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsConcatenate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConcatenateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Confidence_Norm(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsConfidence_Norm.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Confidence_T(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsConfidence_T.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Convert(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsConvert.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConvertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Cos(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCosRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Cosh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCosh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoshRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Cot(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Coth(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCothRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Count(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CountA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CountBlank(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountBlank.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountBlankRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CountIf(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CountIfs(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountIfs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountIfsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CoupDayBs(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupDayBs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CoupDays(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CoupDaysNc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupDaysNc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CoupNcd(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupNcd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CoupNum(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupNum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupNumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CoupPcd(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupPcd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Csc(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCsc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Csch(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCsch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCschRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CumIPmt(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCumIPmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CumPrinc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCumPrinc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCumPrincRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Date(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Datevalue(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDatevalue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDatevalueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Daverage(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDaverage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDaverageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Day(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDay.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Days(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDaysRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Days360(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDays360.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDays360RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Db(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dbcs(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDbcs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDbcsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dcount(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDcount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDcountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DcountA(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDcountA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDcountARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ddb(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDdb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDdbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dec2Bin(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDec2Bin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDec2BinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dec2Hex(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDec2Hex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDec2HexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dec2Oct(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDec2Oct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDec2OctRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Decimal(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDecimal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDecimalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Degrees(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDegrees.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDegreesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DevSq(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDevSq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDevSqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dget(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDget.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDgetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Disc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDisc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDiscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dmax(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDmax.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDmaxRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dmin(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDmin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDminRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dollar(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDollar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDollarRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DollarDe(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDollarDe.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDollarDeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DollarFr(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDollarFr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDollarFrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dproduct(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDproduct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDproductRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DstDev(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDstDev.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDstDevRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DstDevP(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDstDevP.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDstDevPRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dsum(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDsum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDsumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Duration(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDuration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDurationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dvar(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDvar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDvarRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DvarP(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDvarP.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDvarPRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ecma_Ceiling(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsEcma_Ceiling.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Edate(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsEdate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEdateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Effect(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsEffect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEffectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.EoMonth(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsEoMonth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEoMonthRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Erf(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsErf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ErfC(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsErfC.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErfCRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ErfC_Precise(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsErfC_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Erf_Precise(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsErf_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Error_Type(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsError_Type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsError_TypeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Even(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsEven.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEvenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Exact(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsExact.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsExactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Exp(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsExp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsExpRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Expon_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsExpon_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Fact(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFact.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.FactDouble(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFactDouble.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.False">
            <summary>
            Gets the request builder for WorkbookFunctionsFalse.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFalseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Find(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFind.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFindRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.FindB(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFindB.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFindBRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Fisher(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFisher.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFisherRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.FisherInv(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFisherInv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFisherInvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Fixed(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFixed.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFixedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Floor_Math(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFloor_Math.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Floor_Precise(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFloor_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Fv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Fvschedule(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFvschedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.F_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.F_Dist_RT(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Dist_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.F_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.F_Inv_RT(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Inv_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Gamma(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGamma.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGammaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.GammaLn(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGammaLn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGammaLnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.GammaLn_Precise(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGammaLn_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Gamma_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGamma_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Gamma_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGamma_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Gauss(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGauss.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGaussRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Gcd(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGcd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGcdRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.GeoMean(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGeoMean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.GeStep(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGeStep.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGeStepRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.HarMean(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHarMean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHarMeanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Hex2Bin(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHex2Bin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHex2BinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Hex2Dec(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHex2Dec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHex2DecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Hex2Oct(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHex2Oct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHex2OctRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Hlookup(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHlookup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHlookupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Hour(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHour.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHourRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Hyperlink(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHyperlink.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.HypGeom_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHypGeom_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.If(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImAbs(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImAbs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImAbsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Imaginary(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImaginary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImaginaryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImArgument(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImArgument.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImArgumentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImConjugate(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImConjugate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImConjugateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImCos(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCosRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImCosh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCosh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCoshRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImCot(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImCsc(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCsc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImCsch(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCsch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCschRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImDiv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImDiv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImDivRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImExp(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImExp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImExpRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImLn(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImLn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImLnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImLog10(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImLog10.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImLog10RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImLog2(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImLog2.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImLog2RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImPower(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImPower.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImPowerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImProduct(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImProduct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImProductRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImReal(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImReal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImRealRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSec(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSech(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSech.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSechRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSin(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSinh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSinh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSinhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSqrt(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSqrt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSqrtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSub(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSub.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSubRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSum(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImTan(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImTan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImTanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Int(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsInt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIntRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IntRate(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIntRate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIntRateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ipmt(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIpmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIpmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Irr(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIrr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIrrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsErr(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsErr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsErrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsError(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsError.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsErrorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsEven(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsEven.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsEvenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsFormula(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsFormula.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsLogical(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsLogical.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsNA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsNA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsNARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsNonText(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsNonText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsNumber(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsNumber.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsNumberRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsOdd(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsOdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsOddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsoWeekNum(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsoWeekNum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Iso_Ceiling(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIso_Ceiling.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ispmt(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIspmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIspmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Isref(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsref.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsrefRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsText(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Kurt(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsKurt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsKurtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Large(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLarge.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLargeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Lcm(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLcm.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLcmRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Left(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLeft.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLeftRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Leftb(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLeftb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLeftbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Len(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLen.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Lenb(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLenb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLenbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ln(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Log(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLog.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLogRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Log10(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLog10.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLog10RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.LogNorm_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLogNorm_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.LogNorm_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLogNorm_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Lookup(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLookup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLookupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Lower(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLower.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLowerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Match(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMatch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMatchRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Max(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMax.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMaxRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.MaxA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMaxA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMaxARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Mduration(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMduration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMdurationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Median(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMedian.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMedianRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Mid(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMid.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMidRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Midb(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMidb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMidbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Min(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.MinA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMinA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMinARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Minute(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMinute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMinuteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Mirr(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMirr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMirrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Mod(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMod.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsModRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Month(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMonth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMonthRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Mround(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMround.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMroundRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.MultiNomial(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMultiNomial.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.N(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsN.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Na">
            <summary>
            Gets the request builder for WorkbookFunctionsNa.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.NegBinom_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNegBinom_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.NetworkDays(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNetworkDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.NetworkDays_Intl(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNetworkDays_Intl.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Nominal(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNominal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNominalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Norm_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Norm_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Norm_S_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_S_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Norm_S_Inv(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_S_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Not(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Now">
            <summary>
            Gets the request builder for WorkbookFunctionsNow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Nper(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNper.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNperRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Npv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNpv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNpvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.NumberValue(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNumberValue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNumberValueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Oct2Bin(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOct2Bin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOct2BinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Oct2Dec(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOct2Dec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOct2DecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Oct2Hex(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOct2Hex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOct2HexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Odd(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.OddFPrice(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddFPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.OddFYield(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddFYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.OddLPrice(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddLPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.OddLYield(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddLYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Or(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Pduration(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPduration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPdurationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Percentile_Exc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentile_Exc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Percentile_Inc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentile_Inc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.PercentRank_Exc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentRank_Exc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.PercentRank_Inc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentRank_Inc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Permut(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPermut.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPermutRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Permutationa(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPermutationa.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPermutationaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Phi(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPhi.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPhiRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Pi">
            <summary>
            Gets the request builder for WorkbookFunctionsPi.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPiRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Pmt(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Poisson_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPoisson_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Power(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPower.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPowerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ppmt(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPpmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPpmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Price(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.PriceDisc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPriceDisc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.PriceMat(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPriceMat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPriceMatRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Product(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsProduct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsProductRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Proper(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsProper.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsProperRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Pv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Quartile_Exc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsQuartile_Exc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Quartile_Inc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsQuartile_Inc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Quotient(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsQuotient.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsQuotientRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Radians(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRadians.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRadiansRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rand">
            <summary>
            Gets the request builder for WorkbookFunctionsRand.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRandRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.RandBetween(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRandBetween.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rank_Avg(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRank_Avg.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rank_Eq(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRank_Eq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRank_EqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rate(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Received(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsReceived.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReceivedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Replace(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsReplace.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReplaceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ReplaceB(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsReplaceB.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReplaceBRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rept(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReptRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Right(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRight.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRightRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rightb(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRightb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRightbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Roman(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRoman.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRomanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Round(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRound.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRoundRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.RoundDown(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRoundDown.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRoundDownRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.RoundUp(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRoundUp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRoundUpRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rows(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRowsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rri(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRri.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRriRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sec(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sech(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSech.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSechRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Second(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSecond.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSecondRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.SeriesSum(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSeriesSum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sheet(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sheets(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSheets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSheetsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sign(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sin(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sinh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSinh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSinhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Skew(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSkew.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSkewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Skew_p(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSkew_p.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSkew_pRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sln(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSln.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSlnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Small(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSmall.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSmallRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sqrt(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSqrt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSqrtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.SqrtPi(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSqrtPi.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Standardize(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsStandardize.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStandardizeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.StDevA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDevA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDevARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.StDevPA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDevPA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDevPARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.StDev_P(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDev_P.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDev_PRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.StDev_S(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDev_S.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDev_SRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Substitute(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSubstitute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSubstituteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Subtotal(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSubtotal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSubtotalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sum(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.SumIf(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSumIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.SumIfs(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSumIfs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumIfsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.SumSq(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSumSq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumSqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Syd(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSyd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSydRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.T(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Tan(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Tanh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTanh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTanhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.TbillEq(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTbillEq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTbillEqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.TbillPrice(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTbillPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.TbillYield(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTbillYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Text(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Time(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTime.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTimeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Timevalue(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTimevalue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTimevalueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Today">
            <summary>
            Gets the request builder for WorkbookFunctionsToday.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTodayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Trim(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTrim.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTrimRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.TrimMean(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTrimMean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.True">
            <summary>
            Gets the request builder for WorkbookFunctionsTrue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTrueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Trunc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTrunc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTruncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Type(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsType.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTypeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.T_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.T_Dist_2T(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Dist_2T.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.T_Dist_RT(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Dist_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.T_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.T_Inv_2T(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Inv_2T.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Unichar(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsUnichar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUnicharRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Unicode(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsUnicode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUnicodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Upper(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsUpper.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUpperRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Usdollar(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsUsdollar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUsdollarRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Value(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsValue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsValueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.VarA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsVarA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVarARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.VarPA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsVarPA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVarPARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Var_P(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsVar_P.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVar_PRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Var_S(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsVar_S.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVar_SRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Vdb(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsVdb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVdbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Vlookup(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsVlookup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVlookupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Weekday(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsWeekday.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWeekdayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.WeekNum(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsWeekNum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWeekNumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Weibull_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsWeibull_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.WorkDay(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsWorkDay.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWorkDayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.WorkDay_Intl(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsWorkDay_Intl.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Xirr(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsXirr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsXirrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Xnpv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsXnpv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsXnpvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Xor(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsXor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsXorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Year(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsYear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.YearFrac(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsYearFrac.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYearFracRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Yield(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.YieldDisc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsYieldDisc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.YieldMat(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsYieldMat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYieldMatRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Z_Test(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsZ_Test.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsZ_TestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRightbRequest">
            <summary>
            The interface IWorkbookFunctionsRightbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRightbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRightbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRightbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRightRequest">
            <summary>
            The interface IWorkbookFunctionsRightRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRightRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRightRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRightRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRomanRequest">
            <summary>
            The interface IWorkbookFunctionsRomanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRomanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRomanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRomanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRomanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRomanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRomanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRomanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRomanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRoundDownRequest">
            <summary>
            The interface IWorkbookFunctionsRoundDownRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRoundDownRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundDownRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundDownRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundDownRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundDownRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRoundDownRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRoundDownRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundDownRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRoundRequest">
            <summary>
            The interface IWorkbookFunctionsRoundRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRoundRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRoundRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRoundRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRoundUpRequest">
            <summary>
            The interface IWorkbookFunctionsRoundUpRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRoundUpRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundUpRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundUpRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundUpRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundUpRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRoundUpRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRoundUpRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundUpRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRowsRequest">
            <summary>
            The interface IWorkbookFunctionsRowsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRowsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRowsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRowsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRowsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRowsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRowsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRowsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRowsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRriRequest">
            <summary>
            The interface IWorkbookFunctionsRriRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRriRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRriRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRriRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRriRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRriRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRriRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRriRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRriRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSechRequest">
            <summary>
            The interface IWorkbookFunctionsSechRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSechRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSechRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSechRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSechRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSechRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSechRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSechRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSechRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSecondRequest">
            <summary>
            The interface IWorkbookFunctionsSecondRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSecondRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecondRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecondRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecondRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecondRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSecondRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSecondRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecondRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSecRequest">
            <summary>
            The interface IWorkbookFunctionsSecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSecRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequest">
            <summary>
            The interface IWorkbookFunctionsSeriesSumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSeriesSumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSheetRequest">
            <summary>
            The interface IWorkbookFunctionsSheetRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSheetRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSheetRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSheetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSheetsRequest">
            <summary>
            The interface IWorkbookFunctionsSheetsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSheetsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSheetsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSheetsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSignRequest">
            <summary>
            The interface IWorkbookFunctionsSignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSignRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSinhRequest">
            <summary>
            The interface IWorkbookFunctionsSinhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSinhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinhRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSinhRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSinhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinhRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSinRequest">
            <summary>
            The interface IWorkbookFunctionsSinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSkewRequest">
            <summary>
            The interface IWorkbookFunctionsSkewRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSkewRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkewRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSkewRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSkewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSkew_pRequest">
            <summary>
            The interface IWorkbookFunctionsSkew_pRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSkew_pRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkew_pRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkew_pRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkew_pRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkew_pRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSkew_pRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSkew_pRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkew_pRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSlnRequest">
            <summary>
            The interface IWorkbookFunctionsSlnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSlnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSlnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSlnRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSlnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSlnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSlnRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSlnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSlnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSmallRequest">
            <summary>
            The interface IWorkbookFunctionsSmallRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSmallRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSmallRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSmallRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSmallRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSmallRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSmallRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSmallRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSmallRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequest">
            <summary>
            The interface IWorkbookFunctionsSqrtPiRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSqrtPiRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSqrtRequest">
            <summary>
            The interface IWorkbookFunctionsSqrtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSqrtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSqrtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSqrtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStandardizeRequest">
            <summary>
            The interface IWorkbookFunctionsStandardizeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsStandardizeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStandardizeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStandardizeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStandardizeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStandardizeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStandardizeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsStandardizeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStandardizeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDevARequest">
            <summary>
            The interface IWorkbookFunctionsStDevARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsStDevARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDevARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsStDevARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDevPARequest">
            <summary>
            The interface IWorkbookFunctionsStDevPARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsStDevPARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevPARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevPARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevPARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevPARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDevPARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsStDevPARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevPARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDev_PRequest">
            <summary>
            The interface IWorkbookFunctionsStDev_PRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsStDev_PRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_PRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_PRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_PRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_PRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDev_PRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsStDev_PRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_PRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDev_SRequest">
            <summary>
            The interface IWorkbookFunctionsStDev_SRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsStDev_SRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_SRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_SRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_SRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_SRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDev_SRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsStDev_SRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_SRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSubstituteRequest">
            <summary>
            The interface IWorkbookFunctionsSubstituteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSubstituteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubstituteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubstituteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubstituteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubstituteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSubstituteRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSubstituteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubstituteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSubtotalRequest">
            <summary>
            The interface IWorkbookFunctionsSubtotalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSubtotalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubtotalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubtotalRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubtotalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubtotalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSubtotalRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSubtotalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubtotalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumIfRequest">
            <summary>
            The interface IWorkbookFunctionsSumIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSumIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumIfRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSumIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumIfsRequest">
            <summary>
            The interface IWorkbookFunctionsSumIfsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSumIfsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumIfsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSumIfsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumRequest">
            <summary>
            The interface IWorkbookFunctionsSumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumSqRequest">
            <summary>
            The interface IWorkbookFunctionsSumSqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSumSqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumSqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumSqRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumSqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumSqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumSqRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSumSqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumSqRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSydRequest">
            <summary>
            The interface IWorkbookFunctionsSydRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSydRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSydRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSydRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSydRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSydRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSydRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSydRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSydRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTanhRequest">
            <summary>
            The interface IWorkbookFunctionsTanhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTanhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanhRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTanhRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTanhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanhRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTanRequest">
            <summary>
            The interface IWorkbookFunctionsTanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTbillEqRequest">
            <summary>
            The interface IWorkbookFunctionsTbillEqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTbillEqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillEqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillEqRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillEqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillEqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTbillEqRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTbillEqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillEqRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequest">
            <summary>
            The interface IWorkbookFunctionsTbillPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTbillPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequest">
            <summary>
            The interface IWorkbookFunctionsTbillYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTbillYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTextRequest">
            <summary>
            The interface IWorkbookFunctionsTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTextRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTextRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTextRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTimeRequest">
            <summary>
            The interface IWorkbookFunctionsTimeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTimeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTimeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTimeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTimevalueRequest">
            <summary>
            The interface IWorkbookFunctionsTimevalueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTimevalueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimevalueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimevalueRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimevalueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimevalueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTimevalueRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTimevalueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimevalueRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTodayRequest">
            <summary>
            The interface IWorkbookFunctionsTodayRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTodayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTodayRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTodayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTodayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTodayRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTodayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTodayRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTRequest">
            <summary>
            The interface IWorkbookFunctionsTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequest">
            <summary>
            The interface IWorkbookFunctionsTrimMeanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTrimMeanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTrimRequest">
            <summary>
            The interface IWorkbookFunctionsTrimRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTrimRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTrimRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTrimRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTrueRequest">
            <summary>
            The interface IWorkbookFunctionsTrueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrueRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTrueRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTrueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrueRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTruncRequest">
            <summary>
            The interface IWorkbookFunctionsTruncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTruncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTruncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTruncRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTruncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTruncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTruncRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTruncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTruncRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTypeRequest">
            <summary>
            The interface IWorkbookFunctionsTypeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTypeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTypeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTypeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTypeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTypeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTypeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTypeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTypeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_DistRequest">
            <summary>
            The interface IWorkbookFunctionsT_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsT_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsT_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequest">
            <summary>
            The interface IWorkbookFunctionsT_Dist_2TRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsT_Dist_2TRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequest">
            <summary>
            The interface IWorkbookFunctionsT_Dist_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsT_Dist_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_InvRequest">
            <summary>
            The interface IWorkbookFunctionsT_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsT_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsT_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequest">
            <summary>
            The interface IWorkbookFunctionsT_Inv_2TRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsT_Inv_2TRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUnicharRequest">
            <summary>
            The interface IWorkbookFunctionsUnicharRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsUnicharRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicharRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicharRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicharRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicharRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUnicharRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsUnicharRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicharRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUnicodeRequest">
            <summary>
            The interface IWorkbookFunctionsUnicodeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsUnicodeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicodeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUnicodeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsUnicodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicodeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUpperRequest">
            <summary>
            The interface IWorkbookFunctionsUpperRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsUpperRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUpperRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUpperRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUpperRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUpperRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUpperRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsUpperRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUpperRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUsdollarRequest">
            <summary>
            The interface IWorkbookFunctionsUsdollarRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsUsdollarRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUsdollarRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUsdollarRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUsdollarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUsdollarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUsdollarRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsUsdollarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUsdollarRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsValueRequest">
            <summary>
            The interface IWorkbookFunctionsValueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsValueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsValueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsValueRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsValueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsValueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsValueRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsValueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsValueRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVarARequest">
            <summary>
            The interface IWorkbookFunctionsVarARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsVarARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVarARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsVarARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVarPARequest">
            <summary>
            The interface IWorkbookFunctionsVarPARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsVarPARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarPARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarPARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarPARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarPARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVarPARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsVarPARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarPARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVar_PRequest">
            <summary>
            The interface IWorkbookFunctionsVar_PRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsVar_PRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_PRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_PRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_PRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_PRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVar_PRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsVar_PRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_PRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVar_SRequest">
            <summary>
            The interface IWorkbookFunctionsVar_SRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsVar_SRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_SRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_SRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_SRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_SRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVar_SRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsVar_SRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_SRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVdbRequest">
            <summary>
            The interface IWorkbookFunctionsVdbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsVdbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVdbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVdbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVdbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVdbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVdbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsVdbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVdbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVlookupRequest">
            <summary>
            The interface IWorkbookFunctionsVlookupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsVlookupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVlookupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVlookupRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVlookupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVlookupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVlookupRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsVlookupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVlookupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWeekdayRequest">
            <summary>
            The interface IWorkbookFunctionsWeekdayRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsWeekdayRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekdayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekdayRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekdayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekdayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWeekdayRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsWeekdayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekdayRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWeekNumRequest">
            <summary>
            The interface IWorkbookFunctionsWeekNumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsWeekNumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekNumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekNumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekNumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekNumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWeekNumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsWeekNumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekNumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequest">
            <summary>
            The interface IWorkbookFunctionsWeibull_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsWeibull_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWorkDayRequest">
            <summary>
            The interface IWorkbookFunctionsWorkDayRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsWorkDayRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDayRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWorkDayRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsWorkDayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDayRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequest">
            <summary>
            The interface IWorkbookFunctionsWorkDay_IntlRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsWorkDay_IntlRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsXirrRequest">
            <summary>
            The interface IWorkbookFunctionsXirrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsXirrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXirrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXirrRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXirrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXirrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsXirrRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsXirrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXirrRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsXnpvRequest">
            <summary>
            The interface IWorkbookFunctionsXnpvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsXnpvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXnpvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXnpvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXnpvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXnpvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsXnpvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsXnpvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXnpvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsXorRequest">
            <summary>
            The interface IWorkbookFunctionsXorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsXorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXorRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsXorRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsXorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYearFracRequest">
            <summary>
            The interface IWorkbookFunctionsYearFracRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsYearFracRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearFracRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearFracRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearFracRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearFracRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYearFracRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsYearFracRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearFracRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYearRequest">
            <summary>
            The interface IWorkbookFunctionsYearRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsYearRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYearRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsYearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequest">
            <summary>
            The interface IWorkbookFunctionsYieldDiscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsYieldDiscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYieldMatRequest">
            <summary>
            The interface IWorkbookFunctionsYieldMatRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsYieldMatRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldMatRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldMatRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldMatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldMatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYieldMatRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsYieldMatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldMatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYieldRequest">
            <summary>
            The interface IWorkbookFunctionsYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYieldRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsZ_TestRequest">
            <summary>
            The interface IWorkbookFunctionsZ_TestRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsZ_TestRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsZ_TestRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsZ_TestRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsZ_TestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsZ_TestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsZ_TestRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsZ_TestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsZ_TestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequest">
            <summary>
            The interface IWorkbookNamedItemAddFormulaLocalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequestBuilder">
            <summary>
            The interface IWorkbookNamedItemAddFormulaLocalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemAddRequest">
            <summary>
            The interface IWorkbookNamedItemAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookNamedItemAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemAddRequestBuilder">
            <summary>
            The interface IWorkbookNamedItemAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemRangeRequest">
            <summary>
            The interface IWorkbookNamedItemRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder">
            <summary>
            The interface IWorkbookNamedItemRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemRequest">
            <summary>
            The interface IWorkbookNamedItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.CreateAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookNamedItem using POST.
            </summary>
            <param name="workbookNamedItemToCreate">The WorkbookNamedItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.CreateResponseAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookNamedItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookNamedItemToCreate">The WorkbookNamedItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookNamedItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookNamedItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookNamedItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookNamedItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.UpdateAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookNamedItem using PATCH.
            </summary>
            <param name="workbookNamedItemToUpdate">The WorkbookNamedItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookNamedItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookNamedItemToUpdate">The WorkbookNamedItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.PutAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookNamedItem using PUT.
            </summary>
            <param name="workbookNamedItemToUpdate">The WorkbookNamedItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.PutResponseAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookNamedItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookNamedItemToUpdate">The WorkbookNamedItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder">
            <summary>
            The interface IWorkbookNamedItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookNamedItemRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookNamedItemRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamesCollectionPage">
            <summary>
            The interface IWorkbookNamesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookNamesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookNamesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamesCollectionRequest">
            <summary>
            The interface IWorkbookNamesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder">
            <summary>
            The interface IWorkbookNamesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/> for the specified WorkbookNamedItem.
            </summary>
            <param name="id">The ID for the WorkbookNamedItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder.Add(System.String,System.Text.Json.JsonDocument,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder.AddFormulaLocal(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAddFormulaLocal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookOperationRequest">
            <summary>
            The interface IWorkbookOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.CreateAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookOperation using POST.
            </summary>
            <param name="workbookOperationToCreate">The WorkbookOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.CreateResponseAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookOperationToCreate">The WorkbookOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.UpdateAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookOperation using PATCH.
            </summary>
            <param name="workbookOperationToUpdate">The WorkbookOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookOperationToUpdate">The WorkbookOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.PutAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookOperation using PUT.
            </summary>
            <param name="workbookOperationToUpdate">The WorkbookOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.PutResponseAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookOperationToUpdate">The WorkbookOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookOperationRequestBuilder">
            <summary>
            The interface IWorkbookOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookOperationsCollectionPage">
            <summary>
            The interface IWorkbookOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookOperationsCollectionRequest">
            <summary>
            The interface IWorkbookOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookOperation to the collection via POST.
            </summary>
            <param name="workbookOperation">The WorkbookOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookOperation">The WorkbookOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookOperationsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookOperationRequestBuilder"/> for the specified WorkbookOperation.
            </summary>
            <param name="id">The ID for the WorkbookOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequest">
            <summary>
            The interface IWorkbookPivotTableRefreshAllRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequestBuilder">
            <summary>
            The interface IWorkbookPivotTableRefreshAllRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookPivotTableRefreshRequest">
            <summary>
            The interface IWorkbookPivotTableRefreshRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookPivotTableRefreshRequestBuilder">
            <summary>
            The interface IWorkbookPivotTableRefreshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookPivotTableRequest">
            <summary>
            The interface IWorkbookPivotTableRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.CreateAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookPivotTable using POST.
            </summary>
            <param name="workbookPivotTableToCreate">The WorkbookPivotTable to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.CreateResponseAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookPivotTable using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookPivotTableToCreate">The WorkbookPivotTable to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookPivotTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookPivotTable and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookPivotTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookPivotTable and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.UpdateAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookPivotTable using PATCH.
            </summary>
            <param name="workbookPivotTableToUpdate">The WorkbookPivotTable to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookPivotTable using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookPivotTableToUpdate">The WorkbookPivotTable to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.PutAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookPivotTable using PUT.
            </summary>
            <param name="workbookPivotTableToUpdate">The WorkbookPivotTable object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.PutResponseAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookPivotTable using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookPivotTableToUpdate">The WorkbookPivotTable object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookPivotTableRequestBuilder">
            <summary>
            The interface IWorkbookPivotTableRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookPivotTableRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequestBuilder.Refresh">
            <summary>
            Gets the request builder for WorkbookPivotTableRefresh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookPivotTableRefreshRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBorderCountRequest">
            <summary>
            The interface IWorkbookRangeBorderCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBorderCountRequestBuilder">
            <summary>
            The interface IWorkbookRangeBorderCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest">
            <summary>
            The interface IWorkbookRangeBorderItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeborder">The WorkbookRangeBorder object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrangeborder">The WorkbookRangeBorder object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.PutAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeborder">The WorkbookRangeBorder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrangeborder">The WorkbookRangeBorder object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBorderItemAtRequestBuilder">
            <summary>
            The interface IWorkbookRangeBorderItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookRangeBorderCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeBorderItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBorderRequest">
            <summary>
            The interface IWorkbookRangeBorderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.CreateAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeBorder using POST.
            </summary>
            <param name="workbookRangeBorderToCreate">The WorkbookRangeBorder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeBorder using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeBorderToCreate">The WorkbookRangeBorder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeBorder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeBorder and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeBorder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeBorder and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeBorder using PATCH.
            </summary>
            <param name="workbookRangeBorderToUpdate">The WorkbookRangeBorder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeBorder using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeBorderToUpdate">The WorkbookRangeBorder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.PutAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeBorder using PUT.
            </summary>
            <param name="workbookRangeBorderToUpdate">The WorkbookRangeBorder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeBorder using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeBorderToUpdate">The WorkbookRangeBorder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder">
            <summary>
            The interface IWorkbookRangeBorderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequest">
            <summary>
            The interface IWorkbookRangeBoundingRectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder">
            <summary>
            The interface IWorkbookRangeBoundingRectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeCellRequest">
            <summary>
            The interface IWorkbookRangeCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder">
            <summary>
            The interface IWorkbookRangeCellRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeClearRequest">
            <summary>
            The interface IWorkbookRangeClearRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeClearRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeClearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder">
            <summary>
            The interface IWorkbookRangeClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeClearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeColumnRequest">
            <summary>
            The interface IWorkbookRangeColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder">
            <summary>
            The interface IWorkbookRangeColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest">
            <summary>
            The interface IWorkbookRangeColumnsAfterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder">
            <summary>
            The interface IWorkbookRangeColumnsAfterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest">
            <summary>
            The interface IWorkbookRangeColumnsBeforeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder">
            <summary>
            The interface IWorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeDeleteRequest">
            <summary>
            The interface IWorkbookRangeDeleteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeDeleteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeDeleteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeDeleteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeDeleteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeDeleteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder">
            <summary>
            The interface IWorkbookRangeDeleteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequest">
            <summary>
            The interface IWorkbookRangeEntireColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder">
            <summary>
            The interface IWorkbookRangeEntireColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeEntireRowRequest">
            <summary>
            The interface IWorkbookRangeEntireRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder">
            <summary>
            The interface IWorkbookRangeEntireRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFillClearRequest">
            <summary>
            The interface IWorkbookRangeFillClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillClearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFillClearRequestBuilder">
            <summary>
            The interface IWorkbookRangeFillClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillClearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFillRequest">
            <summary>
            The interface IWorkbookRangeFillRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFill using POST.
            </summary>
            <param name="workbookRangeFillToCreate">The WorkbookRangeFill to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFill using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFillToCreate">The WorkbookRangeFill to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFill and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFill and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFill using PATCH.
            </summary>
            <param name="workbookRangeFillToUpdate">The WorkbookRangeFill to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFill using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFillToUpdate">The WorkbookRangeFill to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.PutAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFill using PUT.
            </summary>
            <param name="workbookRangeFillToUpdate">The WorkbookRangeFill object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFill using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFillToUpdate">The WorkbookRangeFill object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFill,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFill,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFillRequestBuilder">
            <summary>
            The interface IWorkbookRangeFillRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookRangeFillClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFillClearRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFontRequest">
            <summary>
            The interface IWorkbookRangeFontRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFont using POST.
            </summary>
            <param name="workbookRangeFontToCreate">The WorkbookRangeFont to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFont using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFontToCreate">The WorkbookRangeFont to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFont and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFont and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFont using PATCH.
            </summary>
            <param name="workbookRangeFontToUpdate">The WorkbookRangeFont to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFont using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFontToUpdate">The WorkbookRangeFont to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.PutAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFont using PUT.
            </summary>
            <param name="workbookRangeFontToUpdate">The WorkbookRangeFont object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFont using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFontToUpdate">The WorkbookRangeFont object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFont,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFont,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFontRequestBuilder">
            <summary>
            The interface IWorkbookRangeFontRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequest">
            <summary>
            The interface IWorkbookRangeFormatAutofitColumnsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequestBuilder">
            <summary>
            The interface IWorkbookRangeFormatAutofitColumnsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequest">
            <summary>
            The interface IWorkbookRangeFormatAutofitRowsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequestBuilder">
            <summary>
            The interface IWorkbookRangeFormatAutofitRowsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionPage">
            <summary>
            The interface IWorkbookRangeFormatBordersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest">
            <summary>
            The interface IWorkbookRangeFormatBordersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.AddAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookRangeBorder to the collection via POST.
            </summary>
            <param name="workbookRangeBorder">The WorkbookRangeBorder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookRangeBorder to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookRangeBorder">The WorkbookRangeBorder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder">
            <summary>
            The interface IWorkbookRangeFormatBordersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder"/> for the specified WorkbookRangeBorder.
            </summary>
            <param name="id">The ID for the WorkbookRangeBorder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookRangeBorderCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeBorderItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatRequest">
            <summary>
            The interface IWorkbookRangeFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFormat using POST.
            </summary>
            <param name="workbookRangeFormatToCreate">The WorkbookRangeFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFormatToCreate">The WorkbookRangeFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFormat using PATCH.
            </summary>
            <param name="workbookRangeFormatToUpdate">The WorkbookRangeFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFormatToUpdate">The WorkbookRangeFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.PutAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFormat using PUT.
            </summary>
            <param name="workbookRangeFormatToUpdate">The WorkbookRangeFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFormatToUpdate">The WorkbookRangeFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder">
            <summary>
            The interface IWorkbookRangeFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.Borders">
            <summary>
            Gets the request builder for Borders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFontRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.Protection">
            <summary>
            Gets the request builder for Protection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFormatProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.AutofitColumns">
            <summary>
            Gets the request builder for WorkbookRangeFormatAutofitColumns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.AutofitRows">
            <summary>
            Gets the request builder for WorkbookRangeFormatAutofitRows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeInsertRequest">
            <summary>
            The interface IWorkbookRangeInsertRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeInsertRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeInsertRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeInsertRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeInsertRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeInsertRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder">
            <summary>
            The interface IWorkbookRangeInsertRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeIntersectionRequest">
            <summary>
            The interface IWorkbookRangeIntersectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder">
            <summary>
            The interface IWorkbookRangeIntersectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeLastCellRequest">
            <summary>
            The interface IWorkbookRangeLastCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder">
            <summary>
            The interface IWorkbookRangeLastCellRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeLastColumnRequest">
            <summary>
            The interface IWorkbookRangeLastColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder">
            <summary>
            The interface IWorkbookRangeLastColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeLastRowRequest">
            <summary>
            The interface IWorkbookRangeLastRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder">
            <summary>
            The interface IWorkbookRangeLastRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeMergeRequest">
            <summary>
            The interface IWorkbookRangeMergeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeMergeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeMergeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeMergeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeMergeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeMergeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder">
            <summary>
            The interface IWorkbookRangeMergeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest">
            <summary>
            The interface IWorkbookRangeOffsetRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder">
            <summary>
            The interface IWorkbookRangeOffsetRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRequest">
            <summary>
            The interface IWorkbookRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.CreateAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRange using POST.
            </summary>
            <param name="workbookRangeToCreate">The WorkbookRange to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRange using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeToCreate">The WorkbookRange to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRange.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRange and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRange.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRange and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.UpdateAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRange using PATCH.
            </summary>
            <param name="workbookRangeToUpdate">The WorkbookRange to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRange using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeToUpdate">The WorkbookRange to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRange using PUT.
            </summary>
            <param name="workbookRangeToUpdate">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRange using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeToUpdate">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRange,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRange,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRequestBuilder">
            <summary>
            The interface IWorkbookRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDelete.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsert.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMerge.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmerge.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCell.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBefore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBefore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCell.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAbove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAbove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequest">
            <summary>
            The interface IWorkbookRangeResizedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder">
            <summary>
            The interface IWorkbookRangeResizedRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRowRequest">
            <summary>
            The interface IWorkbookRangeRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder">
            <summary>
            The interface IWorkbookRangeRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequest">
            <summary>
            The interface IWorkbookRangeRowsAboveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder">
            <summary>
            The interface IWorkbookRangeRowsAboveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequest">
            <summary>
            The interface IWorkbookRangeRowsBelowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder">
            <summary>
            The interface IWorkbookRangeRowsBelowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeSortApplyRequest">
            <summary>
            The interface IWorkbookRangeSortApplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeSortApplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortApplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortApplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortApplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortApplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeSortApplyRequestBuilder">
            <summary>
            The interface IWorkbookRangeSortApplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortApplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeSortRequest">
            <summary>
            The interface IWorkbookRangeSortRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.CreateAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeSort using POST.
            </summary>
            <param name="workbookRangeSortToCreate">The WorkbookRangeSort to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeSort using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeSortToCreate">The WorkbookRangeSort to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeSort and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeSort and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeSort using PATCH.
            </summary>
            <param name="workbookRangeSortToUpdate">The WorkbookRangeSort to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeSort using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeSortToUpdate">The WorkbookRangeSort to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.PutAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeSort using PUT.
            </summary>
            <param name="workbookRangeSortToUpdate">The WorkbookRangeSort object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeSort using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeSortToUpdate">The WorkbookRangeSort object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeSort,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeSort,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder">
            <summary>
            The interface IWorkbookRangeSortRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequestBuilder.Apply(System.Boolean,System.Boolean,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.WorkbookSortField})">
            <summary>
            Gets the request builder for WorkbookRangeSortApply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortApplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeUnmergeRequest">
            <summary>
            The interface IWorkbookRangeUnmergeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUnmergeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUnmergeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUnmergeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUnmergeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder">
            <summary>
            The interface IWorkbookRangeUnmergeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequest">
            <summary>
            The interface IWorkbookRangeUsedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder">
            <summary>
            The interface IWorkbookRangeUsedRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewItemAtRequest">
            <summary>
            The interface IWorkbookRangeViewItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.PutAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder">
            <summary>
            The interface IWorkbookRangeViewItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeViewItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookRangeViewRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            Represents a collection of range views associated with the range. Read-only. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRangeRequest">
            <summary>
            The interface IWorkbookRangeViewRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder">
            <summary>
            The interface IWorkbookRangeViewRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRequest">
            <summary>
            The interface IWorkbookRangeViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.CreateAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeView using POST.
            </summary>
            <param name="workbookRangeViewToCreate">The WorkbookRangeView to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeView using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeViewToCreate">The WorkbookRangeView to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeView.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeView and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeView.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeView and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeView using PATCH.
            </summary>
            <param name="workbookRangeViewToUpdate">The WorkbookRangeView to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeView using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeViewToUpdate">The WorkbookRangeView to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.PutAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeView using PUT.
            </summary>
            <param name="workbookRangeViewToUpdate">The WorkbookRangeView object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeView using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeViewToUpdate">The WorkbookRangeView object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder">
            <summary>
            The interface IWorkbookRangeViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeViewRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookRangeViewRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionPage">
            <summary>
            The interface IWorkbookRangeViewRowsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeViewRowsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest">
            <summary>
            The interface IWorkbookRangeViewRowsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookRangeView to the collection via POST.
            </summary>
            <param name="workbookRangeView">The WorkbookRangeView to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookRangeView to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookRangeView">The WorkbookRangeView to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookRangeViewRowsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder"/> for the specified WorkbookRangeView.
            </summary>
            <param name="id">The ID for the WorkbookRangeView.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeViewItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequest">
            <summary>
            The interface IWorkbookRangeVisibleViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.PatchAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.PutAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder">
            <summary>
            The interface IWorkbookRangeVisibleViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeViewItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookRangeViewRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            Represents a collection of range views associated with the range. Read-only. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRefreshSessionRequest">
            <summary>
            The interface IWorkbookRefreshSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRefreshSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRefreshSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRefreshSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRefreshSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRefreshSessionRequestBuilder">
            <summary>
            The interface IWorkbookRefreshSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRefreshSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRequest">
            <summary>
            The interface IWorkbookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.CreateAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Workbook using POST.
            </summary>
            <param name="workbookToCreate">The Workbook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.CreateResponseAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Workbook using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookToCreate">The Workbook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Workbook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Workbook and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Workbook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Workbook and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.UpdateAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Workbook using PATCH.
            </summary>
            <param name="workbookToUpdate">The Workbook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.UpdateResponseAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Workbook using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookToUpdate">The Workbook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.PutAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Workbook using PUT.
            </summary>
            <param name="workbookToUpdate">The Workbook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.PutResponseAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Workbook using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookToUpdate">The Workbook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Workbook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Workbook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRequestBuilder">
            <summary>
            The interface IWorkbookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRequestBuilder.Application">
            <summary>
            Gets the request builder for Application.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookApplicationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRequestBuilder.Comments">
            <summary>
            Gets the request builder for Comments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCommentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRequestBuilder.Functions">
            <summary>
            Gets the request builder for Functions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRequestBuilder.Names">
            <summary>
            Gets the request builder for Names.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRequestBuilder.Tables">
            <summary>
            Gets the request builder for Tables.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRequestBuilder.Worksheets">
            <summary>
            Gets the request builder for Worksheets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequestBuilder.CloseSession">
            <summary>
            Gets the request builder for WorkbookCloseSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCloseSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequestBuilder.CreateSession(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookCreateSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCreateSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequestBuilder.RefreshSession">
            <summary>
            Gets the request builder for WorkbookRefreshSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRefreshSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequestBuilder.SessionInfoResource(System.String)">
            <summary>
            Gets the request builder for WorkbookSessionInfoResource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookSessionInfoResourceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequestBuilder.TableRowOperationResult(System.String)">
            <summary>
            Gets the request builder for WorkbookTableRowOperationResult.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowOperationResultRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookSessionInfoResourceRequest">
            <summary>
            The interface IWorkbookSessionInfoResourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookSessionInfoResourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookSessionInfoResourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookSessionInfoResourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookSessionInfoResourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookSessionInfoResourceRequestBuilder">
            <summary>
            The interface IWorkbookSessionInfoResourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookSessionInfoResourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableAddRequest">
            <summary>
            The interface IWorkbookTableAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableAddRequestBuilder">
            <summary>
            The interface IWorkbookTableAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableClearFiltersRequest">
            <summary>
            The interface IWorkbookTableClearFiltersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableClearFiltersRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableClearFiltersRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableClearFiltersRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableClearFiltersRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableClearFiltersRequestBuilder">
            <summary>
            The interface IWorkbookTableClearFiltersRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableClearFiltersRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnAddRequest">
            <summary>
            The interface IWorkbookTableColumnAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnAddRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnCountRequest">
            <summary>
            The interface IWorkbookTableColumnCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnCountRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest">
            <summary>
            The interface IWorkbookTableColumnDataBodyRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnDataBodyRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest">
            <summary>
            The interface IWorkbookTableColumnHeaderRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnHeaderRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnItemAtRequest">
            <summary>
            The interface IWorkbookTableColumnItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktablecolumn">The WorkbookTableColumn object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbooktablecolumn">The WorkbookTableColumn object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktablecolumn">The WorkbookTableColumn object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbooktablecolumn">The WorkbookTableColumn object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder.Add(System.Nullable{System.Int32},System.Text.Json.JsonDocument,System.String)">
            <summary>
            Gets the request builder for WorkbookTableColumnAddRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableColumnCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder.DataBodyRange">
            <summary>
            Gets the request builder for WorkbookTableColumnDataBodyRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder.HeaderRowRange">
            <summary>
            Gets the request builder for WorkbookTableColumnHeaderRowRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableColumnItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableColumnRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder.TotalRowRange">
            <summary>
            Gets the request builder for WorkbookTableColumnTotalRowRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder.Filter">
            <summary>
            Gets the request builder for Filter.
            Retrieve the filter applied to the column. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnRangeRequest">
            <summary>
            The interface IWorkbookTableColumnRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnRequest">
            <summary>
            The interface IWorkbookTableColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.CreateAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableColumn using POST.
            </summary>
            <param name="workbookTableColumnToCreate">The WorkbookTableColumn to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.CreateResponseAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableColumn using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableColumnToCreate">The WorkbookTableColumn to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableColumn.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableColumn and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableColumn.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableColumn and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.UpdateAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableColumn using PATCH.
            </summary>
            <param name="workbookTableColumnToUpdate">The WorkbookTableColumn to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableColumn using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableColumnToUpdate">The WorkbookTableColumn to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.PutAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableColumn using PUT.
            </summary>
            <param name="workbookTableColumnToUpdate">The WorkbookTableColumn object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.PutResponseAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableColumn using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableColumnToUpdate">The WorkbookTableColumn object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.Filter">
            <summary>
            Gets the request builder for Filter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.DataBodyRange">
            <summary>
            Gets the request builder for WorkbookTableColumnDataBodyRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.HeaderRowRange">
            <summary>
            Gets the request builder for WorkbookTableColumnHeaderRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableColumnRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.TotalRowRange">
            <summary>
            Gets the request builder for WorkbookTableColumnTotalRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnsCollectionPage">
            <summary>
            The interface IWorkbookTableColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest">
            <summary>
            The interface IWorkbookTableColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTableColumn to the collection via POST.
            </summary>
            <param name="workbookTableColumn">The WorkbookTableColumn to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTableColumn to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookTableColumn">The WorkbookTableColumn to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableColumnRequestBuilder"/> for the specified WorkbookTableColumn.
            </summary>
            <param name="id">The ID for the WorkbookTableColumn.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder.Add(System.Nullable{System.Int32},System.Text.Json.JsonDocument,System.String)">
            <summary>
            Gets the request builder for WorkbookTableColumnAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableColumnCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableColumnItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest">
            <summary>
            The interface IWorkbookTableColumnTotalRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnTotalRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableConvertToRangeRequest">
            <summary>
            The interface IWorkbookTableConvertToRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableConvertToRangeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableConvertToRangeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableConvertToRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableConvertToRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableConvertToRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableConvertToRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableConvertToRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableCountRequest">
            <summary>
            The interface IWorkbookTableCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableCountRequestBuilder">
            <summary>
            The interface IWorkbookTableCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest">
            <summary>
            The interface IWorkbookTableDataBodyRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableDataBodyRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest">
            <summary>
            The interface IWorkbookTableHeaderRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableHeaderRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableItemAtRequest">
            <summary>
            The interface IWorkbookTableItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktable">The WorkbookTable object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbooktable">The WorkbookTable object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktable">The WorkbookTable object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbooktable">The WorkbookTable object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder">
            <summary>
            The interface IWorkbookTableItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.Add(System.Boolean,System.String)">
            <summary>
            Gets the request builder for WorkbookTableAddRequestBuilder.
            </summary>
            <param name="hasHeaders">A hasHeaders parameter for the OData method call.</param>
            <param name="address">A address parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.ClearFilters">
            <summary>
            Gets the request builder for WorkbookTableClearFiltersRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableClearFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.ConvertToRange">
            <summary>
            Gets the request builder for WorkbookTableConvertToRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableConvertToRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.DataBodyRange">
            <summary>
            Gets the request builder for WorkbookTableDataBodyRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.HeaderRowRange">
            <summary>
            Gets the request builder for WorkbookTableHeaderRowRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.ReapplyFilters">
            <summary>
            Gets the request builder for WorkbookTableReapplyFiltersRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableReapplyFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.TotalRowRange">
            <summary>
            Gets the request builder for WorkbookTableTotalRowRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            Represents a collection of all the columns in the table. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            Represents a collection of all the rows in the table. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            Represents the sorting for the table. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current table. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRangeRequest">
            <summary>
            The interface IWorkbookTableRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableReapplyFiltersRequest">
            <summary>
            The interface IWorkbookTableReapplyFiltersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableReapplyFiltersRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableReapplyFiltersRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableReapplyFiltersRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableReapplyFiltersRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableReapplyFiltersRequestBuilder">
            <summary>
            The interface IWorkbookTableReapplyFiltersRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableReapplyFiltersRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRequest">
            <summary>
            The interface IWorkbookTableRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.CreateAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTable using POST.
            </summary>
            <param name="workbookTableToCreate">The WorkbookTable to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.CreateResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTable using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableToCreate">The WorkbookTable to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTable and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTable and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.UpdateAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTable using PATCH.
            </summary>
            <param name="workbookTableToUpdate">The WorkbookTable to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTable using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableToUpdate">The WorkbookTable to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.PutAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTable using PUT.
            </summary>
            <param name="workbookTableToUpdate">The WorkbookTable object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.PutResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTable using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableToUpdate">The WorkbookTable object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRequestBuilder">
            <summary>
            The interface IWorkbookTableRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.ClearFilters">
            <summary>
            Gets the request builder for WorkbookTableClearFilters.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableClearFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.ConvertToRange">
            <summary>
            Gets the request builder for WorkbookTableConvertToRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableConvertToRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.ReapplyFilters">
            <summary>
            Gets the request builder for WorkbookTableReapplyFilters.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableReapplyFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.DataBodyRange">
            <summary>
            Gets the request builder for WorkbookTableDataBodyRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.HeaderRowRange">
            <summary>
            Gets the request builder for WorkbookTableHeaderRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.TotalRowRange">
            <summary>
            Gets the request builder for WorkbookTableTotalRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowAddRequest">
            <summary>
            The interface IWorkbookTableRowAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRowAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowAddRequestBuilder">
            <summary>
            The interface IWorkbookTableRowAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowCountRequest">
            <summary>
            The interface IWorkbookTableRowCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowCountRequestBuilder">
            <summary>
            The interface IWorkbookTableRowCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowItemAtRequest">
            <summary>
            The interface IWorkbookTableRowItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktablerow">The WorkbookTableRow object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbooktablerow">The WorkbookTableRow object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktablerow">The WorkbookTableRow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbooktablerow">The WorkbookTableRow object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder">
            <summary>
            The interface IWorkbookTableRowItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder.Add(System.Nullable{System.Int32},System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookTableRowAddRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableRowCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableRowItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableRowRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowOperationResultRequest">
            <summary>
            The interface IWorkbookTableRowOperationResultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowOperationResultRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowOperationResultRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowOperationResultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowOperationResultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowOperationResultRequestBuilder">
            <summary>
            The interface IWorkbookTableRowOperationResultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowOperationResultRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowRangeRequest">
            <summary>
            The interface IWorkbookTableRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowRequest">
            <summary>
            The interface IWorkbookTableRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.CreateAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableRow using POST.
            </summary>
            <param name="workbookTableRowToCreate">The WorkbookTableRow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.CreateResponseAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableRow using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableRowToCreate">The WorkbookTableRow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableRow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableRow and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableRow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableRow and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.UpdateAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableRow using PATCH.
            </summary>
            <param name="workbookTableRowToUpdate">The WorkbookTableRow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableRow using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableRowToUpdate">The WorkbookTableRow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.PutAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableRow using PUT.
            </summary>
            <param name="workbookTableRowToUpdate">The WorkbookTableRow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.PutResponseAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableRow using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableRowToUpdate">The WorkbookTableRow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowRequestBuilder">
            <summary>
            The interface IWorkbookTableRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowsCollectionPage">
            <summary>
            The interface IWorkbookTableRowsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRowsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookTableRowsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowsCollectionRequest">
            <summary>
            The interface IWorkbookTableRowsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTableRow to the collection via POST.
            </summary>
            <param name="workbookTableRow">The WorkbookTableRow to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTableRow to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookTableRow">The WorkbookTableRow to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookTableRowsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableRowRequestBuilder"/> for the specified WorkbookTableRow.
            </summary>
            <param name="id">The ID for the WorkbookTableRow.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder.Add(System.Nullable{System.Int32},System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookTableRowAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableRowCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableRowItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTablesCollectionPage">
            <summary>
            The interface IWorkbookTablesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTablesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookTablesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTablesCollectionRequest">
            <summary>
            The interface IWorkbookTablesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder">
            <summary>
            The interface IWorkbookTablesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/> for the specified WorkbookTable.
            </summary>
            <param name="id">The ID for the WorkbookTable.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder.Add(System.Boolean,System.String)">
            <summary>
            Gets the request builder for WorkbookTableAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortApplyRequest">
            <summary>
            The interface IWorkbookTableSortApplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableSortApplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortApplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortApplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortApplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortApplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortApplyRequestBuilder">
            <summary>
            The interface IWorkbookTableSortApplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortApplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortClearRequest">
            <summary>
            The interface IWorkbookTableSortClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortClearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortClearRequestBuilder">
            <summary>
            The interface IWorkbookTableSortClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortClearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortReapplyRequest">
            <summary>
            The interface IWorkbookTableSortReapplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortReapplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortReapplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortReapplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortReapplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortReapplyRequestBuilder">
            <summary>
            The interface IWorkbookTableSortReapplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortReapplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortRequest">
            <summary>
            The interface IWorkbookTableSortRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.CreateAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableSort using POST.
            </summary>
            <param name="workbookTableSortToCreate">The WorkbookTableSort to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.CreateResponseAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableSort using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableSortToCreate">The WorkbookTableSort to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableSort and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableSort and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.UpdateAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableSort using PATCH.
            </summary>
            <param name="workbookTableSortToUpdate">The WorkbookTableSort to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableSort using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableSortToUpdate">The WorkbookTableSort to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.PutAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableSort using PUT.
            </summary>
            <param name="workbookTableSortToUpdate">The WorkbookTableSort object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.PutResponseAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableSort using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableSortToUpdate">The WorkbookTableSort object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableSort,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableSort,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortRequestBuilder">
            <summary>
            The interface IWorkbookTableSortRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequestBuilder.Apply(System.Boolean,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.WorkbookSortField})">
            <summary>
            Gets the request builder for WorkbookTableSortApply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortApplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookTableSortClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequestBuilder.Reapply">
            <summary>
            Gets the request builder for WorkbookTableSortReapply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortReapplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest">
            <summary>
            The interface IWorkbookTableTotalRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableTotalRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetAddRequest">
            <summary>
            The interface IWorkbookWorksheetAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetAddRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetCellRequest">
            <summary>
            The interface IWorkbookWorksheetCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetCellRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionPage">
            <summary>
            The interface IWorkbookWorksheetChartsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetChartsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest">
            <summary>
            The interface IWorkbookWorksheetChartsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChart to the collection via POST.
            </summary>
            <param name="workbookChart">The WorkbookChart to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChart to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookChart">The WorkbookChart to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetChartsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.ThisItem(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookChartRequestBuilder"/> for the specified WorkbookChart.
            </summary>
            <param name="id">The ID for the WorkbookChart.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.Add(System.String,System.String,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets the request builder for WorkbookChartItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionPage">
            <summary>
            The interface IWorkbookWorksheetNamesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetNamesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest">
            <summary>
            The interface IWorkbookWorksheetNamesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetNamesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/> for the specified WorkbookNamedItem.
            </summary>
            <param name="id">The ID for the WorkbookNamedItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder.Add(System.String,System.Text.Json.JsonDocument,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder.AddFormulaLocal(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAddFormulaLocal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionPage">
            <summary>
            The interface IWorkbookWorksheetPivotTablesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest">
            <summary>
            The interface IWorkbookWorksheetPivotTablesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookPivotTable to the collection via POST.
            </summary>
            <param name="workbookPivotTable">The WorkbookPivotTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookPivotTable to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookPivotTable">The WorkbookPivotTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetPivotTablesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookPivotTableRequestBuilder"/> for the specified WorkbookPivotTable.
            </summary>
            <param name="id">The ID for the WorkbookPivotTable.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookPivotTableRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder.RefreshAll">
            <summary>
            Gets the request builder for WorkbookPivotTableRefreshAll.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequest">
            <summary>
            The interface IWorkbookWorksheetProtectionProtectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetProtectionProtectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetProtectionRequest">
            <summary>
            The interface IWorkbookWorksheetProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.CreateAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookWorksheetProtection using POST.
            </summary>
            <param name="workbookWorksheetProtectionToCreate">The WorkbookWorksheetProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.CreateResponseAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookWorksheetProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookWorksheetProtectionToCreate">The WorkbookWorksheetProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookWorksheetProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookWorksheetProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookWorksheetProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookWorksheetProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.UpdateAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheetProtection using PATCH.
            </summary>
            <param name="workbookWorksheetProtectionToUpdate">The WorkbookWorksheetProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheetProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookWorksheetProtectionToUpdate">The WorkbookWorksheetProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.PutAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheetProtection using PUT.
            </summary>
            <param name="workbookWorksheetProtectionToUpdate">The WorkbookWorksheetProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.PutResponseAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheetProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookWorksheetProtectionToUpdate">The WorkbookWorksheetProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheetProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheetProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder.Protect(Microsoft.Graph.WorkbookWorksheetProtectionOptions)">
            <summary>
            Gets the request builder for WorkbookWorksheetProtectionProtect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder.Unprotect">
            <summary>
            Gets the request builder for WorkbookWorksheetProtectionUnprotect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequest">
            <summary>
            The interface IWorkbookWorksheetProtectionUnprotectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetProtectionUnprotectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetRangeRequest">
            <summary>
            The interface IWorkbookWorksheetRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetRequest">
            <summary>
            The interface IWorkbookWorksheetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.CreateAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookWorksheet using POST.
            </summary>
            <param name="workbookWorksheetToCreate">The WorkbookWorksheet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.CreateResponseAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookWorksheet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookWorksheetToCreate">The WorkbookWorksheet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookWorksheet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookWorksheet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookWorksheet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookWorksheet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.UpdateAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheet using PATCH.
            </summary>
            <param name="workbookWorksheetToUpdate">The WorkbookWorksheet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookWorksheetToUpdate">The WorkbookWorksheet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.PutAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheet using PUT.
            </summary>
            <param name="workbookWorksheetToUpdate">The WorkbookWorksheet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.PutResponseAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookWorksheetToUpdate">The WorkbookWorksheet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Charts">
            <summary>
            Gets the request builder for Charts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Names">
            <summary>
            Gets the request builder for Names.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.PivotTables">
            <summary>
            Gets the request builder for PivotTables.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Protection">
            <summary>
            Gets the request builder for Protection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Tables">
            <summary>
            Gets the request builder for Tables.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookWorksheetCell.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookWorksheetUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookWorksheetUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookWorksheetRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Range(System.String)">
            <summary>
            Gets the request builder for WorkbookWorksheetRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetsCollectionPage">
            <summary>
            The interface IWorkbookWorksheetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest">
            <summary>
            The interface IWorkbookWorksheetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookWorksheet to the collection via POST.
            </summary>
            <param name="workbookWorksheet">The WorkbookWorksheet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookWorksheet to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookWorksheet">The WorkbookWorksheet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/> for the specified WorkbookWorksheet.
            </summary>
            <param name="id">The ID for the WorkbookWorksheet.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder.Add(System.String)">
            <summary>
            Gets the request builder for WorkbookWorksheetAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetAddRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionPage">
            <summary>
            The interface IWorkbookWorksheetTablesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetTablesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest">
            <summary>
            The interface IWorkbookWorksheetTablesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetTablesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/> for the specified WorkbookTable.
            </summary>
            <param name="id">The ID for the WorkbookTable.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder.Add(System.Boolean,System.String)">
            <summary>
            Gets the request builder for WorkbookTableAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest">
            <summary>
            The interface IWorkbookWorksheetUsedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetUsedRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkforceIntegrationRequest">
            <summary>
            The interface IWorkforceIntegrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.CreateAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkforceIntegration using POST.
            </summary>
            <param name="workforceIntegrationToCreate">The WorkforceIntegration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkforceIntegration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.CreateResponseAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkforceIntegration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workforceIntegrationToCreate">The WorkforceIntegration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkforceIntegration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkforceIntegration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkforceIntegration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkforceIntegration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkforceIntegration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.UpdateAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkforceIntegration using PATCH.
            </summary>
            <param name="workforceIntegrationToUpdate">The WorkforceIntegration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkforceIntegration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.UpdateResponseAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkforceIntegration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workforceIntegrationToUpdate">The WorkforceIntegration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.PutAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkforceIntegration using PUT.
            </summary>
            <param name="workforceIntegrationToUpdate">The WorkforceIntegration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.PutResponseAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkforceIntegration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workforceIntegrationToUpdate">The WorkforceIntegration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkforceIntegration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkforceIntegration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkforceIntegrationRequestBuilder">
            <summary>
            The interface IWorkforceIntegrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkforceIntegrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionPage">
            <summary>
            The interface IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest">
            <summary>
            The interface IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder">
            <summary>
            The interface IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/> for the specified AuthenticationMethodTarget.
            </summary>
            <param name="id">The ID for the AuthenticationMethodTarget.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest">
            <summary>
            The interface IX509CertificateAuthenticationMethodConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.CreateAsync(Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified X509CertificateAuthenticationMethodConfiguration using POST.
            </summary>
            <param name="x509CertificateAuthenticationMethodConfigurationToCreate">The X509CertificateAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created X509CertificateAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.CreateResponseAsync(Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified X509CertificateAuthenticationMethodConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="x509CertificateAuthenticationMethodConfigurationToCreate">The X509CertificateAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified X509CertificateAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified X509CertificateAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified X509CertificateAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The X509CertificateAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified X509CertificateAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.UpdateAsync(Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified X509CertificateAuthenticationMethodConfiguration using PATCH.
            </summary>
            <param name="x509CertificateAuthenticationMethodConfigurationToUpdate">The X509CertificateAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated X509CertificateAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified X509CertificateAuthenticationMethodConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="x509CertificateAuthenticationMethodConfigurationToUpdate">The X509CertificateAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.PutAsync(Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified X509CertificateAuthenticationMethodConfiguration using PUT.
            </summary>
            <param name="x509CertificateAuthenticationMethodConfigurationToUpdate">The X509CertificateAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.PutResponseAsync(Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified X509CertificateAuthenticationMethodConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="x509CertificateAuthenticationMethodConfigurationToUpdate">The X509CertificateAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequestBuilder">
            <summary>
            The interface IX509CertificateAuthenticationMethodConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationRequestBuilder.IncludeTargets">
            <summary>
            Gets the request builder for IncludeTargets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.LicenseDetailsRequest">
            <summary>
            The type LicenseDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new LicenseDetailsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.CreateAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LicenseDetails using POST.
            </summary>
            <param name="licenseDetailsToCreate">The LicenseDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.CreateResponseAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LicenseDetails using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="licenseDetailsToCreate">The LicenseDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LicenseDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LicenseDetails and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LicenseDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LicenseDetails and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.UpdateAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LicenseDetails using PATCH.
            </summary>
            <param name="licenseDetailsToUpdate">The LicenseDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.UpdateResponseAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LicenseDetails using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="licenseDetailsToUpdate">The LicenseDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.PutAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LicenseDetails using PUT.
            </summary>
            <param name="licenseDetailsToUpdate">The LicenseDetails object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.PutResponseAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LicenseDetails using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="licenseDetailsToUpdate">The LicenseDetails object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.InitializeCollectionProperties(Microsoft.Graph.LicenseDetails)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="licenseDetailsToInitialize">The <see cref="T:Microsoft.Graph.LicenseDetails"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.LicenseDetailsRequestBuilder">
            <summary>
            The type LicenseDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new LicenseDetailsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.LinkedResourceRequest">
            <summary>
            The type LinkedResourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new LinkedResourceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.CreateAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LinkedResource using POST.
            </summary>
            <param name="linkedResourceToCreate">The LinkedResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LinkedResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.CreateResponseAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LinkedResource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="linkedResourceToCreate">The LinkedResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LinkedResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LinkedResource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LinkedResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The LinkedResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LinkedResource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.UpdateAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LinkedResource using PATCH.
            </summary>
            <param name="linkedResourceToUpdate">The LinkedResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated LinkedResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.UpdateResponseAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LinkedResource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="linkedResourceToUpdate">The LinkedResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.PutAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LinkedResource using PUT.
            </summary>
            <param name="linkedResourceToUpdate">The LinkedResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.PutResponseAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LinkedResource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="linkedResourceToUpdate">The LinkedResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LinkedResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LinkedResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequest.InitializeCollectionProperties(Microsoft.Graph.LinkedResource)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="linkedResourceToInitialize">The <see cref="T:Microsoft.Graph.LinkedResource"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.LinkedResourceRequestBuilder">
            <summary>
            The type LinkedResourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new LinkedResourceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LinkedResourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListColumnsCollectionPage">
            <summary>
            The type ListColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListColumnsCollectionRequest">
            <summary>
            The type ListColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListColumnsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.AddResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListColumnsCollectionRequestBuilder">
            <summary>
            The type ListColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListColumnsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/> for the specified ListColumnDefinition.
            </summary>
            <param name="id">The ID for the ListColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListColumnsCollectionResponse">
            <summary>
            The type ListColumnsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListColumnsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IListColumnsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListColumnsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListColumnsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListContentTypesCollectionPage">
            <summary>
            The type ListContentTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListContentTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListContentTypesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListContentTypesCollectionRequest">
            <summary>
            The type ListContentTypesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListContentTypesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.AddAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentType to the collection via POST.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.AddResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentType to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListContentTypesCollectionRequestBuilder">
            <summary>
            The type ListContentTypesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListContentTypesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListContentTypesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/> for the specified ListContentType.
            </summary>
            <param name="id">The ID for the ListContentType.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequestBuilder.AddCopy(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequestBuilder.AddCopyFromContentTypeHub(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopyFromContentTypeHub.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequestBuilder.GetCompatibleHubContentTypes">
            <summary>
            Gets the request builder for ContentTypeGetCompatibleHubContentTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListContentTypesCollectionResponse">
            <summary>
            The type ListContentTypesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListContentTypesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IListContentTypesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListContentTypesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListContentTypesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemDocumentSetVersionsCollectionPage">
            <summary>
            The type ListItemDocumentSetVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemDocumentSetVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest">
            <summary>
            The type ListItemDocumentSetVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListItemDocumentSetVersionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest.AddAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DocumentSetVersion to the collection via POST.
            </summary>
            <param name="documentSetVersion">The DocumentSetVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DocumentSetVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest.AddResponseAsync(Microsoft.Graph.DocumentSetVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DocumentSetVersion to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="documentSetVersion">The DocumentSetVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DocumentSetVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DocumentSetVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequestBuilder">
            <summary>
            The type ListItemDocumentSetVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListItemDocumentSetVersionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemDocumentSetVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDocumentSetVersionRequestBuilder"/> for the specified ListItemDocumentSetVersion.
            </summary>
            <param name="id">The ID for the ListItemDocumentSetVersion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDocumentSetVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemDocumentSetVersionsCollectionResponse">
            <summary>
            The type ListItemDocumentSetVersionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemDocumentSetVersionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IListItemDocumentSetVersionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemDocumentSetVersionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemDocumentSetVersionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemGetActivitiesByIntervalCollectionPage">
            <summary>
            The type ListItemGetActivitiesByIntervalCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemGetActivitiesByIntervalCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListItemGetActivitiesByIntervalRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemGetActivitiesByIntervalCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemGetActivitiesByIntervalCollectionResponse">
            <summary>
            The type ListItemGetActivitiesByIntervalCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemGetActivitiesByIntervalCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IListItemGetActivitiesByIntervalCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemGetActivitiesByIntervalCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemGetActivitiesByIntervalCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemGetActivitiesByIntervalRequest">
            <summary>
            The type ListItemGetActivitiesByIntervalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemGetActivitiesByIntervalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListItemGetActivitiesByIntervalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemGetActivitiesByIntervalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemGetActivitiesByIntervalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemGetActivitiesByIntervalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemGetActivitiesByIntervalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemGetActivitiesByIntervalRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemGetActivitiesByIntervalRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemGetActivitiesByIntervalRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemGetActivitiesByIntervalRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemGetActivitiesByIntervalRequestBuilder">
            <summary>
            The type ListItemGetActivitiesByIntervalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemGetActivitiesByIntervalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ListItemGetActivitiesByIntervalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemGetActivitiesByIntervalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ListItemGetActivitiesByIntervalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDateTime">A startDateTime parameter for the OData method call.</param>
            <param name="endDateTime">A endDateTime parameter for the OData method call.</param>
            <param name="interval">A interval parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemGetActivitiesByIntervalRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemRequest">
            <summary>
            The type ListItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.CreateAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ListItem using POST.
            </summary>
            <param name="listItemToCreate">The ListItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.CreateResponseAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ListItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listItemToCreate">The ListItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ListItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ListItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ListItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ListItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.UpdateAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItem using PATCH.
            </summary>
            <param name="listItemToUpdate">The ListItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.UpdateResponseAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listItemToUpdate">The ListItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.PutAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItem using PUT.
            </summary>
            <param name="listItemToUpdate">The ListItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.PutResponseAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listItemToUpdate">The ListItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.InitializeCollectionProperties(Microsoft.Graph.ListItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="listItemToInitialize">The <see cref="T:Microsoft.Graph.ListItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ListItemRequestBuilder">
            <summary>
            The type ListItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemRequestBuilder.Analytics">
            <summary>
            Gets the request builder for Analytics.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemAnalyticsWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemRequestBuilder.DocumentSetVersions">
            <summary>
            Gets the request builder for DocumentSetVersions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemDocumentSetVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemRequestBuilder.DriveItem">
            <summary>
            Gets the request builder for DriveItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemRequestBuilder.Fields">
            <summary>
            Gets the request builder for Fields.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFieldValueSetRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemRequestBuilder.Versions">
            <summary>
            Gets the request builder for Versions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequestBuilder.GetActivitiesByInterval">
            <summary>
            Gets the request builder for ListItemGetActivitiesByInterval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequestBuilder.GetActivitiesByInterval(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for ListItemGetActivitiesByInterval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemsCollectionPage">
            <summary>
            The type ListItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemsCollectionRequest">
            <summary>
            The type ListItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.AddAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ListItem to the collection via POST.
            </summary>
            <param name="listItem">The ListItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ListItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="listItem">The ListItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemsCollectionRequestBuilder">
            <summary>
            The type ListItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/> for the specified ListListItem.
            </summary>
            <param name="id">The ID for the ListListItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemsCollectionResponse">
            <summary>
            The type ListItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IListItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionRequest">
            <summary>
            The type ListItemVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListItemVersionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.CreateAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ListItemVersion using POST.
            </summary>
            <param name="listItemVersionToCreate">The ListItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.CreateResponseAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ListItemVersion using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listItemVersionToCreate">The ListItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ListItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ListItemVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ListItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ListItemVersion and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.UpdateAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItemVersion using PATCH.
            </summary>
            <param name="listItemVersionToUpdate">The ListItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.UpdateResponseAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItemVersion using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listItemVersionToUpdate">The ListItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.PutAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItemVersion using PUT.
            </summary>
            <param name="listItemVersionToUpdate">The ListItemVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.PutResponseAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItemVersion using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listItemVersionToUpdate">The ListItemVersion object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.InitializeCollectionProperties(Microsoft.Graph.ListItemVersion)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="listItemVersionToInitialize">The <see cref="T:Microsoft.Graph.ListItemVersion"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionRequestBuilder">
            <summary>
            The type ListItemVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListItemVersionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemVersionRequestBuilder.Fields">
            <summary>
            Gets the request builder for Fields.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFieldValueSetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequestBuilder.RestoreVersion">
            <summary>
            Gets the request builder for ListItemVersionRestoreVersion.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemVersionRestoreVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionRestoreVersionRequest">
            <summary>
            The type ListItemVersionRestoreVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListItemVersionRestoreVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionRestoreVersionRequestBuilder">
            <summary>
            The type ListItemVersionRestoreVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ListItemVersionRestoreVersionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionsCollectionPage">
            <summary>
            The type ListItemVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListItemVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionsCollectionRequest">
            <summary>
            The type ListItemVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListItemVersionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.AddAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ListItemVersion to the collection via POST.
            </summary>
            <param name="listItemVersion">The ListItemVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.AddResponseAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ListItemVersion to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="listItemVersion">The ListItemVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionsCollectionRequestBuilder">
            <summary>
            The type ListItemVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListItemVersionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IListItemVersionRequestBuilder"/> for the specified ListItemListItemVersion.
            </summary>
            <param name="id">The ID for the ListItemListItemVersion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IListItemVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionsCollectionResponse">
            <summary>
            The type ListItemVersionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemVersionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IListItemVersionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemVersionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemVersionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListOperationsCollectionPage">
            <summary>
            The type ListOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListOperationsCollectionRequest">
            <summary>
            The type ListOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequest.AddAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RichLongRunningOperation to the collection via POST.
            </summary>
            <param name="richLongRunningOperation">The RichLongRunningOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RichLongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RichLongRunningOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="richLongRunningOperation">The RichLongRunningOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RichLongRunningOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RichLongRunningOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListOperationsCollectionRequestBuilder">
            <summary>
            The type ListOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRichLongRunningOperationRequestBuilder"/> for the specified ListRichLongRunningOperation.
            </summary>
            <param name="id">The ID for the ListRichLongRunningOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRichLongRunningOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListOperationsCollectionResponse">
            <summary>
            The type ListOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IListOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListOperationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListRequest">
            <summary>
            The type ListRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.CreateAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Creates the specified List using POST.
            </summary>
            <param name="listToCreate">The List to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created List.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.CreateResponseAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Creates the specified List using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listToCreate">The List to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified List.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified List and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified List.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The List.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified List and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.UpdateAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Updates the specified List using PATCH.
            </summary>
            <param name="listToUpdate">The List to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated List.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.UpdateResponseAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Updates the specified List using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listToUpdate">The List to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.PutAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Updates the specified List using PUT.
            </summary>
            <param name="listToUpdate">The List object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.PutResponseAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Updates the specified List using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="listToUpdate">The List object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.InitializeCollectionProperties(Microsoft.Graph.List)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="listToInitialize">The <see cref="T:Microsoft.Graph.List"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ListRequestBuilder">
            <summary>
            The type ListRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListRequestBuilder.ContentTypes">
            <summary>
            Gets the request builder for ContentTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListContentTypesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListRequestBuilder.Subscriptions">
            <summary>
            Gets the request builder for Subscriptions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListSubscriptionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListSubscriptionsCollectionPage">
            <summary>
            The type ListSubscriptionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListSubscriptionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListSubscriptionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListSubscriptionsCollectionRequest">
            <summary>
            The type ListSubscriptionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListSubscriptionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequest.AddAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListSubscriptionsCollectionRequestBuilder">
            <summary>
            The type ListSubscriptionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListSubscriptionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListSubscriptionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListSubscriptionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/> for the specified ListSubscription.
            </summary>
            <param name="id">The ID for the ListSubscription.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListSubscriptionsCollectionResponse">
            <summary>
            The type ListSubscriptionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListSubscriptionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IListSubscriptionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListSubscriptionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListSubscriptionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocalizedNotificationMessageRequest">
            <summary>
            The type LocalizedNotificationMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new LocalizedNotificationMessageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.CreateAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LocalizedNotificationMessage using POST.
            </summary>
            <param name="localizedNotificationMessageToCreate">The LocalizedNotificationMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.CreateResponseAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LocalizedNotificationMessage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="localizedNotificationMessageToCreate">The LocalizedNotificationMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LocalizedNotificationMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LocalizedNotificationMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LocalizedNotificationMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LocalizedNotificationMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.UpdateAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LocalizedNotificationMessage using PATCH.
            </summary>
            <param name="localizedNotificationMessageToUpdate">The LocalizedNotificationMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.UpdateResponseAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LocalizedNotificationMessage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="localizedNotificationMessageToUpdate">The LocalizedNotificationMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.PutAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LocalizedNotificationMessage using PUT.
            </summary>
            <param name="localizedNotificationMessageToUpdate">The LocalizedNotificationMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.PutResponseAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LocalizedNotificationMessage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="localizedNotificationMessageToUpdate">The LocalizedNotificationMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.InitializeCollectionProperties(Microsoft.Graph.LocalizedNotificationMessage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="localizedNotificationMessageToInitialize">The <see cref="T:Microsoft.Graph.LocalizedNotificationMessage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.LocalizedNotificationMessageRequestBuilder">
            <summary>
            The type LocalizedNotificationMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new LocalizedNotificationMessageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.LongRunningOperationRequest">
            <summary>
            The type LongRunningOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new LongRunningOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.CreateAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LongRunningOperation using POST.
            </summary>
            <param name="longRunningOperationToCreate">The LongRunningOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.CreateResponseAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LongRunningOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="longRunningOperationToCreate">The LongRunningOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LongRunningOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LongRunningOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LongRunningOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The LongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LongRunningOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.UpdateAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LongRunningOperation using PATCH.
            </summary>
            <param name="longRunningOperationToUpdate">The LongRunningOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated LongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.UpdateResponseAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LongRunningOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="longRunningOperationToUpdate">The LongRunningOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.PutAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LongRunningOperation using PUT.
            </summary>
            <param name="longRunningOperationToUpdate">The LongRunningOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.PutResponseAsync(Microsoft.Graph.LongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LongRunningOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="longRunningOperationToUpdate">The LongRunningOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LongRunningOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LongRunningOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequest.InitializeCollectionProperties(Microsoft.Graph.LongRunningOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="longRunningOperationToInitialize">The <see cref="T:Microsoft.Graph.LongRunningOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.LongRunningOperationRequestBuilder">
            <summary>
            The type LongRunningOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new LongRunningOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LongRunningOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MacOSCompliancePolicyRequest">
            <summary>
            The type MacOSCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MacOSCompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.CreateAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSCompliancePolicy using POST.
            </summary>
            <param name="macOSCompliancePolicyToCreate">The MacOSCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSCompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSCompliancePolicyToCreate">The MacOSCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCompliancePolicy using PATCH.
            </summary>
            <param name="macOSCompliancePolicyToUpdate">The MacOSCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSCompliancePolicyToUpdate">The MacOSCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.PutAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCompliancePolicy using PUT.
            </summary>
            <param name="macOSCompliancePolicyToUpdate">The MacOSCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSCompliancePolicyToUpdate">The MacOSCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.MacOSCompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="macOSCompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.MacOSCompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MacOSCompliancePolicyRequestBuilder">
            <summary>
            The type MacOSCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MacOSCompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MacOSCustomConfigurationRequest">
            <summary>
            The type MacOSCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MacOSCustomConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSCustomConfiguration using POST.
            </summary>
            <param name="macOSCustomConfigurationToCreate">The MacOSCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.CreateResponseAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSCustomConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSCustomConfigurationToCreate">The MacOSCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSCustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCustomConfiguration using PATCH.
            </summary>
            <param name="macOSCustomConfigurationToUpdate">The MacOSCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCustomConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSCustomConfigurationToUpdate">The MacOSCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.PutAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCustomConfiguration using PUT.
            </summary>
            <param name="macOSCustomConfigurationToUpdate">The MacOSCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.PutResponseAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCustomConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSCustomConfigurationToUpdate">The MacOSCustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.MacOSCustomConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="macOSCustomConfigurationToInitialize">The <see cref="T:Microsoft.Graph.MacOSCustomConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MacOSCustomConfigurationRequestBuilder">
            <summary>
            The type MacOSCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MacOSCustomConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest">
            <summary>
            The type MacOSDeviceFeaturesConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MacOSDeviceFeaturesConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSDeviceFeaturesConfiguration using POST.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToCreate">The MacOSDeviceFeaturesConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.CreateResponseAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSDeviceFeaturesConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToCreate">The MacOSDeviceFeaturesConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSDeviceFeaturesConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSDeviceFeaturesConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSDeviceFeaturesConfiguration using PATCH.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToUpdate">The MacOSDeviceFeaturesConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSDeviceFeaturesConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToUpdate">The MacOSDeviceFeaturesConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.PutAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSDeviceFeaturesConfiguration using PUT.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToUpdate">The MacOSDeviceFeaturesConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.PutResponseAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSDeviceFeaturesConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToUpdate">The MacOSDeviceFeaturesConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.MacOSDeviceFeaturesConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToInitialize">The <see cref="T:Microsoft.Graph.MacOSDeviceFeaturesConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequestBuilder">
            <summary>
            The type MacOSDeviceFeaturesConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MacOSDeviceFeaturesConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest">
            <summary>
            The type MacOSGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MacOSGeneralDeviceConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSGeneralDeviceConfiguration using POST.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToCreate">The MacOSGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.CreateResponseAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSGeneralDeviceConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToCreate">The MacOSGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSGeneralDeviceConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToUpdate">The MacOSGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSGeneralDeviceConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToUpdate">The MacOSGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.PutAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToUpdate">The MacOSGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.PutResponseAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSGeneralDeviceConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToUpdate">The MacOSGeneralDeviceConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.MacOSGeneralDeviceConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToInitialize">The <see cref="T:Microsoft.Graph.MacOSGeneralDeviceConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The type MacOSGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MacOSGeneralDeviceConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MacOSLobAppRequest">
            <summary>
            The type MacOSLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MacOSLobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.CreateAsync(Microsoft.Graph.MacOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSLobApp using POST.
            </summary>
            <param name="macOSLobAppToCreate">The MacOSLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.CreateResponseAsync(Microsoft.Graph.MacOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSLobAppToCreate">The MacOSLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.UpdateAsync(Microsoft.Graph.MacOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSLobApp using PATCH.
            </summary>
            <param name="macOSLobAppToUpdate">The MacOSLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.UpdateResponseAsync(Microsoft.Graph.MacOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSLobAppToUpdate">The MacOSLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.PutAsync(Microsoft.Graph.MacOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSLobApp using PUT.
            </summary>
            <param name="macOSLobAppToUpdate">The MacOSLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.PutResponseAsync(Microsoft.Graph.MacOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSLobAppToUpdate">The MacOSLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequest.InitializeCollectionProperties(Microsoft.Graph.MacOSLobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="macOSLobAppToInitialize">The <see cref="T:Microsoft.Graph.MacOSLobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MacOSLobAppRequestBuilder">
            <summary>
            The type MacOSLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MacOSLobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest">
            <summary>
            The type MacOSMicrosoftEdgeAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MacOSMicrosoftEdgeAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.CreateAsync(Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSMicrosoftEdgeApp using POST.
            </summary>
            <param name="macOSMicrosoftEdgeAppToCreate">The MacOSMicrosoftEdgeApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSMicrosoftEdgeApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.CreateResponseAsync(Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSMicrosoftEdgeApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSMicrosoftEdgeAppToCreate">The MacOSMicrosoftEdgeApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSMicrosoftEdgeApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSMicrosoftEdgeApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSMicrosoftEdgeApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSMicrosoftEdgeApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSMicrosoftEdgeApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.UpdateAsync(Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSMicrosoftEdgeApp using PATCH.
            </summary>
            <param name="macOSMicrosoftEdgeAppToUpdate">The MacOSMicrosoftEdgeApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSMicrosoftEdgeApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.UpdateResponseAsync(Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSMicrosoftEdgeApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSMicrosoftEdgeAppToUpdate">The MacOSMicrosoftEdgeApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.PutAsync(Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSMicrosoftEdgeApp using PUT.
            </summary>
            <param name="macOSMicrosoftEdgeAppToUpdate">The MacOSMicrosoftEdgeApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.PutResponseAsync(Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSMicrosoftEdgeApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSMicrosoftEdgeAppToUpdate">The MacOSMicrosoftEdgeApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSMicrosoftEdgeApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequest.InitializeCollectionProperties(Microsoft.Graph.MacOSMicrosoftEdgeApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="macOSMicrosoftEdgeAppToInitialize">The <see cref="T:Microsoft.Graph.MacOSMicrosoftEdgeApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MacOSMicrosoftEdgeAppRequestBuilder">
            <summary>
            The type MacOSMicrosoftEdgeAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MacOSMicrosoftEdgeAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSMicrosoftEdgeAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MacOSOfficeSuiteAppRequest">
            <summary>
            The type MacOSOfficeSuiteAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MacOSOfficeSuiteAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.CreateAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSOfficeSuiteApp using POST.
            </summary>
            <param name="macOSOfficeSuiteAppToCreate">The MacOSOfficeSuiteApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.CreateResponseAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSOfficeSuiteApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSOfficeSuiteAppToCreate">The MacOSOfficeSuiteApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSOfficeSuiteApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSOfficeSuiteApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSOfficeSuiteApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSOfficeSuiteApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.UpdateAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSOfficeSuiteApp using PATCH.
            </summary>
            <param name="macOSOfficeSuiteAppToUpdate">The MacOSOfficeSuiteApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.UpdateResponseAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSOfficeSuiteApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSOfficeSuiteAppToUpdate">The MacOSOfficeSuiteApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.PutAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSOfficeSuiteApp using PUT.
            </summary>
            <param name="macOSOfficeSuiteAppToUpdate">The MacOSOfficeSuiteApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.PutResponseAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSOfficeSuiteApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="macOSOfficeSuiteAppToUpdate">The MacOSOfficeSuiteApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSOfficeSuiteApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSOfficeSuiteApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.InitializeCollectionProperties(Microsoft.Graph.MacOSOfficeSuiteApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="macOSOfficeSuiteAppToInitialize">The <see cref="T:Microsoft.Graph.MacOSOfficeSuiteApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MacOSOfficeSuiteAppRequestBuilder">
            <summary>
            The type MacOSOfficeSuiteAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MacOSOfficeSuiteAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailAssessmentRequestRequest">
            <summary>
            The type MailAssessmentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailAssessmentRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.CreateAsync(Microsoft.Graph.MailAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailAssessmentRequestObject using POST.
            </summary>
            <param name="mailAssessmentRequestObjectToCreate">The MailAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.CreateResponseAsync(Microsoft.Graph.MailAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailAssessmentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailAssessmentRequestObjectToCreate">The MailAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailAssessmentRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailAssessmentRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MailAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.UpdateAsync(Microsoft.Graph.MailAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailAssessmentRequestObject using PATCH.
            </summary>
            <param name="mailAssessmentRequestObjectToUpdate">The MailAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MailAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.UpdateResponseAsync(Microsoft.Graph.MailAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailAssessmentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailAssessmentRequestObjectToUpdate">The MailAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.PutAsync(Microsoft.Graph.MailAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailAssessmentRequestObject using PUT.
            </summary>
            <param name="mailAssessmentRequestObjectToUpdate">The MailAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.PutResponseAsync(Microsoft.Graph.MailAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailAssessmentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailAssessmentRequestObjectToUpdate">The MailAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequest.InitializeCollectionProperties(Microsoft.Graph.MailAssessmentRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mailAssessmentRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.MailAssessmentRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MailAssessmentRequestRequestBuilder">
            <summary>
            The type MailAssessmentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailAssessmentRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailAssessmentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderChildFoldersCollectionPage">
            <summary>
            The type MailFolderChildFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderChildFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderChildFoldersCollectionRequest">
            <summary>
            The type MailFolderChildFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderChildFoldersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.AddAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MailFolder to the collection via POST.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.AddResponseAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MailFolder to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderChildFoldersCollectionRequestBuilder">
            <summary>
            The type MailFolderChildFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailFolderChildFoldersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderChildFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/> for the specified MailFolderMailFolder.
            </summary>
            <param name="id">The ID for the MailFolderMailFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MailFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderChildFoldersCollectionResponse">
            <summary>
            The type MailFolderChildFoldersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderChildFoldersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMailFolderChildFoldersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderChildFoldersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderChildFoldersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderCopyRequest">
            <summary>
            The type MailFolderCopyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderCopyRequestBuilder">
            <summary>
            The type MailFolderCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MailFolderCopyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="DestinationId">A DestinationId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderDeltaCollectionPage">
            <summary>
            The type MailFolderDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderDeltaCollectionResponse">
            <summary>
            The type MailFolderDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMailFolderDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderDeltaRequest">
            <summary>
            The type MailFolderDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderDeltaRequestBuilder">
            <summary>
            The type MailFolderDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MailFolderDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessageRulesCollectionPage">
            <summary>
            The type MailFolderMessageRulesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessageRulesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessageRulesCollectionRequest">
            <summary>
            The type MailFolderMessageRulesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderMessageRulesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.AddAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MessageRule to the collection via POST.
            </summary>
            <param name="messageRule">The MessageRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.AddResponseAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MessageRule to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="messageRule">The MessageRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessageRulesCollectionRequestBuilder">
            <summary>
            The type MailFolderMessageRulesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailFolderMessageRulesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessageRulesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMessageRuleRequestBuilder"/> for the specified MailFolderMessageRule.
            </summary>
            <param name="id">The ID for the MailFolderMessageRule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMessageRuleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessageRulesCollectionResponse">
            <summary>
            The type MailFolderMessageRulesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessageRulesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMailFolderMessageRulesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessageRulesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessageRulesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessagesCollectionPage">
            <summary>
            The type MailFolderMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessagesCollectionRequest">
            <summary>
            The type MailFolderMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderMessagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.AddAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Message to the collection via POST.
            </summary>
            <param name="message">The Message to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Message to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="message">The Message to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessagesCollectionRequestBuilder">
            <summary>
            The type MailFolderMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailFolderMessagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/> for the specified MailFolderMessage.
            </summary>
            <param name="id">The ID for the MailFolderMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessagesCollectionResponse">
            <summary>
            The type MailFolderMessagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMailFolderMessagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMoveRequest">
            <summary>
            The type MailFolderMoveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderMoveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMoveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMoveRequestBuilder">
            <summary>
            The type MailFolderMoveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MailFolderMoveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="DestinationId">A DestinationId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type MailFolderMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type MailFolderMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MailFolderMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MailFolderMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type MailFolderMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderRequest">
            <summary>
            The type MailFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.CreateAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailFolder using POST.
            </summary>
            <param name="mailFolderToCreate">The MailFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.CreateResponseAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailFolder using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailFolderToCreate">The MailFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailFolder and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailFolder and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.UpdateAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailFolder using PATCH.
            </summary>
            <param name="mailFolderToUpdate">The MailFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.UpdateResponseAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailFolder using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailFolderToUpdate">The MailFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.PutAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailFolder using PUT.
            </summary>
            <param name="mailFolderToUpdate">The MailFolder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.PutResponseAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailFolder using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailFolderToUpdate">The MailFolder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.InitializeCollectionProperties(Microsoft.Graph.MailFolder)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mailFolderToInitialize">The <see cref="T:Microsoft.Graph.MailFolder"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MailFolderRequestBuilder">
            <summary>
            The type MailFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailFolderRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderRequestBuilder.ChildFolders">
            <summary>
            Gets the request builder for ChildFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderRequestBuilder.MessageRules">
            <summary>
            Gets the request builder for MessageRules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMessageRulesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequestBuilder.Copy(System.String)">
            <summary>
            Gets the request builder for MailFolderCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequestBuilder.Move(System.String)">
            <summary>
            Gets the request builder for MailFolderMove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMoveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type MailFolderSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type MailFolderSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified MailFolderSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MailFolderSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type MailFolderSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailSearchFolderRequest">
            <summary>
            The type MailSearchFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailSearchFolderRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.CreateAsync(Microsoft.Graph.MailSearchFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailSearchFolder using POST.
            </summary>
            <param name="mailSearchFolderToCreate">The MailSearchFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailSearchFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.CreateResponseAsync(Microsoft.Graph.MailSearchFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailSearchFolder using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailSearchFolderToCreate">The MailSearchFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailSearchFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailSearchFolder and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailSearchFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MailSearchFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailSearchFolder and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.UpdateAsync(Microsoft.Graph.MailSearchFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailSearchFolder using PATCH.
            </summary>
            <param name="mailSearchFolderToUpdate">The MailSearchFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MailSearchFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.UpdateResponseAsync(Microsoft.Graph.MailSearchFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailSearchFolder using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailSearchFolderToUpdate">The MailSearchFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.PutAsync(Microsoft.Graph.MailSearchFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailSearchFolder using PUT.
            </summary>
            <param name="mailSearchFolderToUpdate">The MailSearchFolder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.PutResponseAsync(Microsoft.Graph.MailSearchFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailSearchFolder using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mailSearchFolderToUpdate">The MailSearchFolder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailSearchFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailSearchFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequest.InitializeCollectionProperties(Microsoft.Graph.MailSearchFolder)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mailSearchFolderToInitialize">The <see cref="T:Microsoft.Graph.MailSearchFolder"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MailSearchFolderRequestBuilder">
            <summary>
            The type MailSearchFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailSearchFolderRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailSearchFolderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAndroidLobAppRequest">
            <summary>
            The type ManagedAndroidLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAndroidLobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.CreateAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAndroidLobApp using POST.
            </summary>
            <param name="managedAndroidLobAppToCreate">The ManagedAndroidLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAndroidLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAndroidLobAppToCreate">The ManagedAndroidLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAndroidLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAndroidLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidLobApp using PATCH.
            </summary>
            <param name="managedAndroidLobAppToUpdate">The ManagedAndroidLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAndroidLobAppToUpdate">The ManagedAndroidLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.PutAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidLobApp using PUT.
            </summary>
            <param name="managedAndroidLobAppToUpdate">The ManagedAndroidLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.PutResponseAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAndroidLobAppToUpdate">The ManagedAndroidLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAndroidLobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAndroidLobAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedAndroidLobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAndroidLobAppRequestBuilder">
            <summary>
            The type ManagedAndroidLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAndroidLobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAndroidStoreAppRequest">
            <summary>
            The type ManagedAndroidStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAndroidStoreAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.CreateAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAndroidStoreApp using POST.
            </summary>
            <param name="managedAndroidStoreAppToCreate">The ManagedAndroidStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAndroidStoreApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAndroidStoreAppToCreate">The ManagedAndroidStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAndroidStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAndroidStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.UpdateAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidStoreApp using PATCH.
            </summary>
            <param name="managedAndroidStoreAppToUpdate">The ManagedAndroidStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidStoreApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAndroidStoreAppToUpdate">The ManagedAndroidStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.PutAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidStoreApp using PUT.
            </summary>
            <param name="managedAndroidStoreAppToUpdate">The ManagedAndroidStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.PutResponseAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidStoreApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAndroidStoreAppToUpdate">The ManagedAndroidStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAndroidStoreApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAndroidStoreAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedAndroidStoreApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAndroidStoreAppRequestBuilder">
            <summary>
            The type ManagedAndroidStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAndroidStoreAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppConfigurationRequest">
            <summary>
            The type ManagedAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.CreateAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppConfiguration using POST.
            </summary>
            <param name="managedAppConfigurationToCreate">The ManagedAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppConfigurationToCreate">The ManagedAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.UpdateAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppConfiguration using PATCH.
            </summary>
            <param name="managedAppConfigurationToUpdate">The ManagedAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppConfigurationToUpdate">The ManagedAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.PutAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppConfiguration using PUT.
            </summary>
            <param name="managedAppConfigurationToUpdate">The ManagedAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.PutResponseAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppConfigurationToUpdate">The ManagedAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppConfigurationToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppConfigurationRequestBuilder">
            <summary>
            The type ManagedAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppOperationRequest">
            <summary>
            The type ManagedAppOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.CreateAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppOperation using POST.
            </summary>
            <param name="managedAppOperationToCreate">The ManagedAppOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppOperationToCreate">The ManagedAppOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.UpdateAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppOperation using PATCH.
            </summary>
            <param name="managedAppOperationToUpdate">The ManagedAppOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppOperationToUpdate">The ManagedAppOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.PutAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppOperation using PUT.
            </summary>
            <param name="managedAppOperationToUpdate">The ManagedAppOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.PutResponseAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppOperationToUpdate">The ManagedAppOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppOperationToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppOperationRequestBuilder">
            <summary>
            The type ManagedAppOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest">
            <summary>
            The type ManagedAppPolicyDeploymentSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppPolicyDeploymentSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.CreateAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppPolicyDeploymentSummary using POST.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToCreate">The ManagedAppPolicyDeploymentSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppPolicyDeploymentSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToCreate">The ManagedAppPolicyDeploymentSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppPolicyDeploymentSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppPolicyDeploymentSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppPolicyDeploymentSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppPolicyDeploymentSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicyDeploymentSummary using PATCH.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToUpdate">The ManagedAppPolicyDeploymentSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicyDeploymentSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToUpdate">The ManagedAppPolicyDeploymentSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.PutAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicyDeploymentSummary using PUT.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToUpdate">The ManagedAppPolicyDeploymentSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.PutResponseAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicyDeploymentSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToUpdate">The ManagedAppPolicyDeploymentSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppPolicyDeploymentSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppPolicyDeploymentSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequestBuilder">
            <summary>
            The type ManagedAppPolicyDeploymentSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppPolicyDeploymentSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyRequest">
            <summary>
            The type ManagedAppPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.CreateAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppPolicy using POST.
            </summary>
            <param name="managedAppPolicyToCreate">The ManagedAppPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppPolicyToCreate">The ManagedAppPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.UpdateAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicy using PATCH.
            </summary>
            <param name="managedAppPolicyToUpdate">The ManagedAppPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppPolicyToUpdate">The ManagedAppPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.PutAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicy using PUT.
            </summary>
            <param name="managedAppPolicyToUpdate">The ManagedAppPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.PutResponseAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppPolicyToUpdate">The ManagedAppPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppPolicyToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyRequestBuilder">
            <summary>
            The type ManagedAppPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Gets the request builder for ManagedAppPolicyTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest">
            <summary>
            The type ManagedAppPolicyTargetAppsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppPolicyTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyTargetAppsRequestBuilder">
            <summary>
            The type ManagedAppPolicyTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedAppPolicyTargetAppsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="apps">A apps parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppProtectionRequest">
            <summary>
            The type ManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppProtection using POST.
            </summary>
            <param name="managedAppProtectionToCreate">The ManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppProtectionToCreate">The ManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppProtection using PATCH.
            </summary>
            <param name="managedAppProtectionToUpdate">The ManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppProtectionToUpdate">The ManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.PutAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppProtection using PUT.
            </summary>
            <param name="managedAppProtectionToUpdate">The ManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.PutResponseAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppProtectionToUpdate">The ManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppProtectionToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppProtectionRequestBuilder">
            <summary>
            The type ManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Gets the request builder for ManagedAppProtectionTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppProtectionTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest">
            <summary>
            The type ManagedAppProtectionTargetAppsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppProtectionTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppProtectionTargetAppsRequestBuilder">
            <summary>
            The type ManagedAppProtectionTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedAppProtectionTargetAppsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="apps">A apps parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionPage">
            <summary>
            The type ManagedAppRegistrationAppliedPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest">
            <summary>
            The type ManagedAppRegistrationAppliedPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationAppliedPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder">
            <summary>
            The type ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/> for the specified ManagedAppRegistrationManagedAppPolicy.
            </summary>
            <param name="id">The ID for the ManagedAppRegistrationManagedAppPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionResponse">
            <summary>
            The type ManagedAppRegistrationAppliedPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage">
            <summary>
            The type ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionResponse">
            <summary>
            The type ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest">
            <summary>
            The type ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder">
            <summary>
            The type ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionPage">
            <summary>
            The type ManagedAppRegistrationIntendedPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest">
            <summary>
            The type ManagedAppRegistrationIntendedPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationIntendedPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder">
            <summary>
            The type ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/> for the specified ManagedAppRegistrationManagedAppPolicy.
            </summary>
            <param name="id">The ID for the ManagedAppRegistrationManagedAppPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionResponse">
            <summary>
            The type ManagedAppRegistrationIntendedPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionPage">
            <summary>
            The type ManagedAppRegistrationOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest">
            <summary>
            The type ManagedAppRegistrationOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppOperation to the collection via POST.
            </summary>
            <param name="managedAppOperation">The ManagedAppOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppOperation">The ManagedAppOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequestBuilder">
            <summary>
            The type ManagedAppRegistrationOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRegistrationOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppOperationRequestBuilder"/> for the specified ManagedAppRegistrationManagedAppOperation.
            </summary>
            <param name="id">The ID for the ManagedAppRegistrationManagedAppOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionResponse">
            <summary>
            The type ManagedAppRegistrationOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationReferenceRequest">
            <summary>
            The type ManagedAppRegistrationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedAppRegistration reference.
            </summary>
            <param name="id">The ManagedAppRegistration reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedAppRegistration reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The ManagedAppRegistration reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationReferenceRequestBuilder">
            <summary>
            The type ManagedAppRegistrationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRegistrationReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationRequest">
            <summary>
            The type ManagedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppRegistration using POST.
            </summary>
            <param name="managedAppRegistrationToCreate">The ManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppRegistration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppRegistrationToCreate">The ManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PATCH.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.PutAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PUT.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.PutResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppRegistration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppRegistrationToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppRegistration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationRequestBuilder">
            <summary>
            The type ManagedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRegistrationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationRequestBuilder.AppliedPolicies">
            <summary>
            Gets the request builder for AppliedPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationRequestBuilder.IntendedPolicies">
            <summary>
            Gets the request builder for IntendedPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest">
            <summary>
            The type ManagedAppRegistrationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.CreateAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppRegistration using POST.
            </summary>
            <param name="managedAppRegistrationToCreate">The ManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppRegistration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppRegistrationToCreate">The ManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.UpdateAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PATCH.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequestBuilder">
            <summary>
            The type ManagedAppRegistrationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRegistrationWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the managedAppRegistration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRequest">
            <summary>
            The type ManagedAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.CreateAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedApp using POST.
            </summary>
            <param name="managedAppToCreate">The ManagedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppToCreate">The ManagedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.UpdateAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedApp using PATCH.
            </summary>
            <param name="managedAppToUpdate">The ManagedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppToUpdate">The ManagedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.PutAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedApp using PUT.
            </summary>
            <param name="managedAppToUpdate">The ManagedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.PutResponseAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppToUpdate">The ManagedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRequestBuilder">
            <summary>
            The type ManagedAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppStatusRawRequest">
            <summary>
            The type ManagedAppStatusRawRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppStatusRawRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.CreateAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppStatusRaw using POST.
            </summary>
            <param name="managedAppStatusRawToCreate">The ManagedAppStatusRaw to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppStatusRaw using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppStatusRawToCreate">The ManagedAppStatusRaw to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppStatusRaw.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppStatusRaw and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppStatusRaw.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppStatusRaw and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.UpdateAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatusRaw using PATCH.
            </summary>
            <param name="managedAppStatusRawToUpdate">The ManagedAppStatusRaw to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatusRaw using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppStatusRawToUpdate">The ManagedAppStatusRaw to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.PutAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatusRaw using PUT.
            </summary>
            <param name="managedAppStatusRawToUpdate">The ManagedAppStatusRaw object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.PutResponseAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatusRaw using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppStatusRawToUpdate">The ManagedAppStatusRaw object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatusRaw,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatusRaw,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppStatusRaw)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppStatusRawToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppStatusRaw"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppStatusRawRequestBuilder">
            <summary>
            The type ManagedAppStatusRawRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppStatusRawRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppStatusRequest">
            <summary>
            The type ManagedAppStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.CreateAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppStatus using POST.
            </summary>
            <param name="managedAppStatusToCreate">The ManagedAppStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.CreateResponseAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppStatusToCreate">The ManagedAppStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.UpdateAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatus using PATCH.
            </summary>
            <param name="managedAppStatusToUpdate">The ManagedAppStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.UpdateResponseAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppStatusToUpdate">The ManagedAppStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.PutAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatus using PUT.
            </summary>
            <param name="managedAppStatusToUpdate">The ManagedAppStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.PutResponseAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedAppStatusToUpdate">The ManagedAppStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppStatusToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppStatusRequestBuilder">
            <summary>
            The type ManagedAppStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceBypassActivationLockRequest">
            <summary>
            The type ManagedDeviceBypassActivationLockRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceBypassActivationLockRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceBypassActivationLockRequestBuilder">
            <summary>
            The type ManagedDeviceBypassActivationLockRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceBypassActivationLockRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest">
            <summary>
            The type ManagedDeviceCleanWindowsDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceCleanWindowsDeviceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequestBuilder">
            <summary>
            The type ManagedDeviceCleanWindowsDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="keepUserData">A keepUserData parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest">
            <summary>
            The type ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder">
            <summary>
            The type ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="userPrincipalName">A userPrincipalName parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionPage">
            <summary>
            The type ManagedDeviceDeviceCompliancePolicyStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest">
            <summary>
            The type ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicyState to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicyState">The DeviceCompliancePolicyState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicyState to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceCompliancePolicyState">The DeviceCompliancePolicyState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder">
            <summary>
            The type ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder"/> for the specified ManagedDeviceDeviceCompliancePolicyState.
            </summary>
            <param name="id">The ID for the ManagedDeviceDeviceCompliancePolicyState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionResponse">
            <summary>
            The type ManagedDeviceDeviceCompliancePolicyStatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionPage">
            <summary>
            The type ManagedDeviceDeviceConfigurationStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest">
            <summary>
            The type ManagedDeviceDeviceConfigurationStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceDeviceConfigurationStatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationState to the collection via POST.
            </summary>
            <param name="deviceConfigurationState">The DeviceConfigurationState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationState to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceConfigurationState">The DeviceConfigurationState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder">
            <summary>
            The type ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder"/> for the specified ManagedDeviceDeviceConfigurationState.
            </summary>
            <param name="id">The ID for the ManagedDeviceDeviceConfigurationState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionResponse">
            <summary>
            The type ManagedDeviceDeviceConfigurationStatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDisableLostModeRequest">
            <summary>
            The type ManagedDeviceDisableLostModeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceDisableLostModeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDisableLostModeRequestBuilder">
            <summary>
            The type ManagedDeviceDisableLostModeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceDisableLostModeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceLocateDeviceRequest">
            <summary>
            The type ManagedDeviceLocateDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceLocateDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceLocateDeviceRequestBuilder">
            <summary>
            The type ManagedDeviceLocateDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceLocateDeviceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest">
            <summary>
            The type ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder">
            <summary>
            The type ManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationAssignment using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToCreate">The ManagedDeviceMobileAppConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToCreate">The ManagedDeviceMobileAppConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationAssignment using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToUpdate">The ManagedDeviceMobileAppConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToUpdate">The ManagedDeviceMobileAppConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.PutAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationAssignment using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToUpdate">The ManagedDeviceMobileAppConfigurationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToUpdate">The ManagedDeviceMobileAppConfigurationAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionPage">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationAssignment to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignment">The ManagedDeviceMobileAppConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignment">The ManagedDeviceMobileAppConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder"/> for the specified ManagedDeviceMobileAppConfigurationManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfigurationManagedDeviceMobileAppConfigurationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionResponse">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="assignments">A assignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationDeviceStatus to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatus">The ManagedDeviceMobileAppConfigurationDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationDeviceStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatus">The ManagedDeviceMobileAppConfigurationDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder"/> for the specified ManagedDeviceMobileAppConfigurationManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfigurationManagedDeviceMobileAppConfigurationDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionResponse">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationDeviceStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToCreate">The ManagedDeviceMobileAppConfigurationDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToCreate">The ManagedDeviceMobileAppConfigurationDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToUpdate">The ManagedDeviceMobileAppConfigurationDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToUpdate">The ManagedDeviceMobileAppConfigurationDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.PutAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToUpdate">The ManagedDeviceMobileAppConfigurationDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToUpdate">The ManagedDeviceMobileAppConfigurationDeviceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToCreate">The ManagedDeviceMobileAppConfigurationDeviceSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToCreate">The ManagedDeviceMobileAppConfigurationDeviceSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToUpdate">The ManagedDeviceMobileAppConfigurationDeviceSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToUpdate">The ManagedDeviceMobileAppConfigurationDeviceSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.PutAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToUpdate">The ManagedDeviceMobileAppConfigurationDeviceSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToUpdate">The ManagedDeviceMobileAppConfigurationDeviceSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfiguration using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToCreate">The ManagedDeviceMobileAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToCreate">The ManagedDeviceMobileAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfiguration using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToUpdate">The ManagedDeviceMobileAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToUpdate">The ManagedDeviceMobileAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.PutAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfiguration using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToUpdate">The ManagedDeviceMobileAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToUpdate">The ManagedDeviceMobileAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceMobileAppConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceMobileAppConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.DeviceStatuses">
            <summary>
            Gets the request builder for DeviceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.DeviceStatusSummary">
            <summary>
            Gets the request builder for DeviceStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.UserStatuses">
            <summary>
            Gets the request builder for UserStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.UserStatusSummary">
            <summary>
            Gets the request builder for UserStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment})">
            <summary>
            Gets the request builder for ManagedDeviceMobileAppConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionPage">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationUserStatus to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatus">The ManagedDeviceMobileAppConfigurationUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationUserStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatus">The ManagedDeviceMobileAppConfigurationUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder"/> for the specified ManagedDeviceMobileAppConfigurationManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfigurationManagedDeviceMobileAppConfigurationUserStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionResponse">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationUserStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserStatus using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToCreate">The ManagedDeviceMobileAppConfigurationUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToCreate">The ManagedDeviceMobileAppConfigurationUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserStatus using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToUpdate">The ManagedDeviceMobileAppConfigurationUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToUpdate">The ManagedDeviceMobileAppConfigurationUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.PutAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserStatus using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToUpdate">The ManagedDeviceMobileAppConfigurationUserStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToUpdate">The ManagedDeviceMobileAppConfigurationUserStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationUserSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserSummary using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToCreate">The ManagedDeviceMobileAppConfigurationUserSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToCreate">The ManagedDeviceMobileAppConfigurationUserSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserSummary using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToUpdate">The ManagedDeviceMobileAppConfigurationUserSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToUpdate">The ManagedDeviceMobileAppConfigurationUserSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.PutAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserSummary using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToUpdate">The ManagedDeviceMobileAppConfigurationUserSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToUpdate">The ManagedDeviceMobileAppConfigurationUserSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverviewReferenceRequest">
            <summary>
            The type ManagedDeviceOverviewReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceOverviewReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedDeviceOverview reference.
            </summary>
            <param name="id">The ManagedDeviceOverview reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedDeviceOverview reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The ManagedDeviceOverview reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverviewReferenceRequestBuilder">
            <summary>
            The type ManagedDeviceOverviewReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceOverviewReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverviewRequest">
            <summary>
            The type ManagedDeviceOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceOverviewRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.CreateAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceOverview using POST.
            </summary>
            <param name="managedDeviceOverviewToCreate">The ManagedDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceOverview using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceOverviewToCreate">The ManagedDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PATCH.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.PutAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PUT.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.PutResponseAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceOverview)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceOverviewToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceOverview"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverviewRequestBuilder">
            <summary>
            The type ManagedDeviceOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceOverviewRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest">
            <summary>
            The type ManagedDeviceOverviewWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceOverviewWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.CreateAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceOverview using POST.
            </summary>
            <param name="managedDeviceOverviewToCreate">The ManagedDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceOverview using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceOverviewToCreate">The ManagedDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PATCH.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequestBuilder">
            <summary>
            The type ManagedDeviceOverviewWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceOverviewWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the managedDeviceOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceOverviewReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRebootNowRequest">
            <summary>
            The type ManagedDeviceRebootNowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceRebootNowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRebootNowRequestBuilder">
            <summary>
            The type ManagedDeviceRebootNowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceRebootNowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequest">
            <summary>
            The type ManagedDeviceRecoverPasscodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceRecoverPasscodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequestBuilder">
            <summary>
            The type ManagedDeviceRecoverPasscodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceReferenceRequest">
            <summary>
            The type ManagedDeviceReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedDevice reference.
            </summary>
            <param name="id">The ManagedDevice reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedDevice reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The ManagedDevice reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceReferenceRequestBuilder">
            <summary>
            The type ManagedDeviceReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRemoteLockRequest">
            <summary>
            The type ManagedDeviceRemoteLockRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceRemoteLockRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRemoteLockRequestBuilder">
            <summary>
            The type ManagedDeviceRemoteLockRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceRemoteLockRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRequest">
            <summary>
            The type ManagedDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.CreateAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDevice using POST.
            </summary>
            <param name="managedDeviceToCreate">The ManagedDevice to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.CreateResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDevice using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceToCreate">The ManagedDevice to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDevice and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.UpdateAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PATCH.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.PutAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PUT.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.PutResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDevice)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceToInitialize">The <see cref="T:Microsoft.Graph.ManagedDevice"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRequestBuilder">
            <summary>
            The type ManagedDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceRequestBuilder.DeviceCompliancePolicyStates">
            <summary>
            Gets the request builder for DeviceCompliancePolicyStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceRequestBuilder.DeviceConfigurationStates">
            <summary>
            Gets the request builder for DeviceConfigurationStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceRequestBuilder.DeviceCategory">
            <summary>
            Gets the request builder for DeviceCategory.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceRequestBuilder.Users">
            <summary>
            Gets the request builder for Users.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.BypassActivationLock">
            <summary>
            Gets the request builder for ManagedDeviceBypassActivationLock.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceBypassActivationLockRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.CleanWindowsDevice(System.Boolean)">
            <summary>
            Gets the request builder for ManagedDeviceCleanWindowsDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.DeleteUserFromSharedAppleDevice(System.String)">
            <summary>
            Gets the request builder for ManagedDeviceDeleteUserFromSharedAppleDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.DisableLostMode">
            <summary>
            Gets the request builder for ManagedDeviceDisableLostMode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDisableLostModeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.LocateDevice">
            <summary>
            Gets the request builder for ManagedDeviceLocateDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceLocateDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.LogoutSharedAppleDeviceActiveUser">
            <summary>
            Gets the request builder for ManagedDeviceLogoutSharedAppleDeviceActiveUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.RebootNow">
            <summary>
            Gets the request builder for ManagedDeviceRebootNow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRebootNowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.RecoverPasscode">
            <summary>
            Gets the request builder for ManagedDeviceRecoverPasscode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.RemoteLock">
            <summary>
            Gets the request builder for ManagedDeviceRemoteLock.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRemoteLockRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.RequestRemoteAssistance">
            <summary>
            Gets the request builder for ManagedDeviceRequestRemoteAssistance.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.ResetPasscode">
            <summary>
            Gets the request builder for ManagedDeviceResetPasscode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceResetPasscodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.Retire">
            <summary>
            Gets the request builder for ManagedDeviceRetire.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRetireRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.ShutDown">
            <summary>
            Gets the request builder for ManagedDeviceShutDown.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceShutDownRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.SyncDevice">
            <summary>
            Gets the request builder for ManagedDeviceSyncDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceSyncDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.UpdateWindowsDeviceAccount(Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter)">
            <summary>
            Gets the request builder for ManagedDeviceUpdateWindowsDeviceAccount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.WindowsDefenderScan(System.Boolean)">
            <summary>
            Gets the request builder for ManagedDeviceWindowsDefenderScan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.WindowsDefenderUpdateSignatures">
            <summary>
            Gets the request builder for ManagedDeviceWindowsDefenderUpdateSignatures.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.Wipe(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for ManagedDeviceWipe.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWipeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequest">
            <summary>
            The type ManagedDeviceRequestRemoteAssistanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceRequestRemoteAssistanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequestBuilder">
            <summary>
            The type ManagedDeviceRequestRemoteAssistanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceResetPasscodeRequest">
            <summary>
            The type ManagedDeviceResetPasscodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceResetPasscodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceResetPasscodeRequestBuilder">
            <summary>
            The type ManagedDeviceResetPasscodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceResetPasscodeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRetireRequest">
            <summary>
            The type ManagedDeviceRetireRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceRetireRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRetireRequestBuilder">
            <summary>
            The type ManagedDeviceRetireRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceRetireRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceShutDownRequest">
            <summary>
            The type ManagedDeviceShutDownRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceShutDownRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceShutDownRequestBuilder">
            <summary>
            The type ManagedDeviceShutDownRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceShutDownRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceSyncDeviceRequest">
            <summary>
            The type ManagedDeviceSyncDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceSyncDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceSyncDeviceRequestBuilder">
            <summary>
            The type ManagedDeviceSyncDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceSyncDeviceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest">
            <summary>
            The type ManagedDeviceUpdateWindowsDeviceAccountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceUpdateWindowsDeviceAccountRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequestBuilder">
            <summary>
            The type ManagedDeviceUpdateWindowsDeviceAccountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="updateWindowsDeviceAccountActionParameter">A updateWindowsDeviceAccountActionParameter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceUsersCollectionReferencesRequest">
            <summary>
            The type ManagedDeviceUsersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceUsersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceUsersCollectionReferencesRequestBuilder">
            <summary>
            The type ManagedDeviceUsersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceUsersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesPage">
            <summary>
            The type ManagedDeviceUsersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequest">
            <summary>
            The type ManagedDeviceUsersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceUsersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequestBuilder">
            <summary>
            The type ManagedDeviceUsersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceUsersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/> for the specified ManagedDeviceUser.
            </summary>
            <param name="id">The ID for the ManagedDeviceUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceUsersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceUsersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesResponse">
            <summary>
            The type ManagedDeviceUsersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedDeviceUsersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceUsersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest">
            <summary>
            The type ManagedDeviceWindowsDefenderScanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceWindowsDefenderScanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequestBuilder">
            <summary>
            The type ManagedDeviceWindowsDefenderScanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="quickScan">A quickScan parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequest">
            <summary>
            The type ManagedDeviceWindowsDefenderUpdateSignaturesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceWindowsDefenderUpdateSignaturesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder">
            <summary>
            The type ManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWipeRequest">
            <summary>
            The type ManagedDeviceWipeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceWipeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWipeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWipeRequestBuilder">
            <summary>
            The type ManagedDeviceWipeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceWipeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="keepEnrollmentData">A keepEnrollmentData parameter for the OData method call.</param>
            <param name="keepUserData">A keepUserData parameter for the OData method call.</param>
            <param name="macOsUnlockCode">A macOsUnlockCode parameter for the OData method call.</param>
            <param name="persistEsimDataPlan">A persistEsimDataPlan parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWithReferenceRequest">
            <summary>
            The type ManagedDeviceWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDevice and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.CreateAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDevice using POST.
            </summary>
            <param name="managedDeviceToCreate">The ManagedDevice to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDevice using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceToCreate">The ManagedDevice to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.UpdateAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PATCH.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWithReferenceRequestBuilder">
            <summary>
            The type ManagedDeviceWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the managedDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignmentRequest">
            <summary>
            The type ManagedEBookAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedEBookAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.CreateAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedEBookAssignment using POST.
            </summary>
            <param name="managedEBookAssignmentToCreate">The ManagedEBookAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.CreateResponseAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedEBookAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedEBookAssignmentToCreate">The ManagedEBookAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedEBookAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedEBookAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.UpdateAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBookAssignment using PATCH.
            </summary>
            <param name="managedEBookAssignmentToUpdate">The ManagedEBookAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBookAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedEBookAssignmentToUpdate">The ManagedEBookAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.PutAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBookAssignment using PUT.
            </summary>
            <param name="managedEBookAssignmentToUpdate">The ManagedEBookAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.PutResponseAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBookAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedEBookAssignmentToUpdate">The ManagedEBookAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedEBookAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedEBookAssignmentToInitialize">The <see cref="T:Microsoft.Graph.ManagedEBookAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignmentRequestBuilder">
            <summary>
            The type ManagedEBookAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedEBookAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignmentsCollectionPage">
            <summary>
            The type ManagedEBookAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest">
            <summary>
            The type ManagedEBookAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedEBookAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedEBookAssignment to the collection via POST.
            </summary>
            <param name="managedEBookAssignment">The ManagedEBookAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedEBookAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedEBookAssignment">The ManagedEBookAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequestBuilder">
            <summary>
            The type ManagedEBookAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedEBookAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder"/> for the specified ManagedEBookManagedEBookAssignment.
            </summary>
            <param name="id">The ID for the ManagedEBookManagedEBookAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignmentsCollectionResponse">
            <summary>
            The type ManagedEBookAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignRequest">
            <summary>
            The type ManagedEBookAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedEBookAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignRequestBuilder">
            <summary>
            The type ManagedEBookAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedEBookAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedEBookAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="managedEBookAssignments">A managedEBookAssignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookDeviceStatesCollectionPage">
            <summary>
            The type ManagedEBookDeviceStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookDeviceStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest">
            <summary>
            The type ManagedEBookDeviceStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedEBookDeviceStatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequestBuilder">
            <summary>
            The type ManagedEBookDeviceStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedEBookDeviceStatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/> for the specified ManagedEBookDeviceInstallState.
            </summary>
            <param name="id">The ID for the ManagedEBookDeviceInstallState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookDeviceStatesCollectionResponse">
            <summary>
            The type ManagedEBookDeviceStatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookDeviceStatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookDeviceStatesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookDeviceStatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookRequest">
            <summary>
            The type ManagedEBookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedEBookRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.CreateAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedEBook using POST.
            </summary>
            <param name="managedEBookToCreate">The ManagedEBook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.CreateResponseAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedEBook using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedEBookToCreate">The ManagedEBook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedEBook and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedEBook and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.UpdateAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBook using PATCH.
            </summary>
            <param name="managedEBookToUpdate">The ManagedEBook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.UpdateResponseAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBook using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedEBookToUpdate">The ManagedEBook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.PutAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBook using PUT.
            </summary>
            <param name="managedEBookToUpdate">The ManagedEBook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.PutResponseAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBook using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedEBookToUpdate">The ManagedEBook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedEBook)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedEBookToInitialize">The <see cref="T:Microsoft.Graph.ManagedEBook"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookRequestBuilder">
            <summary>
            The type ManagedEBookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedEBookRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookRequestBuilder.DeviceStates">
            <summary>
            Gets the request builder for DeviceStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookRequestBuilder.InstallSummary">
            <summary>
            Gets the request builder for InstallSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEBookInstallSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookRequestBuilder.UserStateSummary">
            <summary>
            Gets the request builder for UserStateSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedEBookAssignment})">
            <summary>
            Gets the request builder for ManagedEBookAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionPage">
            <summary>
            The type ManagedEBookUserStateSummaryCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest">
            <summary>
            The type ManagedEBookUserStateSummaryCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedEBookUserStateSummaryCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.AddAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserInstallStateSummary to the collection via POST.
            </summary>
            <param name="userInstallStateSummary">The UserInstallStateSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.AddResponseAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserInstallStateSummary to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userInstallStateSummary">The UserInstallStateSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequestBuilder">
            <summary>
            The type ManagedEBookUserStateSummaryCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedEBookUserStateSummaryCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder"/> for the specified ManagedEBookUserInstallStateSummary.
            </summary>
            <param name="id">The ID for the ManagedEBookUserInstallStateSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionResponse">
            <summary>
            The type ManagedEBookUserStateSummaryCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedIOSLobAppRequest">
            <summary>
            The type ManagedIOSLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedIOSLobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.CreateAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedIOSLobApp using POST.
            </summary>
            <param name="managedIOSLobAppToCreate">The ManagedIOSLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedIOSLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedIOSLobAppToCreate">The ManagedIOSLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedIOSLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedIOSLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedIOSLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedIOSLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSLobApp using PATCH.
            </summary>
            <param name="managedIOSLobAppToUpdate">The ManagedIOSLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedIOSLobAppToUpdate">The ManagedIOSLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.PutAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSLobApp using PUT.
            </summary>
            <param name="managedIOSLobAppToUpdate">The ManagedIOSLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.PutResponseAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedIOSLobAppToUpdate">The ManagedIOSLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedIOSLobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedIOSLobAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedIOSLobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedIOSLobAppRequestBuilder">
            <summary>
            The type ManagedIOSLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedIOSLobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedIOSStoreAppRequest">
            <summary>
            The type ManagedIOSStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedIOSStoreAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.CreateAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedIOSStoreApp using POST.
            </summary>
            <param name="managedIOSStoreAppToCreate">The ManagedIOSStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedIOSStoreApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedIOSStoreAppToCreate">The ManagedIOSStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedIOSStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedIOSStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedIOSStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedIOSStoreApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.UpdateAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSStoreApp using PATCH.
            </summary>
            <param name="managedIOSStoreAppToUpdate">The ManagedIOSStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSStoreApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedIOSStoreAppToUpdate">The ManagedIOSStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.PutAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSStoreApp using PUT.
            </summary>
            <param name="managedIOSStoreAppToUpdate">The ManagedIOSStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.PutResponseAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSStoreApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedIOSStoreAppToUpdate">The ManagedIOSStoreApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedIOSStoreApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedIOSStoreAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedIOSStoreApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedIOSStoreAppRequestBuilder">
            <summary>
            The type ManagedIOSStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedIOSStoreAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileAppRequest">
            <summary>
            The type ManagedMobileAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedMobileAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.CreateAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedMobileApp using POST.
            </summary>
            <param name="managedMobileAppToCreate">The ManagedMobileApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedMobileApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedMobileAppToCreate">The ManagedMobileApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedMobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedMobileApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedMobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedMobileApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.UpdateAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileApp using PATCH.
            </summary>
            <param name="managedMobileAppToUpdate">The ManagedMobileApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedMobileAppToUpdate">The ManagedMobileApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.PutAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileApp using PUT.
            </summary>
            <param name="managedMobileAppToUpdate">The ManagedMobileApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.PutResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedMobileAppToUpdate">The ManagedMobileApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedMobileAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedMobileApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileAppRequestBuilder">
            <summary>
            The type ManagedMobileAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedMobileAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionPage">
            <summary>
            The type ManagedMobileLobAppContentVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest">
            <summary>
            The type ManagedMobileLobAppContentVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedMobileLobAppContentVersionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequestBuilder">
            <summary>
            The type ManagedMobileLobAppContentVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedMobileLobAppContentVersionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/> for the specified ManagedMobileLobAppMobileAppContent.
            </summary>
            <param name="id">The ID for the ManagedMobileLobAppMobileAppContent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionResponse">
            <summary>
            The type ManagedMobileLobAppContentVersionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobAppRequest">
            <summary>
            The type ManagedMobileLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedMobileLobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.CreateAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedMobileLobApp using POST.
            </summary>
            <param name="managedMobileLobAppToCreate">The ManagedMobileLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.CreateResponseAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedMobileLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedMobileLobAppToCreate">The ManagedMobileLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedMobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedMobileLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedMobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedMobileLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileLobApp using PATCH.
            </summary>
            <param name="managedMobileLobAppToUpdate">The ManagedMobileLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.UpdateResponseAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedMobileLobAppToUpdate">The ManagedMobileLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.PutAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileLobApp using PUT.
            </summary>
            <param name="managedMobileLobAppToUpdate">The ManagedMobileLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.PutResponseAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="managedMobileLobAppToUpdate">The ManagedMobileLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedMobileLobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedMobileLobAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedMobileLobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobAppRequestBuilder">
            <summary>
            The type ManagedMobileLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedMobileLobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobAppRequestBuilder.ContentVersions">
            <summary>
            Gets the request builder for ContentVersions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest">
            <summary>
            The type MdmWindowsInformationProtectionPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MdmWindowsInformationProtectionPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.CreateAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MdmWindowsInformationProtectionPolicy using POST.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToCreate">The MdmWindowsInformationProtectionPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.CreateResponseAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MdmWindowsInformationProtectionPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToCreate">The MdmWindowsInformationProtectionPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MdmWindowsInformationProtectionPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MdmWindowsInformationProtectionPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.UpdateAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MdmWindowsInformationProtectionPolicy using PATCH.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToUpdate">The MdmWindowsInformationProtectionPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.UpdateResponseAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MdmWindowsInformationProtectionPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToUpdate">The MdmWindowsInformationProtectionPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.PutAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MdmWindowsInformationProtectionPolicy using PUT.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToUpdate">The MdmWindowsInformationProtectionPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.PutResponseAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MdmWindowsInformationProtectionPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToUpdate">The MdmWindowsInformationProtectionPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.MdmWindowsInformationProtectionPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToInitialize">The <see cref="T:Microsoft.Graph.MdmWindowsInformationProtectionPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequestBuilder">
            <summary>
            The type MdmWindowsInformationProtectionPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MdmWindowsInformationProtectionPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionPage">
            <summary>
            The type MeetingAttendanceReportAttendanceRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest">
            <summary>
            The type MeetingAttendanceReportAttendanceRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MeetingAttendanceReportAttendanceRecordsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest.AddAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AttendanceRecord to the collection via POST.
            </summary>
            <param name="attendanceRecord">The AttendanceRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttendanceRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest.AddResponseAsync(Microsoft.Graph.AttendanceRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AttendanceRecord to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="attendanceRecord">The AttendanceRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttendanceRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttendanceRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder">
            <summary>
            The type MeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttendanceRecordRequestBuilder"/> for the specified MeetingAttendanceReportAttendanceRecord.
            </summary>
            <param name="id">The ID for the MeetingAttendanceReportAttendanceRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttendanceRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionResponse">
            <summary>
            The type MeetingAttendanceReportAttendanceRecordsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingAttendanceReportAttendanceRecordsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingAttendanceReportRequest">
            <summary>
            The type MeetingAttendanceReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MeetingAttendanceReportRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.CreateAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MeetingAttendanceReport using POST.
            </summary>
            <param name="meetingAttendanceReportToCreate">The MeetingAttendanceReport to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MeetingAttendanceReport.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.CreateResponseAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MeetingAttendanceReport using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="meetingAttendanceReportToCreate">The MeetingAttendanceReport to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MeetingAttendanceReport.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MeetingAttendanceReport and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MeetingAttendanceReport.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MeetingAttendanceReport.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MeetingAttendanceReport and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.UpdateAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MeetingAttendanceReport using PATCH.
            </summary>
            <param name="meetingAttendanceReportToUpdate">The MeetingAttendanceReport to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MeetingAttendanceReport.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.UpdateResponseAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MeetingAttendanceReport using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="meetingAttendanceReportToUpdate">The MeetingAttendanceReport to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.PutAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MeetingAttendanceReport using PUT.
            </summary>
            <param name="meetingAttendanceReportToUpdate">The MeetingAttendanceReport object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.PutResponseAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MeetingAttendanceReport using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="meetingAttendanceReportToUpdate">The MeetingAttendanceReport object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MeetingAttendanceReport,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MeetingAttendanceReport,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequest.InitializeCollectionProperties(Microsoft.Graph.MeetingAttendanceReport)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="meetingAttendanceReportToInitialize">The <see cref="T:Microsoft.Graph.MeetingAttendanceReport"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MeetingAttendanceReportRequestBuilder">
            <summary>
            The type MeetingAttendanceReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MeetingAttendanceReportRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MeetingAttendanceReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MeetingAttendanceReportRequestBuilder.AttendanceRecords">
            <summary>
            Gets the request builder for AttendanceRecords.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMeetingAttendanceReportAttendanceRecordsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageAttachmentsCollectionPage">
            <summary>
            The type MessageAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageAttachmentsCollectionRequest">
            <summary>
            The type MessageAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageAttachmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageAttachmentsCollectionRequestBuilder">
            <summary>
            The type MessageAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MessageAttachmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/> for the specified MessageAttachment.
            </summary>
            <param name="id">The ID for the MessageAttachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequestBuilder.CreateUploadSession(Microsoft.Graph.AttachmentItem)">
            <summary>
            Gets the request builder for AttachmentCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageAttachmentsCollectionResponse">
            <summary>
            The type MessageAttachmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageAttachmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMessageAttachmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageAttachmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageAttachmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageContentRequest">
            <summary>
            The type MessageContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageContentRequestBuilder">
            <summary>
            The type MessageContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MessageContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCopyRequest">
            <summary>
            The type MessageCopyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCopyRequestBuilder">
            <summary>
            The type MessageCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageCopyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="DestinationId">A DestinationId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateForwardRequest">
            <summary>
            The type MessageCreateForwardRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageCreateForwardRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCreateForwardRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateForwardRequestBuilder">
            <summary>
            The type MessageCreateForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},Microsoft.Graph.Message,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageCreateForwardRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="ToRecipients">A ToRecipients parameter for the OData method call.</param>
            <param name="Message">A Message parameter for the OData method call.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateReplyAllRequest">
            <summary>
            The type MessageCreateReplyAllRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageCreateReplyAllRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCreateReplyAllRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateReplyAllRequestBuilder">
            <summary>
            The type MessageCreateReplyAllRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Message,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageCreateReplyAllRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Message">A Message parameter for the OData method call.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateReplyRequest">
            <summary>
            The type MessageCreateReplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageCreateReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCreateReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateReplyRequestBuilder">
            <summary>
            The type MessageCreateReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Message,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageCreateReplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Message">A Message parameter for the OData method call.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageDeltaCollectionPage">
            <summary>
            The type MessageDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageDeltaCollectionResponse">
            <summary>
            The type MessageDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMessageDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageDeltaRequest">
            <summary>
            The type MessageDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageDeltaRequestBuilder">
            <summary>
            The type MessageDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageExtensionsCollectionPage">
            <summary>
            The type MessageExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageExtensionsCollectionRequest">
            <summary>
            The type MessageExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageExtensionsCollectionRequestBuilder">
            <summary>
            The type MessageExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MessageExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified MessageExtension.
            </summary>
            <param name="id">The ID for the MessageExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageExtensionsCollectionResponse">
            <summary>
            The type MessageExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMessageExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageExtensionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageForwardRequest">
            <summary>
            The type MessageForwardRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageForwardRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageForwardRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageForwardRequestBuilder">
            <summary>
            The type MessageForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},Microsoft.Graph.Message,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageForwardRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="ToRecipients">A ToRecipients parameter for the OData method call.</param>
            <param name="Message">A Message parameter for the OData method call.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageMoveRequest">
            <summary>
            The type MessageMoveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageMoveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageMoveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageMoveRequestBuilder">
            <summary>
            The type MessageMoveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageMoveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="DestinationId">A DestinationId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type MessageMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type MessageMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type MessageMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MessageMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MessageMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MessageMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type MessageMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageReplyAllRequest">
            <summary>
            The type MessageReplyAllRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageReplyAllRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageReplyAllRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageReplyAllRequestBuilder">
            <summary>
            The type MessageReplyAllRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Message,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageReplyAllRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Message">A Message parameter for the OData method call.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageReplyRequest">
            <summary>
            The type MessageReplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageReplyRequestBuilder">
            <summary>
            The type MessageReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Message,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageReplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Message">A Message parameter for the OData method call.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageRequest">
            <summary>
            The type MessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.CreateAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Message using POST.
            </summary>
            <param name="messageToCreate">The Message to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.CreateResponseAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Message using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="messageToCreate">The Message to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Message.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Message and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Message.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Message and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.UpdateAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Message using PATCH.
            </summary>
            <param name="messageToUpdate">The Message to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.UpdateResponseAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Message using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="messageToUpdate">The Message to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.PutAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Message using PUT.
            </summary>
            <param name="messageToUpdate">The Message object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.PutResponseAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Message using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="messageToUpdate">The Message object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.InitializeCollectionProperties(Microsoft.Graph.Message)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="messageToInitialize">The <see cref="T:Microsoft.Graph.Message"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MessageRequestBuilder">
            <summary>
            The type MessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MessageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Forward(System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},Microsoft.Graph.Message,System.String)">
            <summary>
            Gets the request builder for MessageForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Copy(System.String)">
            <summary>
            Gets the request builder for MessageCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Move(System.String)">
            <summary>
            Gets the request builder for MessageMove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageMoveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.CreateForward(System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},Microsoft.Graph.Message,System.String)">
            <summary>
            Gets the request builder for MessageCreateForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCreateForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.CreateReply(Microsoft.Graph.Message,System.String)">
            <summary>
            Gets the request builder for MessageCreateReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCreateReplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.CreateReplyAll(Microsoft.Graph.Message,System.String)">
            <summary>
            Gets the request builder for MessageCreateReplyAll.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCreateReplyAllRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Reply(Microsoft.Graph.Message,System.String)">
            <summary>
            Gets the request builder for MessageReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageReplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.ReplyAll(Microsoft.Graph.Message,System.String)">
            <summary>
            Gets the request builder for MessageReplyAll.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageReplyAllRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Send">
            <summary>
            Gets the request builder for MessageSend.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageSendRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageRuleRequest">
            <summary>
            The type MessageRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageRuleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.CreateAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MessageRule using POST.
            </summary>
            <param name="messageRuleToCreate">The MessageRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.CreateResponseAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MessageRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="messageRuleToCreate">The MessageRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MessageRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MessageRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MessageRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MessageRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.UpdateAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MessageRule using PATCH.
            </summary>
            <param name="messageRuleToUpdate">The MessageRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.UpdateResponseAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MessageRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="messageRuleToUpdate">The MessageRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.PutAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MessageRule using PUT.
            </summary>
            <param name="messageRuleToUpdate">The MessageRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.PutResponseAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MessageRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="messageRuleToUpdate">The MessageRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.InitializeCollectionProperties(Microsoft.Graph.MessageRule)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="messageRuleToInitialize">The <see cref="T:Microsoft.Graph.MessageRule"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MessageRuleRequestBuilder">
            <summary>
            The type MessageRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MessageRuleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageSendRequest">
            <summary>
            The type MessageSendRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageSendRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageSendRequestBuilder">
            <summary>
            The type MessageSendRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageSendRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type MessageSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type MessageSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type MessageSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MessageSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified MessageSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MessageSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type MessageSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest">
            <summary>
            The type MicrosoftAccountUserConversationMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MicrosoftAccountUserConversationMemberRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.CreateAsync(Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAccountUserConversationMember using POST.
            </summary>
            <param name="microsoftAccountUserConversationMemberToCreate">The MicrosoftAccountUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftAccountUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.CreateResponseAsync(Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAccountUserConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAccountUserConversationMemberToCreate">The MicrosoftAccountUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAccountUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAccountUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAccountUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MicrosoftAccountUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAccountUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.UpdateAsync(Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAccountUserConversationMember using PATCH.
            </summary>
            <param name="microsoftAccountUserConversationMemberToUpdate">The MicrosoftAccountUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MicrosoftAccountUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.UpdateResponseAsync(Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAccountUserConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAccountUserConversationMemberToUpdate">The MicrosoftAccountUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.PutAsync(Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAccountUserConversationMember using PUT.
            </summary>
            <param name="microsoftAccountUserConversationMemberToUpdate">The MicrosoftAccountUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.PutResponseAsync(Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAccountUserConversationMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAccountUserConversationMemberToUpdate">The MicrosoftAccountUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAccountUserConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequest.InitializeCollectionProperties(Microsoft.Graph.MicrosoftAccountUserConversationMember)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="microsoftAccountUserConversationMemberToInitialize">The <see cref="T:Microsoft.Graph.MicrosoftAccountUserConversationMember"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequestBuilder">
            <summary>
            The type MicrosoftAccountUserConversationMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MicrosoftAccountUserConversationMemberRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAccountUserConversationMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionPage">
            <summary>
            The type MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest">
            <summary>
            The type MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MicrosoftAuthenticatorAuthenticationMethodTarget to the collection via POST.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTarget">The MicrosoftAuthenticatorAuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftAuthenticatorAuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MicrosoftAuthenticatorAuthenticationMethodTarget to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTarget">The MicrosoftAuthenticatorAuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder">
            <summary>
            The type MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder"/> for the specified MicrosoftAuthenticatorAuthenticationMethodConfigurationMicrosoftAuthenticatorAuthenticationMethodTarget.
            </summary>
            <param name="id">The ID for the MicrosoftAuthenticatorAuthenticationMethodConfigurationMicrosoftAuthenticatorAuthenticationMethodTarget.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionResponse">
            <summary>
            The type MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest">
            <summary>
            The type MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.CreateAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration using POST.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodConfigurationToCreate">The MicrosoftAuthenticatorAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftAuthenticatorAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.CreateResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodConfigurationToCreate">The MicrosoftAuthenticatorAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MicrosoftAuthenticatorAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.UpdateAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration using PATCH.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodConfigurationToUpdate">The MicrosoftAuthenticatorAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MicrosoftAuthenticatorAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodConfigurationToUpdate">The MicrosoftAuthenticatorAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.PutAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration using PUT.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodConfigurationToUpdate">The MicrosoftAuthenticatorAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.PutResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodConfigurationToUpdate">The MicrosoftAuthenticatorAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodConfigurationToInitialize">The <see cref="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder">
            <summary>
            The type MicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder.IncludeTargets">
            <summary>
            Gets the request builder for IncludeTargets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest">
            <summary>
            The type MicrosoftAuthenticatorAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MicrosoftAuthenticatorAuthenticationMethodRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAuthenticatorAuthenticationMethod using POST.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodToCreate">The MicrosoftAuthenticatorAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftAuthenticatorAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAuthenticatorAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodToCreate">The MicrosoftAuthenticatorAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAuthenticatorAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAuthenticatorAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAuthenticatorAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MicrosoftAuthenticatorAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAuthenticatorAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethod using PATCH.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodToUpdate">The MicrosoftAuthenticatorAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MicrosoftAuthenticatorAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodToUpdate">The MicrosoftAuthenticatorAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.PutAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethod using PUT.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodToUpdate">The MicrosoftAuthenticatorAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodToUpdate">The MicrosoftAuthenticatorAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequest.InitializeCollectionProperties(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodToInitialize">The <see cref="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethod"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequestBuilder">
            <summary>
            The type MicrosoftAuthenticatorAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MicrosoftAuthenticatorAuthenticationMethodRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodRequestBuilder.Device">
            <summary>
            Gets the request builder for Device.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest">
            <summary>
            The type MicrosoftAuthenticatorAuthenticationMethodTargetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MicrosoftAuthenticatorAuthenticationMethodTargetRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.CreateAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAuthenticatorAuthenticationMethodTarget using POST.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTargetToCreate">The MicrosoftAuthenticatorAuthenticationMethodTarget to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftAuthenticatorAuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.CreateResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftAuthenticatorAuthenticationMethodTarget using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTargetToCreate">The MicrosoftAuthenticatorAuthenticationMethodTarget to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAuthenticatorAuthenticationMethodTarget.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftAuthenticatorAuthenticationMethodTarget and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAuthenticatorAuthenticationMethodTarget.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MicrosoftAuthenticatorAuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftAuthenticatorAuthenticationMethodTarget and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.UpdateAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodTarget using PATCH.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTargetToUpdate">The MicrosoftAuthenticatorAuthenticationMethodTarget to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MicrosoftAuthenticatorAuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.UpdateResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodTarget using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTargetToUpdate">The MicrosoftAuthenticatorAuthenticationMethodTarget to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.PutAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodTarget using PUT.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTargetToUpdate">The MicrosoftAuthenticatorAuthenticationMethodTarget object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.PutResponseAsync(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftAuthenticatorAuthenticationMethodTarget using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTargetToUpdate">The MicrosoftAuthenticatorAuthenticationMethodTarget object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequest.InitializeCollectionProperties(Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="microsoftAuthenticatorAuthenticationMethodTargetToInitialize">The <see cref="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTarget"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder">
            <summary>
            The type MicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest">
            <summary>
            The type MicrosoftStoreForBusinessAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MicrosoftStoreForBusinessAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.CreateAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftStoreForBusinessApp using POST.
            </summary>
            <param name="microsoftStoreForBusinessAppToCreate">The MicrosoftStoreForBusinessApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.CreateResponseAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftStoreForBusinessApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftStoreForBusinessAppToCreate">The MicrosoftStoreForBusinessApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftStoreForBusinessApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftStoreForBusinessApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftStoreForBusinessApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftStoreForBusinessApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.UpdateAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftStoreForBusinessApp using PATCH.
            </summary>
            <param name="microsoftStoreForBusinessAppToUpdate">The MicrosoftStoreForBusinessApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.UpdateResponseAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftStoreForBusinessApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftStoreForBusinessAppToUpdate">The MicrosoftStoreForBusinessApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.PutAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftStoreForBusinessApp using PUT.
            </summary>
            <param name="microsoftStoreForBusinessAppToUpdate">The MicrosoftStoreForBusinessApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.PutResponseAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftStoreForBusinessApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="microsoftStoreForBusinessAppToUpdate">The MicrosoftStoreForBusinessApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.InitializeCollectionProperties(Microsoft.Graph.MicrosoftStoreForBusinessApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="microsoftStoreForBusinessAppToInitialize">The <see cref="T:Microsoft.Graph.MicrosoftStoreForBusinessApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftStoreForBusinessAppRequestBuilder">
            <summary>
            The type MicrosoftStoreForBusinessAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MicrosoftStoreForBusinessAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentRequest">
            <summary>
            The type MobileAppAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.CreateAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppAssignment using POST.
            </summary>
            <param name="mobileAppAssignmentToCreate">The MobileAppAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.CreateResponseAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppAssignmentToCreate">The MobileAppAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.UpdateAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppAssignment using PATCH.
            </summary>
            <param name="mobileAppAssignmentToUpdate">The MobileAppAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppAssignmentToUpdate">The MobileAppAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.PutAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppAssignment using PUT.
            </summary>
            <param name="mobileAppAssignmentToUpdate">The MobileAppAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.PutResponseAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppAssignmentToUpdate">The MobileAppAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.MobileAppAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileAppAssignmentToInitialize">The <see cref="T:Microsoft.Graph.MobileAppAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentRequestBuilder">
            <summary>
            The type MobileAppAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentsCollectionPage">
            <summary>
            The type MobileAppAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentsCollectionRequest">
            <summary>
            The type MobileAppAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppAssignment to the collection via POST.
            </summary>
            <param name="mobileAppAssignment">The MobileAppAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileAppAssignment">The MobileAppAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentsCollectionRequestBuilder">
            <summary>
            The type MobileAppAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppAssignmentRequestBuilder"/> for the specified MobileAppMobileAppAssignment.
            </summary>
            <param name="id">The ID for the MobileAppMobileAppAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentsCollectionResponse">
            <summary>
            The type MobileAppAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMobileAppAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignRequest">
            <summary>
            The type MobileAppAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignRequestBuilder">
            <summary>
            The type MobileAppAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.MobileAppAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MobileAppAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="mobileAppAssignments">A mobileAppAssignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoriesCollectionReferencesRequest">
            <summary>
            The type MobileAppCategoriesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppCategoriesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionReferencesRequest.AddAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoriesCollectionReferencesRequestBuilder">
            <summary>
            The type MobileAppCategoriesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppCategoriesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesPage">
            <summary>
            The type MobileAppCategoriesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequest">
            <summary>
            The type MobileAppCategoriesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppCategoriesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequestBuilder">
            <summary>
            The type MobileAppCategoriesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppCategoriesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppCategoryWithReferenceRequestBuilder"/> for the specified MobileAppMobileAppCategory.
            </summary>
            <param name="id">The ID for the MobileAppMobileAppCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoryWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesResponse">
            <summary>
            The type MobileAppCategoriesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategoriesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoryReferenceRequest">
            <summary>
            The type MobileAppCategoryReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppCategoryReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified MobileAppCategory reference.
            </summary>
            <param name="id">The MobileAppCategory reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified MobileAppCategory reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The MobileAppCategory reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoryReferenceRequestBuilder">
            <summary>
            The type MobileAppCategoryReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppCategoryReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoryRequest">
            <summary>
            The type MobileAppCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppCategoryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.CreateAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppCategory using POST.
            </summary>
            <param name="mobileAppCategoryToCreate">The MobileAppCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.CreateResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppCategory using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppCategoryToCreate">The MobileAppCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.UpdateAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PATCH.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.UpdateResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.PutAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PUT.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.PutResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.InitializeCollectionProperties(Microsoft.Graph.MobileAppCategory)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileAppCategoryToInitialize">The <see cref="T:Microsoft.Graph.MobileAppCategory"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoryRequestBuilder">
            <summary>
            The type MobileAppCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppCategoryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoryWithReferenceRequest">
            <summary>
            The type MobileAppCategoryWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppCategoryWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequest.CreateAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppCategory using POST.
            </summary>
            <param name="mobileAppCategoryToCreate">The MobileAppCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppCategory using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppCategoryToCreate">The MobileAppCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequest.UpdateAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PATCH.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoryWithReferenceRequestBuilder">
            <summary>
            The type MobileAppCategoryWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppCategoryWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategoryWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the mobileAppCategory.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoryReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentContainedAppsCollectionPage">
            <summary>
            The type MobileAppContentContainedAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentContainedAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest">
            <summary>
            The type MobileAppContentContainedAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppContentContainedAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest.AddAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileContainedApp to the collection via POST.
            </summary>
            <param name="mobileContainedApp">The MobileContainedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileContainedApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileContainedApp">The MobileContainedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileContainedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileContainedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequestBuilder">
            <summary>
            The type MobileAppContentContainedAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppContentContainedAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentContainedAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileContainedAppRequestBuilder"/> for the specified MobileAppContentMobileContainedApp.
            </summary>
            <param name="id">The ID for the MobileAppContentMobileContainedApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileContainedAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentContainedAppsCollectionResponse">
            <summary>
            The type MobileAppContentContainedAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentContainedAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMobileAppContentContainedAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentContainedAppsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentContainedAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileCommitRequest">
            <summary>
            The type MobileAppContentFileCommitRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppContentFileCommitRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFileCommitRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileCommitRequestBuilder">
            <summary>
            The type MobileAppContentFileCommitRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.FileEncryptionInfo)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MobileAppContentFileCommitRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="fileEncryptionInfo">A fileEncryptionInfo parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileRenewUploadRequest">
            <summary>
            The type MobileAppContentFileRenewUploadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppContentFileRenewUploadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileRenewUploadRequestBuilder">
            <summary>
            The type MobileAppContentFileRenewUploadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MobileAppContentFileRenewUploadRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileRequest">
            <summary>
            The type MobileAppContentFileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppContentFileRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.CreateAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppContentFile using POST.
            </summary>
            <param name="mobileAppContentFileToCreate">The MobileAppContentFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.CreateResponseAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppContentFile using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppContentFileToCreate">The MobileAppContentFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppContentFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppContentFile and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppContentFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppContentFile and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.UpdateAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContentFile using PATCH.
            </summary>
            <param name="mobileAppContentFileToUpdate">The MobileAppContentFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.UpdateResponseAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContentFile using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppContentFileToUpdate">The MobileAppContentFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.PutAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContentFile using PUT.
            </summary>
            <param name="mobileAppContentFileToUpdate">The MobileAppContentFile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.PutResponseAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContentFile using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppContentFileToUpdate">The MobileAppContentFile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.InitializeCollectionProperties(Microsoft.Graph.MobileAppContentFile)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileAppContentFileToInitialize">The <see cref="T:Microsoft.Graph.MobileAppContentFile"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileRequestBuilder">
            <summary>
            The type MobileAppContentFileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppContentFileRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequestBuilder.Commit(Microsoft.Graph.FileEncryptionInfo)">
            <summary>
            Gets the request builder for MobileAppContentFileCommit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFileCommitRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequestBuilder.RenewUpload">
            <summary>
            Gets the request builder for MobileAppContentFileRenewUpload.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFileRenewUploadRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFilesCollectionPage">
            <summary>
            The type MobileAppContentFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppContentFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFilesCollectionRequest">
            <summary>
            The type MobileAppContentFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppContentFilesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContentFile to the collection via POST.
            </summary>
            <param name="mobileAppContentFile">The MobileAppContentFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContentFile to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileAppContentFile">The MobileAppContentFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFilesCollectionRequestBuilder">
            <summary>
            The type MobileAppContentFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppContentFilesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppContentFileRequestBuilder"/> for the specified MobileAppContentMobileAppContentFile.
            </summary>
            <param name="id">The ID for the MobileAppContentMobileAppContentFile.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFilesCollectionResponse">
            <summary>
            The type MobileAppContentFilesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFilesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMobileAppContentFilesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFilesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFilesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentRequest">
            <summary>
            The type MobileAppContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppContentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.CreateAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppContent using POST.
            </summary>
            <param name="mobileAppContentToCreate">The MobileAppContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.CreateResponseAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppContent using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppContentToCreate">The MobileAppContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppContent and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppContent and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.UpdateAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContent using PATCH.
            </summary>
            <param name="mobileAppContentToUpdate">The MobileAppContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.UpdateResponseAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContent using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppContentToUpdate">The MobileAppContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.PutAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContent using PUT.
            </summary>
            <param name="mobileAppContentToUpdate">The MobileAppContent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.PutResponseAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContent using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppContentToUpdate">The MobileAppContent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.InitializeCollectionProperties(Microsoft.Graph.MobileAppContent)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileAppContentToInitialize">The <see cref="T:Microsoft.Graph.MobileAppContent"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentRequestBuilder">
            <summary>
            The type MobileAppContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentRequestBuilder.ContainedApps">
            <summary>
            Gets the request builder for ContainedApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentContainedAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentRequestBuilder.Files">
            <summary>
            Gets the request builder for Files.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppRequest">
            <summary>
            The type MobileAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.CreateAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileApp using POST.
            </summary>
            <param name="mobileAppToCreate">The MobileApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.CreateResponseAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppToCreate">The MobileApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.UpdateAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileApp using PATCH.
            </summary>
            <param name="mobileAppToUpdate">The MobileApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.UpdateResponseAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppToUpdate">The MobileApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.PutAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileApp using PUT.
            </summary>
            <param name="mobileAppToUpdate">The MobileApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.PutResponseAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileAppToUpdate">The MobileApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.InitializeCollectionProperties(Microsoft.Graph.MobileApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileAppToInitialize">The <see cref="T:Microsoft.Graph.MobileApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileAppRequestBuilder">
            <summary>
            The type MobileAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppRequestBuilder.Categories">
            <summary>
            Gets the request builder for Categories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.MobileAppAssignment})">
            <summary>
            Gets the request builder for MobileAppAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileContainedAppRequest">
            <summary>
            The type MobileContainedAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileContainedAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.CreateAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileContainedApp using POST.
            </summary>
            <param name="mobileContainedAppToCreate">The MobileContainedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.CreateResponseAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileContainedApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileContainedAppToCreate">The MobileContainedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileContainedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileContainedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileContainedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileContainedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.UpdateAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileContainedApp using PATCH.
            </summary>
            <param name="mobileContainedAppToUpdate">The MobileContainedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.UpdateResponseAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileContainedApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileContainedAppToUpdate">The MobileContainedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.PutAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileContainedApp using PUT.
            </summary>
            <param name="mobileContainedAppToUpdate">The MobileContainedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.PutResponseAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileContainedApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileContainedAppToUpdate">The MobileContainedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileContainedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileContainedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequest.InitializeCollectionProperties(Microsoft.Graph.MobileContainedApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileContainedAppToInitialize">The <see cref="T:Microsoft.Graph.MobileContainedApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileContainedAppRequestBuilder">
            <summary>
            The type MobileContainedAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileContainedAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileContainedAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileLobAppContentVersionsCollectionPage">
            <summary>
            The type MobileLobAppContentVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobAppContentVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest">
            <summary>
            The type MobileLobAppContentVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileLobAppContentVersionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequestBuilder">
            <summary>
            The type MobileLobAppContentVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileLobAppContentVersionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/> for the specified MobileLobAppMobileAppContent.
            </summary>
            <param name="id">The ID for the MobileLobAppMobileAppContent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileLobAppContentVersionsCollectionResponse">
            <summary>
            The type MobileLobAppContentVersionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobAppContentVersionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobAppContentVersionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobAppContentVersionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileLobAppRequest">
            <summary>
            The type MobileLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileLobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.CreateAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileLobApp using POST.
            </summary>
            <param name="mobileLobAppToCreate">The MobileLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.CreateResponseAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileLobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileLobAppToCreate">The MobileLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileLobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.UpdateAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileLobApp using PATCH.
            </summary>
            <param name="mobileLobAppToUpdate">The MobileLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.UpdateResponseAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileLobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileLobAppToUpdate">The MobileLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.PutAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileLobApp using PUT.
            </summary>
            <param name="mobileLobAppToUpdate">The MobileLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.PutResponseAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileLobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileLobAppToUpdate">The MobileLobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.InitializeCollectionProperties(Microsoft.Graph.MobileLobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileLobAppToInitialize">The <see cref="T:Microsoft.Graph.MobileLobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileLobAppRequestBuilder">
            <summary>
            The type MobileLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileLobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileLobAppRequestBuilder.ContentVersions">
            <summary>
            Gets the request builder for ContentVersions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileThreatDefenseConnectorRequest">
            <summary>
            The type MobileThreatDefenseConnectorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileThreatDefenseConnectorRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.CreateAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileThreatDefenseConnector using POST.
            </summary>
            <param name="mobileThreatDefenseConnectorToCreate">The MobileThreatDefenseConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.CreateResponseAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileThreatDefenseConnector using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileThreatDefenseConnectorToCreate">The MobileThreatDefenseConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileThreatDefenseConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileThreatDefenseConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileThreatDefenseConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileThreatDefenseConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.UpdateAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileThreatDefenseConnector using PATCH.
            </summary>
            <param name="mobileThreatDefenseConnectorToUpdate">The MobileThreatDefenseConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.UpdateResponseAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileThreatDefenseConnector using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileThreatDefenseConnectorToUpdate">The MobileThreatDefenseConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.PutAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileThreatDefenseConnector using PUT.
            </summary>
            <param name="mobileThreatDefenseConnectorToUpdate">The MobileThreatDefenseConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.PutResponseAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileThreatDefenseConnector using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="mobileThreatDefenseConnectorToUpdate">The MobileThreatDefenseConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.InitializeCollectionProperties(Microsoft.Graph.MobileThreatDefenseConnector)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileThreatDefenseConnectorToInitialize">The <see cref="T:Microsoft.Graph.MobileThreatDefenseConnector"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileThreatDefenseConnectorRequestBuilder">
            <summary>
            The type MobileThreatDefenseConnectorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileThreatDefenseConnectorRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest">
            <summary>
            The type MultiValueLegacyExtendedPropertyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MultiValueLegacyExtendedPropertyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.CreateAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MultiValueLegacyExtendedProperty using POST.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToCreate">The MultiValueLegacyExtendedProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.CreateResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MultiValueLegacyExtendedProperty using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToCreate">The MultiValueLegacyExtendedProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MultiValueLegacyExtendedProperty and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MultiValueLegacyExtendedProperty and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.UpdateAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MultiValueLegacyExtendedProperty using PATCH.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToUpdate">The MultiValueLegacyExtendedProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.UpdateResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MultiValueLegacyExtendedProperty using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToUpdate">The MultiValueLegacyExtendedProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.PutAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MultiValueLegacyExtendedProperty using PUT.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToUpdate">The MultiValueLegacyExtendedProperty object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.PutResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MultiValueLegacyExtendedProperty using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToUpdate">The MultiValueLegacyExtendedProperty object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.InitializeCollectionProperties(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToInitialize">The <see cref="T:Microsoft.Graph.MultiValueLegacyExtendedProperty"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequestBuilder">
            <summary>
            The type MultiValueLegacyExtendedPropertyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MultiValueLegacyExtendedPropertyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MuteParticipantOperationRequest">
            <summary>
            The type MuteParticipantOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MuteParticipantOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.CreateAsync(Microsoft.Graph.MuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MuteParticipantOperation using POST.
            </summary>
            <param name="muteParticipantOperationToCreate">The MuteParticipantOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MuteParticipantOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.CreateResponseAsync(Microsoft.Graph.MuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MuteParticipantOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="muteParticipantOperationToCreate">The MuteParticipantOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MuteParticipantOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MuteParticipantOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MuteParticipantOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MuteParticipantOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MuteParticipantOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.UpdateAsync(Microsoft.Graph.MuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MuteParticipantOperation using PATCH.
            </summary>
            <param name="muteParticipantOperationToUpdate">The MuteParticipantOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated MuteParticipantOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.UpdateResponseAsync(Microsoft.Graph.MuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MuteParticipantOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="muteParticipantOperationToUpdate">The MuteParticipantOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.PutAsync(Microsoft.Graph.MuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MuteParticipantOperation using PUT.
            </summary>
            <param name="muteParticipantOperationToUpdate">The MuteParticipantOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.PutResponseAsync(Microsoft.Graph.MuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MuteParticipantOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="muteParticipantOperationToUpdate">The MuteParticipantOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MuteParticipantOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MuteParticipantOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequest.InitializeCollectionProperties(Microsoft.Graph.MuteParticipantOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="muteParticipantOperationToInitialize">The <see cref="T:Microsoft.Graph.MuteParticipantOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MuteParticipantOperationRequestBuilder">
            <summary>
            The type MuteParticipantOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MuteParticipantOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MuteParticipantOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.NamedLocationRequest">
            <summary>
            The type NamedLocationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NamedLocationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.CreateAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified NamedLocation using POST.
            </summary>
            <param name="namedLocationToCreate">The NamedLocation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created NamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.CreateResponseAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified NamedLocation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="namedLocationToCreate">The NamedLocation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified NamedLocation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified NamedLocation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified NamedLocation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The NamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified NamedLocation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.UpdateAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NamedLocation using PATCH.
            </summary>
            <param name="namedLocationToUpdate">The NamedLocation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated NamedLocation.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.UpdateResponseAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NamedLocation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="namedLocationToUpdate">The NamedLocation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.PutAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NamedLocation using PUT.
            </summary>
            <param name="namedLocationToUpdate">The NamedLocation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.PutResponseAsync(Microsoft.Graph.NamedLocation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NamedLocation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="namedLocationToUpdate">The NamedLocation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NamedLocation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NamedLocation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequest.InitializeCollectionProperties(Microsoft.Graph.NamedLocation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="namedLocationToInitialize">The <see cref="T:Microsoft.Graph.NamedLocation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.NamedLocationRequestBuilder">
            <summary>
            The type NamedLocationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new NamedLocationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NamedLocationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookCopyNotebookRequest">
            <summary>
            The type NotebookCopyNotebookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotebookCopyNotebookRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookCopyNotebookRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookCopyNotebookRequestBuilder">
            <summary>
            The type NotebookCopyNotebookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.NotebookCopyNotebookRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="groupId">A groupId parameter for the OData method call.</param>
            <param name="renameAs">A renameAs parameter for the OData method call.</param>
            <param name="notebookFolder">A notebookFolder parameter for the OData method call.</param>
            <param name="siteCollectionId">A siteCollectionId parameter for the OData method call.</param>
            <param name="siteId">A siteId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookGetNotebookFromWebUrlRequest">
            <summary>
            The type NotebookGetNotebookFromWebUrlRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetNotebookFromWebUrlRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotebookGetNotebookFromWebUrlRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookGetNotebookFromWebUrlRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetNotebookFromWebUrlRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetNotebookFromWebUrlRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetNotebookFromWebUrlRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetNotebookFromWebUrlRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookGetNotebookFromWebUrlRequestBuilder">
            <summary>
            The type NotebookGetNotebookFromWebUrlRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetNotebookFromWebUrlRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.NotebookGetNotebookFromWebUrlRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="webUrl">A webUrl parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetNotebookFromWebUrlRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookGetRecentNotebooksCollectionPage">
            <summary>
            The type NotebookGetRecentNotebooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookGetRecentNotebooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotebookGetRecentNotebooksRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookGetRecentNotebooksCollectionResponse">
            <summary>
            The type NotebookGetRecentNotebooksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookGetRecentNotebooksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.INotebookGetRecentNotebooksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookGetRecentNotebooksCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookGetRecentNotebooksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookGetRecentNotebooksRequest">
            <summary>
            The type NotebookGetRecentNotebooksRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotebookGetRecentNotebooksRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookGetRecentNotebooksRequestBuilder">
            <summary>
            The type NotebookGetRecentNotebooksRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.NotebookGetRecentNotebooksRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="includePersonalNotebooks">A includePersonalNotebooks parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookRequest">
            <summary>
            The type NotebookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotebookRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.CreateAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Notebook using POST.
            </summary>
            <param name="notebookToCreate">The Notebook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.CreateResponseAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Notebook using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="notebookToCreate">The Notebook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Notebook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Notebook and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Notebook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Notebook and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.UpdateAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Notebook using PATCH.
            </summary>
            <param name="notebookToUpdate">The Notebook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.UpdateResponseAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Notebook using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="notebookToUpdate">The Notebook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.PutAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Notebook using PUT.
            </summary>
            <param name="notebookToUpdate">The Notebook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.PutResponseAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Notebook using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="notebookToUpdate">The Notebook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.InitializeCollectionProperties(Microsoft.Graph.Notebook)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="notebookToInitialize">The <see cref="T:Microsoft.Graph.Notebook"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.NotebookRequestBuilder">
            <summary>
            The type NotebookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new NotebookRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.NotebookRequestBuilder.SectionGroups">
            <summary>
            Gets the request builder for SectionGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookSectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.NotebookRequestBuilder.Sections">
            <summary>
            Gets the request builder for Sections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookSectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequestBuilder.CopyNotebook(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for NotebookCopyNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookCopyNotebookRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionGroupsCollectionPage">
            <summary>
            The type NotebookSectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotebookSectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionGroupsCollectionRequest">
            <summary>
            The type NotebookSectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotebookSectionGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionGroupsCollectionRequestBuilder">
            <summary>
            The type NotebookSectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new NotebookSectionGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/> for the specified NotebookSectionGroup.
            </summary>
            <param name="id">The ID for the NotebookSectionGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionGroupsCollectionResponse">
            <summary>
            The type NotebookSectionGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.INotebookSectionGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionGroupsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionsCollectionPage">
            <summary>
            The type NotebookSectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotebookSectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionsCollectionRequest">
            <summary>
            The type NotebookSectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotebookSectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionsCollectionRequestBuilder">
            <summary>
            The type NotebookSectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new NotebookSectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/> for the specified NotebookOnenoteSection.
            </summary>
            <param name="id">The ID for the NotebookOnenoteSection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionsCollectionResponse">
            <summary>
            The type NotebookSectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.INotebookSectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionPage">
            <summary>
            The type NotificationMessageTemplateLocalizedNotificationMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest">
            <summary>
            The type NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.AddAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LocalizedNotificationMessage to the collection via POST.
            </summary>
            <param name="localizedNotificationMessage">The LocalizedNotificationMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LocalizedNotificationMessage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="localizedNotificationMessage">The LocalizedNotificationMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder">
            <summary>
            The type NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder"/> for the specified NotificationMessageTemplateLocalizedNotificationMessage.
            </summary>
            <param name="id">The ID for the NotificationMessageTemplateLocalizedNotificationMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionResponse">
            <summary>
            The type NotificationMessageTemplateLocalizedNotificationMessagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateRequest">
            <summary>
            The type NotificationMessageTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotificationMessageTemplateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.CreateAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified NotificationMessageTemplate using POST.
            </summary>
            <param name="notificationMessageTemplateToCreate">The NotificationMessageTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.CreateResponseAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified NotificationMessageTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="notificationMessageTemplateToCreate">The NotificationMessageTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified NotificationMessageTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified NotificationMessageTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified NotificationMessageTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified NotificationMessageTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.UpdateAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NotificationMessageTemplate using PATCH.
            </summary>
            <param name="notificationMessageTemplateToUpdate">The NotificationMessageTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.UpdateResponseAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NotificationMessageTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="notificationMessageTemplateToUpdate">The NotificationMessageTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.PutAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NotificationMessageTemplate using PUT.
            </summary>
            <param name="notificationMessageTemplateToUpdate">The NotificationMessageTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.PutResponseAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NotificationMessageTemplate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="notificationMessageTemplateToUpdate">The NotificationMessageTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.InitializeCollectionProperties(Microsoft.Graph.NotificationMessageTemplate)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="notificationMessageTemplateToInitialize">The <see cref="T:Microsoft.Graph.NotificationMessageTemplate"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateRequestBuilder">
            <summary>
            The type NotificationMessageTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new NotificationMessageTemplateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplateRequestBuilder.LocalizedNotificationMessages">
            <summary>
            Gets the request builder for LocalizedNotificationMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequestBuilder.SendTestMessage">
            <summary>
            Gets the request builder for NotificationMessageTemplateSendTestMessage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequest">
            <summary>
            The type NotificationMessageTemplateSendTestMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotificationMessageTemplateSendTestMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequestBuilder">
            <summary>
            The type NotificationMessageTemplateSendTestMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OAuth2PermissionGrantDeltaCollectionPage">
            <summary>
            The type OAuth2PermissionGrantDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OAuth2PermissionGrantDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OAuth2PermissionGrantDeltaCollectionResponse">
            <summary>
            The type OAuth2PermissionGrantDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OAuth2PermissionGrantDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OAuth2PermissionGrantDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OAuth2PermissionGrantDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OAuth2PermissionGrantDeltaRequest">
            <summary>
            The type OAuth2PermissionGrantDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OAuth2PermissionGrantDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OAuth2PermissionGrantDeltaRequestBuilder">
            <summary>
            The type OAuth2PermissionGrantDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OAuth2PermissionGrantDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OAuth2PermissionGrantReferenceRequest">
            <summary>
            The type OAuth2PermissionGrantReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OAuth2PermissionGrantReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OAuth2PermissionGrant reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OAuth2PermissionGrant reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified OAuth2PermissionGrant reference.
            </summary>
            <param name="id">The OAuth2PermissionGrant reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified OAuth2PermissionGrant reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The OAuth2PermissionGrant reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OAuth2PermissionGrantReferenceRequestBuilder">
            <summary>
            The type OAuth2PermissionGrantReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OAuth2PermissionGrantReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OAuth2PermissionGrantRequest">
            <summary>
            The type OAuth2PermissionGrantRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OAuth2PermissionGrantRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.CreateAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OAuth2PermissionGrant using POST.
            </summary>
            <param name="oAuth2PermissionGrantToCreate">The OAuth2PermissionGrant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.CreateResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OAuth2PermissionGrant using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="oAuth2PermissionGrantToCreate">The OAuth2PermissionGrant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OAuth2PermissionGrant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OAuth2PermissionGrant and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OAuth2PermissionGrant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OAuth2PermissionGrant and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.UpdateAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OAuth2PermissionGrant using PATCH.
            </summary>
            <param name="oAuth2PermissionGrantToUpdate">The OAuth2PermissionGrant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.UpdateResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OAuth2PermissionGrant using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="oAuth2PermissionGrantToUpdate">The OAuth2PermissionGrant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.PutAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OAuth2PermissionGrant using PUT.
            </summary>
            <param name="oAuth2PermissionGrantToUpdate">The OAuth2PermissionGrant object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.PutResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OAuth2PermissionGrant using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="oAuth2PermissionGrantToUpdate">The OAuth2PermissionGrant object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequest.InitializeCollectionProperties(Microsoft.Graph.OAuth2PermissionGrant)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="oAuth2PermissionGrantToInitialize">The <see cref="T:Microsoft.Graph.OAuth2PermissionGrant"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OAuth2PermissionGrantRequestBuilder">
            <summary>
            The type OAuth2PermissionGrantRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OAuth2PermissionGrantRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest">
            <summary>
            The type OAuth2PermissionGrantWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OAuth2PermissionGrantWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OAuth2PermissionGrant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OAuth2PermissionGrant and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest.CreateAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OAuth2PermissionGrant using POST.
            </summary>
            <param name="oAuth2PermissionGrantToCreate">The OAuth2PermissionGrant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OAuth2PermissionGrant using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="oAuth2PermissionGrantToCreate">The OAuth2PermissionGrant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest.UpdateAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OAuth2PermissionGrant using PATCH.
            </summary>
            <param name="oAuth2PermissionGrantToUpdate">The OAuth2PermissionGrant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OAuth2PermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OAuth2PermissionGrant using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="oAuth2PermissionGrantToUpdate">The OAuth2PermissionGrant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OAuth2PermissionGrant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OAuth2PermissionGrant and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequestBuilder">
            <summary>
            The type OAuth2PermissionGrantWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OAuth2PermissionGrantWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OAuth2PermissionGrantWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the oAuth2PermissionGrant.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OfferShiftRequestRequest">
            <summary>
            The type OfferShiftRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OfferShiftRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.CreateAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OfferShiftRequestObject using POST.
            </summary>
            <param name="offerShiftRequestObjectToCreate">The OfferShiftRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OfferShiftRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.CreateResponseAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OfferShiftRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="offerShiftRequestObjectToCreate">The OfferShiftRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OfferShiftRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OfferShiftRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OfferShiftRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OfferShiftRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OfferShiftRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.UpdateAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfferShiftRequestObject using PATCH.
            </summary>
            <param name="offerShiftRequestObjectToUpdate">The OfferShiftRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OfferShiftRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.UpdateResponseAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfferShiftRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="offerShiftRequestObjectToUpdate">The OfferShiftRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.PutAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfferShiftRequestObject using PUT.
            </summary>
            <param name="offerShiftRequestObjectToUpdate">The OfferShiftRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.PutResponseAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfferShiftRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="offerShiftRequestObjectToUpdate">The OfferShiftRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OfferShiftRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OfferShiftRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequest.InitializeCollectionProperties(Microsoft.Graph.OfferShiftRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="offerShiftRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.OfferShiftRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OfferShiftRequestRequestBuilder">
            <summary>
            The type OfferShiftRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OfferShiftRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfferShiftRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsRequest">
            <summary>
            The type OfficeGraphInsightsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OfficeGraphInsightsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.CreateAsync(Microsoft.Graph.OfficeGraphInsights,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OfficeGraphInsights using POST.
            </summary>
            <param name="officeGraphInsightsToCreate">The OfficeGraphInsights to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OfficeGraphInsights.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.CreateResponseAsync(Microsoft.Graph.OfficeGraphInsights,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OfficeGraphInsights using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="officeGraphInsightsToCreate">The OfficeGraphInsights to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OfficeGraphInsights.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OfficeGraphInsights and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OfficeGraphInsights.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OfficeGraphInsights.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OfficeGraphInsights and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.UpdateAsync(Microsoft.Graph.OfficeGraphInsights,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfficeGraphInsights using PATCH.
            </summary>
            <param name="officeGraphInsightsToUpdate">The OfficeGraphInsights to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OfficeGraphInsights.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.UpdateResponseAsync(Microsoft.Graph.OfficeGraphInsights,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfficeGraphInsights using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="officeGraphInsightsToUpdate">The OfficeGraphInsights to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.PutAsync(Microsoft.Graph.OfficeGraphInsights,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfficeGraphInsights using PUT.
            </summary>
            <param name="officeGraphInsightsToUpdate">The OfficeGraphInsights object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.PutResponseAsync(Microsoft.Graph.OfficeGraphInsights,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OfficeGraphInsights using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="officeGraphInsightsToUpdate">The OfficeGraphInsights object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OfficeGraphInsights,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OfficeGraphInsights,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequest.InitializeCollectionProperties(Microsoft.Graph.OfficeGraphInsights)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="officeGraphInsightsToInitialize">The <see cref="T:Microsoft.Graph.OfficeGraphInsights"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsRequestBuilder">
            <summary>
            The type OfficeGraphInsightsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OfficeGraphInsightsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsRequestBuilder.Shared">
            <summary>
            Gets the request builder for Shared.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsRequestBuilder.Trending">
            <summary>
            Gets the request builder for Trending.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsRequestBuilder.Used">
            <summary>
            Gets the request builder for Used.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsSharedCollectionPage">
            <summary>
            The type OfficeGraphInsightsSharedCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsSharedCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest">
            <summary>
            The type OfficeGraphInsightsSharedCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OfficeGraphInsightsSharedCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest.AddAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedInsight to the collection via POST.
            </summary>
            <param name="sharedInsight">The SharedInsight to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest.AddResponseAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedInsight to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="sharedInsight">The SharedInsight to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedInsight,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedInsight,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequestBuilder">
            <summary>
            The type OfficeGraphInsightsSharedCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OfficeGraphInsightsSharedCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsSharedCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISharedInsightRequestBuilder"/> for the specified OfficeGraphInsightsSharedInsight.
            </summary>
            <param name="id">The ID for the OfficeGraphInsightsSharedInsight.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISharedInsightRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsSharedCollectionResponse">
            <summary>
            The type OfficeGraphInsightsSharedCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsSharedCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOfficeGraphInsightsSharedCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsSharedCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsSharedCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionPage">
            <summary>
            The type OfficeGraphInsightsTrendingCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest">
            <summary>
            The type OfficeGraphInsightsTrendingCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OfficeGraphInsightsTrendingCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest.AddAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Trending to the collection via POST.
            </summary>
            <param name="trending">The Trending to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Trending.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest.AddResponseAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Trending to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="trending">The Trending to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Trending,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Trending,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequestBuilder">
            <summary>
            The type OfficeGraphInsightsTrendingCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OfficeGraphInsightsTrendingCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITrendingRequestBuilder"/> for the specified OfficeGraphInsightsTrending.
            </summary>
            <param name="id">The ID for the OfficeGraphInsightsTrending.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITrendingRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionResponse">
            <summary>
            The type OfficeGraphInsightsTrendingCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOfficeGraphInsightsTrendingCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsTrendingCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsUsedCollectionPage">
            <summary>
            The type OfficeGraphInsightsUsedCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsUsedCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest">
            <summary>
            The type OfficeGraphInsightsUsedCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OfficeGraphInsightsUsedCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest.AddAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UsedInsight to the collection via POST.
            </summary>
            <param name="usedInsight">The UsedInsight to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UsedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest.AddResponseAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UsedInsight to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="usedInsight">The UsedInsight to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UsedInsight,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UsedInsight,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequestBuilder">
            <summary>
            The type OfficeGraphInsightsUsedCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OfficeGraphInsightsUsedCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsUsedCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUsedInsightRequestBuilder"/> for the specified OfficeGraphInsightsUsedInsight.
            </summary>
            <param name="id">The ID for the OfficeGraphInsightsUsedInsight.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUsedInsightRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OfficeGraphInsightsUsedCollectionResponse">
            <summary>
            The type OfficeGraphInsightsUsedCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsUsedCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOfficeGraphInsightsUsedCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsUsedCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OfficeGraphInsightsUsedCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntityBaseModelRequest">
            <summary>
            The type OnenoteEntityBaseModelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteEntityBaseModelRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntityBaseModel using POST.
            </summary>
            <param name="onenoteEntityBaseModelToCreate">The OnenoteEntityBaseModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.CreateResponseAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntityBaseModel using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntityBaseModelToCreate">The OnenoteEntityBaseModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntityBaseModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntityBaseModel and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntityBaseModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntityBaseModel and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityBaseModel using PATCH.
            </summary>
            <param name="onenoteEntityBaseModelToUpdate">The OnenoteEntityBaseModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.UpdateResponseAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityBaseModel using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntityBaseModelToUpdate">The OnenoteEntityBaseModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.PutAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityBaseModel using PUT.
            </summary>
            <param name="onenoteEntityBaseModelToUpdate">The OnenoteEntityBaseModel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.PutResponseAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityBaseModel using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntityBaseModelToUpdate">The OnenoteEntityBaseModel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityBaseModel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityBaseModel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.InitializeCollectionProperties(Microsoft.Graph.OnenoteEntityBaseModel)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteEntityBaseModelToInitialize">The <see cref="T:Microsoft.Graph.OnenoteEntityBaseModel"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntityBaseModelRequestBuilder">
            <summary>
            The type OnenoteEntityBaseModelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteEntityBaseModelRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntityHierarchyModelRequest">
            <summary>
            The type OnenoteEntityHierarchyModelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteEntityHierarchyModelRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntityHierarchyModel using POST.
            </summary>
            <param name="onenoteEntityHierarchyModelToCreate">The OnenoteEntityHierarchyModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.CreateResponseAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntityHierarchyModel using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntityHierarchyModelToCreate">The OnenoteEntityHierarchyModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntityHierarchyModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntityHierarchyModel and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntityHierarchyModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntityHierarchyModel and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityHierarchyModel using PATCH.
            </summary>
            <param name="onenoteEntityHierarchyModelToUpdate">The OnenoteEntityHierarchyModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.UpdateResponseAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityHierarchyModel using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntityHierarchyModelToUpdate">The OnenoteEntityHierarchyModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.PutAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityHierarchyModel using PUT.
            </summary>
            <param name="onenoteEntityHierarchyModelToUpdate">The OnenoteEntityHierarchyModel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.PutResponseAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityHierarchyModel using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntityHierarchyModelToUpdate">The OnenoteEntityHierarchyModel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityHierarchyModel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityHierarchyModel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.InitializeCollectionProperties(Microsoft.Graph.OnenoteEntityHierarchyModel)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteEntityHierarchyModelToInitialize">The <see cref="T:Microsoft.Graph.OnenoteEntityHierarchyModel"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntityHierarchyModelRequestBuilder">
            <summary>
            The type OnenoteEntityHierarchyModelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteEntityHierarchyModelRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest">
            <summary>
            The type OnenoteEntitySchemaObjectModelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteEntitySchemaObjectModelRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntitySchemaObjectModel using POST.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToCreate">The OnenoteEntitySchemaObjectModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.CreateResponseAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntitySchemaObjectModel using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToCreate">The OnenoteEntitySchemaObjectModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntitySchemaObjectModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntitySchemaObjectModel and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntitySchemaObjectModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntitySchemaObjectModel and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntitySchemaObjectModel using PATCH.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToUpdate">The OnenoteEntitySchemaObjectModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.UpdateResponseAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntitySchemaObjectModel using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToUpdate">The OnenoteEntitySchemaObjectModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.PutAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntitySchemaObjectModel using PUT.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToUpdate">The OnenoteEntitySchemaObjectModel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.PutResponseAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntitySchemaObjectModel using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToUpdate">The OnenoteEntitySchemaObjectModel object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.InitializeCollectionProperties(Microsoft.Graph.OnenoteEntitySchemaObjectModel)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToInitialize">The <see cref="T:Microsoft.Graph.OnenoteEntitySchemaObjectModel"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequestBuilder">
            <summary>
            The type OnenoteEntitySchemaObjectModelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteEntitySchemaObjectModelRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteNotebooksCollectionPage">
            <summary>
            The type OnenoteNotebooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteNotebooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteNotebooksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteNotebooksCollectionRequest">
            <summary>
            The type OnenoteNotebooksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteNotebooksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.AddAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Notebook to the collection via POST.
            </summary>
            <param name="notebook">The Notebook to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.AddResponseAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Notebook to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="notebook">The Notebook to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteNotebooksCollectionRequestBuilder">
            <summary>
            The type OnenoteNotebooksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteNotebooksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteNotebooksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/> for the specified OnenoteNotebook.
            </summary>
            <param name="id">The ID for the OnenoteNotebook.</param>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequestBuilder.GetNotebookFromWebUrl(System.String)">
            <summary>
            Gets the request builder for NotebookGetNotebookFromWebUrl.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookGetNotebookFromWebUrlRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequestBuilder.GetRecentNotebooks(System.Boolean)">
            <summary>
            Gets the request builder for NotebookGetRecentNotebooks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookGetRecentNotebooksRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteNotebooksCollectionResponse">
            <summary>
            The type OnenoteNotebooksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteNotebooksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenoteNotebooksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteNotebooksCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteNotebooksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationRequest">
            <summary>
            The type OnenoteOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.CreateAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteOperation using POST.
            </summary>
            <param name="onenoteOperationToCreate">The OnenoteOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.CreateResponseAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteOperationToCreate">The OnenoteOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.UpdateAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteOperation using PATCH.
            </summary>
            <param name="onenoteOperationToUpdate">The OnenoteOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.UpdateResponseAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteOperationToUpdate">The OnenoteOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.PutAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteOperation using PUT.
            </summary>
            <param name="onenoteOperationToUpdate">The OnenoteOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.PutResponseAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteOperationToUpdate">The OnenoteOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.InitializeCollectionProperties(Microsoft.Graph.OnenoteOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteOperationToInitialize">The <see cref="T:Microsoft.Graph.OnenoteOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationRequestBuilder">
            <summary>
            The type OnenoteOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationsCollectionPage">
            <summary>
            The type OnenoteOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationsCollectionRequest">
            <summary>
            The type OnenoteOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteOperation to the collection via POST.
            </summary>
            <param name="onenoteOperation">The OnenoteOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenoteOperation">The OnenoteOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationsCollectionRequestBuilder">
            <summary>
            The type OnenoteOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteOperationRequestBuilder"/> for the specified OnenoteOnenoteOperation.
            </summary>
            <param name="id">The ID for the OnenoteOnenoteOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationsCollectionResponse">
            <summary>
            The type OnenoteOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenoteOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageContentRequest">
            <summary>
            The type OnenotePageContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenotePageContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageContentRequestBuilder">
            <summary>
            The type OnenotePageContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenotePageContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageCopyToSectionRequest">
            <summary>
            The type OnenotePageCopyToSectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenotePageCopyToSectionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageCopyToSectionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageCopyToSectionRequestBuilder">
            <summary>
            The type OnenotePageCopyToSectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OnenotePageCopyToSectionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="id">A id parameter for the OData method call.</param>
            <param name="groupId">A groupId parameter for the OData method call.</param>
            <param name="siteCollectionId">A siteCollectionId parameter for the OData method call.</param>
            <param name="siteId">A siteId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageOnenotePatchContentRequest">
            <summary>
            The type OnenotePageOnenotePatchContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenotePageOnenotePatchContentRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageOnenotePatchContentRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageOnenotePatchContentRequestBuilder">
            <summary>
            The type OnenotePageOnenotePatchContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.OnenotePatchContentCommand})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OnenotePageOnenotePatchContentRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="commands">A commands parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagePreviewRequest">
            <summary>
            The type OnenotePagePreviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenotePagePreviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagePreviewRequestBuilder">
            <summary>
            The type OnenotePagePreviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OnenotePagePreviewRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageRequest">
            <summary>
            The type OnenotePageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenotePageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.CreateAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenotePage using POST.
            </summary>
            <param name="onenotePageToCreate">The OnenotePage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.CreateResponseAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenotePage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenotePageToCreate">The OnenotePage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenotePage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenotePage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenotePage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenotePage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.UpdateAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenotePage using PATCH.
            </summary>
            <param name="onenotePageToUpdate">The OnenotePage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.UpdateResponseAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenotePage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenotePageToUpdate">The OnenotePage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.PutAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenotePage using PUT.
            </summary>
            <param name="onenotePageToUpdate">The OnenotePage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.PutResponseAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenotePage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenotePageToUpdate">The OnenotePage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.InitializeCollectionProperties(Microsoft.Graph.OnenotePage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenotePageToInitialize">The <see cref="T:Microsoft.Graph.OnenotePage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageRequestBuilder">
            <summary>
            The type OnenotePageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenotePageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageRequestBuilder.ParentNotebook">
            <summary>
            Gets the request builder for ParentNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageRequestBuilder.ParentSection">
            <summary>
            Gets the request builder for ParentSection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequestBuilder.CopyToSection(System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for OnenotePageCopyToSection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageCopyToSectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequestBuilder.OnenotePatchContent(System.Collections.Generic.IEnumerable{Microsoft.Graph.OnenotePatchContentCommand})">
            <summary>
            Gets the request builder for OnenotePageOnenotePatchContent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageOnenotePatchContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequestBuilder.Preview">
            <summary>
            Gets the request builder for OnenotePagePreview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePagePreviewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagesCollectionPage">
            <summary>
            The type OnenotePagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenotePagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagesCollectionRequest">
            <summary>
            The type OnenotePagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenotePagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.AddAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagesCollectionRequestBuilder">
            <summary>
            The type OnenotePagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenotePagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/> for the specified OnenoteOnenotePage.
            </summary>
            <param name="id">The ID for the OnenoteOnenotePage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagesCollectionResponse">
            <summary>
            The type OnenotePagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenotePagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteRequest">
            <summary>
            The type OnenoteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.CreateAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Onenote using POST.
            </summary>
            <param name="onenoteToCreate">The Onenote to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.CreateResponseAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Onenote using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteToCreate">The Onenote to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Onenote.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Onenote and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Onenote.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Onenote and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.UpdateAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Onenote using PATCH.
            </summary>
            <param name="onenoteToUpdate">The Onenote to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.UpdateResponseAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Onenote using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteToUpdate">The Onenote to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.PutAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Onenote using PUT.
            </summary>
            <param name="onenoteToUpdate">The Onenote object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.PutResponseAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Onenote using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteToUpdate">The Onenote object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Onenote,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Onenote,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.InitializeCollectionProperties(Microsoft.Graph.Onenote)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteToInitialize">The <see cref="T:Microsoft.Graph.Onenote"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteRequestBuilder">
            <summary>
            The type OnenoteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteRequestBuilder.Notebooks">
            <summary>
            Gets the request builder for Notebooks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteRequestBuilder.Pages">
            <summary>
            Gets the request builder for Pages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteRequestBuilder.Resources">
            <summary>
            Gets the request builder for Resources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteResourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteRequestBuilder.SectionGroups">
            <summary>
            Gets the request builder for SectionGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteRequestBuilder.Sections">
            <summary>
            Gets the request builder for Sections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourceContentRequest">
            <summary>
            The type OnenoteResourceContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteResourceContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourceContentRequestBuilder">
            <summary>
            The type OnenoteResourceContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteResourceContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourceRequest">
            <summary>
            The type OnenoteResourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteResourceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.CreateAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteResource using POST.
            </summary>
            <param name="onenoteResourceToCreate">The OnenoteResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.CreateResponseAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteResource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteResourceToCreate">The OnenoteResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteResource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteResource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.UpdateAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteResource using PATCH.
            </summary>
            <param name="onenoteResourceToUpdate">The OnenoteResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.UpdateResponseAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteResource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteResourceToUpdate">The OnenoteResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.PutAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteResource using PUT.
            </summary>
            <param name="onenoteResourceToUpdate">The OnenoteResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.PutResponseAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteResource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteResourceToUpdate">The OnenoteResource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.InitializeCollectionProperties(Microsoft.Graph.OnenoteResource)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteResourceToInitialize">The <see cref="T:Microsoft.Graph.OnenoteResource"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourceRequestBuilder">
            <summary>
            The type OnenoteResourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteResourceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResourceRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteResourceContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourcesCollectionPage">
            <summary>
            The type OnenoteResourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteResourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourcesCollectionRequest">
            <summary>
            The type OnenoteResourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteResourcesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.AddAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteResource to the collection via POST.
            </summary>
            <param name="onenoteResource">The OnenoteResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteResource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenoteResource">The OnenoteResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourcesCollectionRequestBuilder">
            <summary>
            The type OnenoteResourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteResourcesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteResourceRequestBuilder"/> for the specified OnenoteOnenoteResource.
            </summary>
            <param name="id">The ID for the OnenoteOnenoteResource.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteResourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourcesCollectionResponse">
            <summary>
            The type OnenoteResourcesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResourcesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenoteResourcesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResourcesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResourcesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest">
            <summary>
            The type OnenoteSectionCopyToNotebookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteSectionCopyToNotebookRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBuilder">
            <summary>
            The type OnenoteSectionCopyToNotebookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="id">A id parameter for the OData method call.</param>
            <param name="groupId">A groupId parameter for the OData method call.</param>
            <param name="renameAs">A renameAs parameter for the OData method call.</param>
            <param name="siteCollectionId">A siteCollectionId parameter for the OData method call.</param>
            <param name="siteId">A siteId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest">
            <summary>
            The type OnenoteSectionCopyToSectionGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteSectionCopyToSectionGroupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBuilder">
            <summary>
            The type OnenoteSectionCopyToSectionGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="id">A id parameter for the OData method call.</param>
            <param name="groupId">A groupId parameter for the OData method call.</param>
            <param name="renameAs">A renameAs parameter for the OData method call.</param>
            <param name="siteCollectionId">A siteCollectionId parameter for the OData method call.</param>
            <param name="siteId">A siteId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionGroupsCollectionPage">
            <summary>
            The type OnenoteSectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest">
            <summary>
            The type OnenoteSectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteSectionGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionGroupsCollectionRequestBuilder">
            <summary>
            The type OnenoteSectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteSectionGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/> for the specified OnenoteSectionGroup.
            </summary>
            <param name="id">The ID for the OnenoteSectionGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionGroupsCollectionResponse">
            <summary>
            The type OnenoteSectionGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionGroupsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionPagesCollectionPage">
            <summary>
            The type OnenoteSectionPagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionPagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionPagesCollectionRequest">
            <summary>
            The type OnenoteSectionPagesCollectionRequest.
            </summary>
            <summary>
            The type OnenoteSectionPagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteSectionPagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(System.Net.Http.MultipartContent)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add in stream form.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(System.Net.Http.MultipartContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add in stream form.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(System.IO.Stream,System.String)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add in stream form.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(System.IO.Stream,System.String,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add in stream form.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(System.String,System.String)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionPagesCollectionRequestBuilder">
            <summary>
            The type OnenoteSectionPagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteSectionPagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionPagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/> for the specified OnenoteSectionOnenotePage.
            </summary>
            <param name="id">The ID for the OnenoteSectionOnenotePage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionPagesCollectionResponse">
            <summary>
            The type OnenoteSectionPagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionPagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenoteSectionPagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionPagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionPagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionRequest">
            <summary>
            The type OnenoteSectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteSectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.CreateAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteSection using POST.
            </summary>
            <param name="onenoteSectionToCreate">The OnenoteSection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.CreateResponseAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteSection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteSectionToCreate">The OnenoteSection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteSection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteSection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteSection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteSection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.UpdateAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteSection using PATCH.
            </summary>
            <param name="onenoteSectionToUpdate">The OnenoteSection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.UpdateResponseAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteSection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteSectionToUpdate">The OnenoteSection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.PutAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteSection using PUT.
            </summary>
            <param name="onenoteSectionToUpdate">The OnenoteSection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.PutResponseAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteSection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onenoteSectionToUpdate">The OnenoteSection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.InitializeCollectionProperties(Microsoft.Graph.OnenoteSection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteSectionToInitialize">The <see cref="T:Microsoft.Graph.OnenoteSection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionRequestBuilder">
            <summary>
            The type OnenoteSectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteSectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionRequestBuilder.Pages">
            <summary>
            Gets the request builder for Pages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionPagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionRequestBuilder.ParentNotebook">
            <summary>
            Gets the request builder for ParentNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionRequestBuilder.ParentSectionGroup">
            <summary>
            Gets the request builder for ParentSectionGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequestBuilder.CopyToNotebook(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for OnenoteSectionCopyToNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequestBuilder.CopyToSectionGroup(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for OnenoteSectionCopyToSectionGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionsCollectionPage">
            <summary>
            The type OnenoteSectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteSectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionsCollectionRequest">
            <summary>
            The type OnenoteSectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteSectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionsCollectionRequestBuilder">
            <summary>
            The type OnenoteSectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteSectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/> for the specified OnenoteOnenoteSection.
            </summary>
            <param name="id">The ID for the OnenoteOnenoteSection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionsCollectionResponse">
            <summary>
            The type OnenoteSectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenoteSectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionPage">
            <summary>
            The type OnlineMeetingAttendanceReportsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest">
            <summary>
            The type OnlineMeetingAttendanceReportsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnlineMeetingAttendanceReportsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest.AddAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MeetingAttendanceReport to the collection via POST.
            </summary>
            <param name="meetingAttendanceReport">The MeetingAttendanceReport to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MeetingAttendanceReport.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest.AddResponseAsync(Microsoft.Graph.MeetingAttendanceReport,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MeetingAttendanceReport to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="meetingAttendanceReport">The MeetingAttendanceReport to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MeetingAttendanceReport,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MeetingAttendanceReport,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequestBuilder">
            <summary>
            The type OnlineMeetingAttendanceReportsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnlineMeetingAttendanceReportsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMeetingAttendanceReportRequestBuilder"/> for the specified OnlineMeetingMeetingAttendanceReport.
            </summary>
            <param name="id">The ID for the OnlineMeetingMeetingAttendanceReport.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMeetingAttendanceReportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionResponse">
            <summary>
            The type OnlineMeetingAttendanceReportsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingAttendanceReportsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingAttendeeReportRequest">
            <summary>
            The type OnlineMeetingAttendeeReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendeeReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnlineMeetingAttendeeReportRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendeeReportRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendeeReportRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendeeReportRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="attendeeReport">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendeeReportRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="attendeeReport">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingAttendeeReportRequestBuilder">
            <summary>
            The type OnlineMeetingAttendeeReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendeeReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnlineMeetingAttendeeReportRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingAttendeeReportRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingCreateOrGetRequest">
            <summary>
            The type OnlineMeetingCreateOrGetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingCreateOrGetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnlineMeetingCreateOrGetRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingCreateOrGetRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingCreateOrGetRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingCreateOrGetRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingCreateOrGetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingCreateOrGetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingCreateOrGetRequestBuilder">
            <summary>
            The type OnlineMeetingCreateOrGetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingCreateOrGetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,Microsoft.Graph.ChatInfo,System.Nullable{System.DateTimeOffset},Microsoft.Graph.MeetingParticipants,System.Nullable{System.DateTimeOffset},System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OnlineMeetingCreateOrGetRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="externalId">A externalId parameter for the OData method call.</param>
            <param name="chatInfo">A chatInfo parameter for the OData method call.</param>
            <param name="endDateTime">A endDateTime parameter for the OData method call.</param>
            <param name="participants">A participants parameter for the OData method call.</param>
            <param name="startDateTime">A startDateTime parameter for the OData method call.</param>
            <param name="subject">A subject parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingCreateOrGetRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingRequest">
            <summary>
            The type OnlineMeetingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnlineMeetingRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.CreateAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnlineMeeting using POST.
            </summary>
            <param name="onlineMeetingToCreate">The OnlineMeeting to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnlineMeeting.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.CreateResponseAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnlineMeeting using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onlineMeetingToCreate">The OnlineMeeting to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnlineMeeting.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnlineMeeting and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnlineMeeting.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnlineMeeting.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnlineMeeting and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.UpdateAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnlineMeeting using PATCH.
            </summary>
            <param name="onlineMeetingToUpdate">The OnlineMeeting to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnlineMeeting.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.UpdateResponseAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnlineMeeting using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onlineMeetingToUpdate">The OnlineMeeting to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.PutAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnlineMeeting using PUT.
            </summary>
            <param name="onlineMeetingToUpdate">The OnlineMeeting object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.PutResponseAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnlineMeeting using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onlineMeetingToUpdate">The OnlineMeeting object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnlineMeeting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnlineMeeting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequest.InitializeCollectionProperties(Microsoft.Graph.OnlineMeeting)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onlineMeetingToInitialize">The <see cref="T:Microsoft.Graph.OnlineMeeting"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnlineMeetingRequestBuilder">
            <summary>
            The type OnlineMeetingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnlineMeetingRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnlineMeetingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingRequestBuilder.AttendanceReports">
            <summary>
            Gets the request builder for AttendanceReports.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnlineMeetingAttendanceReportsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnlineMeetingRequestBuilder.AttendeeReport">
            <summary>
            Gets the request builder for AttendeeReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnlineMeetingAttendeeReportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest">
            <summary>
            The type OnPremisesConditionalAccessSettingsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnPremisesConditionalAccessSettingsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.CreateAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnPremisesConditionalAccessSettings using POST.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToCreate">The OnPremisesConditionalAccessSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.CreateResponseAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnPremisesConditionalAccessSettings using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToCreate">The OnPremisesConditionalAccessSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnPremisesConditionalAccessSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnPremisesConditionalAccessSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnPremisesConditionalAccessSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnPremisesConditionalAccessSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.UpdateAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnPremisesConditionalAccessSettings using PATCH.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToUpdate">The OnPremisesConditionalAccessSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.UpdateResponseAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnPremisesConditionalAccessSettings using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToUpdate">The OnPremisesConditionalAccessSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.PutAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnPremisesConditionalAccessSettings using PUT.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToUpdate">The OnPremisesConditionalAccessSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.PutResponseAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnPremisesConditionalAccessSettings using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToUpdate">The OnPremisesConditionalAccessSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.InitializeCollectionProperties(Microsoft.Graph.OnPremisesConditionalAccessSettings)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToInitialize">The <see cref="T:Microsoft.Graph.OnPremisesConditionalAccessSettings"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequestBuilder">
            <summary>
            The type OnPremisesConditionalAccessSettingsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnPremisesConditionalAccessSettingsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OpenShiftChangeRequestRequest">
            <summary>
            The type OpenShiftChangeRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OpenShiftChangeRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.CreateAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenShiftChangeRequestObject using POST.
            </summary>
            <param name="openShiftChangeRequestObjectToCreate">The OpenShiftChangeRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OpenShiftChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.CreateResponseAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenShiftChangeRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openShiftChangeRequestObjectToCreate">The OpenShiftChangeRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenShiftChangeRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenShiftChangeRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenShiftChangeRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OpenShiftChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenShiftChangeRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.UpdateAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShiftChangeRequestObject using PATCH.
            </summary>
            <param name="openShiftChangeRequestObjectToUpdate">The OpenShiftChangeRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OpenShiftChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.UpdateResponseAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShiftChangeRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openShiftChangeRequestObjectToUpdate">The OpenShiftChangeRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.PutAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShiftChangeRequestObject using PUT.
            </summary>
            <param name="openShiftChangeRequestObjectToUpdate">The OpenShiftChangeRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.PutResponseAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShiftChangeRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openShiftChangeRequestObjectToUpdate">The OpenShiftChangeRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShiftChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShiftChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequest.InitializeCollectionProperties(Microsoft.Graph.OpenShiftChangeRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="openShiftChangeRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.OpenShiftChangeRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OpenShiftChangeRequestRequestBuilder">
            <summary>
            The type OpenShiftChangeRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OpenShiftChangeRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftChangeRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OpenShiftRequest">
            <summary>
            The type OpenShiftRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OpenShiftRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.CreateAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenShift using POST.
            </summary>
            <param name="openShiftToCreate">The OpenShift to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OpenShift.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.CreateResponseAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenShift using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openShiftToCreate">The OpenShift to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenShift.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenShift and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenShift.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OpenShift.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenShift and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.UpdateAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShift using PATCH.
            </summary>
            <param name="openShiftToUpdate">The OpenShift to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OpenShift.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.UpdateResponseAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShift using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openShiftToUpdate">The OpenShift to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.PutAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShift using PUT.
            </summary>
            <param name="openShiftToUpdate">The OpenShift object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.PutResponseAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenShift using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openShiftToUpdate">The OpenShift object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShift,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShift,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequest.InitializeCollectionProperties(Microsoft.Graph.OpenShift)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="openShiftToInitialize">The <see cref="T:Microsoft.Graph.OpenShift"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OpenShiftRequestBuilder">
            <summary>
            The type OpenShiftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OpenShiftRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenShiftRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OpenTypeExtensionRequest">
            <summary>
            The type OpenTypeExtensionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OpenTypeExtensionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.CreateAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenTypeExtension using POST.
            </summary>
            <param name="openTypeExtensionToCreate">The OpenTypeExtension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.CreateResponseAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenTypeExtension using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openTypeExtensionToCreate">The OpenTypeExtension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenTypeExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenTypeExtension and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenTypeExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenTypeExtension and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.UpdateAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenTypeExtension using PATCH.
            </summary>
            <param name="openTypeExtensionToUpdate">The OpenTypeExtension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.UpdateResponseAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenTypeExtension using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openTypeExtensionToUpdate">The OpenTypeExtension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.PutAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenTypeExtension using PUT.
            </summary>
            <param name="openTypeExtensionToUpdate">The OpenTypeExtension object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.PutResponseAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenTypeExtension using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="openTypeExtensionToUpdate">The OpenTypeExtension object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenTypeExtension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenTypeExtension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.InitializeCollectionProperties(Microsoft.Graph.OpenTypeExtension)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="openTypeExtensionToInitialize">The <see cref="T:Microsoft.Graph.OpenTypeExtension"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OpenTypeExtensionRequestBuilder">
            <summary>
            The type OpenTypeExtensionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OpenTypeExtensionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OperationRequest">
            <summary>
            The type OperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.CreateAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Operation using POST.
            </summary>
            <param name="operationToCreate">The Operation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.CreateResponseAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Operation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="operationToCreate">The Operation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Operation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Operation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Operation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Operation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.UpdateAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Operation using PATCH.
            </summary>
            <param name="operationToUpdate">The Operation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.UpdateResponseAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Operation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="operationToUpdate">The Operation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.PutAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Operation using PUT.
            </summary>
            <param name="operationToUpdate">The Operation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.PutResponseAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Operation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="operationToUpdate">The Operation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Operation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Operation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.InitializeCollectionProperties(Microsoft.Graph.Operation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="operationToInitialize">The <see cref="T:Microsoft.Graph.Operation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OperationRequestBuilder">
            <summary>
            The type OperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingLocalizationRequest">
            <summary>
            The type OrganizationalBrandingLocalizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationalBrandingLocalizationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.CreateAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrganizationalBrandingLocalization using POST.
            </summary>
            <param name="organizationalBrandingLocalizationToCreate">The OrganizationalBrandingLocalization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrganizationalBrandingLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.CreateResponseAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrganizationalBrandingLocalization using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingLocalizationToCreate">The OrganizationalBrandingLocalization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrganizationalBrandingLocalization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrganizationalBrandingLocalization and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrganizationalBrandingLocalization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OrganizationalBrandingLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrganizationalBrandingLocalization and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.UpdateAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingLocalization using PATCH.
            </summary>
            <param name="organizationalBrandingLocalizationToUpdate">The OrganizationalBrandingLocalization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OrganizationalBrandingLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.UpdateResponseAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingLocalization using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingLocalizationToUpdate">The OrganizationalBrandingLocalization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.PutAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingLocalization using PUT.
            </summary>
            <param name="organizationalBrandingLocalizationToUpdate">The OrganizationalBrandingLocalization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.PutResponseAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingLocalization using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingLocalizationToUpdate">The OrganizationalBrandingLocalization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingLocalization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingLocalization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequest.InitializeCollectionProperties(Microsoft.Graph.OrganizationalBrandingLocalization)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="organizationalBrandingLocalizationToInitialize">The <see cref="T:Microsoft.Graph.OrganizationalBrandingLocalization"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingLocalizationRequestBuilder">
            <summary>
            The type OrganizationalBrandingLocalizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrganizationalBrandingLocalizationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionPage">
            <summary>
            The type OrganizationalBrandingLocalizationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest">
            <summary>
            The type OrganizationalBrandingLocalizationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationalBrandingLocalizationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest.AddAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OrganizationalBrandingLocalization to the collection via POST.
            </summary>
            <param name="organizationalBrandingLocalization">The OrganizationalBrandingLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrganizationalBrandingLocalization.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest.AddResponseAsync(Microsoft.Graph.OrganizationalBrandingLocalization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OrganizationalBrandingLocalization to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="organizationalBrandingLocalization">The OrganizationalBrandingLocalization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingLocalization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingLocalization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequestBuilder">
            <summary>
            The type OrganizationalBrandingLocalizationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrganizationalBrandingLocalizationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrganizationalBrandingLocalizationRequestBuilder"/> for the specified OrganizationalBrandingOrganizationalBrandingLocalization.
            </summary>
            <param name="id">The ID for the OrganizationalBrandingOrganizationalBrandingLocalization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingLocalizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionResponse">
            <summary>
            The type OrganizationalBrandingLocalizationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingLocalizationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingPropertiesBackgroundImageRequest">
            <summary>
            The type OrganizationalBrandingPropertiesBackgroundImageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBackgroundImageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationalBrandingPropertiesBackgroundImageRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBackgroundImageRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBackgroundImageRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBackgroundImageRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="backgroundImage">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBackgroundImageRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="backgroundImage">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingPropertiesBackgroundImageRequestBuilder">
            <summary>
            The type OrganizationalBrandingPropertiesBackgroundImageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBackgroundImageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrganizationalBrandingPropertiesBackgroundImageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBackgroundImageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingPropertiesBannerLogoRequest">
            <summary>
            The type OrganizationalBrandingPropertiesBannerLogoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBannerLogoRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationalBrandingPropertiesBannerLogoRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBannerLogoRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBannerLogoRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBannerLogoRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="bannerLogo">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBannerLogoRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="bannerLogo">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingPropertiesBannerLogoRequestBuilder">
            <summary>
            The type OrganizationalBrandingPropertiesBannerLogoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBannerLogoRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrganizationalBrandingPropertiesBannerLogoRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesBannerLogoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingPropertiesRequest">
            <summary>
            The type OrganizationalBrandingPropertiesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationalBrandingPropertiesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.CreateAsync(Microsoft.Graph.OrganizationalBrandingProperties,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrganizationalBrandingProperties using POST.
            </summary>
            <param name="organizationalBrandingPropertiesToCreate">The OrganizationalBrandingProperties to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrganizationalBrandingProperties.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.CreateResponseAsync(Microsoft.Graph.OrganizationalBrandingProperties,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrganizationalBrandingProperties using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingPropertiesToCreate">The OrganizationalBrandingProperties to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrganizationalBrandingProperties.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrganizationalBrandingProperties and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrganizationalBrandingProperties.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OrganizationalBrandingProperties.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrganizationalBrandingProperties and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.UpdateAsync(Microsoft.Graph.OrganizationalBrandingProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingProperties using PATCH.
            </summary>
            <param name="organizationalBrandingPropertiesToUpdate">The OrganizationalBrandingProperties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OrganizationalBrandingProperties.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.UpdateResponseAsync(Microsoft.Graph.OrganizationalBrandingProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingProperties using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingPropertiesToUpdate">The OrganizationalBrandingProperties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.PutAsync(Microsoft.Graph.OrganizationalBrandingProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingProperties using PUT.
            </summary>
            <param name="organizationalBrandingPropertiesToUpdate">The OrganizationalBrandingProperties object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.PutResponseAsync(Microsoft.Graph.OrganizationalBrandingProperties,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBrandingProperties using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingPropertiesToUpdate">The OrganizationalBrandingProperties object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingProperties,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBrandingProperties,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequest.InitializeCollectionProperties(Microsoft.Graph.OrganizationalBrandingProperties)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="organizationalBrandingPropertiesToInitialize">The <see cref="T:Microsoft.Graph.OrganizationalBrandingProperties"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingPropertiesRequestBuilder">
            <summary>
            The type OrganizationalBrandingPropertiesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrganizationalBrandingPropertiesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingPropertiesRequestBuilder.BackgroundImage">
            <summary>
            Gets the request builder for BackgroundImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingPropertiesBackgroundImageRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingPropertiesRequestBuilder.BannerLogo">
            <summary>
            Gets the request builder for BannerLogo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingPropertiesBannerLogoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingPropertiesRequestBuilder.SquareLogo">
            <summary>
            Gets the request builder for SquareLogo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingPropertiesSquareLogoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingPropertiesSquareLogoRequest">
            <summary>
            The type OrganizationalBrandingPropertiesSquareLogoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesSquareLogoRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationalBrandingPropertiesSquareLogoRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesSquareLogoRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesSquareLogoRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesSquareLogoRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="squareLogo">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesSquareLogoRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="squareLogo">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingPropertiesSquareLogoRequestBuilder">
            <summary>
            The type OrganizationalBrandingPropertiesSquareLogoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesSquareLogoRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrganizationalBrandingPropertiesSquareLogoRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingPropertiesSquareLogoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingRequest">
            <summary>
            The type OrganizationalBrandingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationalBrandingRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.CreateAsync(Microsoft.Graph.OrganizationalBranding,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrganizationalBranding using POST.
            </summary>
            <param name="organizationalBrandingToCreate">The OrganizationalBranding to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrganizationalBranding.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.CreateResponseAsync(Microsoft.Graph.OrganizationalBranding,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrganizationalBranding using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingToCreate">The OrganizationalBranding to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrganizationalBranding.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrganizationalBranding and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrganizationalBranding.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OrganizationalBranding.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrganizationalBranding and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.UpdateAsync(Microsoft.Graph.OrganizationalBranding,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBranding using PATCH.
            </summary>
            <param name="organizationalBrandingToUpdate">The OrganizationalBranding to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OrganizationalBranding.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.UpdateResponseAsync(Microsoft.Graph.OrganizationalBranding,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBranding using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingToUpdate">The OrganizationalBranding to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.PutAsync(Microsoft.Graph.OrganizationalBranding,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBranding using PUT.
            </summary>
            <param name="organizationalBrandingToUpdate">The OrganizationalBranding object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.PutResponseAsync(Microsoft.Graph.OrganizationalBranding,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrganizationalBranding using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationalBrandingToUpdate">The OrganizationalBranding object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBranding,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrganizationalBranding,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequest.InitializeCollectionProperties(Microsoft.Graph.OrganizationalBranding)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="organizationalBrandingToInitialize">The <see cref="T:Microsoft.Graph.OrganizationalBranding"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OrganizationalBrandingRequestBuilder">
            <summary>
            The type OrganizationalBrandingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrganizationalBrandingRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationalBrandingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrganizationalBrandingRequestBuilder.Localizations">
            <summary>
            Gets the request builder for Localizations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingLocalizationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionReferencesRequest">
            <summary>
            The type OrganizationCertificateBasedAuthConfigurationCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationCertificateBasedAuthConfigurationCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionReferencesRequest.AddAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CertificateBasedAuthConfiguration to the collection via POST.
            </summary>
            <param name="certificateBasedAuthConfiguration">The CertificateBasedAuthConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.CertificateBasedAuthConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CertificateBasedAuthConfiguration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="certificateBasedAuthConfiguration">The CertificateBasedAuthConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder">
            <summary>
            The type OrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesPage">
            <summary>
            The type OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest">
            <summary>
            The type OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CertificateBasedAuthConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder">
            <summary>
            The type OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequestBuilder"/> for the specified OrganizationCertificateBasedAuthConfiguration.
            </summary>
            <param name="id">The ID for the OrganizationCertificateBasedAuthConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICertificateBasedAuthConfigurationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesResponse">
            <summary>
            The type OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationCertificateBasedAuthConfigurationCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrganizationExtensionsCollectionPage">
            <summary>
            The type OrganizationExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrganizationExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrganizationExtensionsCollectionRequest">
            <summary>
            The type OrganizationExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationExtensionsCollectionRequestBuilder">
            <summary>
            The type OrganizationExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrganizationExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrganizationExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified OrganizationExtension.
            </summary>
            <param name="id">The ID for the OrganizationExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationExtensionsCollectionResponse">
            <summary>
            The type OrganizationExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOrganizationExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationExtensionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrganizationRequest">
            <summary>
            The type OrganizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.CreateAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Organization using POST.
            </summary>
            <param name="organizationToCreate">The Organization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.CreateResponseAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Organization using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationToCreate">The Organization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Organization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Organization and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Organization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Organization and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.UpdateAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Organization using PATCH.
            </summary>
            <param name="organizationToUpdate">The Organization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.UpdateResponseAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Organization using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationToUpdate">The Organization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.PutAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Organization using PUT.
            </summary>
            <param name="organizationToUpdate">The Organization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.PutResponseAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Organization using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="organizationToUpdate">The Organization object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.InitializeCollectionProperties(Microsoft.Graph.Organization)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="organizationToInitialize">The <see cref="T:Microsoft.Graph.Organization"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OrganizationRequestBuilder">
            <summary>
            The type OrganizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrganizationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrganizationRequestBuilder.Branding">
            <summary>
            Gets the request builder for Branding.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationalBrandingRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrganizationRequestBuilder.CertificateBasedAuthConfiguration">
            <summary>
            Gets the request builder for CertificateBasedAuthConfiguration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationCertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrganizationRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequestBuilder.SetMobileDeviceManagementAuthority">
            <summary>
            Gets the request builder for OrganizationSetMobileDeviceManagementAuthority.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequest">
            <summary>
            The type OrganizationSetMobileDeviceManagementAuthorityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationSetMobileDeviceManagementAuthorityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequestBuilder">
            <summary>
            The type OrganizationSetMobileDeviceManagementAuthorityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactDeltaCollectionPage">
            <summary>
            The type OrgContactDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrgContactDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrgContactDeltaCollectionResponse">
            <summary>
            The type OrgContactDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOrgContactDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrgContactDeltaRequest">
            <summary>
            The type OrgContactDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrgContactDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactDeltaRequestBuilder">
            <summary>
            The type OrgContactDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OrgContactDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactDirectReportsCollectionReferencesRequest">
            <summary>
            The type OrgContactDirectReportsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrgContactDirectReportsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactDirectReportsCollectionReferencesRequestBuilder">
            <summary>
            The type OrgContactDirectReportsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrgContactDirectReportsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesPage">
            <summary>
            The type OrgContactDirectReportsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequest">
            <summary>
            The type OrgContactDirectReportsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrgContactDirectReportsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequestBuilder">
            <summary>
            The type OrgContactDirectReportsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrgContactDirectReportsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified OrgContactDirectoryObject.
            </summary>
            <param name="id">The ID for the OrgContactDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrgContactDirectReportsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactDirectReportsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesResponse">
            <summary>
            The type OrgContactDirectReportsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactDirectReportsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrgContactMemberOfCollectionReferencesRequest">
            <summary>
            The type OrgContactMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrgContactMemberOfCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The type OrgContactMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrgContactMemberOfCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesPage">
            <summary>
            The type OrgContactMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequest">
            <summary>
            The type OrgContactMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrgContactMemberOfCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The type OrgContactMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrgContactMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified OrgContactDirectoryObject.
            </summary>
            <param name="id">The ID for the OrgContactDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrgContactMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesResponse">
            <summary>
            The type OrgContactMemberOfCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactMemberOfCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrgContactRequest">
            <summary>
            The type OrgContactRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrgContactRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.CreateAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrgContact using POST.
            </summary>
            <param name="orgContactToCreate">The OrgContact to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OrgContact.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.CreateResponseAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OrgContact using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="orgContactToCreate">The OrgContact to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrgContact.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OrgContact and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrgContact.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OrgContact.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OrgContact and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.UpdateAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrgContact using PATCH.
            </summary>
            <param name="orgContactToUpdate">The OrgContact to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OrgContact.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.UpdateResponseAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrgContact using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="orgContactToUpdate">The OrgContact to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.PutAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrgContact using PUT.
            </summary>
            <param name="orgContactToUpdate">The OrgContact object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.PutResponseAsync(Microsoft.Graph.OrgContact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OrgContact using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="orgContactToUpdate">The OrgContact object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrgContact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OrgContact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequest.InitializeCollectionProperties(Microsoft.Graph.OrgContact)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="orgContactToInitialize">The <see cref="T:Microsoft.Graph.OrgContact"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OrgContactRequestBuilder">
            <summary>
            The type OrgContactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrgContactRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrgContactRequestBuilder.DirectReports">
            <summary>
            Gets the request builder for DirectReports.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactDirectReportsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrgContactRequestBuilder.Manager">
            <summary>
            Gets the request builder for Manager.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrgContactRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrgContactRequestBuilder.TransitiveMemberOf">
            <summary>
            Gets the request builder for TransitiveMemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionReferencesRequest">
            <summary>
            The type OrgContactTransitiveMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrgContactTransitiveMemberOfCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The type OrgContactTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrgContactTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesPage">
            <summary>
            The type OrgContactTransitiveMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequest">
            <summary>
            The type OrgContactTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrgContactTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The type OrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified OrgContactDirectoryObject.
            </summary>
            <param name="id">The ID for the OrgContactDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesResponse">
            <summary>
            The type OrgContactTransitiveMemberOfCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOrgContactTransitiveMemberOfCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrgContactTransitiveMemberOfCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookCategoryRequest">
            <summary>
            The type OutlookCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OutlookCategoryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.CreateAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookCategory using POST.
            </summary>
            <param name="outlookCategoryToCreate">The OutlookCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.CreateResponseAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookCategory using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookCategoryToCreate">The OutlookCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookCategory and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.UpdateAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookCategory using PATCH.
            </summary>
            <param name="outlookCategoryToUpdate">The OutlookCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.UpdateResponseAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookCategory using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookCategoryToUpdate">The OutlookCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.PutAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookCategory using PUT.
            </summary>
            <param name="outlookCategoryToUpdate">The OutlookCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.PutResponseAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookCategory using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookCategoryToUpdate">The OutlookCategory object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.InitializeCollectionProperties(Microsoft.Graph.OutlookCategory)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="outlookCategoryToInitialize">The <see cref="T:Microsoft.Graph.OutlookCategory"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OutlookCategoryRequestBuilder">
            <summary>
            The type OutlookCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OutlookCategoryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookItemRequest">
            <summary>
            The type OutlookItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OutlookItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.CreateAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookItem using POST.
            </summary>
            <param name="outlookItemToCreate">The OutlookItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.CreateResponseAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookItemToCreate">The OutlookItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.UpdateAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookItem using PATCH.
            </summary>
            <param name="outlookItemToUpdate">The OutlookItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.UpdateResponseAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookItemToUpdate">The OutlookItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.PutAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookItem using PUT.
            </summary>
            <param name="outlookItemToUpdate">The OutlookItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.PutResponseAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookItemToUpdate">The OutlookItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.InitializeCollectionProperties(Microsoft.Graph.OutlookItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="outlookItemToInitialize">The <see cref="T:Microsoft.Graph.OutlookItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OutlookItemRequestBuilder">
            <summary>
            The type OutlookItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OutlookItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserMasterCategoriesCollectionPage">
            <summary>
            The type OutlookUserMasterCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserMasterCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest">
            <summary>
            The type OutlookUserMasterCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OutlookUserMasterCategoriesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.AddAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OutlookCategory to the collection via POST.
            </summary>
            <param name="outlookCategory">The OutlookCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.AddResponseAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OutlookCategory to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="outlookCategory">The OutlookCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequestBuilder">
            <summary>
            The type OutlookUserMasterCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OutlookUserMasterCategoriesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOutlookCategoryRequestBuilder"/> for the specified OutlookUserOutlookCategory.
            </summary>
            <param name="id">The ID for the OutlookUserOutlookCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserMasterCategoriesCollectionResponse">
            <summary>
            The type OutlookUserMasterCategoriesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserMasterCategoriesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserMasterCategoriesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserMasterCategoriesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserRequest">
            <summary>
            The type OutlookUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OutlookUserRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.CreateAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookUser using POST.
            </summary>
            <param name="outlookUserToCreate">The OutlookUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.CreateResponseAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookUser using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookUserToCreate">The OutlookUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookUser and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookUser and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.UpdateAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookUser using PATCH.
            </summary>
            <param name="outlookUserToUpdate">The OutlookUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.UpdateResponseAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookUser using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookUserToUpdate">The OutlookUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.PutAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookUser using PUT.
            </summary>
            <param name="outlookUserToUpdate">The OutlookUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.PutResponseAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookUser using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="outlookUserToUpdate">The OutlookUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.InitializeCollectionProperties(Microsoft.Graph.OutlookUser)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="outlookUserToInitialize">The <see cref="T:Microsoft.Graph.OutlookUser"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserRequestBuilder">
            <summary>
            The type OutlookUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OutlookUserRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserRequestBuilder.MasterCategories">
            <summary>
            Gets the request builder for MasterCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequestBuilder.SupportedLanguages">
            <summary>
            Gets the request builder for OutlookUserSupportedLanguages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserSupportedLanguagesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequestBuilder.SupportedTimeZones">
            <summary>
            Gets the request builder for OutlookUserSupportedTimeZones.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequestBuilder.SupportedTimeZones(Microsoft.Graph.TimeZoneStandard)">
            <summary>
            Gets the request builder for OutlookUserSupportedTimeZones.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedLanguagesCollectionPage">
            <summary>
            The type OutlookUserSupportedLanguagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedLanguagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedLanguagesCollectionResponse">
            <summary>
            The type OutlookUserSupportedLanguagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedLanguagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOutlookUserSupportedLanguagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedLanguagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedLanguagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedLanguagesRequest">
            <summary>
            The type OutlookUserSupportedLanguagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OutlookUserSupportedLanguagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedLanguagesRequestBuilder">
            <summary>
            The type OutlookUserSupportedLanguagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OutlookUserSupportedLanguagesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedTimeZonesCollectionPage">
            <summary>
            The type OutlookUserSupportedTimeZonesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedTimeZonesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedTimeZonesCollectionResponse">
            <summary>
            The type OutlookUserSupportedTimeZonesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedTimeZonesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedTimeZonesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedTimeZonesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest">
            <summary>
            The type OutlookUserSupportedTimeZonesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OutlookUserSupportedTimeZonesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedTimeZonesRequestBuilder">
            <summary>
            The type OutlookUserSupportedTimeZonesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OutlookUserSupportedTimeZonesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.TimeZoneStandard)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OutlookUserSupportedTimeZonesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="TimeZoneStandard">A TimeZoneStandard parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ParticipantInviteRequest">
            <summary>
            The type ParticipantInviteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantInviteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ParticipantInviteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantInviteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantInviteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantInviteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantInviteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantInviteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ParticipantInviteRequestBuilder">
            <summary>
            The type ParticipantInviteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantInviteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.InvitationParticipantInfo},System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ParticipantInviteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="participants">A participants parameter for the OData method call.</param>
            <param name="clientContext">A clientContext parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ParticipantInviteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ParticipantJoiningNotificationRequest">
            <summary>
            The type ParticipantJoiningNotificationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ParticipantJoiningNotificationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.CreateAsync(Microsoft.Graph.ParticipantJoiningNotification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ParticipantJoiningNotification using POST.
            </summary>
            <param name="participantJoiningNotificationToCreate">The ParticipantJoiningNotification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ParticipantJoiningNotification.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.CreateResponseAsync(Microsoft.Graph.ParticipantJoiningNotification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ParticipantJoiningNotification using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantJoiningNotificationToCreate">The ParticipantJoiningNotification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ParticipantJoiningNotification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ParticipantJoiningNotification and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ParticipantJoiningNotification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ParticipantJoiningNotification.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ParticipantJoiningNotification and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.UpdateAsync(Microsoft.Graph.ParticipantJoiningNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantJoiningNotification using PATCH.
            </summary>
            <param name="participantJoiningNotificationToUpdate">The ParticipantJoiningNotification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ParticipantJoiningNotification.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.UpdateResponseAsync(Microsoft.Graph.ParticipantJoiningNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantJoiningNotification using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantJoiningNotificationToUpdate">The ParticipantJoiningNotification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.PutAsync(Microsoft.Graph.ParticipantJoiningNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantJoiningNotification using PUT.
            </summary>
            <param name="participantJoiningNotificationToUpdate">The ParticipantJoiningNotification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.PutResponseAsync(Microsoft.Graph.ParticipantJoiningNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantJoiningNotification using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantJoiningNotificationToUpdate">The ParticipantJoiningNotification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ParticipantJoiningNotification,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ParticipantJoiningNotification,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequest.InitializeCollectionProperties(Microsoft.Graph.ParticipantJoiningNotification)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="participantJoiningNotificationToInitialize">The <see cref="T:Microsoft.Graph.ParticipantJoiningNotification"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ParticipantJoiningNotificationRequestBuilder">
            <summary>
            The type ParticipantJoiningNotificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ParticipantJoiningNotificationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantJoiningNotificationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ParticipantJoiningNotificationRequestBuilder.Call">
            <summary>
            Gets the request builder for Call.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ParticipantLeftNotificationRequest">
            <summary>
            The type ParticipantLeftNotificationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ParticipantLeftNotificationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.CreateAsync(Microsoft.Graph.ParticipantLeftNotification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ParticipantLeftNotification using POST.
            </summary>
            <param name="participantLeftNotificationToCreate">The ParticipantLeftNotification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ParticipantLeftNotification.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.CreateResponseAsync(Microsoft.Graph.ParticipantLeftNotification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ParticipantLeftNotification using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantLeftNotificationToCreate">The ParticipantLeftNotification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ParticipantLeftNotification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ParticipantLeftNotification and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ParticipantLeftNotification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ParticipantLeftNotification.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ParticipantLeftNotification and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.UpdateAsync(Microsoft.Graph.ParticipantLeftNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantLeftNotification using PATCH.
            </summary>
            <param name="participantLeftNotificationToUpdate">The ParticipantLeftNotification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ParticipantLeftNotification.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.UpdateResponseAsync(Microsoft.Graph.ParticipantLeftNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantLeftNotification using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantLeftNotificationToUpdate">The ParticipantLeftNotification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.PutAsync(Microsoft.Graph.ParticipantLeftNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantLeftNotification using PUT.
            </summary>
            <param name="participantLeftNotificationToUpdate">The ParticipantLeftNotification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.PutResponseAsync(Microsoft.Graph.ParticipantLeftNotification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ParticipantLeftNotification using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantLeftNotificationToUpdate">The ParticipantLeftNotification object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ParticipantLeftNotification,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ParticipantLeftNotification,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequest.InitializeCollectionProperties(Microsoft.Graph.ParticipantLeftNotification)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="participantLeftNotificationToInitialize">The <see cref="T:Microsoft.Graph.ParticipantLeftNotification"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ParticipantLeftNotificationRequestBuilder">
            <summary>
            The type ParticipantLeftNotificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ParticipantLeftNotificationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantLeftNotificationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ParticipantLeftNotificationRequestBuilder.Call">
            <summary>
            Gets the request builder for Call.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICallRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ParticipantMuteRequest">
            <summary>
            The type ParticipantMuteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantMuteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ParticipantMuteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantMuteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantMuteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantMuteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantMuteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantMuteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ParticipantMuteRequestBuilder">
            <summary>
            The type ParticipantMuteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantMuteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ParticipantMuteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="clientContext">A clientContext parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ParticipantMuteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ParticipantRequest">
            <summary>
            The type ParticipantRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ParticipantRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.CreateAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Participant using POST.
            </summary>
            <param name="participantToCreate">The Participant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Participant.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.CreateResponseAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Participant using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantToCreate">The Participant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Participant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Participant and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Participant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Participant.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Participant and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.UpdateAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Participant using PATCH.
            </summary>
            <param name="participantToUpdate">The Participant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Participant.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.UpdateResponseAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Participant using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantToUpdate">The Participant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.PutAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Participant using PUT.
            </summary>
            <param name="participantToUpdate">The Participant object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.PutResponseAsync(Microsoft.Graph.Participant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Participant using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="participantToUpdate">The Participant object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Participant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Participant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequest.InitializeCollectionProperties(Microsoft.Graph.Participant)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="participantToInitialize">The <see cref="T:Microsoft.Graph.Participant"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ParticipantRequestBuilder">
            <summary>
            The type ParticipantRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ParticipantRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequestBuilder.Mute(System.String)">
            <summary>
            Gets the request builder for ParticipantMute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IParticipantMuteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequestBuilder.StartHoldMusic(Microsoft.Graph.Prompt,System.String)">
            <summary>
            Gets the request builder for ParticipantStartHoldMusic.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IParticipantStartHoldMusicRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantRequestBuilder.StopHoldMusic(System.String)">
            <summary>
            Gets the request builder for ParticipantStopHoldMusic.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IParticipantStopHoldMusicRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ParticipantStartHoldMusicRequest">
            <summary>
            The type ParticipantStartHoldMusicRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStartHoldMusicRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ParticipantStartHoldMusicRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantStartHoldMusicRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStartHoldMusicRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStartHoldMusicRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStartHoldMusicRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStartHoldMusicRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ParticipantStartHoldMusicRequestBuilder">
            <summary>
            The type ParticipantStartHoldMusicRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStartHoldMusicRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Prompt,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ParticipantStartHoldMusicRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="customPrompt">A customPrompt parameter for the OData method call.</param>
            <param name="clientContext">A clientContext parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStartHoldMusicRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ParticipantStopHoldMusicRequest">
            <summary>
            The type ParticipantStopHoldMusicRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStopHoldMusicRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ParticipantStopHoldMusicRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ParticipantStopHoldMusicRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStopHoldMusicRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStopHoldMusicRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStopHoldMusicRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStopHoldMusicRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ParticipantStopHoldMusicRequestBuilder">
            <summary>
            The type ParticipantStopHoldMusicRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStopHoldMusicRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ParticipantStopHoldMusicRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="clientContext">A clientContext parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ParticipantStopHoldMusicRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PasswordAuthenticationMethodRequest">
            <summary>
            The type PasswordAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PasswordAuthenticationMethodRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PasswordAuthenticationMethod using POST.
            </summary>
            <param name="passwordAuthenticationMethodToCreate">The PasswordAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PasswordAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PasswordAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="passwordAuthenticationMethodToCreate">The PasswordAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PasswordAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PasswordAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PasswordAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PasswordAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PasswordAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PasswordAuthenticationMethod using PATCH.
            </summary>
            <param name="passwordAuthenticationMethodToUpdate">The PasswordAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PasswordAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PasswordAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="passwordAuthenticationMethodToUpdate">The PasswordAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.PutAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PasswordAuthenticationMethod using PUT.
            </summary>
            <param name="passwordAuthenticationMethodToUpdate">The PasswordAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.PasswordAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PasswordAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="passwordAuthenticationMethodToUpdate">The PasswordAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PasswordAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PasswordAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequest.InitializeCollectionProperties(Microsoft.Graph.PasswordAuthenticationMethod)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="passwordAuthenticationMethodToInitialize">The <see cref="T:Microsoft.Graph.PasswordAuthenticationMethod"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PasswordAuthenticationMethodRequestBuilder">
            <summary>
            The type PasswordAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PasswordAuthenticationMethodRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PasswordAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantCollectionPage">
            <summary>
            The type PermissionGrantCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPermissionGrantRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantCollectionResponse">
            <summary>
            The type PermissionGrantCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPermissionGrantCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantConditionSetRequest">
            <summary>
            The type PermissionGrantConditionSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PermissionGrantConditionSetRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.CreateAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PermissionGrantConditionSet using POST.
            </summary>
            <param name="permissionGrantConditionSetToCreate">The PermissionGrantConditionSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PermissionGrantConditionSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.CreateResponseAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PermissionGrantConditionSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionGrantConditionSetToCreate">The PermissionGrantConditionSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PermissionGrantConditionSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PermissionGrantConditionSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PermissionGrantConditionSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PermissionGrantConditionSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PermissionGrantConditionSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.UpdateAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantConditionSet using PATCH.
            </summary>
            <param name="permissionGrantConditionSetToUpdate">The PermissionGrantConditionSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PermissionGrantConditionSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.UpdateResponseAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantConditionSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionGrantConditionSetToUpdate">The PermissionGrantConditionSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.PutAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantConditionSet using PUT.
            </summary>
            <param name="permissionGrantConditionSetToUpdate">The PermissionGrantConditionSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.PutResponseAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantConditionSet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionGrantConditionSetToUpdate">The PermissionGrantConditionSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantConditionSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantConditionSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequest.InitializeCollectionProperties(Microsoft.Graph.PermissionGrantConditionSet)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="permissionGrantConditionSetToInitialize">The <see cref="T:Microsoft.Graph.PermissionGrantConditionSet"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantConditionSetRequestBuilder">
            <summary>
            The type PermissionGrantConditionSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PermissionGrantConditionSetRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantConditionSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionPage">
            <summary>
            The type PermissionGrantPolicyExcludesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest">
            <summary>
            The type PermissionGrantPolicyExcludesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PermissionGrantPolicyExcludesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest.AddAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PermissionGrantConditionSet to the collection via POST.
            </summary>
            <param name="permissionGrantConditionSet">The PermissionGrantConditionSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PermissionGrantConditionSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest.AddResponseAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PermissionGrantConditionSet to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="permissionGrantConditionSet">The PermissionGrantConditionSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantConditionSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantConditionSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequestBuilder">
            <summary>
            The type PermissionGrantPolicyExcludesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PermissionGrantPolicyExcludesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPermissionGrantConditionSetRequestBuilder"/> for the specified PermissionGrantPolicyPermissionGrantConditionSet.
            </summary>
            <param name="id">The ID for the PermissionGrantPolicyPermissionGrantConditionSet.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionGrantConditionSetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionResponse">
            <summary>
            The type PermissionGrantPolicyExcludesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicyExcludesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionPage">
            <summary>
            The type PermissionGrantPolicyIncludesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest">
            <summary>
            The type PermissionGrantPolicyIncludesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PermissionGrantPolicyIncludesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest.AddAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PermissionGrantConditionSet to the collection via POST.
            </summary>
            <param name="permissionGrantConditionSet">The PermissionGrantConditionSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PermissionGrantConditionSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest.AddResponseAsync(Microsoft.Graph.PermissionGrantConditionSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PermissionGrantConditionSet to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="permissionGrantConditionSet">The PermissionGrantConditionSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantConditionSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantConditionSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequestBuilder">
            <summary>
            The type PermissionGrantPolicyIncludesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PermissionGrantPolicyIncludesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPermissionGrantConditionSetRequestBuilder"/> for the specified PermissionGrantPolicyPermissionGrantConditionSet.
            </summary>
            <param name="id">The ID for the PermissionGrantPolicyPermissionGrantConditionSet.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionGrantConditionSetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionResponse">
            <summary>
            The type PermissionGrantPolicyIncludesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicyIncludesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantPolicyRequest">
            <summary>
            The type PermissionGrantPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PermissionGrantPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.CreateAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PermissionGrantPolicy using POST.
            </summary>
            <param name="permissionGrantPolicyToCreate">The PermissionGrantPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PermissionGrantPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.CreateResponseAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PermissionGrantPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionGrantPolicyToCreate">The PermissionGrantPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PermissionGrantPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PermissionGrantPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PermissionGrantPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PermissionGrantPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PermissionGrantPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.UpdateAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantPolicy using PATCH.
            </summary>
            <param name="permissionGrantPolicyToUpdate">The PermissionGrantPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PermissionGrantPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.UpdateResponseAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionGrantPolicyToUpdate">The PermissionGrantPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.PutAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantPolicy using PUT.
            </summary>
            <param name="permissionGrantPolicyToUpdate">The PermissionGrantPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.PutResponseAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PermissionGrantPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionGrantPolicyToUpdate">The PermissionGrantPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.PermissionGrantPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="permissionGrantPolicyToInitialize">The <see cref="T:Microsoft.Graph.PermissionGrantPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantPolicyRequestBuilder">
            <summary>
            The type PermissionGrantPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PermissionGrantPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicyRequestBuilder.Excludes">
            <summary>
            Gets the request builder for Excludes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionGrantPolicyExcludesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantPolicyRequestBuilder.Includes">
            <summary>
            Gets the request builder for Includes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionGrantPolicyIncludesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantRequest">
            <summary>
            The type PermissionGrantRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PermissionGrantRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PermissionGrantRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PermissionGrantRequestBuilder">
            <summary>
            The type PermissionGrantRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{Microsoft.Graph.DriveRecipient})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PermissionGrantRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="roles">A roles parameter for the OData method call.</param>
            <param name="recipients">A recipients parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.PermissionGrantRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PermissionRequest">
            <summary>
            The type PermissionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PermissionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.CreateAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Permission using POST.
            </summary>
            <param name="permissionToCreate">The Permission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.CreateResponseAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Permission using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionToCreate">The Permission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Permission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Permission and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Permission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Permission and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.UpdateAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Permission using PATCH.
            </summary>
            <param name="permissionToUpdate">The Permission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.UpdateResponseAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Permission using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionToUpdate">The Permission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.PutAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Permission using PUT.
            </summary>
            <param name="permissionToUpdate">The Permission object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.PutResponseAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Permission using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="permissionToUpdate">The Permission object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.InitializeCollectionProperties(Microsoft.Graph.Permission)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="permissionToInitialize">The <see cref="T:Microsoft.Graph.Permission"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PermissionRequestBuilder">
            <summary>
            The type PermissionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PermissionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequestBuilder.Grant(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{Microsoft.Graph.DriveRecipient})">
            <summary>
            Gets the request builder for PermissionGrant.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionGrantRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PersonRequest">
            <summary>
            The type PersonRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PersonRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.CreateAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Person using POST.
            </summary>
            <param name="personToCreate">The Person to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.CreateResponseAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Person using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="personToCreate">The Person to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Person.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Person and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Person.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Person and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.UpdateAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Person using PATCH.
            </summary>
            <param name="personToUpdate">The Person to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.UpdateResponseAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Person using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="personToUpdate">The Person to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.PutAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Person using PUT.
            </summary>
            <param name="personToUpdate">The Person object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.PutResponseAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Person using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="personToUpdate">The Person object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.InitializeCollectionProperties(Microsoft.Graph.Person)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="personToInitialize">The <see cref="T:Microsoft.Graph.Person"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PersonRequestBuilder">
            <summary>
            The type PersonRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PersonRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PersonRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PersonRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PhoneAuthenticationMethodDisableSmsSignInRequest">
            <summary>
            The type PhoneAuthenticationMethodDisableSmsSignInRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodDisableSmsSignInRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PhoneAuthenticationMethodDisableSmsSignInRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodDisableSmsSignInRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodDisableSmsSignInRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodDisableSmsSignInRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodDisableSmsSignInRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PhoneAuthenticationMethodDisableSmsSignInRequestBuilder">
            <summary>
            The type PhoneAuthenticationMethodDisableSmsSignInRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodDisableSmsSignInRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PhoneAuthenticationMethodDisableSmsSignInRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodDisableSmsSignInRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PhoneAuthenticationMethodEnableSmsSignInRequest">
            <summary>
            The type PhoneAuthenticationMethodEnableSmsSignInRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodEnableSmsSignInRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PhoneAuthenticationMethodEnableSmsSignInRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodEnableSmsSignInRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodEnableSmsSignInRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodEnableSmsSignInRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodEnableSmsSignInRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PhoneAuthenticationMethodEnableSmsSignInRequestBuilder">
            <summary>
            The type PhoneAuthenticationMethodEnableSmsSignInRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodEnableSmsSignInRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PhoneAuthenticationMethodEnableSmsSignInRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodEnableSmsSignInRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PhoneAuthenticationMethodRequest">
            <summary>
            The type PhoneAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PhoneAuthenticationMethodRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PhoneAuthenticationMethod using POST.
            </summary>
            <param name="phoneAuthenticationMethodToCreate">The PhoneAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PhoneAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PhoneAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="phoneAuthenticationMethodToCreate">The PhoneAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PhoneAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PhoneAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PhoneAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PhoneAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PhoneAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PhoneAuthenticationMethod using PATCH.
            </summary>
            <param name="phoneAuthenticationMethodToUpdate">The PhoneAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PhoneAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PhoneAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="phoneAuthenticationMethodToUpdate">The PhoneAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.PutAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PhoneAuthenticationMethod using PUT.
            </summary>
            <param name="phoneAuthenticationMethodToUpdate">The PhoneAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.PhoneAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PhoneAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="phoneAuthenticationMethodToUpdate">The PhoneAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PhoneAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PhoneAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequest.InitializeCollectionProperties(Microsoft.Graph.PhoneAuthenticationMethod)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="phoneAuthenticationMethodToInitialize">The <see cref="T:Microsoft.Graph.PhoneAuthenticationMethod"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PhoneAuthenticationMethodRequestBuilder">
            <summary>
            The type PhoneAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PhoneAuthenticationMethodRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequestBuilder.DisableSmsSignIn">
            <summary>
            Gets the request builder for PhoneAuthenticationMethodDisableSmsSignIn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPhoneAuthenticationMethodDisableSmsSignInRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PhoneAuthenticationMethodRequestBuilder.EnableSmsSignIn">
            <summary>
            Gets the request builder for PhoneAuthenticationMethodEnableSmsSignIn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPhoneAuthenticationMethodEnableSmsSignInRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PinnedChatMessageInfoRequest">
            <summary>
            The type PinnedChatMessageInfoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PinnedChatMessageInfoRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.CreateAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PinnedChatMessageInfo using POST.
            </summary>
            <param name="pinnedChatMessageInfoToCreate">The PinnedChatMessageInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PinnedChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.CreateResponseAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PinnedChatMessageInfo using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="pinnedChatMessageInfoToCreate">The PinnedChatMessageInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PinnedChatMessageInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PinnedChatMessageInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PinnedChatMessageInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PinnedChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PinnedChatMessageInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.UpdateAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PinnedChatMessageInfo using PATCH.
            </summary>
            <param name="pinnedChatMessageInfoToUpdate">The PinnedChatMessageInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PinnedChatMessageInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.UpdateResponseAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PinnedChatMessageInfo using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="pinnedChatMessageInfoToUpdate">The PinnedChatMessageInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.PutAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PinnedChatMessageInfo using PUT.
            </summary>
            <param name="pinnedChatMessageInfoToUpdate">The PinnedChatMessageInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.PutResponseAsync(Microsoft.Graph.PinnedChatMessageInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PinnedChatMessageInfo using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="pinnedChatMessageInfoToUpdate">The PinnedChatMessageInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PinnedChatMessageInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PinnedChatMessageInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequest.InitializeCollectionProperties(Microsoft.Graph.PinnedChatMessageInfo)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="pinnedChatMessageInfoToInitialize">The <see cref="T:Microsoft.Graph.PinnedChatMessageInfo"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PinnedChatMessageInfoRequestBuilder">
            <summary>
            The type PinnedChatMessageInfoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PinnedChatMessageInfoRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PinnedChatMessageInfoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PinnedChatMessageInfoRequestBuilder.Message">
            <summary>
            Gets the request builder for Message.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatMessageWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlaceRequest">
            <summary>
            The type PlaceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlaceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.CreateAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Place using POST.
            </summary>
            <param name="placeToCreate">The Place to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Place.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.CreateResponseAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Place using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="placeToCreate">The Place to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Place.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Place and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Place.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Place.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Place and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.UpdateAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Place using PATCH.
            </summary>
            <param name="placeToUpdate">The Place to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Place.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.UpdateResponseAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Place using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="placeToUpdate">The Place to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.PutAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Place using PUT.
            </summary>
            <param name="placeToUpdate">The Place object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.PutResponseAsync(Microsoft.Graph.Place,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Place using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="placeToUpdate">The Place object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Place,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Place,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequest.InitializeCollectionProperties(Microsoft.Graph.Place)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="placeToInitialize">The <see cref="T:Microsoft.Graph.Place"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlaceRequestBuilder">
            <summary>
            The type PlaceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlaceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlaceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest">
            <summary>
            The type PlannerAssignedToTaskBoardTaskFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerAssignedToTaskBoardTaskFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerAssignedToTaskBoardTaskFormat using POST.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToCreate">The PlannerAssignedToTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.CreateResponseAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerAssignedToTaskBoardTaskFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToCreate">The PlannerAssignedToTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerAssignedToTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerAssignedToTaskBoardTaskFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerAssignedToTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerAssignedToTaskBoardTaskFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerAssignedToTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToUpdate">The PlannerAssignedToTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.UpdateResponseAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerAssignedToTaskBoardTaskFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToUpdate">The PlannerAssignedToTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.PutAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerAssignedToTaskBoardTaskFormat using PUT.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToUpdate">The PlannerAssignedToTaskBoardTaskFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.PutResponseAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerAssignedToTaskBoardTaskFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToUpdate">The PlannerAssignedToTaskBoardTaskFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToInitialize">The <see cref="T:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequestBuilder">
            <summary>
            The type PlannerAssignedToTaskBoardTaskFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerAssignedToTaskBoardTaskFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketRequest">
            <summary>
            The type PlannerBucketRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerBucketRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.CreateAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerBucket using POST.
            </summary>
            <param name="plannerBucketToCreate">The PlannerBucket to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.CreateResponseAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerBucket using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerBucketToCreate">The PlannerBucket to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerBucket.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerBucket and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerBucket.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerBucket and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.UpdateAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucket using PATCH.
            </summary>
            <param name="plannerBucketToUpdate">The PlannerBucket to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.UpdateResponseAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucket using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerBucketToUpdate">The PlannerBucket to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.PutAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucket using PUT.
            </summary>
            <param name="plannerBucketToUpdate">The PlannerBucket object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.PutResponseAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucket using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerBucketToUpdate">The PlannerBucket object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerBucket)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerBucketToInitialize">The <see cref="T:Microsoft.Graph.PlannerBucket"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketRequestBuilder">
            <summary>
            The type PlannerBucketRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerBucketRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketsCollectionPage">
            <summary>
            The type PlannerBucketsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerBucketsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketsCollectionRequest">
            <summary>
            The type PlannerBucketsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerBucketsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.AddAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketsCollectionRequestBuilder">
            <summary>
            The type PlannerBucketsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerBucketsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/> for the specified PlannerPlannerBucket.
            </summary>
            <param name="id">The ID for the PlannerPlannerBucket.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketsCollectionResponse">
            <summary>
            The type PlannerBucketsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerBucketsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest">
            <summary>
            The type PlannerBucketTaskBoardTaskFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerBucketTaskBoardTaskFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerBucketTaskBoardTaskFormat using POST.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToCreate">The PlannerBucketTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.CreateResponseAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerBucketTaskBoardTaskFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToCreate">The PlannerBucketTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerBucketTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerBucketTaskBoardTaskFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerBucketTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerBucketTaskBoardTaskFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucketTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToUpdate">The PlannerBucketTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.UpdateResponseAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucketTaskBoardTaskFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToUpdate">The PlannerBucketTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.PutAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucketTaskBoardTaskFormat using PUT.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToUpdate">The PlannerBucketTaskBoardTaskFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.PutResponseAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucketTaskBoardTaskFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToUpdate">The PlannerBucketTaskBoardTaskFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToInitialize">The <see cref="T:Microsoft.Graph.PlannerBucketTaskBoardTaskFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequestBuilder">
            <summary>
            The type PlannerBucketTaskBoardTaskFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerBucketTaskBoardTaskFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTasksCollectionPage">
            <summary>
            The type PlannerBucketTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerBucketTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTasksCollectionRequest">
            <summary>
            The type PlannerBucketTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerBucketTasksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTasksCollectionRequestBuilder">
            <summary>
            The type PlannerBucketTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerBucketTasksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerBucketPlannerTask.
            </summary>
            <param name="id">The ID for the PlannerBucketPlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTasksCollectionResponse">
            <summary>
            The type PlannerBucketTasksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketTasksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerBucketTasksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketTasksCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketTasksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroupPlansCollectionPage">
            <summary>
            The type PlannerGroupPlansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroupPlansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerGroupPlansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroupPlansCollectionRequest">
            <summary>
            The type PlannerGroupPlansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerGroupPlansCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroupPlansCollectionRequestBuilder">
            <summary>
            The type PlannerGroupPlansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerGroupPlansCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroupPlansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/> for the specified PlannerGroupPlannerPlan.
            </summary>
            <param name="id">The ID for the PlannerGroupPlannerPlan.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroupPlansCollectionResponse">
            <summary>
            The type PlannerGroupPlansCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroupPlansCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerGroupPlansCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroupPlansCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroupPlansCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroupRequest">
            <summary>
            The type PlannerGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerGroupRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.CreateAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerGroup using POST.
            </summary>
            <param name="plannerGroupToCreate">The PlannerGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.CreateResponseAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerGroup using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerGroupToCreate">The PlannerGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.UpdateAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerGroup using PATCH.
            </summary>
            <param name="plannerGroupToUpdate">The PlannerGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.UpdateResponseAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerGroup using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerGroupToUpdate">The PlannerGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.PutAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerGroup using PUT.
            </summary>
            <param name="plannerGroupToUpdate">The PlannerGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.PutResponseAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerGroup using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerGroupToUpdate">The PlannerGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerGroup)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerGroupToInitialize">The <see cref="T:Microsoft.Graph.PlannerGroup"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroupRequestBuilder">
            <summary>
            The type PlannerGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerGroupRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroupRequestBuilder.Plans">
            <summary>
            Gets the request builder for Plans.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerGroupPlansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanBucketsCollectionPage">
            <summary>
            The type PlannerPlanBucketsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanBucketsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanBucketsCollectionRequest">
            <summary>
            The type PlannerPlanBucketsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerPlanBucketsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.AddAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanBucketsCollectionRequestBuilder">
            <summary>
            The type PlannerPlanBucketsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerPlanBucketsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanBucketsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/> for the specified PlannerPlanPlannerBucket.
            </summary>
            <param name="id">The ID for the PlannerPlanPlannerBucket.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanBucketsCollectionResponse">
            <summary>
            The type PlannerPlanBucketsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanBucketsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerPlanBucketsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanBucketsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanBucketsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanDetailsRequest">
            <summary>
            The type PlannerPlanDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerPlanDetailsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.CreateAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerPlanDetails using POST.
            </summary>
            <param name="plannerPlanDetailsToCreate">The PlannerPlanDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.CreateResponseAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerPlanDetails using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerPlanDetailsToCreate">The PlannerPlanDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerPlanDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerPlanDetails and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerPlanDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerPlanDetails and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.UpdateAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlanDetails using PATCH.
            </summary>
            <param name="plannerPlanDetailsToUpdate">The PlannerPlanDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.UpdateResponseAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlanDetails using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerPlanDetailsToUpdate">The PlannerPlanDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.PutAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlanDetails using PUT.
            </summary>
            <param name="plannerPlanDetailsToUpdate">The PlannerPlanDetails object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.PutResponseAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlanDetails using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerPlanDetailsToUpdate">The PlannerPlanDetails object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlanDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlanDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerPlanDetails)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerPlanDetailsToInitialize">The <see cref="T:Microsoft.Graph.PlannerPlanDetails"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanDetailsRequestBuilder">
            <summary>
            The type PlannerPlanDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerPlanDetailsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanRequest">
            <summary>
            The type PlannerPlanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerPlanRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.CreateAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerPlan using POST.
            </summary>
            <param name="plannerPlanToCreate">The PlannerPlan to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.CreateResponseAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerPlan using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerPlanToCreate">The PlannerPlan to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerPlan.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerPlan and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerPlan.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerPlan and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.UpdateAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlan using PATCH.
            </summary>
            <param name="plannerPlanToUpdate">The PlannerPlan to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.UpdateResponseAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlan using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerPlanToUpdate">The PlannerPlan to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.PutAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlan using PUT.
            </summary>
            <param name="plannerPlanToUpdate">The PlannerPlan object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.PutResponseAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlan using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerPlanToUpdate">The PlannerPlan object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerPlan)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerPlanToInitialize">The <see cref="T:Microsoft.Graph.PlannerPlan"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanRequestBuilder">
            <summary>
            The type PlannerPlanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerPlanRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanRequestBuilder.Buckets">
            <summary>
            Gets the request builder for Buckets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanBucketsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanRequestBuilder.Details">
            <summary>
            Gets the request builder for Details.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlansCollectionPage">
            <summary>
            The type PlannerPlansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerPlansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlansCollectionRequest">
            <summary>
            The type PlannerPlansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerPlansCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlansCollectionRequestBuilder">
            <summary>
            The type PlannerPlansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerPlansCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/> for the specified PlannerPlannerPlan.
            </summary>
            <param name="id">The ID for the PlannerPlannerPlan.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlansCollectionResponse">
            <summary>
            The type PlannerPlansCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlansCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerPlansCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlansCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlansCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanTasksCollectionPage">
            <summary>
            The type PlannerPlanTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerPlanTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanTasksCollectionRequest">
            <summary>
            The type PlannerPlanTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerPlanTasksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanTasksCollectionRequestBuilder">
            <summary>
            The type PlannerPlanTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerPlanTasksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerPlanPlannerTask.
            </summary>
            <param name="id">The ID for the PlannerPlanPlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanTasksCollectionResponse">
            <summary>
            The type PlannerPlanTasksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanTasksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerPlanTasksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanTasksCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanTasksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest">
            <summary>
            The type PlannerProgressTaskBoardTaskFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerProgressTaskBoardTaskFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerProgressTaskBoardTaskFormat using POST.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToCreate">The PlannerProgressTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.CreateResponseAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerProgressTaskBoardTaskFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToCreate">The PlannerProgressTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerProgressTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerProgressTaskBoardTaskFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerProgressTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerProgressTaskBoardTaskFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerProgressTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToUpdate">The PlannerProgressTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.UpdateResponseAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerProgressTaskBoardTaskFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToUpdate">The PlannerProgressTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.PutAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerProgressTaskBoardTaskFormat using PUT.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToUpdate">The PlannerProgressTaskBoardTaskFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.PutResponseAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerProgressTaskBoardTaskFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToUpdate">The PlannerProgressTaskBoardTaskFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToInitialize">The <see cref="T:Microsoft.Graph.PlannerProgressTaskBoardTaskFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequestBuilder">
            <summary>
            The type PlannerProgressTaskBoardTaskFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerProgressTaskBoardTaskFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerRequest">
            <summary>
            The type PlannerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.CreateAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Planner using POST.
            </summary>
            <param name="plannerToCreate">The Planner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.CreateResponseAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Planner using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerToCreate">The Planner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Planner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Planner and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Planner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Planner and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.UpdateAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Planner using PATCH.
            </summary>
            <param name="plannerToUpdate">The Planner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.UpdateResponseAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Planner using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerToUpdate">The Planner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.PutAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Planner using PUT.
            </summary>
            <param name="plannerToUpdate">The Planner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.PutResponseAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Planner using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerToUpdate">The Planner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Planner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Planner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.InitializeCollectionProperties(Microsoft.Graph.Planner)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerToInitialize">The <see cref="T:Microsoft.Graph.Planner"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerRequestBuilder">
            <summary>
            The type PlannerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerRequestBuilder.Buckets">
            <summary>
            Gets the request builder for Buckets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerRequestBuilder.Plans">
            <summary>
            Gets the request builder for Plans.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerTaskDetailsRequest">
            <summary>
            The type PlannerTaskDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerTaskDetailsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.CreateAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerTaskDetails using POST.
            </summary>
            <param name="plannerTaskDetailsToCreate">The PlannerTaskDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.CreateResponseAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerTaskDetails using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerTaskDetailsToCreate">The PlannerTaskDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerTaskDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerTaskDetails and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerTaskDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerTaskDetails and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.UpdateAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTaskDetails using PATCH.
            </summary>
            <param name="plannerTaskDetailsToUpdate">The PlannerTaskDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.UpdateResponseAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTaskDetails using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerTaskDetailsToUpdate">The PlannerTaskDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.PutAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTaskDetails using PUT.
            </summary>
            <param name="plannerTaskDetailsToUpdate">The PlannerTaskDetails object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.PutResponseAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTaskDetails using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerTaskDetailsToUpdate">The PlannerTaskDetails object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTaskDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTaskDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerTaskDetails)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerTaskDetailsToInitialize">The <see cref="T:Microsoft.Graph.PlannerTaskDetails"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerTaskDetailsRequestBuilder">
            <summary>
            The type PlannerTaskDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerTaskDetailsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerTaskRequest">
            <summary>
            The type PlannerTaskRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerTaskRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.CreateAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerTask using POST.
            </summary>
            <param name="plannerTaskToCreate">The PlannerTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.CreateResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerTask using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerTaskToCreate">The PlannerTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerTask and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerTask and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.UpdateAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTask using PATCH.
            </summary>
            <param name="plannerTaskToUpdate">The PlannerTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.UpdateResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTask using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerTaskToUpdate">The PlannerTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.PutAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTask using PUT.
            </summary>
            <param name="plannerTaskToUpdate">The PlannerTask object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.PutResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTask using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerTaskToUpdate">The PlannerTask object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerTask)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerTaskToInitialize">The <see cref="T:Microsoft.Graph.PlannerTask"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerTaskRequestBuilder">
            <summary>
            The type PlannerTaskRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerTaskRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskRequestBuilder.AssignedToTaskBoardFormat">
            <summary>
            Gets the request builder for AssignedToTaskBoardFormat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskRequestBuilder.BucketTaskBoardFormat">
            <summary>
            Gets the request builder for BucketTaskBoardFormat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskRequestBuilder.Details">
            <summary>
            Gets the request builder for Details.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskRequestBuilder.ProgressTaskBoardFormat">
            <summary>
            Gets the request builder for ProgressTaskBoardFormat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerTasksCollectionPage">
            <summary>
            The type PlannerTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerTasksCollectionRequest">
            <summary>
            The type PlannerTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerTasksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerTasksCollectionRequestBuilder">
            <summary>
            The type PlannerTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerTasksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerPlannerTask.
            </summary>
            <param name="id">The ID for the PlannerPlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerTasksCollectionResponse">
            <summary>
            The type PlannerTasksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTasksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerTasksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTasksCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTasksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserPlansCollectionPage">
            <summary>
            The type PlannerUserPlansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserPlansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerUserPlansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserPlansCollectionRequest">
            <summary>
            The type PlannerUserPlansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerUserPlansCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserPlansCollectionRequestBuilder">
            <summary>
            The type PlannerUserPlansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerUserPlansCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserPlansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/> for the specified PlannerUserPlannerPlan.
            </summary>
            <param name="id">The ID for the PlannerUserPlannerPlan.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserPlansCollectionResponse">
            <summary>
            The type PlannerUserPlansCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserPlansCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerUserPlansCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserPlansCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserPlansCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserRequest">
            <summary>
            The type PlannerUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerUserRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.CreateAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerUser using POST.
            </summary>
            <param name="plannerUserToCreate">The PlannerUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.CreateResponseAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerUser using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerUserToCreate">The PlannerUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerUser and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerUser and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.UpdateAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerUser using PATCH.
            </summary>
            <param name="plannerUserToUpdate">The PlannerUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.UpdateResponseAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerUser using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerUserToUpdate">The PlannerUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.PutAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerUser using PUT.
            </summary>
            <param name="plannerUserToUpdate">The PlannerUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.PutResponseAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerUser using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="plannerUserToUpdate">The PlannerUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerUser)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerUserToInitialize">The <see cref="T:Microsoft.Graph.PlannerUser"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserRequestBuilder">
            <summary>
            The type PlannerUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerUserRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserRequestBuilder.Plans">
            <summary>
            Gets the request builder for Plans.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerUserPlansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerUserTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserTasksCollectionPage">
            <summary>
            The type PlannerUserTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerUserTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserTasksCollectionRequest">
            <summary>
            The type PlannerUserTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerUserTasksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserTasksCollectionRequestBuilder">
            <summary>
            The type PlannerUserTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerUserTasksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerUserPlannerTask.
            </summary>
            <param name="id">The ID for the PlannerUserPlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserTasksCollectionResponse">
            <summary>
            The type PlannerUserTasksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserTasksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerUserTasksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserTasksCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserTasksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlayPromptOperationRequest">
            <summary>
            The type PlayPromptOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlayPromptOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.CreateAsync(Microsoft.Graph.PlayPromptOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlayPromptOperation using POST.
            </summary>
            <param name="playPromptOperationToCreate">The PlayPromptOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlayPromptOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.CreateResponseAsync(Microsoft.Graph.PlayPromptOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlayPromptOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="playPromptOperationToCreate">The PlayPromptOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlayPromptOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlayPromptOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlayPromptOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlayPromptOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlayPromptOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.UpdateAsync(Microsoft.Graph.PlayPromptOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlayPromptOperation using PATCH.
            </summary>
            <param name="playPromptOperationToUpdate">The PlayPromptOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PlayPromptOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.UpdateResponseAsync(Microsoft.Graph.PlayPromptOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlayPromptOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="playPromptOperationToUpdate">The PlayPromptOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.PutAsync(Microsoft.Graph.PlayPromptOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlayPromptOperation using PUT.
            </summary>
            <param name="playPromptOperationToUpdate">The PlayPromptOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.PutResponseAsync(Microsoft.Graph.PlayPromptOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlayPromptOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="playPromptOperationToUpdate">The PlayPromptOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlayPromptOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlayPromptOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequest.InitializeCollectionProperties(Microsoft.Graph.PlayPromptOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="playPromptOperationToInitialize">The <see cref="T:Microsoft.Graph.PlayPromptOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlayPromptOperationRequestBuilder">
            <summary>
            The type PlayPromptOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlayPromptOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlayPromptOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyBaseRequest">
            <summary>
            The type PolicyBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PolicyBaseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.CreateAsync(Microsoft.Graph.PolicyBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PolicyBase using POST.
            </summary>
            <param name="policyBaseToCreate">The PolicyBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PolicyBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.CreateResponseAsync(Microsoft.Graph.PolicyBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PolicyBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="policyBaseToCreate">The PolicyBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PolicyBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PolicyBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PolicyBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PolicyBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PolicyBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.UpdateAsync(Microsoft.Graph.PolicyBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyBase using PATCH.
            </summary>
            <param name="policyBaseToUpdate">The PolicyBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PolicyBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.UpdateResponseAsync(Microsoft.Graph.PolicyBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="policyBaseToUpdate">The PolicyBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.PutAsync(Microsoft.Graph.PolicyBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyBase using PUT.
            </summary>
            <param name="policyBaseToUpdate">The PolicyBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.PutResponseAsync(Microsoft.Graph.PolicyBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="policyBaseToUpdate">The PolicyBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PolicyBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PolicyBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequest.InitializeCollectionProperties(Microsoft.Graph.PolicyBase)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="policyBaseToInitialize">The <see cref="T:Microsoft.Graph.PolicyBase"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PolicyBaseRequestBuilder">
            <summary>
            The type PolicyBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PolicyBaseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionPage">
            <summary>
            The type PolicyRootActivityBasedTimeoutPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest">
            <summary>
            The type PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityBasedTimeoutPolicy to the collection via POST.
            </summary>
            <param name="activityBasedTimeoutPolicy">The ActivityBasedTimeoutPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityBasedTimeoutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityBasedTimeoutPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="activityBasedTimeoutPolicy">The ActivityBasedTimeoutPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityBasedTimeoutPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder">
            <summary>
            The type PolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IActivityBasedTimeoutPolicyRequestBuilder"/> for the specified PolicyRootActivityBasedTimeoutPolicy.
            </summary>
            <param name="id">The ID for the PolicyRootActivityBasedTimeoutPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IActivityBasedTimeoutPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionResponse">
            <summary>
            The type PolicyRootActivityBasedTimeoutPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootActivityBasedTimeoutPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionPage">
            <summary>
            The type PolicyRootClaimsMappingPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest">
            <summary>
            The type PolicyRootClaimsMappingPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PolicyRootClaimsMappingPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ClaimsMappingPolicy to the collection via POST.
            </summary>
            <param name="claimsMappingPolicy">The ClaimsMappingPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ClaimsMappingPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ClaimsMappingPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="claimsMappingPolicy">The ClaimsMappingPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequestBuilder">
            <summary>
            The type PolicyRootClaimsMappingPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PolicyRootClaimsMappingPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IClaimsMappingPolicyRequestBuilder"/> for the specified PolicyRootClaimsMappingPolicy.
            </summary>
            <param name="id">The ID for the PolicyRootClaimsMappingPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IClaimsMappingPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionResponse">
            <summary>
            The type PolicyRootClaimsMappingPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootClaimsMappingPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionPage">
            <summary>
            The type PolicyRootConditionalAccessPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest">
            <summary>
            The type PolicyRootConditionalAccessPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PolicyRootConditionalAccessPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConditionalAccessPolicy to the collection via POST.
            </summary>
            <param name="conditionalAccessPolicy">The ConditionalAccessPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConditionalAccessPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.ConditionalAccessPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConditionalAccessPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conditionalAccessPolicy">The ConditionalAccessPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConditionalAccessPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequestBuilder">
            <summary>
            The type PolicyRootConditionalAccessPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PolicyRootConditionalAccessPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConditionalAccessPolicyRequestBuilder"/> for the specified PolicyRootConditionalAccessPolicy.
            </summary>
            <param name="id">The ID for the PolicyRootConditionalAccessPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConditionalAccessPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionResponse">
            <summary>
            The type PolicyRootConditionalAccessPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootConditionalAccessPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionPage">
            <summary>
            The type PolicyRootFeatureRolloutPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest">
            <summary>
            The type PolicyRootFeatureRolloutPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PolicyRootFeatureRolloutPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest.AddAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified FeatureRolloutPolicy to the collection via POST.
            </summary>
            <param name="featureRolloutPolicy">The FeatureRolloutPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FeatureRolloutPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.FeatureRolloutPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified FeatureRolloutPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="featureRolloutPolicy">The FeatureRolloutPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FeatureRolloutPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FeatureRolloutPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequestBuilder">
            <summary>
            The type PolicyRootFeatureRolloutPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PolicyRootFeatureRolloutPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IFeatureRolloutPolicyRequestBuilder"/> for the specified PolicyRootFeatureRolloutPolicy.
            </summary>
            <param name="id">The ID for the PolicyRootFeatureRolloutPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IFeatureRolloutPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionResponse">
            <summary>
            The type PolicyRootFeatureRolloutPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootFeatureRolloutPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionPage">
            <summary>
            The type PolicyRootHomeRealmDiscoveryPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest">
            <summary>
            The type PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.AddAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified HomeRealmDiscoveryPolicy to the collection via POST.
            </summary>
            <param name="homeRealmDiscoveryPolicy">The HomeRealmDiscoveryPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created HomeRealmDiscoveryPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified HomeRealmDiscoveryPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="homeRealmDiscoveryPolicy">The HomeRealmDiscoveryPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder">
            <summary>
            The type PolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequestBuilder"/> for the specified PolicyRootHomeRealmDiscoveryPolicy.
            </summary>
            <param name="id">The ID for the PolicyRootHomeRealmDiscoveryPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionResponse">
            <summary>
            The type PolicyRootHomeRealmDiscoveryPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootHomeRealmDiscoveryPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionPage">
            <summary>
            The type PolicyRootPermissionGrantPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest">
            <summary>
            The type PolicyRootPermissionGrantPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PolicyRootPermissionGrantPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest.AddAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PermissionGrantPolicy to the collection via POST.
            </summary>
            <param name="permissionGrantPolicy">The PermissionGrantPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PermissionGrantPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.PermissionGrantPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PermissionGrantPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="permissionGrantPolicy">The PermissionGrantPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PermissionGrantPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequestBuilder">
            <summary>
            The type PolicyRootPermissionGrantPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PolicyRootPermissionGrantPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPermissionGrantPolicyRequestBuilder"/> for the specified PolicyRootPermissionGrantPolicy.
            </summary>
            <param name="id">The ID for the PolicyRootPermissionGrantPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionGrantPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionResponse">
            <summary>
            The type PolicyRootPermissionGrantPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootPermissionGrantPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootRequest">
            <summary>
            The type PolicyRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PolicyRootRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.CreateAsync(Microsoft.Graph.PolicyRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PolicyRoot using POST.
            </summary>
            <param name="policyRootToCreate">The PolicyRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PolicyRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.CreateResponseAsync(Microsoft.Graph.PolicyRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PolicyRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="policyRootToCreate">The PolicyRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PolicyRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PolicyRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PolicyRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PolicyRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PolicyRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.UpdateAsync(Microsoft.Graph.PolicyRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyRoot using PATCH.
            </summary>
            <param name="policyRootToUpdate">The PolicyRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PolicyRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.UpdateResponseAsync(Microsoft.Graph.PolicyRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="policyRootToUpdate">The PolicyRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.PutAsync(Microsoft.Graph.PolicyRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyRoot using PUT.
            </summary>
            <param name="policyRootToUpdate">The PolicyRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.PutResponseAsync(Microsoft.Graph.PolicyRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PolicyRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="policyRootToUpdate">The PolicyRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PolicyRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PolicyRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequest.InitializeCollectionProperties(Microsoft.Graph.PolicyRoot)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="policyRootToInitialize">The <see cref="T:Microsoft.Graph.PolicyRoot"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootRequestBuilder">
            <summary>
            The type PolicyRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PolicyRootRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.AuthenticationMethodsPolicy">
            <summary>
            Gets the request builder for AuthenticationMethodsPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodsPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.AuthenticationFlowsPolicy">
            <summary>
            Gets the request builder for AuthenticationFlowsPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationFlowsPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.ActivityBasedTimeoutPolicies">
            <summary>
            Gets the request builder for ActivityBasedTimeoutPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootActivityBasedTimeoutPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.AuthorizationPolicy">
            <summary>
            Gets the request builder for AuthorizationPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthorizationPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.ClaimsMappingPolicies">
            <summary>
            Gets the request builder for ClaimsMappingPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootClaimsMappingPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.CrossTenantAccessPolicy">
            <summary>
            Gets the request builder for CrossTenantAccessPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICrossTenantAccessPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.HomeRealmDiscoveryPolicies">
            <summary>
            Gets the request builder for HomeRealmDiscoveryPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootHomeRealmDiscoveryPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.PermissionGrantPolicies">
            <summary>
            Gets the request builder for PermissionGrantPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootPermissionGrantPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.TokenIssuancePolicies">
            <summary>
            Gets the request builder for TokenIssuancePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.TokenLifetimePolicies">
            <summary>
            Gets the request builder for TokenLifetimePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.FeatureRolloutPolicies">
            <summary>
            Gets the request builder for FeatureRolloutPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootFeatureRolloutPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.AdminConsentRequestPolicy">
            <summary>
            Gets the request builder for AdminConsentRequestPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdminConsentRequestPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.ConditionalAccessPolicies">
            <summary>
            Gets the request builder for ConditionalAccessPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootConditionalAccessPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.IdentitySecurityDefaultsEnforcementPolicy">
            <summary>
            Gets the request builder for IdentitySecurityDefaultsEnforcementPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIdentitySecurityDefaultsEnforcementPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.RoleManagementPolicies">
            <summary>
            Gets the request builder for RoleManagementPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRequestBuilder.RoleManagementPolicyAssignments">
            <summary>
            Gets the request builder for RoleManagementPolicyAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionPage">
            <summary>
            The type PolicyRootRoleManagementPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest">
            <summary>
            The type PolicyRootRoleManagementPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PolicyRootRoleManagementPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicy to the collection via POST.
            </summary>
            <param name="unifiedRoleManagementPolicy">The UnifiedRoleManagementPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleManagementPolicy">The UnifiedRoleManagementPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequestBuilder">
            <summary>
            The type PolicyRootRoleManagementPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PolicyRootRoleManagementPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRequestBuilder"/> for the specified PolicyRootUnifiedRoleManagementPolicy.
            </summary>
            <param name="id">The ID for the PolicyRootUnifiedRoleManagementPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionResponse">
            <summary>
            The type PolicyRootRoleManagementPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPolicyRootRoleManagementPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRoleManagementPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionPage">
            <summary>
            The type PolicyRootRoleManagementPolicyAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest">
            <summary>
            The type PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicyAssignment to the collection via POST.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignment">The UnifiedRoleManagementPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicyAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignment">The UnifiedRoleManagementPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder">
            <summary>
            The type PolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequestBuilder"/> for the specified PolicyRootUnifiedRoleManagementPolicyAssignment.
            </summary>
            <param name="id">The ID for the PolicyRootUnifiedRoleManagementPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionResponse">
            <summary>
            The type PolicyRootRoleManagementPolicyAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPolicyRootRoleManagementPolicyAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootRoleManagementPolicyAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionPage">
            <summary>
            The type PolicyRootTokenIssuancePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest">
            <summary>
            The type PolicyRootTokenIssuancePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PolicyRootTokenIssuancePoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest.AddAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenIssuancePolicy to the collection via POST.
            </summary>
            <param name="tokenIssuancePolicy">The TokenIssuancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenIssuancePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="tokenIssuancePolicy">The TokenIssuancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequestBuilder">
            <summary>
            The type PolicyRootTokenIssuancePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PolicyRootTokenIssuancePoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITokenIssuancePolicyRequestBuilder"/> for the specified PolicyRootTokenIssuancePolicy.
            </summary>
            <param name="id">The ID for the PolicyRootTokenIssuancePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITokenIssuancePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionResponse">
            <summary>
            The type PolicyRootTokenIssuancePoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPolicyRootTokenIssuancePoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootTokenIssuancePoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionPage">
            <summary>
            The type PolicyRootTokenLifetimePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest">
            <summary>
            The type PolicyRootTokenLifetimePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PolicyRootTokenLifetimePoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest.AddAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenLifetimePolicy to the collection via POST.
            </summary>
            <param name="tokenLifetimePolicy">The TokenLifetimePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest.AddResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenLifetimePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="tokenLifetimePolicy">The TokenLifetimePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequestBuilder">
            <summary>
            The type PolicyRootTokenLifetimePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PolicyRootTokenLifetimePoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITokenLifetimePolicyRequestBuilder"/> for the specified PolicyRootTokenLifetimePolicy.
            </summary>
            <param name="id">The ID for the PolicyRootTokenLifetimePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITokenLifetimePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionResponse">
            <summary>
            The type PolicyRootTokenLifetimePoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPolicyRootTokenLifetimePoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PolicyRootTokenLifetimePoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostAttachmentsCollectionPage">
            <summary>
            The type PostAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostAttachmentsCollectionRequest">
            <summary>
            The type PostAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostAttachmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostAttachmentsCollectionRequestBuilder">
            <summary>
            The type PostAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PostAttachmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/> for the specified PostAttachment.
            </summary>
            <param name="id">The ID for the PostAttachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequestBuilder.CreateUploadSession(Microsoft.Graph.AttachmentItem)">
            <summary>
            Gets the request builder for AttachmentCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostAttachmentsCollectionResponse">
            <summary>
            The type PostAttachmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostAttachmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPostAttachmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostAttachmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostAttachmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostExtensionsCollectionPage">
            <summary>
            The type PostExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostExtensionsCollectionRequest">
            <summary>
            The type PostExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostExtensionsCollectionRequestBuilder">
            <summary>
            The type PostExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PostExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified PostExtension.
            </summary>
            <param name="id">The ID for the PostExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostExtensionsCollectionResponse">
            <summary>
            The type PostExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPostExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostExtensionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostForwardRequest">
            <summary>
            The type PostForwardRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostForwardRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostForwardRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostForwardRequestBuilder">
            <summary>
            The type PostForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PostForwardRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="ToRecipients">A ToRecipients parameter for the OData method call.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type PostMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type PostMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type PostMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PostMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified PostMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the PostMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type PostMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostReplyRequest">
            <summary>
            The type PostReplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostReplyRequestBuilder">
            <summary>
            The type PostReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Post)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PostReplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Post">A Post parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostRequest">
            <summary>
            The type PostRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.CreateAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Post using POST.
            </summary>
            <param name="postToCreate">The Post to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.CreateResponseAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Post using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="postToCreate">The Post to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Post.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Post and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Post.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Post and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.UpdateAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Post using PATCH.
            </summary>
            <param name="postToUpdate">The Post to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.UpdateResponseAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Post using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="postToUpdate">The Post to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.PutAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Post using PUT.
            </summary>
            <param name="postToUpdate">The Post object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.PutResponseAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Post using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="postToUpdate">The Post object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.InitializeCollectionProperties(Microsoft.Graph.Post)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="postToInitialize">The <see cref="T:Microsoft.Graph.Post"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PostRequestBuilder">
            <summary>
            The type PostRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PostRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PostRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostRequestBuilder.InReplyTo">
            <summary>
            Gets the request builder for InReplyTo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequestBuilder.Forward(System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},System.String)">
            <summary>
            Gets the request builder for PostForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequestBuilder.Reply(Microsoft.Graph.Post)">
            <summary>
            Gets the request builder for PostReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostReplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type PostSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type PostSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.AddResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type PostSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PostSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified PostSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the PostSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type PostSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PresenceClearPresenceRequest">
            <summary>
            The type PresenceClearPresenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearPresenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PresenceClearPresenceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PresenceClearPresenceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearPresenceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearPresenceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearPresenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearPresenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PresenceClearPresenceRequestBuilder">
            <summary>
            The type PresenceClearPresenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearPresenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PresenceClearPresenceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearPresenceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PresenceClearUserPreferredPresenceRequest">
            <summary>
            The type PresenceClearUserPreferredPresenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearUserPreferredPresenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PresenceClearUserPreferredPresenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearUserPreferredPresenceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearUserPreferredPresenceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearUserPreferredPresenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearUserPreferredPresenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PresenceClearUserPreferredPresenceRequestBuilder">
            <summary>
            The type PresenceClearUserPreferredPresenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearUserPreferredPresenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PresenceClearUserPreferredPresenceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PresenceClearUserPreferredPresenceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PresenceRequest">
            <summary>
            The type PresenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PresenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.CreateAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Presence using POST.
            </summary>
            <param name="presenceToCreate">The Presence to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Presence.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.CreateResponseAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Presence using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="presenceToCreate">The Presence to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Presence.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Presence and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Presence.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Presence.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Presence and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.UpdateAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Presence using PATCH.
            </summary>
            <param name="presenceToUpdate">The Presence to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Presence.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.UpdateResponseAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Presence using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="presenceToUpdate">The Presence to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.PutAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Presence using PUT.
            </summary>
            <param name="presenceToUpdate">The Presence object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.PutResponseAsync(Microsoft.Graph.Presence,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Presence using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="presenceToUpdate">The Presence object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Presence,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Presence,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequest.InitializeCollectionProperties(Microsoft.Graph.Presence)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="presenceToInitialize">The <see cref="T:Microsoft.Graph.Presence"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PresenceRequestBuilder">
            <summary>
            The type PresenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PresenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequestBuilder.ClearPresence(System.String)">
            <summary>
            Gets the request builder for PresenceClearPresence.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPresenceClearPresenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequestBuilder.ClearUserPreferredPresence">
            <summary>
            Gets the request builder for PresenceClearUserPreferredPresence.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPresenceClearUserPreferredPresenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequestBuilder.SetPresence(System.String,System.String,System.String,Microsoft.Graph.Duration)">
            <summary>
            Gets the request builder for PresenceSetPresence.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPresenceSetPresenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceRequestBuilder.SetUserPreferredPresence(System.String,System.String,Microsoft.Graph.Duration)">
            <summary>
            Gets the request builder for PresenceSetUserPreferredPresence.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPresenceSetUserPreferredPresenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PresenceSetPresenceRequest">
            <summary>
            The type PresenceSetPresenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetPresenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PresenceSetPresenceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PresenceSetPresenceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetPresenceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetPresenceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetPresenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetPresenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PresenceSetPresenceRequestBuilder">
            <summary>
            The type PresenceSetPresenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetPresenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String,Microsoft.Graph.Duration)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PresenceSetPresenceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="availability">A availability parameter for the OData method call.</param>
            <param name="activity">A activity parameter for the OData method call.</param>
            <param name="sessionId">A sessionId parameter for the OData method call.</param>
            <param name="expirationDuration">A expirationDuration parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetPresenceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PresenceSetUserPreferredPresenceRequest">
            <summary>
            The type PresenceSetUserPreferredPresenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetUserPreferredPresenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PresenceSetUserPreferredPresenceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PresenceSetUserPreferredPresenceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetUserPreferredPresenceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetUserPreferredPresenceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetUserPreferredPresenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetUserPreferredPresenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PresenceSetUserPreferredPresenceRequestBuilder">
            <summary>
            The type PresenceSetUserPreferredPresenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetUserPreferredPresenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,Microsoft.Graph.Duration)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PresenceSetUserPreferredPresenceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="availability">A availability parameter for the OData method call.</param>
            <param name="activity">A activity parameter for the OData method call.</param>
            <param name="expirationDuration">A expirationDuration parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.PresenceSetUserPreferredPresenceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintConnectorReferenceRequest">
            <summary>
            The type PrintConnectorReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintConnectorReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintConnector reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintConnector reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrintConnector reference.
            </summary>
            <param name="id">The PrintConnector reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrintConnector reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The PrintConnector reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintConnectorReferenceRequestBuilder">
            <summary>
            The type PrintConnectorReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintConnectorReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintConnectorRequest">
            <summary>
            The type PrintConnectorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintConnectorRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.CreateAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintConnector using POST.
            </summary>
            <param name="printConnectorToCreate">The PrintConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.CreateResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintConnector using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printConnectorToCreate">The PrintConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.UpdateAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintConnector using PATCH.
            </summary>
            <param name="printConnectorToUpdate">The PrintConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.UpdateResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintConnector using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printConnectorToUpdate">The PrintConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.PutAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintConnector using PUT.
            </summary>
            <param name="printConnectorToUpdate">The PrintConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.PutResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintConnector using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printConnectorToUpdate">The PrintConnector object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequest.InitializeCollectionProperties(Microsoft.Graph.PrintConnector)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printConnectorToInitialize">The <see cref="T:Microsoft.Graph.PrintConnector"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrintConnectorRequestBuilder">
            <summary>
            The type PrintConnectorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintConnectorRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintConnectorsCollectionPage">
            <summary>
            The type PrintConnectorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintConnectorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintConnectorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintConnectorsCollectionRequest">
            <summary>
            The type PrintConnectorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintConnectorsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequest.AddAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintConnector to the collection via POST.
            </summary>
            <param name="printConnector">The PrintConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintConnector to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printConnector">The PrintConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintConnectorsCollectionRequestBuilder">
            <summary>
            The type PrintConnectorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintConnectorsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintConnectorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintConnectorRequestBuilder"/> for the specified PrintPrintConnector.
            </summary>
            <param name="id">The ID for the PrintPrintConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintConnectorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintConnectorsCollectionResponse">
            <summary>
            The type PrintConnectorsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintConnectorsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrintConnectorsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintConnectorsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintConnectorsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintConnectorWithReferenceRequest">
            <summary>
            The type PrintConnectorWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintConnectorWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequest.CreateAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintConnector using POST.
            </summary>
            <param name="printConnectorToCreate">The PrintConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintConnector using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printConnectorToCreate">The PrintConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequest.UpdateAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintConnector using PATCH.
            </summary>
            <param name="printConnectorToUpdate">The PrintConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintConnector using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printConnectorToUpdate">The PrintConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintConnector and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintConnectorWithReferenceRequestBuilder">
            <summary>
            The type PrintConnectorWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintConnectorWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintConnectorWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintConnectorWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the printConnector.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintConnectorReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintDocumentContentRequest">
            <summary>
            The type PrintDocumentContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintDocumentContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintDocumentContentRequestBuilder">
            <summary>
            The type PrintDocumentContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintDocumentContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintDocumentCreateUploadSessionRequest">
            <summary>
            The type PrintDocumentCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentCreateUploadSessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintDocumentCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintDocumentCreateUploadSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentCreateUploadSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentCreateUploadSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentCreateUploadSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentCreateUploadSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintDocumentCreateUploadSessionRequestBuilder">
            <summary>
            The type PrintDocumentCreateUploadSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentCreateUploadSessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.PrintDocumentUploadProperties)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PrintDocumentCreateUploadSessionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="properties">A properties parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentCreateUploadSessionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintDocumentRequest">
            <summary>
            The type PrintDocumentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintDocumentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.CreateAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintDocument using POST.
            </summary>
            <param name="printDocumentToCreate">The PrintDocument to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintDocument.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.CreateResponseAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintDocument using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printDocumentToCreate">The PrintDocument to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintDocument.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintDocument and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintDocument.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintDocument.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintDocument and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.UpdateAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintDocument using PATCH.
            </summary>
            <param name="printDocumentToUpdate">The PrintDocument to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintDocument.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.UpdateResponseAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintDocument using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printDocumentToUpdate">The PrintDocument to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.PutAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintDocument using PUT.
            </summary>
            <param name="printDocumentToUpdate">The PrintDocument object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.PutResponseAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintDocument using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printDocumentToUpdate">The PrintDocument object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintDocument,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintDocument,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequest.InitializeCollectionProperties(Microsoft.Graph.PrintDocument)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printDocumentToInitialize">The <see cref="T:Microsoft.Graph.PrintDocument"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrintDocumentRequestBuilder">
            <summary>
            The type PrintDocumentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintDocumentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintDocumentRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintDocumentContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintDocumentRequestBuilder.CreateUploadSession(Microsoft.Graph.PrintDocumentUploadProperties)">
            <summary>
            Gets the request builder for PrintDocumentCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintDocumentCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterBaseJobsCollectionPage">
            <summary>
            The type PrinterBaseJobsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBaseJobsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrinterBaseJobsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterBaseJobsCollectionRequest">
            <summary>
            The type PrinterBaseJobsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterBaseJobsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequest.AddAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintJob to the collection via POST.
            </summary>
            <param name="printJob">The PrintJob to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintJob to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printJob">The PrintJob to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintJob,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintJob,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterBaseJobsCollectionRequestBuilder">
            <summary>
            The type PrinterBaseJobsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterBaseJobsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseJobsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterBaseJobsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintJobRequestBuilder"/> for the specified PrinterBasePrintJob.
            </summary>
            <param name="id">The ID for the PrinterBasePrintJob.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterBaseJobsCollectionResponse">
            <summary>
            The type PrinterBaseJobsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBaseJobsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrinterBaseJobsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBaseJobsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterBaseJobsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterBaseRequest">
            <summary>
            The type PrinterBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterBaseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.CreateAsync(Microsoft.Graph.PrinterBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterBase using POST.
            </summary>
            <param name="printerBaseToCreate">The PrinterBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrinterBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.CreateResponseAsync(Microsoft.Graph.PrinterBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerBaseToCreate">The PrinterBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrinterBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.UpdateAsync(Microsoft.Graph.PrinterBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterBase using PATCH.
            </summary>
            <param name="printerBaseToUpdate">The PrinterBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrinterBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.UpdateResponseAsync(Microsoft.Graph.PrinterBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerBaseToUpdate">The PrinterBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.PutAsync(Microsoft.Graph.PrinterBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterBase using PUT.
            </summary>
            <param name="printerBaseToUpdate">The PrinterBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.PutResponseAsync(Microsoft.Graph.PrinterBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerBaseToUpdate">The PrinterBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequest.InitializeCollectionProperties(Microsoft.Graph.PrinterBase)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printerBaseToInitialize">The <see cref="T:Microsoft.Graph.PrinterBase"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrinterBaseRequestBuilder">
            <summary>
            The type PrinterBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterBaseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterBaseRequestBuilder.Jobs">
            <summary>
            Gets the request builder for Jobs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterBaseJobsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterConnectorsCollectionReferencesRequest">
            <summary>
            The type PrinterConnectorsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterConnectorsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionReferencesRequest.AddAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintConnector to the collection via POST.
            </summary>
            <param name="printConnector">The PrintConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.PrintConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintConnector to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printConnector">The PrintConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterConnectorsCollectionReferencesRequestBuilder">
            <summary>
            The type PrinterConnectorsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterConnectorsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesPage">
            <summary>
            The type PrinterConnectorsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequest">
            <summary>
            The type PrinterConnectorsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterConnectorsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequestBuilder">
            <summary>
            The type PrinterConnectorsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterConnectorsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintConnectorWithReferenceRequestBuilder"/> for the specified PrinterPrintConnector.
            </summary>
            <param name="id">The ID for the PrinterPrintConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintConnectorWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterConnectorsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterConnectorsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesResponse">
            <summary>
            The type PrinterConnectorsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterConnectorsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterCreateOperationRequest">
            <summary>
            The type PrinterCreateOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterCreateOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.CreateAsync(Microsoft.Graph.PrinterCreateOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterCreateOperation using POST.
            </summary>
            <param name="printerCreateOperationToCreate">The PrinterCreateOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrinterCreateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.CreateResponseAsync(Microsoft.Graph.PrinterCreateOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterCreateOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerCreateOperationToCreate">The PrinterCreateOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterCreateOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterCreateOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterCreateOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrinterCreateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterCreateOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.UpdateAsync(Microsoft.Graph.PrinterCreateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterCreateOperation using PATCH.
            </summary>
            <param name="printerCreateOperationToUpdate">The PrinterCreateOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrinterCreateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.UpdateResponseAsync(Microsoft.Graph.PrinterCreateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterCreateOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerCreateOperationToUpdate">The PrinterCreateOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.PutAsync(Microsoft.Graph.PrinterCreateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterCreateOperation using PUT.
            </summary>
            <param name="printerCreateOperationToUpdate">The PrinterCreateOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.PutResponseAsync(Microsoft.Graph.PrinterCreateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterCreateOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerCreateOperationToUpdate">The PrinterCreateOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterCreateOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterCreateOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequest.InitializeCollectionProperties(Microsoft.Graph.PrinterCreateOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printerCreateOperationToInitialize">The <see cref="T:Microsoft.Graph.PrinterCreateOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrinterCreateOperationRequestBuilder">
            <summary>
            The type PrinterCreateOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterCreateOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterCreateOperationRequestBuilder.Printer">
            <summary>
            Gets the request builder for Printer.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterCreateRequest">
            <summary>
            The type PrinterCreateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterCreateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterCreateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterCreateRequestBuilder">
            <summary>
            The type PrinterCreateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String,Microsoft.Graph.PrintCertificateSigningRequestObject,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PrinterCreateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="displayName">A displayName parameter for the OData method call.</param>
            <param name="manufacturer">A manufacturer parameter for the OData method call.</param>
            <param name="model">A model parameter for the OData method call.</param>
            <param name="certificateSigningRequest">A certificateSigningRequest parameter for the OData method call.</param>
            <param name="physicalDeviceId">A physicalDeviceId parameter for the OData method call.</param>
            <param name="hasPhysicalDevice">A hasPhysicalDevice parameter for the OData method call.</param>
            <param name="connectorId">A connectorId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterCreateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterReferenceRequest">
            <summary>
            The type PrinterReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Printer reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Printer reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Printer reference.
            </summary>
            <param name="id">The Printer reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Printer reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The Printer reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterReferenceRequestBuilder">
            <summary>
            The type PrinterReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterRequest">
            <summary>
            The type PrinterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.CreateAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Printer using POST.
            </summary>
            <param name="printerToCreate">The Printer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.CreateResponseAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Printer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerToCreate">The Printer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Printer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Printer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Printer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Printer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.UpdateAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Printer using PATCH.
            </summary>
            <param name="printerToUpdate">The Printer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.UpdateResponseAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Printer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerToUpdate">The Printer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.PutAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Printer using PUT.
            </summary>
            <param name="printerToUpdate">The Printer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.PutResponseAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Printer using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerToUpdate">The Printer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Printer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Printer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequest.InitializeCollectionProperties(Microsoft.Graph.Printer)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printerToInitialize">The <see cref="T:Microsoft.Graph.Printer"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrinterRequestBuilder">
            <summary>
            The type PrinterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterRequestBuilder.Connectors">
            <summary>
            Gets the request builder for Connectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterConnectorsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterRequestBuilder.Shares">
            <summary>
            Gets the request builder for Shares.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterRequestBuilder.TaskTriggers">
            <summary>
            Gets the request builder for TaskTriggers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterTaskTriggersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRequestBuilder.RestoreFactoryDefaults">
            <summary>
            Gets the request builder for PrinterRestoreFactoryDefaults.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterRestoreFactoryDefaultsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterRestoreFactoryDefaultsRequest">
            <summary>
            The type PrinterRestoreFactoryDefaultsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterRestoreFactoryDefaultsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterRestoreFactoryDefaultsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterRestoreFactoryDefaultsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRestoreFactoryDefaultsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRestoreFactoryDefaultsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterRestoreFactoryDefaultsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterRestoreFactoryDefaultsRequestBuilder">
            <summary>
            The type PrinterRestoreFactoryDefaultsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterRestoreFactoryDefaultsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PrinterRestoreFactoryDefaultsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterRestoreFactoryDefaultsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareAllowedGroupsCollectionReferencesRequest">
            <summary>
            The type PrinterShareAllowedGroupsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterShareAllowedGroupsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionReferencesRequest.AddAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareAllowedGroupsCollectionReferencesRequestBuilder">
            <summary>
            The type PrinterShareAllowedGroupsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterShareAllowedGroupsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesPage">
            <summary>
            The type PrinterShareAllowedGroupsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequest">
            <summary>
            The type PrinterShareAllowedGroupsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterShareAllowedGroupsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder">
            <summary>
            The type PrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder"/> for the specified PrinterShareGroup.
            </summary>
            <param name="id">The ID for the PrinterShareGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesResponse">
            <summary>
            The type PrinterShareAllowedGroupsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareAllowedGroupsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareAllowedUsersCollectionReferencesRequest">
            <summary>
            The type PrinterShareAllowedUsersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterShareAllowedUsersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareAllowedUsersCollectionReferencesRequestBuilder">
            <summary>
            The type PrinterShareAllowedUsersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterShareAllowedUsersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesPage">
            <summary>
            The type PrinterShareAllowedUsersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequest">
            <summary>
            The type PrinterShareAllowedUsersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterShareAllowedUsersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequestBuilder">
            <summary>
            The type PrinterShareAllowedUsersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterShareAllowedUsersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/> for the specified PrinterShareUser.
            </summary>
            <param name="id">The ID for the PrinterShareUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesResponse">
            <summary>
            The type PrinterShareAllowedUsersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareAllowedUsersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareReferenceRequest">
            <summary>
            The type PrinterShareReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterShareReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterShare reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterShare reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrinterShare reference.
            </summary>
            <param name="id">The PrinterShare reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrinterShare reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The PrinterShare reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareReferenceRequestBuilder">
            <summary>
            The type PrinterShareReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterShareReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareRequest">
            <summary>
            The type PrinterShareRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterShareRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.CreateAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterShare using POST.
            </summary>
            <param name="printerShareToCreate">The PrinterShare to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.CreateResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterShare using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerShareToCreate">The PrinterShare to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterShare.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterShare and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterShare.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterShare and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.UpdateAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterShare using PATCH.
            </summary>
            <param name="printerShareToUpdate">The PrinterShare to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.UpdateResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterShare using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerShareToUpdate">The PrinterShare to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.PutAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterShare using PUT.
            </summary>
            <param name="printerShareToUpdate">The PrinterShare object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.PutResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterShare using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerShareToUpdate">The PrinterShare object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequest.InitializeCollectionProperties(Microsoft.Graph.PrinterShare)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printerShareToInitialize">The <see cref="T:Microsoft.Graph.PrinterShare"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareRequestBuilder">
            <summary>
            The type PrinterShareRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterShareRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareRequestBuilder.AllowedGroups">
            <summary>
            Gets the request builder for AllowedGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareAllowedGroupsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareRequestBuilder.AllowedUsers">
            <summary>
            Gets the request builder for AllowedUsers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareAllowedUsersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareRequestBuilder.Printer">
            <summary>
            Gets the request builder for Printer.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterSharesCollectionReferencesRequest">
            <summary>
            The type PrinterSharesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterSharesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionReferencesRequest.AddAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrinterShare to the collection via POST.
            </summary>
            <param name="printerShare">The PrinterShare to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrinterShare to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printerShare">The PrinterShare to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterSharesCollectionReferencesRequestBuilder">
            <summary>
            The type PrinterSharesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterSharesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterSharesCollectionWithReferencesPage">
            <summary>
            The type PrinterSharesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterSharesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrinterSharesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequest">
            <summary>
            The type PrinterSharesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterSharesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequestBuilder">
            <summary>
            The type PrinterSharesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterSharesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterShareWithReferenceRequestBuilder"/> for the specified PrinterPrinterShare.
            </summary>
            <param name="id">The ID for the PrinterPrinterShare.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterSharesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterSharesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterSharesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterSharesCollectionWithReferencesResponse">
            <summary>
            The type PrinterSharesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterSharesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrinterSharesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterSharesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterSharesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareWithReferenceRequest">
            <summary>
            The type PrinterShareWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterShareWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterShare.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrinterShare and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequest.CreateAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterShare using POST.
            </summary>
            <param name="printerShareToCreate">The PrinterShare to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrinterShare using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerShareToCreate">The PrinterShare to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequest.UpdateAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterShare using PATCH.
            </summary>
            <param name="printerShareToUpdate">The PrinterShare to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrinterShare using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerShareToUpdate">The PrinterShare to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterShare.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrinterShare and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterShareWithReferenceRequestBuilder">
            <summary>
            The type PrinterShareWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterShareWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterShareWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterShareWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the printerShare.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterTaskTriggersCollectionPage">
            <summary>
            The type PrinterTaskTriggersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterTaskTriggersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrinterTaskTriggersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterTaskTriggersCollectionRequest">
            <summary>
            The type PrinterTaskTriggersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterTaskTriggersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequest.AddAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTaskTrigger to the collection via POST.
            </summary>
            <param name="printTaskTrigger">The PrintTaskTrigger to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTaskTrigger to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printTaskTrigger">The PrintTaskTrigger to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskTrigger,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskTrigger,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterTaskTriggersCollectionRequestBuilder">
            <summary>
            The type PrinterTaskTriggersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterTaskTriggersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterTaskTriggersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterTaskTriggersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintTaskTriggerRequestBuilder"/> for the specified PrinterPrintTaskTrigger.
            </summary>
            <param name="id">The ID for the PrinterPrintTaskTrigger.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskTriggerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterTaskTriggersCollectionResponse">
            <summary>
            The type PrinterTaskTriggersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterTaskTriggersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrinterTaskTriggersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterTaskTriggersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrinterTaskTriggersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrinterWithReferenceRequest">
            <summary>
            The type PrinterWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrinterWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Printer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Printer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequest.CreateAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Printer using POST.
            </summary>
            <param name="printerToCreate">The Printer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Printer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerToCreate">The Printer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequest.UpdateAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Printer using PATCH.
            </summary>
            <param name="printerToUpdate">The Printer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Printer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printerToUpdate">The Printer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Printer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Printer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Printer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Printer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrinterWithReferenceRequestBuilder">
            <summary>
            The type PrinterWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrinterWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrinterWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrinterWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the printer.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobAbortRequest">
            <summary>
            The type PrintJobAbortRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobAbortRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintJobAbortRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobAbortRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobAbortRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobAbortRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobAbortRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobAbortRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobAbortRequestBuilder">
            <summary>
            The type PrintJobAbortRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobAbortRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PrintJobAbortRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="reason">A reason parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintJobAbortRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobCancelRequest">
            <summary>
            The type PrintJobCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobCancelRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintJobCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobCancelRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobCancelRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobCancelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobCancelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobCancelRequestBuilder">
            <summary>
            The type PrintJobCancelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobCancelRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PrintJobCancelRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintJobCancelRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobDocumentsCollectionPage">
            <summary>
            The type PrintJobDocumentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobDocumentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintJobDocumentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintJobDocumentsCollectionRequest">
            <summary>
            The type PrintJobDocumentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintJobDocumentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequest.AddAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintDocument to the collection via POST.
            </summary>
            <param name="printDocument">The PrintDocument to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintDocument.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintDocument,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintDocument to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printDocument">The PrintDocument to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintDocument,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintDocument,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobDocumentsCollectionRequestBuilder">
            <summary>
            The type PrintJobDocumentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintJobDocumentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobDocumentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintJobDocumentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintDocumentRequestBuilder"/> for the specified PrintJobPrintDocument.
            </summary>
            <param name="id">The ID for the PrintJobPrintDocument.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintDocumentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobDocumentsCollectionResponse">
            <summary>
            The type PrintJobDocumentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobDocumentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrintJobDocumentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobDocumentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobDocumentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintJobRedirectRequest">
            <summary>
            The type PrintJobRedirectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRedirectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintJobRedirectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobRedirectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRedirectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRedirectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRedirectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRedirectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobRedirectRequestBuilder">
            <summary>
            The type PrintJobRedirectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRedirectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,Microsoft.Graph.PrintJobConfiguration)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PrintJobRedirectRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="destinationPrinterId">A destinationPrinterId parameter for the OData method call.</param>
            <param name="configuration">A configuration parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRedirectRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobRequest">
            <summary>
            The type PrintJobRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintJobRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.CreateAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintJob using POST.
            </summary>
            <param name="printJobToCreate">The PrintJob to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.CreateResponseAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintJob using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printJobToCreate">The PrintJob to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintJob.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintJob and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintJob.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintJob and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.UpdateAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintJob using PATCH.
            </summary>
            <param name="printJobToUpdate">The PrintJob to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintJob.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.UpdateResponseAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintJob using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printJobToUpdate">The PrintJob to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.PutAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintJob using PUT.
            </summary>
            <param name="printJobToUpdate">The PrintJob object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.PutResponseAsync(Microsoft.Graph.PrintJob,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintJob using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printJobToUpdate">The PrintJob object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintJob,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintJob,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequest.InitializeCollectionProperties(Microsoft.Graph.PrintJob)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printJobToInitialize">The <see cref="T:Microsoft.Graph.PrintJob"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrintJobRequestBuilder">
            <summary>
            The type PrintJobRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintJobRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintJobRequestBuilder.Documents">
            <summary>
            Gets the request builder for Documents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobDocumentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintJobRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequestBuilder.Cancel">
            <summary>
            Gets the request builder for PrintJobCancel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobCancelRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequestBuilder.Abort(System.String)">
            <summary>
            Gets the request builder for PrintJobAbort.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobAbortRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequestBuilder.Redirect(System.String,Microsoft.Graph.PrintJobConfiguration)">
            <summary>
            Gets the request builder for PrintJobRedirect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobRedirectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobRequestBuilder.Start">
            <summary>
            Gets the request builder for PrintJobStart.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintJobStartRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobStartRequest">
            <summary>
            The type PrintJobStartRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobStartRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintJobStartRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobStartRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobStartRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobStartRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobStartRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobStartRequestBuilder">
            <summary>
            The type PrintJobStartRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobStartRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PrintJobStartRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintJobStartRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobTasksCollectionPage">
            <summary>
            The type PrintJobTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintJobTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintJobTasksCollectionRequest">
            <summary>
            The type PrintJobTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintJobTasksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequest.AddAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTask to the collection via POST.
            </summary>
            <param name="printTask">The PrintTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printTask">The PrintTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobTasksCollectionRequestBuilder">
            <summary>
            The type PrintJobTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintJobTasksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintJobTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintJobTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintTaskRequestBuilder"/> for the specified PrintJobPrintTask.
            </summary>
            <param name="id">The ID for the PrintJobPrintTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintJobTasksCollectionResponse">
            <summary>
            The type PrintJobTasksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobTasksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrintJobTasksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobTasksCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintJobTasksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintOperationRequest">
            <summary>
            The type PrintOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.CreateAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintOperation using POST.
            </summary>
            <param name="printOperationToCreate">The PrintOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.CreateResponseAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printOperationToCreate">The PrintOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.UpdateAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintOperation using PATCH.
            </summary>
            <param name="printOperationToUpdate">The PrintOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.UpdateResponseAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printOperationToUpdate">The PrintOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.PutAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintOperation using PUT.
            </summary>
            <param name="printOperationToUpdate">The PrintOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.PutResponseAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printOperationToUpdate">The PrintOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequest.InitializeCollectionProperties(Microsoft.Graph.PrintOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printOperationToInitialize">The <see cref="T:Microsoft.Graph.PrintOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrintOperationRequestBuilder">
            <summary>
            The type PrintOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintOperationsCollectionPage">
            <summary>
            The type PrintOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintOperationsCollectionRequest">
            <summary>
            The type PrintOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequest.AddAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintOperation to the collection via POST.
            </summary>
            <param name="printOperation">The PrintOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printOperation">The PrintOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintOperationsCollectionRequestBuilder">
            <summary>
            The type PrintOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintOperationRequestBuilder"/> for the specified PrintPrintOperation.
            </summary>
            <param name="id">The ID for the PrintPrintOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintOperationsCollectionResponse">
            <summary>
            The type PrintOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrintOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintOperationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintPrintersCollectionPage">
            <summary>
            The type PrintPrintersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintPrintersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintPrintersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintPrintersCollectionRequest">
            <summary>
            The type PrintPrintersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintPrintersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequest.AddAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Printer to the collection via POST.
            </summary>
            <param name="printer">The Printer to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Printer.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequest.AddResponseAsync(Microsoft.Graph.Printer,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Printer to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printer">The Printer to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Printer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Printer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintPrintersCollectionRequestBuilder">
            <summary>
            The type PrintPrintersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintPrintersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintPrintersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterRequestBuilder"/> for the specified PrintPrinter.
            </summary>
            <param name="id">The ID for the PrintPrinter.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintPrintersCollectionRequestBuilder.Create(System.String,System.String,System.String,Microsoft.Graph.PrintCertificateSigningRequestObject,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Gets the request builder for PrinterCreate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterCreateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintPrintersCollectionResponse">
            <summary>
            The type PrintPrintersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintPrintersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrintPrintersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintPrintersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintPrintersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintRequest">
            <summary>
            The type PrintRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.CreateAsync(Microsoft.Graph.Print,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Print using POST.
            </summary>
            <param name="printToCreate">The Print to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Print.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.CreateResponseAsync(Microsoft.Graph.Print,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Print using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printToCreate">The Print to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Print.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Print and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Print.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Print.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Print and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.UpdateAsync(Microsoft.Graph.Print,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Print using PATCH.
            </summary>
            <param name="printToUpdate">The Print to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Print.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.UpdateResponseAsync(Microsoft.Graph.Print,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Print using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printToUpdate">The Print to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.PutAsync(Microsoft.Graph.Print,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Print using PUT.
            </summary>
            <param name="printToUpdate">The Print object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.PutResponseAsync(Microsoft.Graph.Print,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Print using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printToUpdate">The Print object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Print,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Print,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequest.InitializeCollectionProperties(Microsoft.Graph.Print)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printToInitialize">The <see cref="T:Microsoft.Graph.Print"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrintRequestBuilder">
            <summary>
            The type PrintRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintRequestBuilder.Connectors">
            <summary>
            Gets the request builder for Connectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintConnectorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintRequestBuilder.Printers">
            <summary>
            Gets the request builder for Printers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintPrintersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintRequestBuilder.Services">
            <summary>
            Gets the request builder for Services.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintServicesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintRequestBuilder.Shares">
            <summary>
            Gets the request builder for Shares.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintSharesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintRequestBuilder.TaskDefinitions">
            <summary>
            Gets the request builder for TaskDefinitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintServiceEndpointRequest">
            <summary>
            The type PrintServiceEndpointRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintServiceEndpointRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.CreateAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintServiceEndpoint using POST.
            </summary>
            <param name="printServiceEndpointToCreate">The PrintServiceEndpoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintServiceEndpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.CreateResponseAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintServiceEndpoint using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printServiceEndpointToCreate">The PrintServiceEndpoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintServiceEndpoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintServiceEndpoint and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintServiceEndpoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintServiceEndpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintServiceEndpoint and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.UpdateAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintServiceEndpoint using PATCH.
            </summary>
            <param name="printServiceEndpointToUpdate">The PrintServiceEndpoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintServiceEndpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.UpdateResponseAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintServiceEndpoint using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printServiceEndpointToUpdate">The PrintServiceEndpoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.PutAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintServiceEndpoint using PUT.
            </summary>
            <param name="printServiceEndpointToUpdate">The PrintServiceEndpoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.PutResponseAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintServiceEndpoint using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printServiceEndpointToUpdate">The PrintServiceEndpoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintServiceEndpoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintServiceEndpoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequest.InitializeCollectionProperties(Microsoft.Graph.PrintServiceEndpoint)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printServiceEndpointToInitialize">The <see cref="T:Microsoft.Graph.PrintServiceEndpoint"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrintServiceEndpointRequestBuilder">
            <summary>
            The type PrintServiceEndpointRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintServiceEndpointRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintServiceEndpointsCollectionPage">
            <summary>
            The type PrintServiceEndpointsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintServiceEndpointsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintServiceEndpointsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintServiceEndpointsCollectionRequest">
            <summary>
            The type PrintServiceEndpointsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintServiceEndpointsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequest.AddAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintServiceEndpoint to the collection via POST.
            </summary>
            <param name="printServiceEndpoint">The PrintServiceEndpoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintServiceEndpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintServiceEndpoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintServiceEndpoint to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printServiceEndpoint">The PrintServiceEndpoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintServiceEndpoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintServiceEndpoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintServiceEndpointsCollectionRequestBuilder">
            <summary>
            The type PrintServiceEndpointsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintServiceEndpointsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceEndpointsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintServiceEndpointsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintServiceEndpointRequestBuilder"/> for the specified PrintServicePrintServiceEndpoint.
            </summary>
            <param name="id">The ID for the PrintServicePrintServiceEndpoint.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintServiceEndpointRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintServiceEndpointsCollectionResponse">
            <summary>
            The type PrintServiceEndpointsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintServiceEndpointsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrintServiceEndpointsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintServiceEndpointsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintServiceEndpointsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintServiceRequest">
            <summary>
            The type PrintServiceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintServiceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.CreateAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintService using POST.
            </summary>
            <param name="printServiceToCreate">The PrintService to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintService.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.CreateResponseAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintService using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printServiceToCreate">The PrintService to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintService.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintService and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintService.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintService.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintService and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.UpdateAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintService using PATCH.
            </summary>
            <param name="printServiceToUpdate">The PrintService to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintService.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.UpdateResponseAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintService using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printServiceToUpdate">The PrintService to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.PutAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintService using PUT.
            </summary>
            <param name="printServiceToUpdate">The PrintService object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.PutResponseAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintService using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printServiceToUpdate">The PrintService object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintService,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintService,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequest.InitializeCollectionProperties(Microsoft.Graph.PrintService)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printServiceToInitialize">The <see cref="T:Microsoft.Graph.PrintService"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrintServiceRequestBuilder">
            <summary>
            The type PrintServiceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintServiceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServiceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintServiceRequestBuilder.Endpoints">
            <summary>
            Gets the request builder for Endpoints.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintServiceEndpointsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintServicesCollectionPage">
            <summary>
            The type PrintServicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintServicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintServicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintServicesCollectionRequest">
            <summary>
            The type PrintServicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintServicesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequest.AddAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintService to the collection via POST.
            </summary>
            <param name="printService">The PrintService to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintService.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintService,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintService to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printService">The PrintService to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintService,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintService,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintServicesCollectionRequestBuilder">
            <summary>
            The type PrintServicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintServicesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintServicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintServicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintServiceRequestBuilder"/> for the specified PrintPrintService.
            </summary>
            <param name="id">The ID for the PrintPrintService.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintServiceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintServicesCollectionResponse">
            <summary>
            The type PrintServicesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintServicesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrintServicesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintServicesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintServicesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintSharesCollectionPage">
            <summary>
            The type PrintSharesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintSharesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintSharesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintSharesCollectionRequest">
            <summary>
            The type PrintSharesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintSharesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequest.AddAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrinterShare to the collection via POST.
            </summary>
            <param name="printerShare">The PrinterShare to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrinterShare.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequest.AddResponseAsync(Microsoft.Graph.PrinterShare,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrinterShare to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printerShare">The PrinterShare to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrinterShare,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintSharesCollectionRequestBuilder">
            <summary>
            The type PrintSharesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintSharesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintSharesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintSharesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrinterShareRequestBuilder"/> for the specified PrintPrinterShare.
            </summary>
            <param name="id">The ID for the PrintPrinterShare.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrinterShareRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintSharesCollectionResponse">
            <summary>
            The type PrintSharesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintSharesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrintSharesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintSharesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintSharesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionReferenceRequest">
            <summary>
            The type PrintTaskDefinitionReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintTaskDefinitionReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskDefinition reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrintTaskDefinition reference.
            </summary>
            <param name="id">The PrintTaskDefinition reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrintTaskDefinition reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The PrintTaskDefinition reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionReferenceRequestBuilder">
            <summary>
            The type PrintTaskDefinitionReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintTaskDefinitionReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionRequest">
            <summary>
            The type PrintTaskDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintTaskDefinitionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.CreateAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskDefinition using POST.
            </summary>
            <param name="printTaskDefinitionToCreate">The PrintTaskDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.CreateResponseAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskDefinitionToCreate">The PrintTaskDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.UpdateAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskDefinition using PATCH.
            </summary>
            <param name="printTaskDefinitionToUpdate">The PrintTaskDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskDefinitionToUpdate">The PrintTaskDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.PutAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskDefinition using PUT.
            </summary>
            <param name="printTaskDefinitionToUpdate">The PrintTaskDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.PutResponseAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskDefinitionToUpdate">The PrintTaskDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequest.InitializeCollectionProperties(Microsoft.Graph.PrintTaskDefinition)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printTaskDefinitionToInitialize">The <see cref="T:Microsoft.Graph.PrintTaskDefinition"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionRequestBuilder">
            <summary>
            The type PrintTaskDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintTaskDefinitionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinitionRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionsCollectionPage">
            <summary>
            The type PrintTaskDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintTaskDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest">
            <summary>
            The type PrintTaskDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintTaskDefinitionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTaskDefinition to the collection via POST.
            </summary>
            <param name="printTaskDefinition">The PrintTaskDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTaskDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printTaskDefinition">The PrintTaskDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionsCollectionRequestBuilder">
            <summary>
            The type PrintTaskDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintTaskDefinitionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintTaskDefinitionRequestBuilder"/> for the specified PrintPrintTaskDefinition.
            </summary>
            <param name="id">The ID for the PrintPrintTaskDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionsCollectionResponse">
            <summary>
            The type PrintTaskDefinitionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinitionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrintTaskDefinitionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinitionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinitionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionTasksCollectionPage">
            <summary>
            The type PrintTaskDefinitionTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinitionTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest">
            <summary>
            The type PrintTaskDefinitionTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintTaskDefinitionTasksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest.AddAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTask to the collection via POST.
            </summary>
            <param name="printTask">The PrintTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printTask">The PrintTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequestBuilder">
            <summary>
            The type PrintTaskDefinitionTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintTaskDefinitionTasksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinitionTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintTaskRequestBuilder"/> for the specified PrintTaskDefinitionPrintTask.
            </summary>
            <param name="id">The ID for the PrintTaskDefinitionPrintTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionTasksCollectionResponse">
            <summary>
            The type PrintTaskDefinitionTasksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinitionTasksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrintTaskDefinitionTasksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinitionTasksCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinitionTasksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest">
            <summary>
            The type PrintTaskDefinitionWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintTaskDefinitionWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest.CreateAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskDefinition using POST.
            </summary>
            <param name="printTaskDefinitionToCreate">The PrintTaskDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskDefinitionToCreate">The PrintTaskDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest.UpdateAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskDefinition using PATCH.
            </summary>
            <param name="printTaskDefinitionToUpdate">The PrintTaskDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintTaskDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.PrintTaskDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskDefinitionToUpdate">The PrintTaskDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequestBuilder">
            <summary>
            The type PrintTaskDefinitionWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintTaskDefinitionWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskDefinitionWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the printTaskDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskDefinitionReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskRequest">
            <summary>
            The type PrintTaskRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintTaskRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.CreateAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTask using POST.
            </summary>
            <param name="printTaskToCreate">The PrintTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.CreateResponseAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTask using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskToCreate">The PrintTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTask and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTask and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.UpdateAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTask using PATCH.
            </summary>
            <param name="printTaskToUpdate">The PrintTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.UpdateResponseAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTask using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskToUpdate">The PrintTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.PutAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTask using PUT.
            </summary>
            <param name="printTaskToUpdate">The PrintTask object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.PutResponseAsync(Microsoft.Graph.PrintTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTask using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskToUpdate">The PrintTask object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequest.InitializeCollectionProperties(Microsoft.Graph.PrintTask)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printTaskToInitialize">The <see cref="T:Microsoft.Graph.PrintTask"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskRequestBuilder">
            <summary>
            The type PrintTaskRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintTaskRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskRequestBuilder.Definition">
            <summary>
            Gets the request builder for Definition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskRequestBuilder.Trigger">
            <summary>
            Gets the request builder for Trigger.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskTriggerWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskTriggerReferenceRequest">
            <summary>
            The type PrintTaskTriggerReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintTaskTriggerReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskTrigger reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskTrigger reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrintTaskTrigger reference.
            </summary>
            <param name="id">The PrintTaskTrigger reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified PrintTaskTrigger reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The PrintTaskTrigger reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskTriggerReferenceRequestBuilder">
            <summary>
            The type PrintTaskTriggerReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintTaskTriggerReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskTriggerRequest">
            <summary>
            The type PrintTaskTriggerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintTaskTriggerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.CreateAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskTrigger using POST.
            </summary>
            <param name="printTaskTriggerToCreate">The PrintTaskTrigger to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.CreateResponseAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskTrigger using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskTriggerToCreate">The PrintTaskTrigger to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskTrigger.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskTrigger and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskTrigger.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskTrigger and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.UpdateAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskTrigger using PATCH.
            </summary>
            <param name="printTaskTriggerToUpdate">The PrintTaskTrigger to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.UpdateResponseAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskTrigger using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskTriggerToUpdate">The PrintTaskTrigger to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.PutAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskTrigger using PUT.
            </summary>
            <param name="printTaskTriggerToUpdate">The PrintTaskTrigger object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.PutResponseAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskTrigger using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskTriggerToUpdate">The PrintTaskTrigger object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskTrigger,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskTrigger,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequest.InitializeCollectionProperties(Microsoft.Graph.PrintTaskTrigger)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printTaskTriggerToInitialize">The <see cref="T:Microsoft.Graph.PrintTaskTrigger"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskTriggerRequestBuilder">
            <summary>
            The type PrintTaskTriggerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintTaskTriggerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskTriggerRequestBuilder.Definition">
            <summary>
            Gets the request builder for Definition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest">
            <summary>
            The type PrintTaskTriggerWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintTaskTriggerWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskTrigger.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintTaskTrigger and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest.CreateAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskTrigger using POST.
            </summary>
            <param name="printTaskTriggerToCreate">The PrintTaskTrigger to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintTaskTrigger using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskTriggerToCreate">The PrintTaskTrigger to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest.UpdateAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskTrigger using PATCH.
            </summary>
            <param name="printTaskTriggerToUpdate">The PrintTaskTrigger to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintTaskTrigger.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.PrintTaskTrigger,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintTaskTrigger using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printTaskTriggerToUpdate">The PrintTaskTrigger to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskTrigger.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintTaskTrigger and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskTrigger,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintTaskTrigger,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintTaskTriggerWithReferenceRequestBuilder">
            <summary>
            The type PrintTaskTriggerWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintTaskTriggerWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintTaskTriggerWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrintTaskTriggerWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the printTaskTrigger.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrintTaskTriggerReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintUsageByPrinterRequest">
            <summary>
            The type PrintUsageByPrinterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintUsageByPrinterRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.CreateAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintUsageByPrinter using POST.
            </summary>
            <param name="printUsageByPrinterToCreate">The PrintUsageByPrinter to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsageByPrinter.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.CreateResponseAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintUsageByPrinter using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageByPrinterToCreate">The PrintUsageByPrinter to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintUsageByPrinter.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintUsageByPrinter and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintUsageByPrinter.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintUsageByPrinter.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintUsageByPrinter and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.UpdateAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByPrinter using PATCH.
            </summary>
            <param name="printUsageByPrinterToUpdate">The PrintUsageByPrinter to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintUsageByPrinter.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.UpdateResponseAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByPrinter using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageByPrinterToUpdate">The PrintUsageByPrinter to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.PutAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByPrinter using PUT.
            </summary>
            <param name="printUsageByPrinterToUpdate">The PrintUsageByPrinter object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.PutResponseAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByPrinter using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageByPrinterToUpdate">The PrintUsageByPrinter object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByPrinter,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByPrinter,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequest.InitializeCollectionProperties(Microsoft.Graph.PrintUsageByPrinter)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printUsageByPrinterToInitialize">The <see cref="T:Microsoft.Graph.PrintUsageByPrinter"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrintUsageByPrinterRequestBuilder">
            <summary>
            The type PrintUsageByPrinterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintUsageByPrinterRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByPrinterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintUsageByUserRequest">
            <summary>
            The type PrintUsageByUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintUsageByUserRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.CreateAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintUsageByUser using POST.
            </summary>
            <param name="printUsageByUserToCreate">The PrintUsageByUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsageByUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.CreateResponseAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintUsageByUser using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageByUserToCreate">The PrintUsageByUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintUsageByUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintUsageByUser and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintUsageByUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintUsageByUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintUsageByUser and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.UpdateAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByUser using PATCH.
            </summary>
            <param name="printUsageByUserToUpdate">The PrintUsageByUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintUsageByUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.UpdateResponseAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByUser using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageByUserToUpdate">The PrintUsageByUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.PutAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByUser using PUT.
            </summary>
            <param name="printUsageByUserToUpdate">The PrintUsageByUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.PutResponseAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsageByUser using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageByUserToUpdate">The PrintUsageByUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequest.InitializeCollectionProperties(Microsoft.Graph.PrintUsageByUser)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printUsageByUserToInitialize">The <see cref="T:Microsoft.Graph.PrintUsageByUser"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrintUsageByUserRequestBuilder">
            <summary>
            The type PrintUsageByUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintUsageByUserRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageByUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrintUsageRequest">
            <summary>
            The type PrintUsageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrintUsageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.CreateAsync(Microsoft.Graph.PrintUsage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintUsage using POST.
            </summary>
            <param name="printUsageToCreate">The PrintUsage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsage.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.CreateResponseAsync(Microsoft.Graph.PrintUsage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PrintUsage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageToCreate">The PrintUsage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintUsage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PrintUsage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintUsage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PrintUsage.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PrintUsage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.UpdateAsync(Microsoft.Graph.PrintUsage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsage using PATCH.
            </summary>
            <param name="printUsageToUpdate">The PrintUsage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated PrintUsage.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.UpdateResponseAsync(Microsoft.Graph.PrintUsage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageToUpdate">The PrintUsage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.PutAsync(Microsoft.Graph.PrintUsage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsage using PUT.
            </summary>
            <param name="printUsageToUpdate">The PrintUsage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.PutResponseAsync(Microsoft.Graph.PrintUsage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PrintUsage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="printUsageToUpdate">The PrintUsage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequest.InitializeCollectionProperties(Microsoft.Graph.PrintUsage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="printUsageToInitialize">The <see cref="T:Microsoft.Graph.PrintUsage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrintUsageRequestBuilder">
            <summary>
            The type PrintUsageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrintUsageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrintUsageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrivacyRequest">
            <summary>
            The type PrivacyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrivacyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.CreateAsync(Microsoft.Graph.Privacy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Privacy using POST.
            </summary>
            <param name="privacyToCreate">The Privacy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Privacy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.CreateResponseAsync(Microsoft.Graph.Privacy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Privacy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="privacyToCreate">The Privacy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Privacy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Privacy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Privacy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Privacy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Privacy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.UpdateAsync(Microsoft.Graph.Privacy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Privacy using PATCH.
            </summary>
            <param name="privacyToUpdate">The Privacy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Privacy.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.UpdateResponseAsync(Microsoft.Graph.Privacy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Privacy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="privacyToUpdate">The Privacy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.PutAsync(Microsoft.Graph.Privacy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Privacy using PUT.
            </summary>
            <param name="privacyToUpdate">The Privacy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.PutResponseAsync(Microsoft.Graph.Privacy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Privacy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="privacyToUpdate">The Privacy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Privacy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Privacy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequest.InitializeCollectionProperties(Microsoft.Graph.Privacy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="privacyToInitialize">The <see cref="T:Microsoft.Graph.Privacy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PrivacyRequestBuilder">
            <summary>
            The type PrivacyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrivacyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrivacyRequestBuilder.SubjectRightsRequests">
            <summary>
            Gets the request builder for SubjectRightsRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionPage">
            <summary>
            The type PrivacySubjectRightsRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest">
            <summary>
            The type PrivacySubjectRightsRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PrivacySubjectRightsRequestsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest.AddAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SubjectRightsRequestObject to the collection via POST.
            </summary>
            <param name="subjectRightsRequest">The SubjectRightsRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubjectRightsRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SubjectRightsRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="subjectRightsRequest">The SubjectRightsRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubjectRightsRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubjectRightsRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequestBuilder">
            <summary>
            The type PrivacySubjectRightsRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PrivacySubjectRightsRequestsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubjectRightsRequestRequestBuilder"/> for the specified PrivacySubjectRightsRequest.
            </summary>
            <param name="id">The ID for the PrivacySubjectRightsRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubjectRightsRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionResponse">
            <summary>
            The type PrivacySubjectRightsRequestsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPrivacySubjectRightsRequestsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PrivacySubjectRightsRequestsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProfilePhotoContentRequest">
            <summary>
            The type ProfilePhotoContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ProfilePhotoContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.ProfilePhotoContentRequestBuilder">
            <summary>
            The type ProfilePhotoContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ProfilePhotoContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ProfilePhotoRequest">
            <summary>
            The type ProfilePhotoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ProfilePhotoRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.CreateAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ProfilePhoto using POST.
            </summary>
            <param name="profilePhotoToCreate">The ProfilePhoto to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.CreateResponseAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ProfilePhoto using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="profilePhotoToCreate">The ProfilePhoto to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ProfilePhoto.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ProfilePhoto and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ProfilePhoto.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ProfilePhoto and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.UpdateAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProfilePhoto using PATCH.
            </summary>
            <param name="profilePhotoToUpdate">The ProfilePhoto to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.UpdateResponseAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProfilePhoto using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="profilePhotoToUpdate">The ProfilePhoto to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.PutAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProfilePhoto using PUT.
            </summary>
            <param name="profilePhotoToUpdate">The ProfilePhoto object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.PutResponseAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProfilePhoto using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="profilePhotoToUpdate">The ProfilePhoto object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.InitializeCollectionProperties(Microsoft.Graph.ProfilePhoto)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="profilePhotoToInitialize">The <see cref="T:Microsoft.Graph.ProfilePhoto"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ProfilePhotoRequestBuilder">
            <summary>
            The type ProfilePhotoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ProfilePhotoRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ProfilePhotoRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ProvisioningObjectSummaryRequest">
            <summary>
            The type ProvisioningObjectSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ProvisioningObjectSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.CreateAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ProvisioningObjectSummary using POST.
            </summary>
            <param name="provisioningObjectSummaryToCreate">The ProvisioningObjectSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProvisioningObjectSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.CreateResponseAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ProvisioningObjectSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="provisioningObjectSummaryToCreate">The ProvisioningObjectSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ProvisioningObjectSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ProvisioningObjectSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ProvisioningObjectSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ProvisioningObjectSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ProvisioningObjectSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.UpdateAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProvisioningObjectSummary using PATCH.
            </summary>
            <param name="provisioningObjectSummaryToUpdate">The ProvisioningObjectSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ProvisioningObjectSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.UpdateResponseAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProvisioningObjectSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="provisioningObjectSummaryToUpdate">The ProvisioningObjectSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.PutAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProvisioningObjectSummary using PUT.
            </summary>
            <param name="provisioningObjectSummaryToUpdate">The ProvisioningObjectSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.PutResponseAsync(Microsoft.Graph.ProvisioningObjectSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProvisioningObjectSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="provisioningObjectSummaryToUpdate">The ProvisioningObjectSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProvisioningObjectSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProvisioningObjectSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.ProvisioningObjectSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="provisioningObjectSummaryToInitialize">The <see cref="T:Microsoft.Graph.ProvisioningObjectSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ProvisioningObjectSummaryRequestBuilder">
            <summary>
            The type ProvisioningObjectSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ProvisioningObjectSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProvisioningObjectSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRequest">
            <summary>
            The type RbacApplicationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RbacApplicationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.CreateAsync(Microsoft.Graph.RbacApplication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RbacApplication using POST.
            </summary>
            <param name="rbacApplicationToCreate">The RbacApplication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RbacApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.CreateResponseAsync(Microsoft.Graph.RbacApplication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RbacApplication using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="rbacApplicationToCreate">The RbacApplication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RbacApplication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RbacApplication and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RbacApplication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RbacApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RbacApplication and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.UpdateAsync(Microsoft.Graph.RbacApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RbacApplication using PATCH.
            </summary>
            <param name="rbacApplicationToUpdate">The RbacApplication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RbacApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.UpdateResponseAsync(Microsoft.Graph.RbacApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RbacApplication using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="rbacApplicationToUpdate">The RbacApplication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.PutAsync(Microsoft.Graph.RbacApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RbacApplication using PUT.
            </summary>
            <param name="rbacApplicationToUpdate">The RbacApplication object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.PutResponseAsync(Microsoft.Graph.RbacApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RbacApplication using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="rbacApplicationToUpdate">The RbacApplication object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RbacApplication,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RbacApplication,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequest.InitializeCollectionProperties(Microsoft.Graph.RbacApplication)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="rbacApplicationToInitialize">The <see cref="T:Microsoft.Graph.RbacApplication"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRequestBuilder">
            <summary>
            The type RbacApplicationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RbacApplicationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRequestBuilder.RoleAssignments">
            <summary>
            Gets the request builder for RoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRequestBuilder.RoleDefinitions">
            <summary>
            Gets the request builder for RoleDefinitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRequestBuilder.RoleAssignmentScheduleInstances">
            <summary>
            Gets the request builder for RoleAssignmentScheduleInstances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRequestBuilder.RoleAssignmentScheduleRequests">
            <summary>
            Gets the request builder for RoleAssignmentScheduleRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRequestBuilder.RoleAssignmentSchedules">
            <summary>
            Gets the request builder for RoleAssignmentSchedules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRequestBuilder.RoleEligibilityScheduleInstances">
            <summary>
            Gets the request builder for RoleEligibilityScheduleInstances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRequestBuilder.RoleEligibilityScheduleRequests">
            <summary>
            Gets the request builder for RoleEligibilityScheduleRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRequestBuilder.RoleEligibilitySchedules">
            <summary>
            Gets the request builder for RoleEligibilitySchedules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionPage">
            <summary>
            The type RbacApplicationRoleAssignmentScheduleInstancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest">
            <summary>
            The type RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignmentScheduleInstance to the collection via POST.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstance">The UnifiedRoleAssignmentScheduleInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignmentScheduleInstance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstance">The UnifiedRoleAssignmentScheduleInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder">
            <summary>
            The type RbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequestBuilder"/> for the specified RbacApplicationUnifiedRoleAssignmentScheduleInstance.
            </summary>
            <param name="id">The ID for the RbacApplicationUnifiedRoleAssignmentScheduleInstance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.RoleAssignmentScheduleInstanceFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionResponse">
            <summary>
            The type RbacApplicationRoleAssignmentScheduleInstancesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleInstancesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleInstancesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionPage">
            <summary>
            The type RbacApplicationRoleAssignmentScheduleRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest">
            <summary>
            The type RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignmentScheduleRequestObject to the collection via POST.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequest">The UnifiedRoleAssignmentScheduleRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignmentScheduleRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequest">The UnifiedRoleAssignmentScheduleRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder">
            <summary>
            The type RbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder"/> for the specified RbacApplicationUnifiedRoleAssignmentScheduleRequest.
            </summary>
            <param name="id">The ID for the RbacApplicationUnifiedRoleAssignmentScheduleRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.RoleAssignmentScheduleRequestFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UnifiedRoleAssignmentScheduleRequestFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionResponse">
            <summary>
            The type RbacApplicationRoleAssignmentScheduleRequestsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentScheduleRequestsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentScheduleRequestsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionPage">
            <summary>
            The type RbacApplicationRoleAssignmentSchedulesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest">
            <summary>
            The type RbacApplicationRoleAssignmentSchedulesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RbacApplicationRoleAssignmentSchedulesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignmentSchedule to the collection via POST.
            </summary>
            <param name="unifiedRoleAssignmentSchedule">The UnifiedRoleAssignmentSchedule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignmentSchedule to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleAssignmentSchedule">The UnifiedRoleAssignmentSchedule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder">
            <summary>
            The type RbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestBuilder"/> for the specified RbacApplicationUnifiedRoleAssignmentSchedule.
            </summary>
            <param name="id">The ID for the RbacApplicationUnifiedRoleAssignmentSchedule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.RoleAssignmentScheduleFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UnifiedRoleAssignmentScheduleFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionResponse">
            <summary>
            The type RbacApplicationRoleAssignmentSchedulesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentSchedulesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentSchedulesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionPage">
            <summary>
            The type RbacApplicationRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest">
            <summary>
            The type RbacApplicationRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RbacApplicationRoleAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignment to the collection via POST.
            </summary>
            <param name="unifiedRoleAssignment">The UnifiedRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleAssignment">The UnifiedRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The type RbacApplicationRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RbacApplicationRoleAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentRequestBuilder"/> for the specified RbacApplicationUnifiedRoleAssignment.
            </summary>
            <param name="id">The ID for the RbacApplicationUnifiedRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionResponse">
            <summary>
            The type RbacApplicationRoleAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IRbacApplicationRoleAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionPage">
            <summary>
            The type RbacApplicationRoleDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest">
            <summary>
            The type RbacApplicationRoleDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RbacApplicationRoleDefinitionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleDefinition to the collection via POST.
            </summary>
            <param name="unifiedRoleDefinition">The UnifiedRoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleDefinition">The UnifiedRoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequestBuilder">
            <summary>
            The type RbacApplicationRoleDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RbacApplicationRoleDefinitionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionRequestBuilder"/> for the specified RbacApplicationUnifiedRoleDefinition.
            </summary>
            <param name="id">The ID for the RbacApplicationUnifiedRoleDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionResponse">
            <summary>
            The type RbacApplicationRoleDefinitionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IRbacApplicationRoleDefinitionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleDefinitionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionPage">
            <summary>
            The type RbacApplicationRoleEligibilityScheduleInstancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest">
            <summary>
            The type RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleEligibilityScheduleInstance to the collection via POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstance">The UnifiedRoleEligibilityScheduleInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleEligibilityScheduleInstance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstance">The UnifiedRoleEligibilityScheduleInstance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder">
            <summary>
            The type RbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequestBuilder"/> for the specified RbacApplicationUnifiedRoleEligibilityScheduleInstance.
            </summary>
            <param name="id">The ID for the RbacApplicationUnifiedRoleEligibilityScheduleInstance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.RoleEligibilityScheduleInstanceFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionResponse">
            <summary>
            The type RbacApplicationRoleEligibilityScheduleInstancesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleInstancesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleInstancesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionPage">
            <summary>
            The type RbacApplicationRoleEligibilityScheduleRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest">
            <summary>
            The type RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleEligibilityScheduleRequestObject to the collection via POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequest">The UnifiedRoleEligibilityScheduleRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilityScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleEligibilityScheduleRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequest">The UnifiedRoleEligibilityScheduleRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder">
            <summary>
            The type RbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequestBuilder"/> for the specified RbacApplicationUnifiedRoleEligibilityScheduleRequest.
            </summary>
            <param name="id">The ID for the RbacApplicationUnifiedRoleEligibilityScheduleRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.RoleEligibilityScheduleRequestFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UnifiedRoleEligibilityScheduleRequestFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionResponse">
            <summary>
            The type RbacApplicationRoleEligibilityScheduleRequestsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilityScheduleRequestsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilityScheduleRequestsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionPage">
            <summary>
            The type RbacApplicationRoleEligibilitySchedulesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest">
            <summary>
            The type RbacApplicationRoleEligibilitySchedulesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RbacApplicationRoleEligibilitySchedulesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleEligibilitySchedule to the collection via POST.
            </summary>
            <param name="unifiedRoleEligibilitySchedule">The UnifiedRoleEligibilitySchedule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleEligibilitySchedule to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleEligibilitySchedule">The UnifiedRoleEligibilitySchedule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder">
            <summary>
            The type RbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestBuilder"/> for the specified RbacApplicationUnifiedRoleEligibilitySchedule.
            </summary>
            <param name="id">The ID for the RbacApplicationUnifiedRoleEligibilitySchedule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionRequestBuilder.FilterByCurrentUser(Microsoft.Graph.RoleEligibilityScheduleFilterByCurrentUserOptions)">
            <summary>
            Gets the request builder for UnifiedRoleEligibilityScheduleFilterByCurrentUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionResponse">
            <summary>
            The type RbacApplicationRoleEligibilitySchedulesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IRbacApplicationRoleEligibilitySchedulesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RbacApplicationRoleEligibilitySchedulesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecordOperationRequest">
            <summary>
            The type RecordOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RecordOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.CreateAsync(Microsoft.Graph.RecordOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RecordOperation using POST.
            </summary>
            <param name="recordOperationToCreate">The RecordOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RecordOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.CreateResponseAsync(Microsoft.Graph.RecordOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RecordOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="recordOperationToCreate">The RecordOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RecordOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RecordOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RecordOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RecordOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RecordOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.UpdateAsync(Microsoft.Graph.RecordOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RecordOperation using PATCH.
            </summary>
            <param name="recordOperationToUpdate">The RecordOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RecordOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.UpdateResponseAsync(Microsoft.Graph.RecordOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RecordOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="recordOperationToUpdate">The RecordOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.PutAsync(Microsoft.Graph.RecordOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RecordOperation using PUT.
            </summary>
            <param name="recordOperationToUpdate">The RecordOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.PutResponseAsync(Microsoft.Graph.RecordOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RecordOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="recordOperationToUpdate">The RecordOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RecordOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RecordOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequest.InitializeCollectionProperties(Microsoft.Graph.RecordOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="recordOperationToInitialize">The <see cref="T:Microsoft.Graph.RecordOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RecordOperationRequestBuilder">
            <summary>
            The type RecordOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RecordOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RecordOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReferenceAttachmentRequest">
            <summary>
            The type ReferenceAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReferenceAttachmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.CreateAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ReferenceAttachment using POST.
            </summary>
            <param name="referenceAttachmentToCreate">The ReferenceAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.CreateResponseAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ReferenceAttachment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="referenceAttachmentToCreate">The ReferenceAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ReferenceAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ReferenceAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ReferenceAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ReferenceAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.UpdateAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReferenceAttachment using PATCH.
            </summary>
            <param name="referenceAttachmentToUpdate">The ReferenceAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.UpdateResponseAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReferenceAttachment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="referenceAttachmentToUpdate">The ReferenceAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.PutAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReferenceAttachment using PUT.
            </summary>
            <param name="referenceAttachmentToUpdate">The ReferenceAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.PutResponseAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReferenceAttachment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="referenceAttachmentToUpdate">The ReferenceAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReferenceAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReferenceAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.InitializeCollectionProperties(Microsoft.Graph.ReferenceAttachment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="referenceAttachmentToInitialize">The <see cref="T:Microsoft.Graph.ReferenceAttachment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ReferenceAttachmentRequestBuilder">
            <summary>
            The type ReferenceAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ReferenceAttachmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequest">
            <summary>
            The type RemoteAssistancePartnerBeginOnboardingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RemoteAssistancePartnerBeginOnboardingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequestBuilder">
            <summary>
            The type RemoteAssistancePartnerBeginOnboardingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequest">
            <summary>
            The type RemoteAssistancePartnerDisconnectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RemoteAssistancePartnerDisconnectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequestBuilder">
            <summary>
            The type RemoteAssistancePartnerDisconnectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartnerRequest">
            <summary>
            The type RemoteAssistancePartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RemoteAssistancePartnerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.CreateAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RemoteAssistancePartner using POST.
            </summary>
            <param name="remoteAssistancePartnerToCreate">The RemoteAssistancePartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.CreateResponseAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RemoteAssistancePartner using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="remoteAssistancePartnerToCreate">The RemoteAssistancePartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RemoteAssistancePartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RemoteAssistancePartner and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RemoteAssistancePartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RemoteAssistancePartner and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.UpdateAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RemoteAssistancePartner using PATCH.
            </summary>
            <param name="remoteAssistancePartnerToUpdate">The RemoteAssistancePartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.UpdateResponseAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RemoteAssistancePartner using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="remoteAssistancePartnerToUpdate">The RemoteAssistancePartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.PutAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RemoteAssistancePartner using PUT.
            </summary>
            <param name="remoteAssistancePartnerToUpdate">The RemoteAssistancePartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.PutResponseAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RemoteAssistancePartner using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="remoteAssistancePartnerToUpdate">The RemoteAssistancePartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.InitializeCollectionProperties(Microsoft.Graph.RemoteAssistancePartner)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="remoteAssistancePartnerToInitialize">The <see cref="T:Microsoft.Graph.RemoteAssistancePartner"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartnerRequestBuilder">
            <summary>
            The type RemoteAssistancePartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RemoteAssistancePartnerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequestBuilder.BeginOnboarding">
            <summary>
            Gets the request builder for RemoteAssistancePartnerBeginOnboarding.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequestBuilder.Disconnect">
            <summary>
            Gets the request builder for RemoteAssistancePartnerDisconnect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportContentRequest">
            <summary>
            The type ReportContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportContentRequestBuilder">
            <summary>
            The type ReportContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ReportContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionPage">
            <summary>
            The type ReportRootDailyPrintUsageByPrinterCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest">
            <summary>
            The type ReportRootDailyPrintUsageByPrinterCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootDailyPrintUsageByPrinterCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest.AddAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByPrinter to the collection via POST.
            </summary>
            <param name="printUsageByPrinter">The PrintUsageByPrinter to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsageByPrinter.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByPrinter to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printUsageByPrinter">The PrintUsageByPrinter to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByPrinter,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByPrinter,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequestBuilder">
            <summary>
            The type ReportRootDailyPrintUsageByPrinterCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ReportRootDailyPrintUsageByPrinterCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintUsageByPrinterRequestBuilder"/> for the specified ReportRootPrintUsageByPrinter.
            </summary>
            <param name="id">The ID for the ReportRootPrintUsageByPrinter.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintUsageByPrinterRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionResponse">
            <summary>
            The type ReportRootDailyPrintUsageByPrinterCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootDailyPrintUsageByPrinterCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionPage">
            <summary>
            The type ReportRootDailyPrintUsageByUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest">
            <summary>
            The type ReportRootDailyPrintUsageByUserCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootDailyPrintUsageByUserCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest.AddAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByUser to the collection via POST.
            </summary>
            <param name="printUsageByUser">The PrintUsageByUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsageByUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printUsageByUser">The PrintUsageByUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequestBuilder">
            <summary>
            The type ReportRootDailyPrintUsageByUserCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ReportRootDailyPrintUsageByUserCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintUsageByUserRequestBuilder"/> for the specified ReportRootPrintUsageByUser.
            </summary>
            <param name="id">The ID for the ReportRootPrintUsageByUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintUsageByUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionResponse">
            <summary>
            The type ReportRootDailyPrintUsageByUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootDailyPrintUsageByUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest">
            <summary>
            The type ReportRootDeviceConfigurationDeviceActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootDeviceConfigurationDeviceActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.PatchResponseAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.PutResponseAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequestBuilder">
            <summary>
            The type ReportRootDeviceConfigurationDeviceActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest">
            <summary>
            The type ReportRootDeviceConfigurationUserActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootDeviceConfigurationUserActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.PatchResponseAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.PutResponseAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequestBuilder">
            <summary>
            The type ReportRootDeviceConfigurationUserActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest">
            <summary>
            The type ReportRootGetEmailActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetEmailActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest">
            <summary>
            The type ReportRootGetEmailActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetEmailActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest">
            <summary>
            The type ReportRootGetEmailActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetEmailActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest">
            <summary>
            The type ReportRootGetEmailAppUsageAppsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailAppUsageAppsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetEmailAppUsageAppsUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest">
            <summary>
            The type ReportRootGetEmailAppUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailAppUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetEmailAppUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest">
            <summary>
            The type ReportRootGetEmailAppUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailAppUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetEmailAppUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest">
            <summary>
            The type ReportRootGetEmailAppUsageVersionsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailAppUsageVersionsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsCollectionPage">
            <summary>
            The type ReportRootGetGroupArchivedPrintJobsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsCollectionResponse">
            <summary>
            The type ReportRootGetGroupArchivedPrintJobsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequest">
            <summary>
            The type ReportRootGetGroupArchivedPrintJobsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetGroupArchivedPrintJobsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequestBuilder">
            <summary>
            The type ReportRootGetGroupArchivedPrintJobsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="groupId">A groupId parameter for the OData method call.</param>
            <param name="startDateTime">A startDateTime parameter for the OData method call.</param>
            <param name="endDateTime">A endDateTime parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetGroupArchivedPrintJobsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetM365AppPlatformUserCountsRequest">
            <summary>
            The type ReportRootGetM365AppPlatformUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppPlatformUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetM365AppPlatformUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppPlatformUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppPlatformUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetM365AppPlatformUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetM365AppPlatformUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppPlatformUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetM365AppPlatformUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppPlatformUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetM365AppUserCountsRequest">
            <summary>
            The type ReportRootGetM365AppUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetM365AppUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetM365AppUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetM365AppUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetM365AppUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetM365AppUserDetailRequest">
            <summary>
            The type ReportRootGetM365AppUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetM365AppUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetM365AppUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetM365AppUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetM365AppUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetM365AppUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetM365AppUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest">
            <summary>
            The type ReportRootGetMailboxUsageDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetMailboxUsageDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequestBuilder">
            <summary>
            The type ReportRootGetMailboxUsageDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest">
            <summary>
            The type ReportRootGetMailboxUsageMailboxCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetMailboxUsageMailboxCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequestBuilder">
            <summary>
            The type ReportRootGetMailboxUsageMailboxCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest">
            <summary>
            The type ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder">
            <summary>
            The type ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest">
            <summary>
            The type ReportRootGetMailboxUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetMailboxUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequestBuilder">
            <summary>
            The type ReportRootGetMailboxUsageStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest">
            <summary>
            The type ReportRootGetOffice365ActivationCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365ActivationCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365ActivationCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest">
            <summary>
            The type ReportRootGetOffice365ActivationsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365ActivationsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365ActivationsUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest">
            <summary>
            The type ReportRootGetOffice365ActivationsUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365ActivationsUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetOffice365ActivationsUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest">
            <summary>
            The type ReportRootGetOffice365ActiveUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365ActiveUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365ActiveUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest">
            <summary>
            The type ReportRootGetOffice365ActiveUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365ActiveUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetOffice365ActiveUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest">
            <summary>
            The type ReportRootGetOffice365GroupsActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365GroupsActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365GroupsActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest">
            <summary>
            The type ReportRootGetOffice365GroupsActivityDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365GroupsActivityDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequestBuilder">
            <summary>
            The type ReportRootGetOffice365GroupsActivityDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest">
            <summary>
            The type ReportRootGetOffice365GroupsActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365GroupsActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365GroupsActivityFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest">
            <summary>
            The type ReportRootGetOffice365GroupsActivityGroupCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365GroupsActivityGroupCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest">
            <summary>
            The type ReportRootGetOffice365GroupsActivityStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365GroupsActivityStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequestBuilder">
            <summary>
            The type ReportRootGetOffice365GroupsActivityStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest">
            <summary>
            The type ReportRootGetOffice365ServicesUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365ServicesUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365ServicesUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest">
            <summary>
            The type ReportRootGetOneDriveActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveActivityFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest">
            <summary>
            The type ReportRootGetOneDriveActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest">
            <summary>
            The type ReportRootGetOneDriveActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest">
            <summary>
            The type ReportRootGetOneDriveUsageAccountCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveUsageAccountCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveUsageAccountCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest">
            <summary>
            The type ReportRootGetOneDriveUsageAccountDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveUsageAccountDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveUsageAccountDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest">
            <summary>
            The type ReportRootGetOneDriveUsageFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveUsageFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveUsageFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest">
            <summary>
            The type ReportRootGetOneDriveUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveUsageStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsCollectionPage">
            <summary>
            The type ReportRootGetPrinterArchivedPrintJobsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsCollectionResponse">
            <summary>
            The type ReportRootGetPrinterArchivedPrintJobsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequest">
            <summary>
            The type ReportRootGetPrinterArchivedPrintJobsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetPrinterArchivedPrintJobsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequestBuilder">
            <summary>
            The type ReportRootGetPrinterArchivedPrintJobsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="printerId">A printerId parameter for the OData method call.</param>
            <param name="startDateTime">A startDateTime parameter for the OData method call.</param>
            <param name="endDateTime">A endDateTime parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetPrinterArchivedPrintJobsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest">
            <summary>
            The type ReportRootGetSharePointActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequestBuilder">
            <summary>
            The type ReportRootGetSharePointActivityFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest">
            <summary>
            The type ReportRootGetSharePointActivityPagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointActivityPagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequestBuilder">
            <summary>
            The type ReportRootGetSharePointActivityPagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest">
            <summary>
            The type ReportRootGetSharePointActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSharePointActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest">
            <summary>
            The type ReportRootGetSharePointActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetSharePointActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest">
            <summary>
            The type ReportRootGetSharePointSiteUsageDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointSiteUsageDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequestBuilder">
            <summary>
            The type ReportRootGetSharePointSiteUsageDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest">
            <summary>
            The type ReportRootGetSharePointSiteUsageFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointSiteUsageFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequestBuilder">
            <summary>
            The type ReportRootGetSharePointSiteUsageFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest">
            <summary>
            The type ReportRootGetSharePointSiteUsagePagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointSiteUsagePagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequestBuilder">
            <summary>
            The type ReportRootGetSharePointSiteUsagePagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest">
            <summary>
            The type ReportRootGetSharePointSiteUsageSiteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointSiteUsageSiteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequestBuilder">
            <summary>
            The type ReportRootGetSharePointSiteUsageSiteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest">
            <summary>
            The type ReportRootGetSharePointSiteUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointSiteUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequestBuilder">
            <summary>
            The type ReportRootGetSharePointSiteUsageStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest">
            <summary>
            The type ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest">
            <summary>
            The type ReportRootGetTeamsDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetTeamsDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetTeamsDeviceUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest">
            <summary>
            The type ReportRootGetTeamsDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetTeamsDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest">
            <summary>
            The type ReportRootGetTeamsUserActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetTeamsUserActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetTeamsUserActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest">
            <summary>
            The type ReportRootGetTeamsUserActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetTeamsUserActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetTeamsUserActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest">
            <summary>
            The type ReportRootGetTeamsUserActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetTeamsUserActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetTeamsUserActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsCollectionPage">
            <summary>
            The type ReportRootGetUserArchivedPrintJobsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsCollectionResponse">
            <summary>
            The type ReportRootGetUserArchivedPrintJobsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequest">
            <summary>
            The type ReportRootGetUserArchivedPrintJobsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetUserArchivedPrintJobsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequestBuilder">
            <summary>
            The type ReportRootGetUserArchivedPrintJobsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="userId">A userId parameter for the OData method call.</param>
            <param name="startDateTime">A startDateTime parameter for the OData method call.</param>
            <param name="endDateTime">A endDateTime parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetUserArchivedPrintJobsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest">
            <summary>
            The type ReportRootGetYammerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetYammerActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest">
            <summary>
            The type ReportRootGetYammerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetYammerActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest">
            <summary>
            The type ReportRootGetYammerActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetYammerActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest">
            <summary>
            The type ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest">
            <summary>
            The type ReportRootGetYammerDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetYammerDeviceUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest">
            <summary>
            The type ReportRootGetYammerDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetYammerDeviceUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest">
            <summary>
            The type ReportRootGetYammerGroupsActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerGroupsActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetYammerGroupsActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest">
            <summary>
            The type ReportRootGetYammerGroupsActivityDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerGroupsActivityDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequestBuilder">
            <summary>
            The type ReportRootGetYammerGroupsActivityDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest">
            <summary>
            The type ReportRootGetYammerGroupsActivityGroupCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerGroupsActivityGroupCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.PatchAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="stream">The Stream object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.PatchResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="stream">The Stream object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="stream">The Stream object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequestBuilder">
            <summary>
            The type ReportRootGetYammerGroupsActivityGroupCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootManagedDeviceEnrollmentFailureDetailsRequest">
            <summary>
            The type ReportRootManagedDeviceEnrollmentFailureDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentFailureDetailsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootManagedDeviceEnrollmentFailureDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentFailureDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentFailureDetailsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentFailureDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentFailureDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder">
            <summary>
            The type ReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="skip">A skip parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
            <param name="filter">A filter parameter for the OData method call.</param>
            <param name="skipToken">A skipToken parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootManagedDeviceEnrollmentTopFailuresRequest">
            <summary>
            The type ReportRootManagedDeviceEnrollmentTopFailuresRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentTopFailuresRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootManagedDeviceEnrollmentTopFailuresRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentTopFailuresRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentTopFailuresRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentTopFailuresRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentTopFailuresRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder">
            <summary>
            The type ReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionPage">
            <summary>
            The type ReportRootMonthlyPrintUsageByPrinterCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest">
            <summary>
            The type ReportRootMonthlyPrintUsageByPrinterCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootMonthlyPrintUsageByPrinterCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest.AddAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByPrinter to the collection via POST.
            </summary>
            <param name="printUsageByPrinter">The PrintUsageByPrinter to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsageByPrinter.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintUsageByPrinter,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByPrinter to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printUsageByPrinter">The PrintUsageByPrinter to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByPrinter,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByPrinter,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder">
            <summary>
            The type ReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintUsageByPrinterRequestBuilder"/> for the specified ReportRootPrintUsageByPrinter.
            </summary>
            <param name="id">The ID for the ReportRootPrintUsageByPrinter.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintUsageByPrinterRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionResponse">
            <summary>
            The type ReportRootMonthlyPrintUsageByPrinterCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootMonthlyPrintUsageByPrinterCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionPage">
            <summary>
            The type ReportRootMonthlyPrintUsageByUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest">
            <summary>
            The type ReportRootMonthlyPrintUsageByUserCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootMonthlyPrintUsageByUserCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest.AddAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByUser to the collection via POST.
            </summary>
            <param name="printUsageByUser">The PrintUsageByUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PrintUsageByUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest.AddResponseAsync(Microsoft.Graph.PrintUsageByUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PrintUsageByUser to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="printUsageByUser">The PrintUsageByUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PrintUsageByUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequestBuilder">
            <summary>
            The type ReportRootMonthlyPrintUsageByUserCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ReportRootMonthlyPrintUsageByUserCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPrintUsageByUserRequestBuilder"/> for the specified ReportRootPrintUsageByUser.
            </summary>
            <param name="id">The ID for the ReportRootPrintUsageByUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPrintUsageByUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionResponse">
            <summary>
            The type ReportRootMonthlyPrintUsageByUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ReportRootMonthlyPrintUsageByUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRootRequest">
            <summary>
            The type ReportRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.CreateAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ReportRoot using POST.
            </summary>
            <param name="reportRootToCreate">The ReportRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.CreateResponseAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ReportRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="reportRootToCreate">The ReportRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ReportRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ReportRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ReportRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ReportRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.UpdateAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReportRoot using PATCH.
            </summary>
            <param name="reportRootToUpdate">The ReportRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.UpdateResponseAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReportRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="reportRootToUpdate">The ReportRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.PutAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReportRoot using PUT.
            </summary>
            <param name="reportRootToUpdate">The ReportRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.PutResponseAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReportRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="reportRootToUpdate">The ReportRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReportRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReportRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.InitializeCollectionProperties(Microsoft.Graph.ReportRoot)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="reportRootToInitialize">The <see cref="T:Microsoft.Graph.ReportRoot"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ReportRootRequestBuilder">
            <summary>
            The type ReportRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ReportRootRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ReportRootRequestBuilder.DailyPrintUsageByPrinter">
            <summary>
            Gets the request builder for DailyPrintUsageByPrinter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootDailyPrintUsageByPrinterCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ReportRootRequestBuilder.DailyPrintUsageByUser">
            <summary>
            Gets the request builder for DailyPrintUsageByUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootDailyPrintUsageByUserCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ReportRootRequestBuilder.MonthlyPrintUsageByPrinter">
            <summary>
            Gets the request builder for MonthlyPrintUsageByPrinter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByPrinterCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ReportRootRequestBuilder.MonthlyPrintUsageByUser">
            <summary>
            Gets the request builder for MonthlyPrintUsageByUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootMonthlyPrintUsageByUserCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ReportRootRequestBuilder.Security">
            <summary>
            Gets the request builder for Security.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityReportsRootRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.DeviceConfigurationDeviceActivity">
            <summary>
            Gets the request builder for ReportRootDeviceConfigurationDeviceActivity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.DeviceConfigurationUserActivity">
            <summary>
            Gets the request builder for ReportRootDeviceConfigurationUserActivity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.ManagedDeviceEnrollmentFailureDetails">
            <summary>
            Gets the request builder for ReportRootManagedDeviceEnrollmentFailureDetails.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.ManagedDeviceEnrollmentFailureDetails(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Gets the request builder for ReportRootManagedDeviceEnrollmentFailureDetails.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.ManagedDeviceEnrollmentTopFailures">
            <summary>
            Gets the request builder for ReportRootManagedDeviceEnrollmentTopFailures.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.ManagedDeviceEnrollmentTopFailures(System.String)">
            <summary>
            Gets the request builder for ReportRootManagedDeviceEnrollmentTopFailures.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootManagedDeviceEnrollmentTopFailuresRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailAppUsageAppsUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageAppsUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailAppUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailAppUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailAppUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailAppUsageVersionsUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageVersionsUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetM365AppPlatformUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetM365AppPlatformUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetM365AppPlatformUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetM365AppUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetM365AppUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetM365AppUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetM365AppUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetM365AppUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetM365AppUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetM365AppUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetM365AppUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetM365AppUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetMailboxUsageDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetMailboxUsageMailboxCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageMailboxCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetMailboxUsageQuotaStatusMailboxCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageQuotaStatusMailboxCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetMailboxUsageStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ActivationCounts">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActivationCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ActivationsUserCounts">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActivationsUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ActivationsUserDetail">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActivationsUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ActiveUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActiveUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ActiveUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActiveUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ActiveUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActiveUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365GroupsActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365GroupsActivityDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365GroupsActivityDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365GroupsActivityFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365GroupsActivityGroupCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityGroupCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365GroupsActivityStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ServicesUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ServicesUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveActivityFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveUsageAccountCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageAccountCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveUsageAccountDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageAccountDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveUsageAccountDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageAccountDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveUsageFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveUsageStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointActivityFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointActivityPages(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityPages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointSiteUsageDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointSiteUsageDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointSiteUsageFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointSiteUsagePages(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsagePages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointSiteUsageSiteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageSiteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointSiteUsageStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageDistributionUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessOrganizerActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessOrganizerActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessOrganizerActivityMinuteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessOrganizerActivityMinuteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessOrganizerActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessOrganizerActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessParticipantActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessParticipantActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessParticipantActivityMinuteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessParticipantActivityMinuteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessParticipantActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessParticipantActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessPeerToPeerActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessPeerToPeerActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessPeerToPeerActivityMinuteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessPeerToPeerActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessPeerToPeerActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsDeviceUsageDistributionUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageDistributionUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsDeviceUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsDeviceUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsDeviceUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsUserActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsUserActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsUserActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsUserActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerDeviceUsageDistributionUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageDistributionUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerDeviceUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerDeviceUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerDeviceUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerGroupsActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerGroupsActivityDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerGroupsActivityDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerGroupsActivityGroupCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityGroupCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetGroupArchivedPrintJobs(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
            <summary>
            Gets the request builder for ReportRootGetGroupArchivedPrintJobs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetGroupArchivedPrintJobsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetPrinterArchivedPrintJobs(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
            <summary>
            Gets the request builder for ReportRootGetPrinterArchivedPrintJobs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetPrinterArchivedPrintJobsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetUserArchivedPrintJobs(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
            <summary>
            Gets the request builder for ReportRootGetUserArchivedPrintJobs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetUserArchivedPrintJobsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RequestRequest">
            <summary>
            The type RequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.CreateAsync(Microsoft.Graph.RequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RequestObject using POST.
            </summary>
            <param name="requestObjectToCreate">The RequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.CreateResponseAsync(Microsoft.Graph.RequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="requestObjectToCreate">The RequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.UpdateAsync(Microsoft.Graph.RequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RequestObject using PATCH.
            </summary>
            <param name="requestObjectToUpdate">The RequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.UpdateResponseAsync(Microsoft.Graph.RequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="requestObjectToUpdate">The RequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.PutAsync(Microsoft.Graph.RequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RequestObject using PUT.
            </summary>
            <param name="requestObjectToUpdate">The RequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.PutResponseAsync(Microsoft.Graph.RequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="requestObjectToUpdate">The RequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequest.InitializeCollectionProperties(Microsoft.Graph.RequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="requestToInitialize">The <see cref="T:Microsoft.Graph.RequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RequestRequestBuilder">
            <summary>
            The type RequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ResourceOperationRequest">
            <summary>
            The type ResourceOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ResourceOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.CreateAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ResourceOperation using POST.
            </summary>
            <param name="resourceOperationToCreate">The ResourceOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.CreateResponseAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ResourceOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="resourceOperationToCreate">The ResourceOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ResourceOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ResourceOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ResourceOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ResourceOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.UpdateAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceOperation using PATCH.
            </summary>
            <param name="resourceOperationToUpdate">The ResourceOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.UpdateResponseAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="resourceOperationToUpdate">The ResourceOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.PutAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceOperation using PUT.
            </summary>
            <param name="resourceOperationToUpdate">The ResourceOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.PutResponseAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="resourceOperationToUpdate">The ResourceOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.InitializeCollectionProperties(Microsoft.Graph.ResourceOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="resourceOperationToInitialize">The <see cref="T:Microsoft.Graph.ResourceOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ResourceOperationRequestBuilder">
            <summary>
            The type ResourceOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ResourceOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ResourceSpecificPermissionGrantRequest">
            <summary>
            The type ResourceSpecificPermissionGrantRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ResourceSpecificPermissionGrantRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.CreateAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ResourceSpecificPermissionGrant using POST.
            </summary>
            <param name="resourceSpecificPermissionGrantToCreate">The ResourceSpecificPermissionGrant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceSpecificPermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.CreateResponseAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ResourceSpecificPermissionGrant using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="resourceSpecificPermissionGrantToCreate">The ResourceSpecificPermissionGrant to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ResourceSpecificPermissionGrant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ResourceSpecificPermissionGrant and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ResourceSpecificPermissionGrant.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ResourceSpecificPermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ResourceSpecificPermissionGrant and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.UpdateAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceSpecificPermissionGrant using PATCH.
            </summary>
            <param name="resourceSpecificPermissionGrantToUpdate">The ResourceSpecificPermissionGrant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ResourceSpecificPermissionGrant.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.UpdateResponseAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceSpecificPermissionGrant using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="resourceSpecificPermissionGrantToUpdate">The ResourceSpecificPermissionGrant to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.PutAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceSpecificPermissionGrant using PUT.
            </summary>
            <param name="resourceSpecificPermissionGrantToUpdate">The ResourceSpecificPermissionGrant object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.PutResponseAsync(Microsoft.Graph.ResourceSpecificPermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceSpecificPermissionGrant using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="resourceSpecificPermissionGrantToUpdate">The ResourceSpecificPermissionGrant object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceSpecificPermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceSpecificPermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequest.InitializeCollectionProperties(Microsoft.Graph.ResourceSpecificPermissionGrant)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="resourceSpecificPermissionGrantToInitialize">The <see cref="T:Microsoft.Graph.ResourceSpecificPermissionGrant"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ResourceSpecificPermissionGrantRequestBuilder">
            <summary>
            The type ResourceSpecificPermissionGrantRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ResourceSpecificPermissionGrantRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceSpecificPermissionGrantRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.RichLongRunningOperationRequest">
            <summary>
            The type RichLongRunningOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RichLongRunningOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.CreateAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RichLongRunningOperation using POST.
            </summary>
            <param name="richLongRunningOperationToCreate">The RichLongRunningOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RichLongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.CreateResponseAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RichLongRunningOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="richLongRunningOperationToCreate">The RichLongRunningOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RichLongRunningOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RichLongRunningOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RichLongRunningOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RichLongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RichLongRunningOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.UpdateAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RichLongRunningOperation using PATCH.
            </summary>
            <param name="richLongRunningOperationToUpdate">The RichLongRunningOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RichLongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.UpdateResponseAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RichLongRunningOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="richLongRunningOperationToUpdate">The RichLongRunningOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.PutAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RichLongRunningOperation using PUT.
            </summary>
            <param name="richLongRunningOperationToUpdate">The RichLongRunningOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.PutResponseAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RichLongRunningOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="richLongRunningOperationToUpdate">The RichLongRunningOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RichLongRunningOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RichLongRunningOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequest.InitializeCollectionProperties(Microsoft.Graph.RichLongRunningOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="richLongRunningOperationToInitialize">The <see cref="T:Microsoft.Graph.RichLongRunningOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RichLongRunningOperationRequestBuilder">
            <summary>
            The type RichLongRunningOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RichLongRunningOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RichLongRunningOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskDetectionRequest">
            <summary>
            The type RiskDetectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RiskDetectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.CreateAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskDetection using POST.
            </summary>
            <param name="riskDetectionToCreate">The RiskDetection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.CreateResponseAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskDetection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskDetectionToCreate">The RiskDetection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskDetection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskDetection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskDetection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskDetection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.UpdateAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskDetection using PATCH.
            </summary>
            <param name="riskDetectionToUpdate">The RiskDetection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.UpdateResponseAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskDetection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskDetectionToUpdate">The RiskDetection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.PutAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskDetection using PUT.
            </summary>
            <param name="riskDetectionToUpdate">The RiskDetection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.PutResponseAsync(Microsoft.Graph.RiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskDetection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskDetectionToUpdate">The RiskDetection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskDetection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskDetection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequest.InitializeCollectionProperties(Microsoft.Graph.RiskDetection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="riskDetectionToInitialize">The <see cref="T:Microsoft.Graph.RiskDetection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RiskDetectionRequestBuilder">
            <summary>
            The type RiskDetectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RiskDetectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskDetectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalConfirmCompromisedRequest">
            <summary>
            The type RiskyServicePrincipalConfirmCompromisedRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalConfirmCompromisedRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RiskyServicePrincipalConfirmCompromisedRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipalConfirmCompromisedRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalConfirmCompromisedRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalConfirmCompromisedRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalConfirmCompromisedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalConfirmCompromisedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalConfirmCompromisedRequestBuilder">
            <summary>
            The type RiskyServicePrincipalConfirmCompromisedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalConfirmCompromisedRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.RiskyServicePrincipalConfirmCompromisedRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="servicePrincipalIds">A servicePrincipalIds parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalConfirmCompromisedRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalDismissRequest">
            <summary>
            The type RiskyServicePrincipalDismissRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalDismissRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RiskyServicePrincipalDismissRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipalDismissRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalDismissRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalDismissRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalDismissRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalDismissRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalDismissRequestBuilder">
            <summary>
            The type RiskyServicePrincipalDismissRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalDismissRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.RiskyServicePrincipalDismissRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="servicePrincipalIds">A servicePrincipalIds parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalDismissRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionPage">
            <summary>
            The type RiskyServicePrincipalHistoryCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest">
            <summary>
            The type RiskyServicePrincipalHistoryCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RiskyServicePrincipalHistoryCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest.AddAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyServicePrincipalHistoryItem to the collection via POST.
            </summary>
            <param name="riskyServicePrincipalHistoryItem">The RiskyServicePrincipalHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyServicePrincipalHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest.AddResponseAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyServicePrincipalHistoryItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="riskyServicePrincipalHistoryItem">The RiskyServicePrincipalHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequestBuilder">
            <summary>
            The type RiskyServicePrincipalHistoryCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RiskyServicePrincipalHistoryCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequestBuilder"/> for the specified RiskyServicePrincipalRiskyServicePrincipalHistoryItem.
            </summary>
            <param name="id">The ID for the RiskyServicePrincipalRiskyServicePrincipalHistoryItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyServicePrincipalHistoryItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionResponse">
            <summary>
            The type RiskyServicePrincipalHistoryCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipalHistoryCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest">
            <summary>
            The type RiskyServicePrincipalHistoryItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RiskyServicePrincipalHistoryItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.CreateAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyServicePrincipalHistoryItem using POST.
            </summary>
            <param name="riskyServicePrincipalHistoryItemToCreate">The RiskyServicePrincipalHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyServicePrincipalHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.CreateResponseAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyServicePrincipalHistoryItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyServicePrincipalHistoryItemToCreate">The RiskyServicePrincipalHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyServicePrincipalHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyServicePrincipalHistoryItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyServicePrincipalHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RiskyServicePrincipalHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyServicePrincipalHistoryItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.UpdateAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipalHistoryItem using PATCH.
            </summary>
            <param name="riskyServicePrincipalHistoryItemToUpdate">The RiskyServicePrincipalHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RiskyServicePrincipalHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.UpdateResponseAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipalHistoryItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyServicePrincipalHistoryItemToUpdate">The RiskyServicePrincipalHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.PutAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipalHistoryItem using PUT.
            </summary>
            <param name="riskyServicePrincipalHistoryItemToUpdate">The RiskyServicePrincipalHistoryItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.PutResponseAsync(Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipalHistoryItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyServicePrincipalHistoryItemToUpdate">The RiskyServicePrincipalHistoryItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipalHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequest.InitializeCollectionProperties(Microsoft.Graph.RiskyServicePrincipalHistoryItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="riskyServicePrincipalHistoryItemToInitialize">The <see cref="T:Microsoft.Graph.RiskyServicePrincipalHistoryItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequestBuilder">
            <summary>
            The type RiskyServicePrincipalHistoryItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RiskyServicePrincipalHistoryItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalHistoryItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalRequest">
            <summary>
            The type RiskyServicePrincipalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RiskyServicePrincipalRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.CreateAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyServicePrincipal using POST.
            </summary>
            <param name="riskyServicePrincipalToCreate">The RiskyServicePrincipal to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.CreateResponseAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyServicePrincipal using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyServicePrincipalToCreate">The RiskyServicePrincipal to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyServicePrincipal.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyServicePrincipal and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyServicePrincipal.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RiskyServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyServicePrincipal and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.UpdateAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipal using PATCH.
            </summary>
            <param name="riskyServicePrincipalToUpdate">The RiskyServicePrincipal to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RiskyServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.UpdateResponseAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipal using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyServicePrincipalToUpdate">The RiskyServicePrincipal to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.PutAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipal using PUT.
            </summary>
            <param name="riskyServicePrincipalToUpdate">The RiskyServicePrincipal object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.PutResponseAsync(Microsoft.Graph.RiskyServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyServicePrincipal using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyServicePrincipalToUpdate">The RiskyServicePrincipal object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipal,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyServicePrincipal,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequest.InitializeCollectionProperties(Microsoft.Graph.RiskyServicePrincipal)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="riskyServicePrincipalToInitialize">The <see cref="T:Microsoft.Graph.RiskyServicePrincipal"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RiskyServicePrincipalRequestBuilder">
            <summary>
            The type RiskyServicePrincipalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RiskyServicePrincipalRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyServicePrincipalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RiskyServicePrincipalRequestBuilder.History">
            <summary>
            Gets the request builder for History.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyServicePrincipalHistoryCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserConfirmCompromisedRequest">
            <summary>
            The type RiskyUserConfirmCompromisedRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserConfirmCompromisedRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RiskyUserConfirmCompromisedRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUserConfirmCompromisedRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserConfirmCompromisedRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserConfirmCompromisedRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserConfirmCompromisedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserConfirmCompromisedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserConfirmCompromisedRequestBuilder">
            <summary>
            The type RiskyUserConfirmCompromisedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserConfirmCompromisedRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.RiskyUserConfirmCompromisedRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="userIds">A userIds parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserConfirmCompromisedRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserDismissRequest">
            <summary>
            The type RiskyUserDismissRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserDismissRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RiskyUserDismissRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUserDismissRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserDismissRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserDismissRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserDismissRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserDismissRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserDismissRequestBuilder">
            <summary>
            The type RiskyUserDismissRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserDismissRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.RiskyUserDismissRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="userIds">A userIds parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserDismissRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserHistoryCollectionPage">
            <summary>
            The type RiskyUserHistoryCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUserHistoryCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRiskyUserHistoryCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserHistoryCollectionRequest">
            <summary>
            The type RiskyUserHistoryCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RiskyUserHistoryCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequest.AddAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyUserHistoryItem to the collection via POST.
            </summary>
            <param name="riskyUserHistoryItem">The RiskyUserHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyUserHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequest.AddResponseAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RiskyUserHistoryItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="riskyUserHistoryItem">The RiskyUserHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUserHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUserHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserHistoryCollectionRequestBuilder">
            <summary>
            The type RiskyUserHistoryCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RiskyUserHistoryCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RiskyUserHistoryCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRiskyUserHistoryItemRequestBuilder"/> for the specified RiskyUserRiskyUserHistoryItem.
            </summary>
            <param name="id">The ID for the RiskyUserRiskyUserHistoryItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyUserHistoryItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserHistoryCollectionResponse">
            <summary>
            The type RiskyUserHistoryCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUserHistoryCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IRiskyUserHistoryCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUserHistoryCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RiskyUserHistoryCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserHistoryItemRequest">
            <summary>
            The type RiskyUserHistoryItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RiskyUserHistoryItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.CreateAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyUserHistoryItem using POST.
            </summary>
            <param name="riskyUserHistoryItemToCreate">The RiskyUserHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyUserHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.CreateResponseAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyUserHistoryItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyUserHistoryItemToCreate">The RiskyUserHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyUserHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyUserHistoryItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyUserHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RiskyUserHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyUserHistoryItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.UpdateAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUserHistoryItem using PATCH.
            </summary>
            <param name="riskyUserHistoryItemToUpdate">The RiskyUserHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RiskyUserHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.UpdateResponseAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUserHistoryItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyUserHistoryItemToUpdate">The RiskyUserHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.PutAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUserHistoryItem using PUT.
            </summary>
            <param name="riskyUserHistoryItemToUpdate">The RiskyUserHistoryItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.PutResponseAsync(Microsoft.Graph.RiskyUserHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUserHistoryItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyUserHistoryItemToUpdate">The RiskyUserHistoryItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUserHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUserHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequest.InitializeCollectionProperties(Microsoft.Graph.RiskyUserHistoryItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="riskyUserHistoryItemToInitialize">The <see cref="T:Microsoft.Graph.RiskyUserHistoryItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserHistoryItemRequestBuilder">
            <summary>
            The type RiskyUserHistoryItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RiskyUserHistoryItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserHistoryItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserRequest">
            <summary>
            The type RiskyUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RiskyUserRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.CreateAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyUser using POST.
            </summary>
            <param name="riskyUserToCreate">The RiskyUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RiskyUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.CreateResponseAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RiskyUser using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyUserToCreate">The RiskyUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RiskyUser and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RiskyUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RiskyUser and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.UpdateAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUser using PATCH.
            </summary>
            <param name="riskyUserToUpdate">The RiskyUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RiskyUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.UpdateResponseAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUser using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyUserToUpdate">The RiskyUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.PutAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUser using PUT.
            </summary>
            <param name="riskyUserToUpdate">The RiskyUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.PutResponseAsync(Microsoft.Graph.RiskyUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RiskyUser using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="riskyUserToUpdate">The RiskyUser object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RiskyUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequest.InitializeCollectionProperties(Microsoft.Graph.RiskyUser)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="riskyUserToInitialize">The <see cref="T:Microsoft.Graph.RiskyUser"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RiskyUserRequestBuilder">
            <summary>
            The type RiskyUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RiskyUserRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RiskyUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RiskyUserRequestBuilder.History">
            <summary>
            Gets the request builder for History.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRiskyUserHistoryCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleAssignmentRequest">
            <summary>
            The type RoleAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoleAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.CreateAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleAssignment using POST.
            </summary>
            <param name="roleAssignmentToCreate">The RoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.CreateResponseAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleAssignmentToCreate">The RoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.UpdateAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleAssignment using PATCH.
            </summary>
            <param name="roleAssignmentToUpdate">The RoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleAssignmentToUpdate">The RoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.PutAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleAssignment using PUT.
            </summary>
            <param name="roleAssignmentToUpdate">The RoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.PutResponseAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleAssignmentToUpdate">The RoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.RoleAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="roleAssignmentToInitialize">The <see cref="T:Microsoft.Graph.RoleAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RoleAssignmentRequestBuilder">
            <summary>
            The type RoleAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoleAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RoleAssignmentRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionReferenceRequest">
            <summary>
            The type RoleDefinitionReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoleDefinitionReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified RoleDefinition reference.
            </summary>
            <param name="id">The RoleDefinition reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified RoleDefinition reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The RoleDefinition reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionReferenceRequestBuilder">
            <summary>
            The type RoleDefinitionReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoleDefinitionReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionRequest">
            <summary>
            The type RoleDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoleDefinitionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.CreateAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleDefinition using POST.
            </summary>
            <param name="roleDefinitionToCreate">The RoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.CreateResponseAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleDefinitionToCreate">The RoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.UpdateAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PATCH.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.PutAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PUT.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.PutResponseAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.InitializeCollectionProperties(Microsoft.Graph.RoleDefinition)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="roleDefinitionToInitialize">The <see cref="T:Microsoft.Graph.RoleDefinition"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionRequestBuilder">
            <summary>
            The type RoleDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoleDefinitionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinitionRequestBuilder.RoleAssignments">
            <summary>
            Gets the request builder for RoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionPage">
            <summary>
            The type RoleDefinitionRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest">
            <summary>
            The type RoleDefinitionRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoleDefinitionRoleAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RoleAssignment to the collection via POST.
            </summary>
            <param name="roleAssignment">The RoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="roleAssignment">The RoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The type RoleDefinitionRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoleDefinitionRoleAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRoleAssignmentRequestBuilder"/> for the specified RoleDefinitionRoleAssignment.
            </summary>
            <param name="id">The ID for the RoleDefinitionRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionResponse">
            <summary>
            The type RoleDefinitionRoleAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionWithReferenceRequest">
            <summary>
            The type RoleDefinitionWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoleDefinitionWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.CreateAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleDefinition using POST.
            </summary>
            <param name="roleDefinitionToCreate">The RoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleDefinitionToCreate">The RoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.UpdateAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PATCH.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionWithReferenceRequestBuilder">
            <summary>
            The type RoleDefinitionWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoleDefinitionWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinitionWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the roleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleManagementRequest">
            <summary>
            The type RoleManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoleManagementRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.CreateAsync(Microsoft.Graph.RoleManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleManagement using POST.
            </summary>
            <param name="roleManagementToCreate">The RoleManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.CreateResponseAsync(Microsoft.Graph.RoleManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleManagement using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleManagementToCreate">The RoleManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleManagement and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.UpdateAsync(Microsoft.Graph.RoleManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleManagement using PATCH.
            </summary>
            <param name="roleManagementToUpdate">The RoleManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RoleManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.UpdateResponseAsync(Microsoft.Graph.RoleManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleManagement using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleManagementToUpdate">The RoleManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.PutAsync(Microsoft.Graph.RoleManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleManagement using PUT.
            </summary>
            <param name="roleManagementToUpdate">The RoleManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.PutResponseAsync(Microsoft.Graph.RoleManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleManagement using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roleManagementToUpdate">The RoleManagement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleManagement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleManagement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequest.InitializeCollectionProperties(Microsoft.Graph.RoleManagement)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="roleManagementToInitialize">The <see cref="T:Microsoft.Graph.RoleManagement"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RoleManagementRequestBuilder">
            <summary>
            The type RoleManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoleManagementRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RoleManagementRequestBuilder.Directory">
            <summary>
            Gets the request builder for Directory.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.RoleManagementRequestBuilder.EntitlementManagement">
            <summary>
            Gets the request builder for EntitlementManagement.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRbacApplicationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoomListRequest">
            <summary>
            The type RoomListRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoomListRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.CreateAsync(Microsoft.Graph.RoomList,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoomList using POST.
            </summary>
            <param name="roomListToCreate">The RoomList to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoomList.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.CreateResponseAsync(Microsoft.Graph.RoomList,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoomList using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roomListToCreate">The RoomList to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoomList.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoomList and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoomList.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoomList.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoomList and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.UpdateAsync(Microsoft.Graph.RoomList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoomList using PATCH.
            </summary>
            <param name="roomListToUpdate">The RoomList to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated RoomList.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.UpdateResponseAsync(Microsoft.Graph.RoomList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoomList using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roomListToUpdate">The RoomList to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.PutAsync(Microsoft.Graph.RoomList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoomList using PUT.
            </summary>
            <param name="roomListToUpdate">The RoomList object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.PutResponseAsync(Microsoft.Graph.RoomList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoomList using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roomListToUpdate">The RoomList object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoomList,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoomList,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequest.InitializeCollectionProperties(Microsoft.Graph.RoomList)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="roomListToInitialize">The <see cref="T:Microsoft.Graph.RoomList"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RoomListRequestBuilder">
            <summary>
            The type RoomListRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoomListRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RoomListRequestBuilder.Rooms">
            <summary>
            Gets the request builder for Rooms.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoomListRoomsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoomListRoomsCollectionPage">
            <summary>
            The type RoomListRoomsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoomListRoomsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRoomListRoomsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoomListRoomsCollectionRequest">
            <summary>
            The type RoomListRoomsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoomListRoomsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequest.AddAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Room to the collection via POST.
            </summary>
            <param name="room">The Room to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Room.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequest.AddResponseAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Room to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="room">The Room to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Room,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Room,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoomListRoomsCollectionRequestBuilder">
            <summary>
            The type RoomListRoomsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoomListRoomsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomListRoomsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RoomListRoomsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRoomRequestBuilder"/> for the specified RoomListRoom.
            </summary>
            <param name="id">The ID for the RoomListRoom.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRoomRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoomListRoomsCollectionResponse">
            <summary>
            The type RoomListRoomsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoomListRoomsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IRoomListRoomsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoomListRoomsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoomListRoomsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoomRequest">
            <summary>
            The type RoomRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoomRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.CreateAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Room using POST.
            </summary>
            <param name="roomToCreate">The Room to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Room.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.CreateResponseAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Room using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roomToCreate">The Room to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Room.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Room and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Room.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Room.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Room and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.UpdateAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Room using PATCH.
            </summary>
            <param name="roomToUpdate">The Room to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Room.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.UpdateResponseAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Room using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roomToUpdate">The Room to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.PutAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Room using PUT.
            </summary>
            <param name="roomToUpdate">The Room object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.PutResponseAsync(Microsoft.Graph.Room,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Room using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="roomToUpdate">The Room object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Room,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Room,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequest.InitializeCollectionProperties(Microsoft.Graph.Room)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="roomToInitialize">The <see cref="T:Microsoft.Graph.Room"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RoomRequestBuilder">
            <summary>
            The type RoomRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoomRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoomRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoomRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoomRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionPage">
            <summary>
            The type SamlOrWsFedExternalDomainFederationDomainsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest">
            <summary>
            The type SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.AddAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalDomainName to the collection via POST.
            </summary>
            <param name="externalDomainName">The ExternalDomainName to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ExternalDomainName.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.AddResponseAsync(Microsoft.Graph.ExternalDomainName,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ExternalDomainName to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="externalDomainName">The ExternalDomainName to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalDomainName,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ExternalDomainName,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder">
            <summary>
            The type SamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExternalDomainNameRequestBuilder"/> for the specified SamlOrWsFedExternalDomainFederationExternalDomainName.
            </summary>
            <param name="id">The ID for the SamlOrWsFedExternalDomainFederationExternalDomainName.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExternalDomainNameRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionResponse">
            <summary>
            The type SamlOrWsFedExternalDomainFederationDomainsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SamlOrWsFedExternalDomainFederationDomainsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest">
            <summary>
            The type SamlOrWsFedExternalDomainFederationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SamlOrWsFedExternalDomainFederationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.CreateAsync(Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SamlOrWsFedExternalDomainFederation using POST.
            </summary>
            <param name="samlOrWsFedExternalDomainFederationToCreate">The SamlOrWsFedExternalDomainFederation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SamlOrWsFedExternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.CreateResponseAsync(Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SamlOrWsFedExternalDomainFederation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="samlOrWsFedExternalDomainFederationToCreate">The SamlOrWsFedExternalDomainFederation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SamlOrWsFedExternalDomainFederation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SamlOrWsFedExternalDomainFederation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SamlOrWsFedExternalDomainFederation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SamlOrWsFedExternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SamlOrWsFedExternalDomainFederation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.UpdateAsync(Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedExternalDomainFederation using PATCH.
            </summary>
            <param name="samlOrWsFedExternalDomainFederationToUpdate">The SamlOrWsFedExternalDomainFederation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SamlOrWsFedExternalDomainFederation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.UpdateResponseAsync(Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedExternalDomainFederation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="samlOrWsFedExternalDomainFederationToUpdate">The SamlOrWsFedExternalDomainFederation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.PutAsync(Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedExternalDomainFederation using PUT.
            </summary>
            <param name="samlOrWsFedExternalDomainFederationToUpdate">The SamlOrWsFedExternalDomainFederation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.PutResponseAsync(Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedExternalDomainFederation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="samlOrWsFedExternalDomainFederationToUpdate">The SamlOrWsFedExternalDomainFederation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SamlOrWsFedExternalDomainFederation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequest.InitializeCollectionProperties(Microsoft.Graph.SamlOrWsFedExternalDomainFederation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="samlOrWsFedExternalDomainFederationToInitialize">The <see cref="T:Microsoft.Graph.SamlOrWsFedExternalDomainFederation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequestBuilder">
            <summary>
            The type SamlOrWsFedExternalDomainFederationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SamlOrWsFedExternalDomainFederationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SamlOrWsFedExternalDomainFederationRequestBuilder.Domains">
            <summary>
            Gets the request builder for Domains.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISamlOrWsFedExternalDomainFederationDomainsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SamlOrWsFedProviderRequest">
            <summary>
            The type SamlOrWsFedProviderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SamlOrWsFedProviderRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.CreateAsync(Microsoft.Graph.SamlOrWsFedProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SamlOrWsFedProvider using POST.
            </summary>
            <param name="samlOrWsFedProviderToCreate">The SamlOrWsFedProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SamlOrWsFedProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.CreateResponseAsync(Microsoft.Graph.SamlOrWsFedProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SamlOrWsFedProvider using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="samlOrWsFedProviderToCreate">The SamlOrWsFedProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SamlOrWsFedProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SamlOrWsFedProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SamlOrWsFedProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SamlOrWsFedProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SamlOrWsFedProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.UpdateAsync(Microsoft.Graph.SamlOrWsFedProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedProvider using PATCH.
            </summary>
            <param name="samlOrWsFedProviderToUpdate">The SamlOrWsFedProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SamlOrWsFedProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.UpdateResponseAsync(Microsoft.Graph.SamlOrWsFedProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedProvider using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="samlOrWsFedProviderToUpdate">The SamlOrWsFedProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.PutAsync(Microsoft.Graph.SamlOrWsFedProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedProvider using PUT.
            </summary>
            <param name="samlOrWsFedProviderToUpdate">The SamlOrWsFedProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.PutResponseAsync(Microsoft.Graph.SamlOrWsFedProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SamlOrWsFedProvider using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="samlOrWsFedProviderToUpdate">The SamlOrWsFedProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SamlOrWsFedProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SamlOrWsFedProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequest.InitializeCollectionProperties(Microsoft.Graph.SamlOrWsFedProvider)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="samlOrWsFedProviderToInitialize">The <see cref="T:Microsoft.Graph.SamlOrWsFedProvider"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SamlOrWsFedProviderRequestBuilder">
            <summary>
            The type SamlOrWsFedProviderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SamlOrWsFedProviderRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SamlOrWsFedProviderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleChangeRequestApproveRequest">
            <summary>
            The type ScheduleChangeRequestApproveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestApproveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleChangeRequestApproveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleChangeRequestApproveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestApproveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestApproveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestApproveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestApproveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleChangeRequestApproveRequestBuilder">
            <summary>
            The type ScheduleChangeRequestApproveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestApproveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ScheduleChangeRequestApproveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="message">A message parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestApproveRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleChangeRequestDeclineRequest">
            <summary>
            The type ScheduleChangeRequestDeclineRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestDeclineRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleChangeRequestDeclineRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleChangeRequestDeclineRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestDeclineRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestDeclineRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestDeclineRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestDeclineRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleChangeRequestDeclineRequestBuilder">
            <summary>
            The type ScheduleChangeRequestDeclineRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestDeclineRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ScheduleChangeRequestDeclineRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="message">A message parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestDeclineRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleChangeRequestRequest">
            <summary>
            The type ScheduleChangeRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleChangeRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.CreateAsync(Microsoft.Graph.ScheduleChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ScheduleChangeRequestObject using POST.
            </summary>
            <param name="scheduleChangeRequestObjectToCreate">The ScheduleChangeRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ScheduleChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.CreateResponseAsync(Microsoft.Graph.ScheduleChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ScheduleChangeRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scheduleChangeRequestObjectToCreate">The ScheduleChangeRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ScheduleChangeRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ScheduleChangeRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ScheduleChangeRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ScheduleChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ScheduleChangeRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.UpdateAsync(Microsoft.Graph.ScheduleChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScheduleChangeRequestObject using PATCH.
            </summary>
            <param name="scheduleChangeRequestObjectToUpdate">The ScheduleChangeRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ScheduleChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.UpdateResponseAsync(Microsoft.Graph.ScheduleChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScheduleChangeRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scheduleChangeRequestObjectToUpdate">The ScheduleChangeRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.PutAsync(Microsoft.Graph.ScheduleChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScheduleChangeRequestObject using PUT.
            </summary>
            <param name="scheduleChangeRequestObjectToUpdate">The ScheduleChangeRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.PutResponseAsync(Microsoft.Graph.ScheduleChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScheduleChangeRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scheduleChangeRequestObjectToUpdate">The ScheduleChangeRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScheduleChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScheduleChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequest.InitializeCollectionProperties(Microsoft.Graph.ScheduleChangeRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="scheduleChangeRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.ScheduleChangeRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ScheduleChangeRequestRequestBuilder">
            <summary>
            The type ScheduleChangeRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ScheduleChangeRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequestBuilder.Decline(System.String)">
            <summary>
            Gets the request builder for ScheduleChangeRequestDecline.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleChangeRequestDeclineRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleChangeRequestRequestBuilder.Approve(System.String)">
            <summary>
            Gets the request builder for ScheduleChangeRequestApprove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleChangeRequestApproveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionPage">
            <summary>
            The type ScheduleOfferShiftRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest">
            <summary>
            The type ScheduleOfferShiftRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleOfferShiftRequestsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest.AddAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OfferShiftRequestObject to the collection via POST.
            </summary>
            <param name="offerShiftRequest">The OfferShiftRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OfferShiftRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.OfferShiftRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OfferShiftRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="offerShiftRequest">The OfferShiftRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OfferShiftRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OfferShiftRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequestBuilder">
            <summary>
            The type ScheduleOfferShiftRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ScheduleOfferShiftRequestsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOfferShiftRequestRequestBuilder"/> for the specified ScheduleOfferShiftRequest.
            </summary>
            <param name="id">The ID for the ScheduleOfferShiftRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOfferShiftRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionResponse">
            <summary>
            The type ScheduleOfferShiftRequestsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOfferShiftRequestsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionPage">
            <summary>
            The type ScheduleOpenShiftChangeRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest">
            <summary>
            The type ScheduleOpenShiftChangeRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleOpenShiftChangeRequestsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest.AddAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OpenShiftChangeRequestObject to the collection via POST.
            </summary>
            <param name="openShiftChangeRequest">The OpenShiftChangeRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OpenShiftChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.OpenShiftChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OpenShiftChangeRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="openShiftChangeRequest">The OpenShiftChangeRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShiftChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShiftChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequestBuilder">
            <summary>
            The type ScheduleOpenShiftChangeRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ScheduleOpenShiftChangeRequestsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOpenShiftChangeRequestRequestBuilder"/> for the specified ScheduleOpenShiftChangeRequest.
            </summary>
            <param name="id">The ID for the ScheduleOpenShiftChangeRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOpenShiftChangeRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionResponse">
            <summary>
            The type ScheduleOpenShiftChangeRequestsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOpenShiftChangeRequestsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleOpenShiftsCollectionPage">
            <summary>
            The type ScheduleOpenShiftsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOpenShiftsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleOpenShiftsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest">
            <summary>
            The type ScheduleOpenShiftsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleOpenShiftsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest.AddAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OpenShift to the collection via POST.
            </summary>
            <param name="openShift">The OpenShift to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OpenShift.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest.AddResponseAsync(Microsoft.Graph.OpenShift,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OpenShift to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="openShift">The OpenShift to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShift,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenShift,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleOpenShiftsCollectionRequestBuilder">
            <summary>
            The type ScheduleOpenShiftsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ScheduleOpenShiftsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleOpenShiftsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOpenShiftsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOpenShiftRequestBuilder"/> for the specified ScheduleOpenShift.
            </summary>
            <param name="id">The ID for the ScheduleOpenShift.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOpenShiftRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleOpenShiftsCollectionResponse">
            <summary>
            The type ScheduleOpenShiftsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOpenShiftsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IScheduleOpenShiftsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOpenShiftsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleOpenShiftsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleRequest">
            <summary>
            The type ScheduleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.CreateAsync(Microsoft.Graph.Schedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Schedule using POST.
            </summary>
            <param name="scheduleToCreate">The Schedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Schedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.CreateResponseAsync(Microsoft.Graph.Schedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Schedule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scheduleToCreate">The Schedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Schedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Schedule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Schedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Schedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Schedule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.UpdateAsync(Microsoft.Graph.Schedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schedule using PATCH.
            </summary>
            <param name="scheduleToUpdate">The Schedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Schedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.UpdateResponseAsync(Microsoft.Graph.Schedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schedule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scheduleToUpdate">The Schedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.PutAsync(Microsoft.Graph.Schedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schedule using PUT.
            </summary>
            <param name="scheduleToUpdate">The Schedule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.PutResponseAsync(Microsoft.Graph.Schedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Schedule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scheduleToUpdate">The Schedule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Schedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Schedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequest.InitializeCollectionProperties(Microsoft.Graph.Schedule)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="scheduleToInitialize">The <see cref="T:Microsoft.Graph.Schedule"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ScheduleRequestBuilder">
            <summary>
            The type ScheduleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ScheduleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleRequestBuilder.OfferShiftRequests">
            <summary>
            Gets the request builder for OfferShiftRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleOfferShiftRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleRequestBuilder.OpenShiftChangeRequests">
            <summary>
            Gets the request builder for OpenShiftChangeRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleOpenShiftChangeRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleRequestBuilder.OpenShifts">
            <summary>
            Gets the request builder for OpenShifts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleOpenShiftsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleRequestBuilder.SchedulingGroups">
            <summary>
            Gets the request builder for SchedulingGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleRequestBuilder.Shifts">
            <summary>
            Gets the request builder for Shifts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleShiftsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleRequestBuilder.SwapShiftsChangeRequests">
            <summary>
            Gets the request builder for SwapShiftsChangeRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleRequestBuilder.TimeOffReasons">
            <summary>
            Gets the request builder for TimeOffReasons.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleRequestBuilder.TimeOffRequests">
            <summary>
            Gets the request builder for TimeOffRequests.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleRequestBuilder.TimesOff">
            <summary>
            Gets the request builder for TimesOff.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleTimesOffCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleRequestBuilder.Share(System.Nullable{System.Boolean},System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
            <summary>
            Gets the request builder for ScheduleShare.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleShareRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleSchedulingGroupsCollectionPage">
            <summary>
            The type ScheduleSchedulingGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleSchedulingGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleSchedulingGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest">
            <summary>
            The type ScheduleSchedulingGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleSchedulingGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest.AddAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SchedulingGroup to the collection via POST.
            </summary>
            <param name="schedulingGroup">The SchedulingGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SchedulingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SchedulingGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="schedulingGroup">The SchedulingGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchedulingGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchedulingGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequestBuilder">
            <summary>
            The type ScheduleSchedulingGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ScheduleSchedulingGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleSchedulingGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISchedulingGroupRequestBuilder"/> for the specified ScheduleSchedulingGroup.
            </summary>
            <param name="id">The ID for the ScheduleSchedulingGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISchedulingGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleSchedulingGroupsCollectionResponse">
            <summary>
            The type ScheduleSchedulingGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleSchedulingGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IScheduleSchedulingGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleSchedulingGroupsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleSchedulingGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleShareRequest">
            <summary>
            The type ScheduleShareRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShareRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleShareRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleShareRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShareRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShareRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShareRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShareRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleShareRequestBuilder">
            <summary>
            The type ScheduleShareRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShareRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Boolean},System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ScheduleShareRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="notifyTeam">A notifyTeam parameter for the OData method call.</param>
            <param name="startDateTime">A startDateTime parameter for the OData method call.</param>
            <param name="endDateTime">A endDateTime parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShareRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleShiftsCollectionPage">
            <summary>
            The type ScheduleShiftsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleShiftsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleShiftsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleShiftsCollectionRequest">
            <summary>
            The type ScheduleShiftsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleShiftsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequest.AddAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Shift to the collection via POST.
            </summary>
            <param name="shift">The Shift to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Shift.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequest.AddResponseAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Shift to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="shift">The Shift to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Shift,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Shift,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleShiftsCollectionRequestBuilder">
            <summary>
            The type ScheduleShiftsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ScheduleShiftsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleShiftsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleShiftsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IShiftRequestBuilder"/> for the specified ScheduleShift.
            </summary>
            <param name="id">The ID for the ScheduleShift.</param>
            <returns>The <see cref="T:Microsoft.Graph.IShiftRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleShiftsCollectionResponse">
            <summary>
            The type ScheduleShiftsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleShiftsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IScheduleShiftsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleShiftsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleShiftsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionPage">
            <summary>
            The type ScheduleSwapShiftsChangeRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest">
            <summary>
            The type ScheduleSwapShiftsChangeRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleSwapShiftsChangeRequestsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest.AddAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SwapShiftsChangeRequestObject to the collection via POST.
            </summary>
            <param name="swapShiftsChangeRequest">The SwapShiftsChangeRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SwapShiftsChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SwapShiftsChangeRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="swapShiftsChangeRequest">The SwapShiftsChangeRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SwapShiftsChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SwapShiftsChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequestBuilder">
            <summary>
            The type ScheduleSwapShiftsChangeRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ScheduleSwapShiftsChangeRequestsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISwapShiftsChangeRequestRequestBuilder"/> for the specified ScheduleSwapShiftsChangeRequest.
            </summary>
            <param name="id">The ID for the ScheduleSwapShiftsChangeRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISwapShiftsChangeRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionResponse">
            <summary>
            The type ScheduleSwapShiftsChangeRequestsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IScheduleSwapShiftsChangeRequestsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleSwapShiftsChangeRequestsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleTimeOffReasonsCollectionPage">
            <summary>
            The type ScheduleTimeOffReasonsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimeOffReasonsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleTimeOffReasonsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest">
            <summary>
            The type ScheduleTimeOffReasonsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleTimeOffReasonsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest.AddAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TimeOffReason to the collection via POST.
            </summary>
            <param name="timeOffReason">The TimeOffReason to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TimeOffReason.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest.AddResponseAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TimeOffReason to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="timeOffReason">The TimeOffReason to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffReason,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffReason,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequestBuilder">
            <summary>
            The type ScheduleTimeOffReasonsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ScheduleTimeOffReasonsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimeOffReasonsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITimeOffReasonRequestBuilder"/> for the specified ScheduleTimeOffReason.
            </summary>
            <param name="id">The ID for the ScheduleTimeOffReason.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITimeOffReasonRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleTimeOffReasonsCollectionResponse">
            <summary>
            The type ScheduleTimeOffReasonsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimeOffReasonsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IScheduleTimeOffReasonsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimeOffReasonsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimeOffReasonsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleTimeOffRequestsCollectionPage">
            <summary>
            The type ScheduleTimeOffRequestsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimeOffRequestsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleTimeOffRequestsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest">
            <summary>
            The type ScheduleTimeOffRequestsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleTimeOffRequestsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest.AddAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TimeOffRequestObject to the collection via POST.
            </summary>
            <param name="timeOffRequest">The TimeOffRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TimeOffRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest.AddResponseAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TimeOffRequestObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="timeOffRequest">The TimeOffRequestObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequestBuilder">
            <summary>
            The type ScheduleTimeOffRequestsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ScheduleTimeOffRequestsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimeOffRequestsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITimeOffRequestRequestBuilder"/> for the specified ScheduleTimeOffRequest.
            </summary>
            <param name="id">The ID for the ScheduleTimeOffRequest.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITimeOffRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleTimeOffRequestsCollectionResponse">
            <summary>
            The type ScheduleTimeOffRequestsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimeOffRequestsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IScheduleTimeOffRequestsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimeOffRequestsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimeOffRequestsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleTimesOffCollectionPage">
            <summary>
            The type ScheduleTimesOffCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimesOffCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IScheduleTimesOffCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScheduleTimesOffCollectionRequest">
            <summary>
            The type ScheduleTimesOffCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScheduleTimesOffCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequest.AddAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TimeOff to the collection via POST.
            </summary>
            <param name="timeOff">The TimeOff to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TimeOff.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequest.AddResponseAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TimeOff to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="timeOff">The TimeOff to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOff,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOff,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleTimesOffCollectionRequestBuilder">
            <summary>
            The type ScheduleTimesOffCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ScheduleTimesOffCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScheduleTimesOffCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimesOffCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITimeOffRequestBuilder"/> for the specified ScheduleTimeOff.
            </summary>
            <param name="id">The ID for the ScheduleTimeOff.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITimeOffRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScheduleTimesOffCollectionResponse">
            <summary>
            The type ScheduleTimesOffCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimesOffCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IScheduleTimesOffCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimesOffCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScheduleTimesOffCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SchedulingGroupRequest">
            <summary>
            The type SchedulingGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SchedulingGroupRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.CreateAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SchedulingGroup using POST.
            </summary>
            <param name="schedulingGroupToCreate">The SchedulingGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SchedulingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.CreateResponseAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SchedulingGroup using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schedulingGroupToCreate">The SchedulingGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SchedulingGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SchedulingGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SchedulingGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SchedulingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SchedulingGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.UpdateAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchedulingGroup using PATCH.
            </summary>
            <param name="schedulingGroupToUpdate">The SchedulingGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SchedulingGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.UpdateResponseAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchedulingGroup using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schedulingGroupToUpdate">The SchedulingGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.PutAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchedulingGroup using PUT.
            </summary>
            <param name="schedulingGroupToUpdate">The SchedulingGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.PutResponseAsync(Microsoft.Graph.SchedulingGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchedulingGroup using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schedulingGroupToUpdate">The SchedulingGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchedulingGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchedulingGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequest.InitializeCollectionProperties(Microsoft.Graph.SchedulingGroup)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="schedulingGroupToInitialize">The <see cref="T:Microsoft.Graph.SchedulingGroup"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SchedulingGroupRequestBuilder">
            <summary>
            The type SchedulingGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SchedulingGroupRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchedulingGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SchemaExtensionRequest">
            <summary>
            The type SchemaExtensionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SchemaExtensionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.CreateAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SchemaExtension using POST.
            </summary>
            <param name="schemaExtensionToCreate">The SchemaExtension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.CreateResponseAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SchemaExtension using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schemaExtensionToCreate">The SchemaExtension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SchemaExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SchemaExtension and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SchemaExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SchemaExtension and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.UpdateAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchemaExtension using PATCH.
            </summary>
            <param name="schemaExtensionToUpdate">The SchemaExtension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.UpdateResponseAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchemaExtension using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schemaExtensionToUpdate">The SchemaExtension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.PutAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchemaExtension using PUT.
            </summary>
            <param name="schemaExtensionToUpdate">The SchemaExtension object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.PutResponseAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchemaExtension using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="schemaExtensionToUpdate">The SchemaExtension object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.InitializeCollectionProperties(Microsoft.Graph.SchemaExtension)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="schemaExtensionToInitialize">The <see cref="T:Microsoft.Graph.SchemaExtension"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SchemaExtensionRequestBuilder">
            <summary>
            The type SchemaExtensionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SchemaExtensionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ScopedRoleMembershipRequest">
            <summary>
            The type ScopedRoleMembershipRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ScopedRoleMembershipRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.CreateAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ScopedRoleMembership using POST.
            </summary>
            <param name="scopedRoleMembershipToCreate">The ScopedRoleMembership to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.CreateResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ScopedRoleMembership using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scopedRoleMembershipToCreate">The ScopedRoleMembership to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ScopedRoleMembership.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ScopedRoleMembership and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ScopedRoleMembership.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ScopedRoleMembership and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.UpdateAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScopedRoleMembership using PATCH.
            </summary>
            <param name="scopedRoleMembershipToUpdate">The ScopedRoleMembership to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.UpdateResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScopedRoleMembership using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scopedRoleMembershipToUpdate">The ScopedRoleMembership to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.PutAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScopedRoleMembership using PUT.
            </summary>
            <param name="scopedRoleMembershipToUpdate">The ScopedRoleMembership object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.PutResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ScopedRoleMembership using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="scopedRoleMembershipToUpdate">The ScopedRoleMembership object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequest.InitializeCollectionProperties(Microsoft.Graph.ScopedRoleMembership)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="scopedRoleMembershipToInitialize">The <see cref="T:Microsoft.Graph.ScopedRoleMembership"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ScopedRoleMembershipRequestBuilder">
            <summary>
            The type ScopedRoleMembershipRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ScopedRoleMembershipRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ScopedRoleMembershipRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SearchEntityQueryCollectionPage">
            <summary>
            The type SearchEntityQueryCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchEntityQueryCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISearchEntityQueryRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityQueryCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchEntityQueryCollectionResponse">
            <summary>
            The type SearchEntityQueryCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchEntityQueryCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISearchEntityQueryCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchEntityQueryCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchEntityQueryCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchEntityQueryRequest">
            <summary>
            The type SearchEntityQueryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityQueryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SearchEntityQueryRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchEntityQueryRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityQueryRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityQueryRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityQueryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityQueryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityQueryRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityQueryRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityQueryRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityQueryRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SearchEntityQueryRequestBuilder">
            <summary>
            The type SearchEntityQueryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityQueryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.SearchRequestObject})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SearchEntityQueryRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="requests">A requests parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityQueryRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SearchEntityRequest">
            <summary>
            The type SearchEntityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SearchEntityRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.CreateAsync(Microsoft.Graph.SearchEntity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SearchEntity using POST.
            </summary>
            <param name="searchEntityToCreate">The SearchEntity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SearchEntity.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.CreateResponseAsync(Microsoft.Graph.SearchEntity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SearchEntity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="searchEntityToCreate">The SearchEntity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SearchEntity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SearchEntity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SearchEntity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SearchEntity.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SearchEntity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.UpdateAsync(Microsoft.Graph.SearchEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SearchEntity using PATCH.
            </summary>
            <param name="searchEntityToUpdate">The SearchEntity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SearchEntity.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.UpdateResponseAsync(Microsoft.Graph.SearchEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SearchEntity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="searchEntityToUpdate">The SearchEntity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.PutAsync(Microsoft.Graph.SearchEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SearchEntity using PUT.
            </summary>
            <param name="searchEntityToUpdate">The SearchEntity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.PutResponseAsync(Microsoft.Graph.SearchEntity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SearchEntity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="searchEntityToUpdate">The SearchEntity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SearchEntity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SearchEntity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequest.InitializeCollectionProperties(Microsoft.Graph.SearchEntity)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="searchEntityToInitialize">The <see cref="T:Microsoft.Graph.SearchEntity"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SearchEntityRequestBuilder">
            <summary>
            The type SearchEntityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SearchEntityRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SearchEntityRequestBuilder.Query(System.Collections.Generic.IEnumerable{Microsoft.Graph.SearchRequestObject})">
            <summary>
            Gets the request builder for SearchEntityQuery.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISearchEntityQueryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupRequest">
            <summary>
            The type SectionGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SectionGroupRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.CreateAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SectionGroup using POST.
            </summary>
            <param name="sectionGroupToCreate">The SectionGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.CreateResponseAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SectionGroup using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sectionGroupToCreate">The SectionGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SectionGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SectionGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SectionGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SectionGroup and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.UpdateAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SectionGroup using PATCH.
            </summary>
            <param name="sectionGroupToUpdate">The SectionGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.UpdateResponseAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SectionGroup using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sectionGroupToUpdate">The SectionGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.PutAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SectionGroup using PUT.
            </summary>
            <param name="sectionGroupToUpdate">The SectionGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.PutResponseAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SectionGroup using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sectionGroupToUpdate">The SectionGroup object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.InitializeCollectionProperties(Microsoft.Graph.SectionGroup)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="sectionGroupToInitialize">The <see cref="T:Microsoft.Graph.SectionGroup"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupRequestBuilder">
            <summary>
            The type SectionGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SectionGroupRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupRequestBuilder.ParentNotebook">
            <summary>
            Gets the request builder for ParentNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupRequestBuilder.ParentSectionGroup">
            <summary>
            Gets the request builder for ParentSectionGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupRequestBuilder.SectionGroups">
            <summary>
            Gets the request builder for SectionGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupRequestBuilder.Sections">
            <summary>
            Gets the request builder for Sections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupSectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionGroupsCollectionPage">
            <summary>
            The type SectionGroupSectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest">
            <summary>
            The type SectionGroupSectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SectionGroupSectionGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequestBuilder">
            <summary>
            The type SectionGroupSectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SectionGroupSectionGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/> for the specified SectionGroupSectionGroup.
            </summary>
            <param name="id">The ID for the SectionGroupSectionGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionGroupsCollectionResponse">
            <summary>
            The type SectionGroupSectionGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionGroupsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionsCollectionPage">
            <summary>
            The type SectionGroupSectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISectionGroupSectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionsCollectionRequest">
            <summary>
            The type SectionGroupSectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SectionGroupSectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.AddResponseAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionsCollectionRequestBuilder">
            <summary>
            The type SectionGroupSectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SectionGroupSectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/> for the specified SectionGroupOnenoteSection.
            </summary>
            <param name="id">The ID for the SectionGroupOnenoteSection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionsCollectionResponse">
            <summary>
            The type SectionGroupSectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISectionGroupSectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecureScoreControlProfileRequest">
            <summary>
            The type SecureScoreControlProfileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SecureScoreControlProfileRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.CreateAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SecureScoreControlProfile using POST.
            </summary>
            <param name="secureScoreControlProfileToCreate">The SecureScoreControlProfile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SecureScoreControlProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.CreateResponseAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SecureScoreControlProfile using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="secureScoreControlProfileToCreate">The SecureScoreControlProfile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SecureScoreControlProfile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SecureScoreControlProfile and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SecureScoreControlProfile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SecureScoreControlProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SecureScoreControlProfile and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.UpdateAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScoreControlProfile using PATCH.
            </summary>
            <param name="secureScoreControlProfileToUpdate">The SecureScoreControlProfile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SecureScoreControlProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.UpdateResponseAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScoreControlProfile using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="secureScoreControlProfileToUpdate">The SecureScoreControlProfile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.PutAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScoreControlProfile using PUT.
            </summary>
            <param name="secureScoreControlProfileToUpdate">The SecureScoreControlProfile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.PutResponseAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScoreControlProfile using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="secureScoreControlProfileToUpdate">The SecureScoreControlProfile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScoreControlProfile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScoreControlProfile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequest.InitializeCollectionProperties(Microsoft.Graph.SecureScoreControlProfile)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="secureScoreControlProfileToInitialize">The <see cref="T:Microsoft.Graph.SecureScoreControlProfile"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecureScoreControlProfileRequestBuilder">
            <summary>
            The type SecureScoreControlProfileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SecureScoreControlProfileRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreControlProfileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecureScoreRequest">
            <summary>
            The type SecureScoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SecureScoreRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.CreateAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SecureScore using POST.
            </summary>
            <param name="secureScoreToCreate">The SecureScore to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SecureScore.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.CreateResponseAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SecureScore using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="secureScoreToCreate">The SecureScore to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SecureScore.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SecureScore and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SecureScore.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SecureScore.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SecureScore and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.UpdateAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScore using PATCH.
            </summary>
            <param name="secureScoreToUpdate">The SecureScore to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SecureScore.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.UpdateResponseAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScore using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="secureScoreToUpdate">The SecureScore to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.PutAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScore using PUT.
            </summary>
            <param name="secureScoreToUpdate">The SecureScore object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.PutResponseAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecureScore using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="secureScoreToUpdate">The SecureScore object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScore,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScore,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequest.InitializeCollectionProperties(Microsoft.Graph.SecureScore)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="secureScoreToInitialize">The <see cref="T:Microsoft.Graph.SecureScore"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecureScoreRequestBuilder">
            <summary>
            The type SecureScoreRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SecureScoreRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecureScoreRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityAlertsCollectionPage">
            <summary>
            The type SecurityAlertsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityAlertsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecurityAlertsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityAlertsCollectionRequest">
            <summary>
            The type SecurityAlertsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SecurityAlertsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequest.AddAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Alert to the collection via POST.
            </summary>
            <param name="alert">The Alert to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequest.AddResponseAsync(Microsoft.Graph.Alert,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Alert to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="alert">The Alert to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Alert,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Alert,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityAlertsCollectionRequestBuilder">
            <summary>
            The type SecurityAlertsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SecurityAlertsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlertsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityAlertsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAlertRequestBuilder"/> for the specified SecurityAlert.
            </summary>
            <param name="id">The ID for the SecurityAlert.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAlertRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityAlertsCollectionResponse">
            <summary>
            The type SecurityAlertsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityAlertsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISecurityAlertsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityAlertsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityAlertsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityAlerts_v2CollectionPage">
            <summary>
            The type SecurityAlerts_v2CollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityAlerts_v2CollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecurityAlerts_v2CollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityAlerts_v2CollectionRequest">
            <summary>
            The type SecurityAlerts_v2CollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SecurityAlerts_v2CollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.SecurityNamespace.Alert to the collection via POST.
            </summary>
            <param name="alert">The Microsoft.Graph.SecurityNamespace.Alert to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Microsoft.Graph.SecurityNamespace.Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.SecurityNamespace.Alert to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.SecurityNamespace.Alert&gt;"/> object of the request.
            </summary>
            <param name="alert">The Microsoft.Graph.SecurityNamespace.Alert to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="!:GraphResponse&lt;Microsoft.Graph.SecurityNamespace.Alert&gt;"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityAlerts_v2CollectionRequestBuilder">
            <summary>
            The type SecurityAlerts_v2CollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SecurityAlerts_v2CollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityAlerts_v2CollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityAlerts_v2CollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IAlertRequestBuilder"/> for the specified SecurityMicrosoft.Graph.SecurityNamespace.Alert.
            </summary>
            <param name="id">The ID for the SecurityMicrosoft.Graph.SecurityNamespace.Alert.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IAlertRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityAlerts_v2CollectionResponse">
            <summary>
            The type SecurityAlerts_v2CollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityAlerts_v2CollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISecurityAlerts_v2CollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityAlerts_v2CollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityAlerts_v2CollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityIncidentsCollectionPage">
            <summary>
            The type SecurityIncidentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityIncidentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecurityIncidentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityIncidentsCollectionRequest">
            <summary>
            The type SecurityIncidentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SecurityIncidentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.SecurityNamespace.Incident to the collection via POST.
            </summary>
            <param name="incident">The Microsoft.Graph.SecurityNamespace.Incident to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Microsoft.Graph.SecurityNamespace.Incident.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.SecurityNamespace.Incident to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.SecurityNamespace.Incident&gt;"/> object of the request.
            </summary>
            <param name="incident">The Microsoft.Graph.SecurityNamespace.Incident to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="!:GraphResponse&lt;Microsoft.Graph.SecurityNamespace.Incident&gt;"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Incident,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Incident,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityIncidentsCollectionRequestBuilder">
            <summary>
            The type SecurityIncidentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SecurityIncidentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityIncidentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityIncidentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IIncidentRequestBuilder"/> for the specified SecurityMicrosoft.Graph.SecurityNamespace.Incident.
            </summary>
            <param name="id">The ID for the SecurityMicrosoft.Graph.SecurityNamespace.Incident.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IIncidentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityIncidentsCollectionResponse">
            <summary>
            The type SecurityIncidentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityIncidentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISecurityIncidentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityIncidentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityIncidentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersCollectionPage">
            <summary>
            The type SecurityReportsRootGetAttackSimulationRepeatOffendersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersCollectionResponse">
            <summary>
            The type SecurityReportsRootGetAttackSimulationRepeatOffendersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequest">
            <summary>
            The type SecurityReportsRootGetAttackSimulationRepeatOffendersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SecurityReportsRootGetAttackSimulationRepeatOffendersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequestBuilder">
            <summary>
            The type SecurityReportsRootGetAttackSimulationRepeatOffendersRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationRepeatOffendersRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage">
            <summary>
            The type SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionResponse">
            <summary>
            The type SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest">
            <summary>
            The type SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequestBuilder">
            <summary>
            The type SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationSimulationUserCoverageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionPage">
            <summary>
            The type SecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionResponse">
            <summary>
            The type SecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest">
            <summary>
            The type SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequestBuilder">
            <summary>
            The type SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootGetAttackSimulationTrainingUserCoverageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootRequest">
            <summary>
            The type SecurityReportsRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SecurityReportsRootRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.CreateAsync(Microsoft.Graph.SecurityReportsRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SecurityReportsRoot using POST.
            </summary>
            <param name="securityReportsRootToCreate">The SecurityReportsRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SecurityReportsRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.CreateResponseAsync(Microsoft.Graph.SecurityReportsRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SecurityReportsRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="securityReportsRootToCreate">The SecurityReportsRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SecurityReportsRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SecurityReportsRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SecurityReportsRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SecurityReportsRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SecurityReportsRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.UpdateAsync(Microsoft.Graph.SecurityReportsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecurityReportsRoot using PATCH.
            </summary>
            <param name="securityReportsRootToUpdate">The SecurityReportsRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SecurityReportsRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.UpdateResponseAsync(Microsoft.Graph.SecurityReportsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecurityReportsRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="securityReportsRootToUpdate">The SecurityReportsRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.PutAsync(Microsoft.Graph.SecurityReportsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecurityReportsRoot using PUT.
            </summary>
            <param name="securityReportsRootToUpdate">The SecurityReportsRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.PutResponseAsync(Microsoft.Graph.SecurityReportsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SecurityReportsRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="securityReportsRootToUpdate">The SecurityReportsRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityReportsRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityReportsRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityReportsRoot)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="securityReportsRootToInitialize">The <see cref="T:Microsoft.Graph.SecurityReportsRoot"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityReportsRootRequestBuilder">
            <summary>
            The type SecurityReportsRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SecurityReportsRootRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequestBuilder.GetAttackSimulationRepeatOffenders">
            <summary>
            Gets the request builder for SecurityReportsRootGetAttackSimulationRepeatOffenders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationRepeatOffendersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequestBuilder.GetAttackSimulationSimulationUserCoverage">
            <summary>
            Gets the request builder for SecurityReportsRootGetAttackSimulationSimulationUserCoverage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationSimulationUserCoverageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityReportsRootRequestBuilder.GetAttackSimulationTrainingUserCoverage">
            <summary>
            Gets the request builder for SecurityReportsRootGetAttackSimulationTrainingUserCoverage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityReportsRootGetAttackSimulationTrainingUserCoverageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityRequest">
            <summary>
            The type SecurityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SecurityRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.CreateAsync(Microsoft.Graph.Security,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Security using POST.
            </summary>
            <param name="securityToCreate">The Security to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Security.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.CreateResponseAsync(Microsoft.Graph.Security,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Security using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="securityToCreate">The Security to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Security.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Security and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Security.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Security.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Security and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.UpdateAsync(Microsoft.Graph.Security,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Security using PATCH.
            </summary>
            <param name="securityToUpdate">The Security to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Security.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.UpdateResponseAsync(Microsoft.Graph.Security,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Security using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="securityToUpdate">The Security to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.PutAsync(Microsoft.Graph.Security,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Security using PUT.
            </summary>
            <param name="securityToUpdate">The Security object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.PutResponseAsync(Microsoft.Graph.Security,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Security using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="securityToUpdate">The Security object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Security,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Security,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequest.InitializeCollectionProperties(Microsoft.Graph.Security)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="securityToInitialize">The <see cref="T:Microsoft.Graph.Security"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityRequestBuilder">
            <summary>
            The type SecurityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SecurityRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityRequestBuilder.Cases">
            <summary>
            Gets the request builder for Cases.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.ICasesRootRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityRequestBuilder.Alerts_v2">
            <summary>
            Gets the request builder for Alerts_v2.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityAlerts_v2CollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityRequestBuilder.Incidents">
            <summary>
            Gets the request builder for Incidents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityIncidentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityRequestBuilder.AttackSimulation">
            <summary>
            Gets the request builder for AttackSimulation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttackSimulationRootRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityRequestBuilder.Alerts">
            <summary>
            Gets the request builder for Alerts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityAlertsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityRequestBuilder.SecureScoreControlProfiles">
            <summary>
            Gets the request builder for SecureScoreControlProfiles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityRequestBuilder.SecureScores">
            <summary>
            Gets the request builder for SecureScores.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecuritySecureScoresCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRequestBuilder.RunHuntingQuery(System.String)">
            <summary>
            Gets the request builder for SecurityRunHuntingQuery.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISecurityRunHuntingQueryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityRunHuntingQueryRequest">
            <summary>
            The type SecurityRunHuntingQueryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityRunHuntingQueryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SecurityRunHuntingQueryRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityRunHuntingQueryRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityRunHuntingQueryRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRunHuntingQueryRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRunHuntingQueryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityRunHuntingQueryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityRunHuntingQueryRequestBuilder">
            <summary>
            The type SecurityRunHuntingQueryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityRunHuntingQueryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityRunHuntingQueryRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="query">A query parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityRunHuntingQueryRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionPage">
            <summary>
            The type SecuritySecureScoreControlProfilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest">
            <summary>
            The type SecuritySecureScoreControlProfilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SecuritySecureScoreControlProfilesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest.AddAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SecureScoreControlProfile to the collection via POST.
            </summary>
            <param name="secureScoreControlProfile">The SecureScoreControlProfile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SecureScoreControlProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecureScoreControlProfile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SecureScoreControlProfile to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="secureScoreControlProfile">The SecureScoreControlProfile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScoreControlProfile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScoreControlProfile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequestBuilder">
            <summary>
            The type SecuritySecureScoreControlProfilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SecuritySecureScoreControlProfilesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISecureScoreControlProfileRequestBuilder"/> for the specified SecuritySecureScoreControlProfile.
            </summary>
            <param name="id">The ID for the SecuritySecureScoreControlProfile.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISecureScoreControlProfileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionResponse">
            <summary>
            The type SecuritySecureScoreControlProfilesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISecuritySecureScoreControlProfilesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecuritySecureScoreControlProfilesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecuritySecureScoresCollectionPage">
            <summary>
            The type SecuritySecureScoresCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecuritySecureScoresCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISecuritySecureScoresCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecuritySecureScoresCollectionRequest">
            <summary>
            The type SecuritySecureScoresCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SecuritySecureScoresCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequest.AddAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SecureScore to the collection via POST.
            </summary>
            <param name="secureScore">The SecureScore to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SecureScore.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequest.AddResponseAsync(Microsoft.Graph.SecureScore,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SecureScore to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="secureScore">The SecureScore to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScore,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecureScore,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecuritySecureScoresCollectionRequestBuilder">
            <summary>
            The type SecuritySecureScoresCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SecuritySecureScoresCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecuritySecureScoresCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecuritySecureScoresCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISecureScoreRequestBuilder"/> for the specified SecuritySecureScore.
            </summary>
            <param name="id">The ID for the SecuritySecureScore.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISecureScoreRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecuritySecureScoresCollectionResponse">
            <summary>
            The type SecuritySecureScoresCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecuritySecureScoresCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISecuritySecureScoresCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecuritySecureScoresCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecuritySecureScoresCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementAttachmentContentRequest">
            <summary>
            The type ServiceAnnouncementAttachmentContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceAnnouncementAttachmentContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementAttachmentContentRequestBuilder">
            <summary>
            The type ServiceAnnouncementAttachmentContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServiceAnnouncementAttachmentContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementAttachmentRequest">
            <summary>
            The type ServiceAnnouncementAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceAnnouncementAttachmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.CreateAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceAnnouncementAttachment using POST.
            </summary>
            <param name="serviceAnnouncementAttachmentToCreate">The ServiceAnnouncementAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceAnnouncementAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.CreateResponseAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceAnnouncementAttachment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementAttachmentToCreate">The ServiceAnnouncementAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceAnnouncementAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceAnnouncementAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceAnnouncementAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServiceAnnouncementAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceAnnouncementAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.UpdateAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementAttachment using PATCH.
            </summary>
            <param name="serviceAnnouncementAttachmentToUpdate">The ServiceAnnouncementAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServiceAnnouncementAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.UpdateResponseAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementAttachment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementAttachmentToUpdate">The ServiceAnnouncementAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.PutAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementAttachment using PUT.
            </summary>
            <param name="serviceAnnouncementAttachmentToUpdate">The ServiceAnnouncementAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.PutResponseAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementAttachment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementAttachmentToUpdate">The ServiceAnnouncementAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncementAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncementAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequest.InitializeCollectionProperties(Microsoft.Graph.ServiceAnnouncementAttachment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="serviceAnnouncementAttachmentToInitialize">The <see cref="T:Microsoft.Graph.ServiceAnnouncementAttachment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementAttachmentRequestBuilder">
            <summary>
            The type ServiceAnnouncementAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServiceAnnouncementAttachmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementAttachmentRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceAnnouncementAttachmentContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementBaseRequest">
            <summary>
            The type ServiceAnnouncementBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceAnnouncementBaseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.CreateAsync(Microsoft.Graph.ServiceAnnouncementBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceAnnouncementBase using POST.
            </summary>
            <param name="serviceAnnouncementBaseToCreate">The ServiceAnnouncementBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceAnnouncementBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.CreateResponseAsync(Microsoft.Graph.ServiceAnnouncementBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceAnnouncementBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementBaseToCreate">The ServiceAnnouncementBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceAnnouncementBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceAnnouncementBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceAnnouncementBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServiceAnnouncementBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceAnnouncementBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.UpdateAsync(Microsoft.Graph.ServiceAnnouncementBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementBase using PATCH.
            </summary>
            <param name="serviceAnnouncementBaseToUpdate">The ServiceAnnouncementBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServiceAnnouncementBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.UpdateResponseAsync(Microsoft.Graph.ServiceAnnouncementBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementBaseToUpdate">The ServiceAnnouncementBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.PutAsync(Microsoft.Graph.ServiceAnnouncementBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementBase using PUT.
            </summary>
            <param name="serviceAnnouncementBaseToUpdate">The ServiceAnnouncementBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.PutResponseAsync(Microsoft.Graph.ServiceAnnouncementBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncementBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementBaseToUpdate">The ServiceAnnouncementBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncementBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncementBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequest.InitializeCollectionProperties(Microsoft.Graph.ServiceAnnouncementBase)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="serviceAnnouncementBaseToInitialize">The <see cref="T:Microsoft.Graph.ServiceAnnouncementBase"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementBaseRequestBuilder">
            <summary>
            The type ServiceAnnouncementBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServiceAnnouncementBaseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionPage">
            <summary>
            The type ServiceAnnouncementHealthOverviewsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest">
            <summary>
            The type ServiceAnnouncementHealthOverviewsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceAnnouncementHealthOverviewsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest.AddAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceHealth to the collection via POST.
            </summary>
            <param name="serviceHealth">The ServiceHealth to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceHealth.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest.AddResponseAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceHealth to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="serviceHealth">The ServiceHealth to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealth,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealth,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequestBuilder">
            <summary>
            The type ServiceAnnouncementHealthOverviewsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServiceAnnouncementHealthOverviewsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServiceHealthRequestBuilder"/> for the specified ServiceAnnouncementServiceHealth.
            </summary>
            <param name="id">The ID for the ServiceAnnouncementServiceHealth.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServiceHealthRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionResponse">
            <summary>
            The type ServiceAnnouncementHealthOverviewsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementHealthOverviewsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementIssuesCollectionPage">
            <summary>
            The type ServiceAnnouncementIssuesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementIssuesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest">
            <summary>
            The type ServiceAnnouncementIssuesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceAnnouncementIssuesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest.AddAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceHealthIssue to the collection via POST.
            </summary>
            <param name="serviceHealthIssue">The ServiceHealthIssue to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceHealthIssue.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest.AddResponseAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceHealthIssue to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="serviceHealthIssue">The ServiceHealthIssue to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealthIssue,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealthIssue,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequestBuilder">
            <summary>
            The type ServiceAnnouncementIssuesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServiceAnnouncementIssuesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementIssuesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServiceHealthIssueRequestBuilder"/> for the specified ServiceAnnouncementServiceHealthIssue.
            </summary>
            <param name="id">The ID for the ServiceAnnouncementServiceHealthIssue.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServiceHealthIssueRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementIssuesCollectionResponse">
            <summary>
            The type ServiceAnnouncementIssuesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementIssuesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServiceAnnouncementIssuesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementIssuesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementIssuesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementMessagesCollectionPage">
            <summary>
            The type ServiceAnnouncementMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest">
            <summary>
            The type ServiceAnnouncementMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceAnnouncementMessagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest.AddAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceUpdateMessage to the collection via POST.
            </summary>
            <param name="serviceUpdateMessage">The ServiceUpdateMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceUpdateMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceUpdateMessage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="serviceUpdateMessage">The ServiceUpdateMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceUpdateMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceUpdateMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequestBuilder">
            <summary>
            The type ServiceAnnouncementMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServiceAnnouncementMessagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServiceUpdateMessageRequestBuilder"/> for the specified ServiceAnnouncementServiceUpdateMessage.
            </summary>
            <param name="id">The ID for the ServiceAnnouncementServiceUpdateMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequestBuilder.Archive(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for ServiceUpdateMessageArchive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageArchiveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequestBuilder.Favorite(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for ServiceUpdateMessageFavorite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageFavoriteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequestBuilder.MarkRead(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for ServiceUpdateMessageMarkRead.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageMarkReadRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequestBuilder.MarkUnread(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for ServiceUpdateMessageMarkUnread.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageMarkUnreadRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequestBuilder.Unarchive(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for ServiceUpdateMessageUnarchive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageUnarchiveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementMessagesCollectionRequestBuilder.Unfavorite(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for ServiceUpdateMessageUnfavorite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageUnfavoriteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementMessagesCollectionResponse">
            <summary>
            The type ServiceAnnouncementMessagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementMessagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServiceAnnouncementMessagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementMessagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementMessagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementRequest">
            <summary>
            The type ServiceAnnouncementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceAnnouncementRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.CreateAsync(Microsoft.Graph.ServiceAnnouncement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceAnnouncement using POST.
            </summary>
            <param name="serviceAnnouncementToCreate">The ServiceAnnouncement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceAnnouncement.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.CreateResponseAsync(Microsoft.Graph.ServiceAnnouncement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceAnnouncement using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementToCreate">The ServiceAnnouncement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceAnnouncement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceAnnouncement and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceAnnouncement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServiceAnnouncement.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceAnnouncement and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.UpdateAsync(Microsoft.Graph.ServiceAnnouncement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncement using PATCH.
            </summary>
            <param name="serviceAnnouncementToUpdate">The ServiceAnnouncement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServiceAnnouncement.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.UpdateResponseAsync(Microsoft.Graph.ServiceAnnouncement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncement using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementToUpdate">The ServiceAnnouncement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.PutAsync(Microsoft.Graph.ServiceAnnouncement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncement using PUT.
            </summary>
            <param name="serviceAnnouncementToUpdate">The ServiceAnnouncement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.PutResponseAsync(Microsoft.Graph.ServiceAnnouncement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceAnnouncement using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceAnnouncementToUpdate">The ServiceAnnouncement object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequest.InitializeCollectionProperties(Microsoft.Graph.ServiceAnnouncement)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="serviceAnnouncementToInitialize">The <see cref="T:Microsoft.Graph.ServiceAnnouncement"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ServiceAnnouncementRequestBuilder">
            <summary>
            The type ServiceAnnouncementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServiceAnnouncementRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceAnnouncementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementRequestBuilder.HealthOverviews">
            <summary>
            Gets the request builder for HealthOverviews.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceAnnouncementHealthOverviewsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementRequestBuilder.Issues">
            <summary>
            Gets the request builder for Issues.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceAnnouncementIssuesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServiceAnnouncementRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceAnnouncementMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthIssueIncidentReportRequest">
            <summary>
            The type ServiceHealthIssueIncidentReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueIncidentReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceHealthIssueIncidentReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueIncidentReportRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueIncidentReportRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthIssueIncidentReportRequestBuilder">
            <summary>
            The type ServiceHealthIssueIncidentReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueIncidentReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ServiceHealthIssueIncidentReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueIncidentReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthIssueRequest">
            <summary>
            The type ServiceHealthIssueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceHealthIssueRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.CreateAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceHealthIssue using POST.
            </summary>
            <param name="serviceHealthIssueToCreate">The ServiceHealthIssue to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceHealthIssue.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.CreateResponseAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceHealthIssue using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceHealthIssueToCreate">The ServiceHealthIssue to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceHealthIssue.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceHealthIssue and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceHealthIssue.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServiceHealthIssue.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceHealthIssue and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.UpdateAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealthIssue using PATCH.
            </summary>
            <param name="serviceHealthIssueToUpdate">The ServiceHealthIssue to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServiceHealthIssue.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.UpdateResponseAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealthIssue using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceHealthIssueToUpdate">The ServiceHealthIssue to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.PutAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealthIssue using PUT.
            </summary>
            <param name="serviceHealthIssueToUpdate">The ServiceHealthIssue object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.PutResponseAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealthIssue using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceHealthIssueToUpdate">The ServiceHealthIssue object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealthIssue,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealthIssue,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequest.InitializeCollectionProperties(Microsoft.Graph.ServiceHealthIssue)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="serviceHealthIssueToInitialize">The <see cref="T:Microsoft.Graph.ServiceHealthIssue"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthIssueRequestBuilder">
            <summary>
            The type ServiceHealthIssueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServiceHealthIssueRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssueRequestBuilder.IncidentReport">
            <summary>
            Gets the request builder for ServiceHealthIssueIncidentReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceHealthIssueIncidentReportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthIssuesCollectionPage">
            <summary>
            The type ServiceHealthIssuesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssuesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServiceHealthIssuesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthIssuesCollectionRequest">
            <summary>
            The type ServiceHealthIssuesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceHealthIssuesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequest.AddAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceHealthIssue to the collection via POST.
            </summary>
            <param name="serviceHealthIssue">The ServiceHealthIssue to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceHealthIssue.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequest.AddResponseAsync(Microsoft.Graph.ServiceHealthIssue,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceHealthIssue to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="serviceHealthIssue">The ServiceHealthIssue to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealthIssue,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealthIssue,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthIssuesCollectionRequestBuilder">
            <summary>
            The type ServiceHealthIssuesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServiceHealthIssuesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthIssuesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssuesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServiceHealthIssueRequestBuilder"/> for the specified ServiceHealthServiceHealthIssue.
            </summary>
            <param name="id">The ID for the ServiceHealthServiceHealthIssue.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServiceHealthIssueRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthIssuesCollectionResponse">
            <summary>
            The type ServiceHealthIssuesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssuesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServiceHealthIssuesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssuesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthIssuesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthRequest">
            <summary>
            The type ServiceHealthRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceHealthRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.CreateAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceHealth using POST.
            </summary>
            <param name="serviceHealthToCreate">The ServiceHealth to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceHealth.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.CreateResponseAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceHealth using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceHealthToCreate">The ServiceHealth to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceHealth.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceHealth and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceHealth.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServiceHealth.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceHealth and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.UpdateAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealth using PATCH.
            </summary>
            <param name="serviceHealthToUpdate">The ServiceHealth to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServiceHealth.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.UpdateResponseAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealth using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceHealthToUpdate">The ServiceHealth to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.PutAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealth using PUT.
            </summary>
            <param name="serviceHealthToUpdate">The ServiceHealth object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.PutResponseAsync(Microsoft.Graph.ServiceHealth,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceHealth using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceHealthToUpdate">The ServiceHealth object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealth,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceHealth,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequest.InitializeCollectionProperties(Microsoft.Graph.ServiceHealth)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="serviceHealthToInitialize">The <see cref="T:Microsoft.Graph.ServiceHealth"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ServiceHealthRequestBuilder">
            <summary>
            The type ServiceHealthRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServiceHealthRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceHealthRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServiceHealthRequestBuilder.Issues">
            <summary>
            Gets the request builder for Issues.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceHealthIssuesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAddKeyRequest">
            <summary>
            The type ServicePrincipalAddKeyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddKeyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalAddKeyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAddKeyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddKeyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddKeyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddKeyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddKeyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAddKeyRequestBuilder">
            <summary>
            The type ServicePrincipalAddKeyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddKeyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.KeyCredential,System.String,Microsoft.Graph.PasswordCredential)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ServicePrincipalAddKeyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="keyCredential">A keyCredential parameter for the OData method call.</param>
            <param name="proof">A proof parameter for the OData method call.</param>
            <param name="passwordCredential">A passwordCredential parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddKeyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAddPasswordRequest">
            <summary>
            The type ServicePrincipalAddPasswordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddPasswordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalAddPasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAddPasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddPasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddPasswordRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddPasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddPasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAddPasswordRequestBuilder">
            <summary>
            The type ServicePrincipalAddPasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddPasswordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.PasswordCredential)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ServicePrincipalAddPasswordRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="passwordCredential">A passwordCredential parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddPasswordRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequest">
            <summary>
            The type ServicePrincipalAddTokenSigningCertificateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalAddTokenSigningCertificateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequestBuilder">
            <summary>
            The type ServicePrincipalAddTokenSigningCertificateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Nullable{System.DateTimeOffset})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="displayName">A displayName parameter for the OData method call.</param>
            <param name="endDateTime">A endDateTime parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAddTokenSigningCertificateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionPage">
            <summary>
            The type ServicePrincipalAppRoleAssignedToCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest">
            <summary>
            The type ServicePrincipalAppRoleAssignedToCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalAppRoleAssignedToCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest.AddAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest.AddResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequestBuilder">
            <summary>
            The type ServicePrincipalAppRoleAssignedToCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalAppRoleAssignedToCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/> for the specified ServicePrincipalAppRoleAssignment.
            </summary>
            <param name="id">The ID for the ServicePrincipalAppRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionResponse">
            <summary>
            The type ServicePrincipalAppRoleAssignedToCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAppRoleAssignedToCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionPage">
            <summary>
            The type ServicePrincipalAppRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest">
            <summary>
            The type ServicePrincipalAppRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalAppRoleAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The type ServicePrincipalAppRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalAppRoleAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/> for the specified ServicePrincipalAppRoleAssignment.
            </summary>
            <param name="id">The ID for the ServicePrincipalAppRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionResponse">
            <summary>
            The type ServicePrincipalAppRoleAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalAppRoleAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionReferencesRequest">
            <summary>
            The type ServicePrincipalClaimsMappingPoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalClaimsMappingPoliciesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ClaimsMappingPolicy to the collection via POST.
            </summary>
            <param name="claimsMappingPolicy">The ClaimsMappingPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ClaimsMappingPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ClaimsMappingPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="claimsMappingPolicy">The ClaimsMappingPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesPage">
            <summary>
            The type ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest">
            <summary>
            The type ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ClaimsMappingPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequestBuilder"/> for the specified ServicePrincipalClaimsMappingPolicy.
            </summary>
            <param name="id">The ID for the ServicePrincipalClaimsMappingPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IClaimsMappingPolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesResponse">
            <summary>
            The type ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalClaimsMappingPoliciesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionReferencesRequest">
            <summary>
            The type ServicePrincipalCreatedObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalCreatedObjectsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesPage">
            <summary>
            The type ServicePrincipalCreatedObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequest">
            <summary>
            The type ServicePrincipalCreatedObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalCreatedObjectsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified ServicePrincipalDirectoryObject.
            </summary>
            <param name="id">The ID for the ServicePrincipalDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesResponse">
            <summary>
            The type ServicePrincipalCreatedObjectsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalCreatedObjectsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionPage">
            <summary>
            The type ServicePrincipalDelegatedPermissionClassificationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest">
            <summary>
            The type ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.AddAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DelegatedPermissionClassification to the collection via POST.
            </summary>
            <param name="delegatedPermissionClassification">The DelegatedPermissionClassification to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DelegatedPermissionClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.AddResponseAsync(Microsoft.Graph.DelegatedPermissionClassification,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DelegatedPermissionClassification to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="delegatedPermissionClassification">The DelegatedPermissionClassification to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DelegatedPermissionClassification,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DelegatedPermissionClassification,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder">
            <summary>
            The type ServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDelegatedPermissionClassificationRequestBuilder"/> for the specified ServicePrincipalDelegatedPermissionClassification.
            </summary>
            <param name="id">The ID for the ServicePrincipalDelegatedPermissionClassification.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDelegatedPermissionClassificationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionResponse">
            <summary>
            The type ServicePrincipalDelegatedPermissionClassificationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalDelegatedPermissionClassificationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalDeltaCollectionPage">
            <summary>
            The type ServicePrincipalDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalDeltaCollectionResponse">
            <summary>
            The type ServicePrincipalDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalDeltaRequest">
            <summary>
            The type ServicePrincipalDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalDeltaRequestBuilder">
            <summary>
            The type ServicePrincipalDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ServicePrincipalDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalEndpointsCollectionPage">
            <summary>
            The type ServicePrincipalEndpointsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalEndpointsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest">
            <summary>
            The type ServicePrincipalEndpointsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalEndpointsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest.AddAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Endpoint to the collection via POST.
            </summary>
            <param name="endpoint">The Endpoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Endpoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest.AddResponseAsync(Microsoft.Graph.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Endpoint to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="endpoint">The Endpoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Endpoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Endpoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequestBuilder">
            <summary>
            The type ServicePrincipalEndpointsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalEndpointsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalEndpointsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEndpointRequestBuilder"/> for the specified ServicePrincipalEndpoint.
            </summary>
            <param name="id">The ID for the ServicePrincipalEndpoint.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEndpointRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalEndpointsCollectionResponse">
            <summary>
            The type ServicePrincipalEndpointsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalEndpointsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalEndpointsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalEndpointsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalEndpointsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionPage">
            <summary>
            The type ServicePrincipalFederatedIdentityCredentialsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest">
            <summary>
            The type ServicePrincipalFederatedIdentityCredentialsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalFederatedIdentityCredentialsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest.AddAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Adds the specified FederatedIdentityCredential to the collection via POST.
            </summary>
            <param name="federatedIdentityCredential">The FederatedIdentityCredential to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FederatedIdentityCredential.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest.AddResponseAsync(Microsoft.Graph.FederatedIdentityCredential,System.Threading.CancellationToken)">
            <summary>
            Adds the specified FederatedIdentityCredential to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="federatedIdentityCredential">The FederatedIdentityCredential to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FederatedIdentityCredential,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FederatedIdentityCredential,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder">
            <summary>
            The type ServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IFederatedIdentityCredentialRequestBuilder"/> for the specified ServicePrincipalFederatedIdentityCredential.
            </summary>
            <param name="id">The ID for the ServicePrincipalFederatedIdentityCredential.</param>
            <returns>The <see cref="T:Microsoft.Graph.IFederatedIdentityCredentialRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionResponse">
            <summary>
            The type ServicePrincipalFederatedIdentityCredentialsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalFederatedIdentityCredentialsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequest">
            <summary>
            The type ServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified HomeRealmDiscoveryPolicy to the collection via POST.
            </summary>
            <param name="homeRealmDiscoveryPolicy">The HomeRealmDiscoveryPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified HomeRealmDiscoveryPolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="homeRealmDiscoveryPolicy">The HomeRealmDiscoveryPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesPage">
            <summary>
            The type ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest">
            <summary>
            The type ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.HomeRealmDiscoveryPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequestBuilder"/> for the specified ServicePrincipalHomeRealmDiscoveryPolicy.
            </summary>
            <param name="id">The ID for the ServicePrincipalHomeRealmDiscoveryPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IHomeRealmDiscoveryPolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesResponse">
            <summary>
            The type ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalMemberOfCollectionReferencesRequest">
            <summary>
            The type ServicePrincipalMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalMemberOfCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalMemberOfCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesPage">
            <summary>
            The type ServicePrincipalMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequest">
            <summary>
            The type ServicePrincipalMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalMemberOfCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified ServicePrincipalDirectoryObject.
            </summary>
            <param name="id">The ID for the ServicePrincipalDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesResponse">
            <summary>
            The type ServicePrincipalMemberOfCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalMemberOfCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionReferencesRequest">
            <summary>
            The type ServicePrincipalOauth2PermissionGrantsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalOauth2PermissionGrantsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionReferencesRequest.AddAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OAuth2PermissionGrant to the collection via POST.
            </summary>
            <param name="oAuth2PermissionGrant">The OAuth2PermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OAuth2PermissionGrant to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="oAuth2PermissionGrant">The OAuth2PermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesPage">
            <summary>
            The type ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest">
            <summary>
            The type ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequestBuilder"/> for the specified ServicePrincipalOAuth2PermissionGrant.
            </summary>
            <param name="id">The ID for the ServicePrincipalOAuth2PermissionGrant.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesResponse">
            <summary>
            The type ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOauth2PermissionGrantsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionReferencesRequest">
            <summary>
            The type ServicePrincipalOwnedObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalOwnedObjectsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesPage">
            <summary>
            The type ServicePrincipalOwnedObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequest">
            <summary>
            The type ServicePrincipalOwnedObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalOwnedObjectsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified ServicePrincipalDirectoryObject.
            </summary>
            <param name="id">The ID for the ServicePrincipalDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesResponse">
            <summary>
            The type ServicePrincipalOwnedObjectsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOwnedObjectsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOwnersCollectionReferencesRequest">
            <summary>
            The type ServicePrincipalOwnersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalOwnersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOwnersCollectionReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalOwnersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalOwnersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesPage">
            <summary>
            The type ServicePrincipalOwnersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequest">
            <summary>
            The type ServicePrincipalOwnersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalOwnersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalOwnersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalOwnersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified ServicePrincipalDirectoryObject.
            </summary>
            <param name="id">The ID for the ServicePrincipalDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalOwnersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalOwnersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesResponse">
            <summary>
            The type ServicePrincipalOwnersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalOwnersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalReferenceRequest">
            <summary>
            The type ServicePrincipalReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipal reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipal reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ServicePrincipal reference.
            </summary>
            <param name="id">The ServicePrincipal reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ServicePrincipal reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The ServicePrincipal reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalReferenceRequestBuilder">
            <summary>
            The type ServicePrincipalReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalRemoveKeyRequest">
            <summary>
            The type ServicePrincipalRemoveKeyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemoveKeyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalRemoveKeyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRemoveKeyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemoveKeyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemoveKeyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemoveKeyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemoveKeyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalRemoveKeyRequestBuilder">
            <summary>
            The type ServicePrincipalRemoveKeyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemoveKeyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Guid,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ServicePrincipalRemoveKeyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="keyId">A keyId parameter for the OData method call.</param>
            <param name="proof">A proof parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemoveKeyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalRemovePasswordRequest">
            <summary>
            The type ServicePrincipalRemovePasswordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemovePasswordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalRemovePasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRemovePasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemovePasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemovePasswordRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemovePasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemovePasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalRemovePasswordRequestBuilder">
            <summary>
            The type ServicePrincipalRemovePasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemovePasswordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Guid)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ServicePrincipalRemovePasswordRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="keyId">A keyId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRemovePasswordRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalRequest">
            <summary>
            The type ServicePrincipalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.CreateAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServicePrincipal using POST.
            </summary>
            <param name="servicePrincipalToCreate">The ServicePrincipal to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.CreateResponseAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServicePrincipal using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalToCreate">The ServicePrincipal to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipal.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipal and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServicePrincipal.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServicePrincipal and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.UpdateAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipal using PATCH.
            </summary>
            <param name="servicePrincipalToUpdate">The ServicePrincipal to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.UpdateResponseAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipal using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalToUpdate">The ServicePrincipal to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.PutAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipal using PUT.
            </summary>
            <param name="servicePrincipalToUpdate">The ServicePrincipal object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.PutResponseAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipal using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalToUpdate">The ServicePrincipal object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipal,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipal,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequest.InitializeCollectionProperties(Microsoft.Graph.ServicePrincipal)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="servicePrincipalToInitialize">The <see cref="T:Microsoft.Graph.ServicePrincipal"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalRequestBuilder">
            <summary>
            The type ServicePrincipalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.AppRoleAssignedTo">
            <summary>
            Gets the request builder for AppRoleAssignedTo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalAppRoleAssignedToCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.AppRoleAssignments">
            <summary>
            Gets the request builder for AppRoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalAppRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.ClaimsMappingPolicies">
            <summary>
            Gets the request builder for ClaimsMappingPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalClaimsMappingPoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.CreatedObjects">
            <summary>
            Gets the request builder for CreatedObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalCreatedObjectsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.DelegatedPermissionClassifications">
            <summary>
            Gets the request builder for DelegatedPermissionClassifications.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalDelegatedPermissionClassificationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.Endpoints">
            <summary>
            Gets the request builder for Endpoints.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalEndpointsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.FederatedIdentityCredentials">
            <summary>
            Gets the request builder for FederatedIdentityCredentials.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalFederatedIdentityCredentialsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.HomeRealmDiscoveryPolicies">
            <summary>
            Gets the request builder for HomeRealmDiscoveryPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalHomeRealmDiscoveryPoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.Oauth2PermissionGrants">
            <summary>
            Gets the request builder for Oauth2PermissionGrants.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalOauth2PermissionGrantsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.OwnedObjects">
            <summary>
            Gets the request builder for OwnedObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalOwnedObjectsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.Owners">
            <summary>
            Gets the request builder for Owners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalOwnersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.TokenIssuancePolicies">
            <summary>
            Gets the request builder for TokenIssuancePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.TokenLifetimePolicies">
            <summary>
            Gets the request builder for TokenLifetimePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalRequestBuilder.TransitiveMemberOf">
            <summary>
            Gets the request builder for TransitiveMemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequestBuilder.AddKey(Microsoft.Graph.KeyCredential,System.String,Microsoft.Graph.PasswordCredential)">
            <summary>
            Gets the request builder for ServicePrincipalAddKey.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalAddKeyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequestBuilder.AddPassword(Microsoft.Graph.PasswordCredential)">
            <summary>
            Gets the request builder for ServicePrincipalAddPassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalAddPasswordRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequestBuilder.RemoveKey(System.Guid,System.String)">
            <summary>
            Gets the request builder for ServicePrincipalRemoveKey.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalRemoveKeyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequestBuilder.RemovePassword(System.Guid)">
            <summary>
            Gets the request builder for ServicePrincipalRemovePassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalRemovePasswordRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRequestBuilder.AddTokenSigningCertificate(System.String,System.Nullable{System.DateTimeOffset})">
            <summary>
            Gets the request builder for ServicePrincipalAddTokenSigningCertificate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalAddTokenSigningCertificateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalRiskDetectionRequest">
            <summary>
            The type ServicePrincipalRiskDetectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalRiskDetectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.CreateAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServicePrincipalRiskDetection using POST.
            </summary>
            <param name="servicePrincipalRiskDetectionToCreate">The ServicePrincipalRiskDetection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServicePrincipalRiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.CreateResponseAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServicePrincipalRiskDetection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalRiskDetectionToCreate">The ServicePrincipalRiskDetection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipalRiskDetection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipalRiskDetection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServicePrincipalRiskDetection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServicePrincipalRiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServicePrincipalRiskDetection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.UpdateAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipalRiskDetection using PATCH.
            </summary>
            <param name="servicePrincipalRiskDetectionToUpdate">The ServicePrincipalRiskDetection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServicePrincipalRiskDetection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.UpdateResponseAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipalRiskDetection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalRiskDetectionToUpdate">The ServicePrincipalRiskDetection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.PutAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipalRiskDetection using PUT.
            </summary>
            <param name="servicePrincipalRiskDetectionToUpdate">The ServicePrincipalRiskDetection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.PutResponseAsync(Microsoft.Graph.ServicePrincipalRiskDetection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipalRiskDetection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalRiskDetectionToUpdate">The ServicePrincipalRiskDetection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipalRiskDetection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipalRiskDetection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequest.InitializeCollectionProperties(Microsoft.Graph.ServicePrincipalRiskDetection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="servicePrincipalRiskDetectionToInitialize">The <see cref="T:Microsoft.Graph.ServicePrincipalRiskDetection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalRiskDetectionRequestBuilder">
            <summary>
            The type ServicePrincipalRiskDetectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalRiskDetectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalRiskDetectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionReferencesRequest">
            <summary>
            The type ServicePrincipalTokenIssuancePoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalTokenIssuancePoliciesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenIssuancePolicy to the collection via POST.
            </summary>
            <param name="tokenIssuancePolicy">The TokenIssuancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenIssuancePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="tokenIssuancePolicy">The TokenIssuancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesPage">
            <summary>
            The type ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest">
            <summary>
            The type ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequestBuilder"/> for the specified ServicePrincipalTokenIssuancePolicy.
            </summary>
            <param name="id">The ID for the ServicePrincipalTokenIssuancePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITokenIssuancePolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesResponse">
            <summary>
            The type ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalTokenIssuancePoliciesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTokenIssuancePoliciesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionReferencesRequest">
            <summary>
            The type ServicePrincipalTokenLifetimePoliciesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalTokenLifetimePoliciesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionReferencesRequest.AddAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenLifetimePolicy to the collection via POST.
            </summary>
            <param name="tokenLifetimePolicy">The TokenLifetimePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TokenLifetimePolicy to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="tokenLifetimePolicy">The TokenLifetimePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesPage">
            <summary>
            The type ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest">
            <summary>
            The type ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequestBuilder"/> for the specified ServicePrincipalTokenLifetimePolicy.
            </summary>
            <param name="id">The ID for the ServicePrincipalTokenLifetimePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITokenLifetimePolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesResponse">
            <summary>
            The type ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalTokenLifetimePoliciesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTokenLifetimePoliciesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionReferencesRequest">
            <summary>
            The type ServicePrincipalTransitiveMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalTransitiveMemberOfCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesPage">
            <summary>
            The type ServicePrincipalTransitiveMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest">
            <summary>
            The type ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The type ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified ServicePrincipalDirectoryObject.
            </summary>
            <param name="id">The ID for the ServicePrincipalDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesResponse">
            <summary>
            The type ServicePrincipalTransitiveMemberOfCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServicePrincipalTransitiveMemberOfCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalTransitiveMemberOfCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalWithReferenceRequest">
            <summary>
            The type ServicePrincipalWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServicePrincipalWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServicePrincipal.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServicePrincipal and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequest.CreateAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServicePrincipal using POST.
            </summary>
            <param name="servicePrincipalToCreate">The ServicePrincipal to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServicePrincipal using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalToCreate">The ServicePrincipal to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequest.UpdateAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipal using PATCH.
            </summary>
            <param name="servicePrincipalToUpdate">The ServicePrincipal to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServicePrincipal.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.ServicePrincipal,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServicePrincipal using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="servicePrincipalToUpdate">The ServicePrincipal to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipal.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServicePrincipal and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipal,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServicePrincipal,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServicePrincipalWithReferenceRequestBuilder">
            <summary>
            The type ServicePrincipalWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServicePrincipalWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServicePrincipalWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServicePrincipalWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the servicePrincipal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServicePrincipalReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageArchiveRequest">
            <summary>
            The type ServiceUpdateMessageArchiveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageArchiveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceUpdateMessageArchiveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageArchiveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageArchiveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageArchiveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageArchiveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageArchiveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageArchiveRequestBuilder">
            <summary>
            The type ServiceUpdateMessageArchiveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageArchiveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ServiceUpdateMessageArchiveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="messageIds">A messageIds parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageArchiveRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageAttachmentsArchiveRequest">
            <summary>
            The type ServiceUpdateMessageAttachmentsArchiveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsArchiveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceUpdateMessageAttachmentsArchiveRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsArchiveRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsArchiveRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsArchiveRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="attachmentsArchive">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsArchiveRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="attachmentsArchive">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageAttachmentsArchiveRequestBuilder">
            <summary>
            The type ServiceUpdateMessageAttachmentsArchiveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsArchiveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServiceUpdateMessageAttachmentsArchiveRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsArchiveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionPage">
            <summary>
            The type ServiceUpdateMessageAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest">
            <summary>
            The type ServiceUpdateMessageAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceUpdateMessageAttachmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceAnnouncementAttachment to the collection via POST.
            </summary>
            <param name="serviceAnnouncementAttachment">The ServiceAnnouncementAttachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceAnnouncementAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.ServiceAnnouncementAttachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ServiceAnnouncementAttachment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="serviceAnnouncementAttachment">The ServiceAnnouncementAttachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncementAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceAnnouncementAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequestBuilder">
            <summary>
            The type ServiceUpdateMessageAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServiceUpdateMessageAttachmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IServiceAnnouncementAttachmentRequestBuilder"/> for the specified ServiceUpdateMessageServiceAnnouncementAttachment.
            </summary>
            <param name="id">The ID for the ServiceUpdateMessageServiceAnnouncementAttachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IServiceAnnouncementAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionResponse">
            <summary>
            The type ServiceUpdateMessageAttachmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageAttachmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageFavoriteRequest">
            <summary>
            The type ServiceUpdateMessageFavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageFavoriteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceUpdateMessageFavoriteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageFavoriteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageFavoriteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageFavoriteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageFavoriteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageFavoriteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageFavoriteRequestBuilder">
            <summary>
            The type ServiceUpdateMessageFavoriteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageFavoriteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ServiceUpdateMessageFavoriteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="messageIds">A messageIds parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageFavoriteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageMarkReadRequest">
            <summary>
            The type ServiceUpdateMessageMarkReadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkReadRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceUpdateMessageMarkReadRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageMarkReadRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkReadRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkReadRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkReadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkReadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageMarkReadRequestBuilder">
            <summary>
            The type ServiceUpdateMessageMarkReadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkReadRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ServiceUpdateMessageMarkReadRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="messageIds">A messageIds parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkReadRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageMarkUnreadRequest">
            <summary>
            The type ServiceUpdateMessageMarkUnreadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkUnreadRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceUpdateMessageMarkUnreadRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageMarkUnreadRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkUnreadRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkUnreadRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkUnreadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkUnreadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageMarkUnreadRequestBuilder">
            <summary>
            The type ServiceUpdateMessageMarkUnreadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkUnreadRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ServiceUpdateMessageMarkUnreadRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="messageIds">A messageIds parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageMarkUnreadRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageRequest">
            <summary>
            The type ServiceUpdateMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceUpdateMessageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.CreateAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceUpdateMessage using POST.
            </summary>
            <param name="serviceUpdateMessageToCreate">The ServiceUpdateMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ServiceUpdateMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.CreateResponseAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ServiceUpdateMessage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceUpdateMessageToCreate">The ServiceUpdateMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceUpdateMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ServiceUpdateMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceUpdateMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ServiceUpdateMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ServiceUpdateMessage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.UpdateAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceUpdateMessage using PATCH.
            </summary>
            <param name="serviceUpdateMessageToUpdate">The ServiceUpdateMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ServiceUpdateMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.UpdateResponseAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceUpdateMessage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceUpdateMessageToUpdate">The ServiceUpdateMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.PutAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceUpdateMessage using PUT.
            </summary>
            <param name="serviceUpdateMessageToUpdate">The ServiceUpdateMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.PutResponseAsync(Microsoft.Graph.ServiceUpdateMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ServiceUpdateMessage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="serviceUpdateMessageToUpdate">The ServiceUpdateMessage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceUpdateMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ServiceUpdateMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequest.InitializeCollectionProperties(Microsoft.Graph.ServiceUpdateMessage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="serviceUpdateMessageToInitialize">The <see cref="T:Microsoft.Graph.ServiceUpdateMessage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageRequestBuilder">
            <summary>
            The type ServiceUpdateMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ServiceUpdateMessageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageRequestBuilder.AttachmentsArchive">
            <summary>
            Gets the request builder for AttachmentsArchive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IServiceUpdateMessageAttachmentsArchiveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageUnarchiveRequest">
            <summary>
            The type ServiceUpdateMessageUnarchiveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnarchiveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceUpdateMessageUnarchiveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageUnarchiveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnarchiveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnarchiveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnarchiveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnarchiveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageUnarchiveRequestBuilder">
            <summary>
            The type ServiceUpdateMessageUnarchiveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnarchiveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ServiceUpdateMessageUnarchiveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="messageIds">A messageIds parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnarchiveRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageUnfavoriteRequest">
            <summary>
            The type ServiceUpdateMessageUnfavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnfavoriteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ServiceUpdateMessageUnfavoriteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServiceUpdateMessageUnfavoriteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnfavoriteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnfavoriteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnfavoriteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnfavoriteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ServiceUpdateMessageUnfavoriteRequestBuilder">
            <summary>
            The type ServiceUpdateMessageUnfavoriteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnfavoriteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ServiceUpdateMessageUnfavoriteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="messageIds">A messageIds parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ServiceUpdateMessageUnfavoriteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SettingStateDeviceSummaryRequest">
            <summary>
            The type SettingStateDeviceSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SettingStateDeviceSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.CreateAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SettingStateDeviceSummary using POST.
            </summary>
            <param name="settingStateDeviceSummaryToCreate">The SettingStateDeviceSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.CreateResponseAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SettingStateDeviceSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="settingStateDeviceSummaryToCreate">The SettingStateDeviceSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SettingStateDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SettingStateDeviceSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SettingStateDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SettingStateDeviceSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.UpdateAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SettingStateDeviceSummary using PATCH.
            </summary>
            <param name="settingStateDeviceSummaryToUpdate">The SettingStateDeviceSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.UpdateResponseAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SettingStateDeviceSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="settingStateDeviceSummaryToUpdate">The SettingStateDeviceSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.PutAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SettingStateDeviceSummary using PUT.
            </summary>
            <param name="settingStateDeviceSummaryToUpdate">The SettingStateDeviceSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.PutResponseAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SettingStateDeviceSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="settingStateDeviceSummaryToUpdate">The SettingStateDeviceSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.SettingStateDeviceSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="settingStateDeviceSummaryToInitialize">The <see cref="T:Microsoft.Graph.SettingStateDeviceSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SettingStateDeviceSummaryRequestBuilder">
            <summary>
            The type SettingStateDeviceSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SettingStateDeviceSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItemItemsCollectionPage">
            <summary>
            The type SharedDriveItemItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItemItemsCollectionRequest">
            <summary>
            The type SharedDriveItemItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SharedDriveItemItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItemItemsCollectionRequestBuilder">
            <summary>
            The type SharedDriveItemItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SharedDriveItemItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified SharedDriveItemDriveItem.
            </summary>
            <param name="id">The ID for the SharedDriveItemDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItemItemsCollectionResponse">
            <summary>
            The type SharedDriveItemItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISharedDriveItemItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemItemsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItemRequest">
            <summary>
            The type SharedDriveItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SharedDriveItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.CreateAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedDriveItem using POST.
            </summary>
            <param name="sharedDriveItemToCreate">The SharedDriveItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.CreateResponseAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedDriveItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedDriveItemToCreate">The SharedDriveItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedDriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedDriveItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedDriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedDriveItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.UpdateAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedDriveItem using PATCH.
            </summary>
            <param name="sharedDriveItemToUpdate">The SharedDriveItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.UpdateResponseAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedDriveItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedDriveItemToUpdate">The SharedDriveItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.PutAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedDriveItem using PUT.
            </summary>
            <param name="sharedDriveItemToUpdate">The SharedDriveItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.PutResponseAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedDriveItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedDriveItemToUpdate">The SharedDriveItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.InitializeCollectionProperties(Microsoft.Graph.SharedDriveItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="sharedDriveItemToInitialize">The <see cref="T:Microsoft.Graph.SharedDriveItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItemRequestBuilder">
            <summary>
            The type SharedDriveItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SharedDriveItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemRequestBuilder.DriveItem">
            <summary>
            Gets the request builder for DriveItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISharedDriveItemItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemRequestBuilder.List">
            <summary>
            Gets the request builder for List.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemRequestBuilder.ListItem">
            <summary>
            Gets the request builder for ListItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemRequestBuilder.Permission">
            <summary>
            Gets the request builder for Permission.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemRequestBuilder.Root">
            <summary>
            Gets the request builder for Root.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemRequestBuilder.Site">
            <summary>
            Gets the request builder for Site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedInsightRequest">
            <summary>
            The type SharedInsightRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SharedInsightRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.CreateAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedInsight using POST.
            </summary>
            <param name="sharedInsightToCreate">The SharedInsight to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.CreateResponseAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedInsight using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedInsightToCreate">The SharedInsight to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedInsight.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedInsight and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedInsight.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SharedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedInsight and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.UpdateAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedInsight using PATCH.
            </summary>
            <param name="sharedInsightToUpdate">The SharedInsight to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SharedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.UpdateResponseAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedInsight using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedInsightToUpdate">The SharedInsight to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.PutAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedInsight using PUT.
            </summary>
            <param name="sharedInsightToUpdate">The SharedInsight object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.PutResponseAsync(Microsoft.Graph.SharedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedInsight using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedInsightToUpdate">The SharedInsight object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedInsight,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedInsight,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequest.InitializeCollectionProperties(Microsoft.Graph.SharedInsight)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="sharedInsightToInitialize">The <see cref="T:Microsoft.Graph.SharedInsight"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SharedInsightRequestBuilder">
            <summary>
            The type SharedInsightRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SharedInsightRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedInsightRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedInsightRequestBuilder.LastSharedMethod">
            <summary>
            Gets the request builder for LastSharedMethod.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntityWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedInsightRequestBuilder.Resource">
            <summary>
            Gets the request builder for Resource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntityWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedPCConfigurationRequest">
            <summary>
            The type SharedPCConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SharedPCConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.CreateAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedPCConfiguration using POST.
            </summary>
            <param name="sharedPCConfigurationToCreate">The SharedPCConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.CreateResponseAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedPCConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedPCConfigurationToCreate">The SharedPCConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedPCConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedPCConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedPCConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedPCConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.UpdateAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedPCConfiguration using PATCH.
            </summary>
            <param name="sharedPCConfigurationToUpdate">The SharedPCConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedPCConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedPCConfigurationToUpdate">The SharedPCConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.PutAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedPCConfiguration using PUT.
            </summary>
            <param name="sharedPCConfigurationToUpdate">The SharedPCConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.PutResponseAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedPCConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedPCConfigurationToUpdate">The SharedPCConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedPCConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedPCConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.SharedPCConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="sharedPCConfigurationToInitialize">The <see cref="T:Microsoft.Graph.SharedPCConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SharedPCConfigurationRequestBuilder">
            <summary>
            The type SharedPCConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SharedPCConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequest">
            <summary>
            The type SharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="conversationMemberReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversationMemberReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder">
            <summary>
            The type SharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesPage">
            <summary>
            The type SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest">
            <summary>
            The type SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The type SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationMemberWithReferenceRequestBuilder"/> for the specified SharedWithChannelTeamInfoConversationMember.
            </summary>
            <param name="id">The ID for the SharedWithChannelTeamInfoConversationMember.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesResponse">
            <summary>
            The type SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedWithChannelTeamInfoRequest">
            <summary>
            The type SharedWithChannelTeamInfoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SharedWithChannelTeamInfoRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.CreateAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedWithChannelTeamInfo using POST.
            </summary>
            <param name="sharedWithChannelTeamInfoToCreate">The SharedWithChannelTeamInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedWithChannelTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.CreateResponseAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedWithChannelTeamInfo using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedWithChannelTeamInfoToCreate">The SharedWithChannelTeamInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedWithChannelTeamInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedWithChannelTeamInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedWithChannelTeamInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SharedWithChannelTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedWithChannelTeamInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.UpdateAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedWithChannelTeamInfo using PATCH.
            </summary>
            <param name="sharedWithChannelTeamInfoToUpdate">The SharedWithChannelTeamInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SharedWithChannelTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.UpdateResponseAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedWithChannelTeamInfo using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedWithChannelTeamInfoToUpdate">The SharedWithChannelTeamInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.PutAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedWithChannelTeamInfo using PUT.
            </summary>
            <param name="sharedWithChannelTeamInfoToUpdate">The SharedWithChannelTeamInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.PutResponseAsync(Microsoft.Graph.SharedWithChannelTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedWithChannelTeamInfo using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="sharedWithChannelTeamInfoToUpdate">The SharedWithChannelTeamInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedWithChannelTeamInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedWithChannelTeamInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequest.InitializeCollectionProperties(Microsoft.Graph.SharedWithChannelTeamInfo)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="sharedWithChannelTeamInfoToInitialize">The <see cref="T:Microsoft.Graph.SharedWithChannelTeamInfo"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SharedWithChannelTeamInfoRequestBuilder">
            <summary>
            The type SharedWithChannelTeamInfoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SharedWithChannelTeamInfoRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedWithChannelTeamInfoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedWithChannelTeamInfoRequestBuilder.AllowedMembers">
            <summary>
            Gets the request builder for AllowedMembers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISharedWithChannelTeamInfoAllowedMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ShiftPreferencesRequest">
            <summary>
            The type ShiftPreferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ShiftPreferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.CreateAsync(Microsoft.Graph.ShiftPreferences,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ShiftPreferences using POST.
            </summary>
            <param name="shiftPreferencesToCreate">The ShiftPreferences to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ShiftPreferences.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.CreateResponseAsync(Microsoft.Graph.ShiftPreferences,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ShiftPreferences using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="shiftPreferencesToCreate">The ShiftPreferences to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ShiftPreferences.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ShiftPreferences and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ShiftPreferences.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ShiftPreferences.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ShiftPreferences and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.UpdateAsync(Microsoft.Graph.ShiftPreferences,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ShiftPreferences using PATCH.
            </summary>
            <param name="shiftPreferencesToUpdate">The ShiftPreferences to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ShiftPreferences.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.UpdateResponseAsync(Microsoft.Graph.ShiftPreferences,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ShiftPreferences using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="shiftPreferencesToUpdate">The ShiftPreferences to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.PutAsync(Microsoft.Graph.ShiftPreferences,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ShiftPreferences using PUT.
            </summary>
            <param name="shiftPreferencesToUpdate">The ShiftPreferences object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.PutResponseAsync(Microsoft.Graph.ShiftPreferences,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ShiftPreferences using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="shiftPreferencesToUpdate">The ShiftPreferences object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ShiftPreferences,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ShiftPreferences,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequest.InitializeCollectionProperties(Microsoft.Graph.ShiftPreferences)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="shiftPreferencesToInitialize">The <see cref="T:Microsoft.Graph.ShiftPreferences"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ShiftPreferencesRequestBuilder">
            <summary>
            The type ShiftPreferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ShiftPreferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftPreferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ShiftRequest">
            <summary>
            The type ShiftRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ShiftRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.CreateAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Shift using POST.
            </summary>
            <param name="shiftToCreate">The Shift to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Shift.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.CreateResponseAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Shift using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="shiftToCreate">The Shift to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Shift.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Shift and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Shift.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Shift.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Shift and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.UpdateAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Shift using PATCH.
            </summary>
            <param name="shiftToUpdate">The Shift to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Shift.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.UpdateResponseAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Shift using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="shiftToUpdate">The Shift to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.PutAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Shift using PUT.
            </summary>
            <param name="shiftToUpdate">The Shift object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.PutResponseAsync(Microsoft.Graph.Shift,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Shift using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="shiftToUpdate">The Shift object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Shift,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Shift,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequest.InitializeCollectionProperties(Microsoft.Graph.Shift)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="shiftToInitialize">The <see cref="T:Microsoft.Graph.Shift"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ShiftRequestBuilder">
            <summary>
            The type ShiftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ShiftRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ShiftRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SignInRequest">
            <summary>
            The type SignInRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SignInRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.CreateAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SignIn using POST.
            </summary>
            <param name="signInToCreate">The SignIn to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SignIn.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.CreateResponseAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SignIn using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="signInToCreate">The SignIn to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SignIn.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SignIn and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SignIn.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SignIn.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SignIn and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.UpdateAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SignIn using PATCH.
            </summary>
            <param name="signInToUpdate">The SignIn to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SignIn.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.UpdateResponseAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SignIn using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="signInToUpdate">The SignIn to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.PutAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SignIn using PUT.
            </summary>
            <param name="signInToUpdate">The SignIn object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.PutResponseAsync(Microsoft.Graph.SignIn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SignIn using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="signInToUpdate">The SignIn object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SignIn,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SignIn,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequest.InitializeCollectionProperties(Microsoft.Graph.SignIn)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="signInToInitialize">The <see cref="T:Microsoft.Graph.SignIn"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SignInRequestBuilder">
            <summary>
            The type SignInRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SignInRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SignInRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SignInRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SignInRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SimulationAutomationRequest">
            <summary>
            The type SimulationAutomationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SimulationAutomationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.CreateAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SimulationAutomation using POST.
            </summary>
            <param name="simulationAutomationToCreate">The SimulationAutomation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SimulationAutomation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.CreateResponseAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SimulationAutomation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationAutomationToCreate">The SimulationAutomation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SimulationAutomation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SimulationAutomation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SimulationAutomation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SimulationAutomation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SimulationAutomation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.UpdateAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomation using PATCH.
            </summary>
            <param name="simulationAutomationToUpdate">The SimulationAutomation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SimulationAutomation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.UpdateResponseAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationAutomationToUpdate">The SimulationAutomation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.PutAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomation using PUT.
            </summary>
            <param name="simulationAutomationToUpdate">The SimulationAutomation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.PutResponseAsync(Microsoft.Graph.SimulationAutomation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationAutomationToUpdate">The SimulationAutomation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequest.InitializeCollectionProperties(Microsoft.Graph.SimulationAutomation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="simulationAutomationToInitialize">The <see cref="T:Microsoft.Graph.SimulationAutomation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SimulationAutomationRequestBuilder">
            <summary>
            The type SimulationAutomationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SimulationAutomationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomationRequestBuilder.Runs">
            <summary>
            Gets the request builder for Runs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISimulationAutomationRunsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SimulationAutomationRunRequest">
            <summary>
            The type SimulationAutomationRunRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SimulationAutomationRunRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.CreateAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SimulationAutomationRun using POST.
            </summary>
            <param name="simulationAutomationRunToCreate">The SimulationAutomationRun to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SimulationAutomationRun.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.CreateResponseAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SimulationAutomationRun using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationAutomationRunToCreate">The SimulationAutomationRun to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SimulationAutomationRun.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SimulationAutomationRun and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SimulationAutomationRun.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SimulationAutomationRun.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SimulationAutomationRun and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.UpdateAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomationRun using PATCH.
            </summary>
            <param name="simulationAutomationRunToUpdate">The SimulationAutomationRun to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SimulationAutomationRun.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.UpdateResponseAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomationRun using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationAutomationRunToUpdate">The SimulationAutomationRun to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.PutAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomationRun using PUT.
            </summary>
            <param name="simulationAutomationRunToUpdate">The SimulationAutomationRun object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.PutResponseAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SimulationAutomationRun using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationAutomationRunToUpdate">The SimulationAutomationRun object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomationRun,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomationRun,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequest.InitializeCollectionProperties(Microsoft.Graph.SimulationAutomationRun)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="simulationAutomationRunToInitialize">The <see cref="T:Microsoft.Graph.SimulationAutomationRun"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SimulationAutomationRunRequestBuilder">
            <summary>
            The type SimulationAutomationRunRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SimulationAutomationRunRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SimulationAutomationRunsCollectionPage">
            <summary>
            The type SimulationAutomationRunsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomationRunsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISimulationAutomationRunsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SimulationAutomationRunsCollectionRequest">
            <summary>
            The type SimulationAutomationRunsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SimulationAutomationRunsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequest.AddAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SimulationAutomationRun to the collection via POST.
            </summary>
            <param name="simulationAutomationRun">The SimulationAutomationRun to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SimulationAutomationRun.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequest.AddResponseAsync(Microsoft.Graph.SimulationAutomationRun,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SimulationAutomationRun to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="simulationAutomationRun">The SimulationAutomationRun to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomationRun,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SimulationAutomationRun,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SimulationAutomationRunsCollectionRequestBuilder">
            <summary>
            The type SimulationAutomationRunsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SimulationAutomationRunsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationAutomationRunsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomationRunsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISimulationAutomationRunRequestBuilder"/> for the specified SimulationAutomationSimulationAutomationRun.
            </summary>
            <param name="id">The ID for the SimulationAutomationSimulationAutomationRun.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISimulationAutomationRunRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SimulationAutomationRunsCollectionResponse">
            <summary>
            The type SimulationAutomationRunsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomationRunsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISimulationAutomationRunsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomationRunsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SimulationAutomationRunsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SimulationRequest">
            <summary>
            The type SimulationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SimulationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.CreateAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Simulation using POST.
            </summary>
            <param name="simulationToCreate">The Simulation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Simulation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.CreateResponseAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Simulation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationToCreate">The Simulation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Simulation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Simulation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Simulation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Simulation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Simulation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.UpdateAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Simulation using PATCH.
            </summary>
            <param name="simulationToUpdate">The Simulation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Simulation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.UpdateResponseAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Simulation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationToUpdate">The Simulation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.PutAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Simulation using PUT.
            </summary>
            <param name="simulationToUpdate">The Simulation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.PutResponseAsync(Microsoft.Graph.Simulation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Simulation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="simulationToUpdate">The Simulation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Simulation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Simulation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequest.InitializeCollectionProperties(Microsoft.Graph.Simulation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="simulationToInitialize">The <see cref="T:Microsoft.Graph.Simulation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SimulationRequestBuilder">
            <summary>
            The type SimulationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SimulationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SimulationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest">
            <summary>
            The type SingleValueLegacyExtendedPropertyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SingleValueLegacyExtendedPropertyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.CreateAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SingleValueLegacyExtendedProperty using POST.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToCreate">The SingleValueLegacyExtendedProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.CreateResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SingleValueLegacyExtendedProperty using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToCreate">The SingleValueLegacyExtendedProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SingleValueLegacyExtendedProperty and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SingleValueLegacyExtendedProperty and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.UpdateAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SingleValueLegacyExtendedProperty using PATCH.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToUpdate">The SingleValueLegacyExtendedProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.UpdateResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SingleValueLegacyExtendedProperty using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToUpdate">The SingleValueLegacyExtendedProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.PutAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SingleValueLegacyExtendedProperty using PUT.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToUpdate">The SingleValueLegacyExtendedProperty object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.PutResponseAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SingleValueLegacyExtendedProperty using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToUpdate">The SingleValueLegacyExtendedProperty object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.InitializeCollectionProperties(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToInitialize">The <see cref="T:Microsoft.Graph.SingleValueLegacyExtendedProperty"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequestBuilder">
            <summary>
            The type SingleValueLegacyExtendedPropertyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SingleValueLegacyExtendedPropertyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteAddCollectionPage">
            <summary>
            The type SiteAddCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteAddCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteAddRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteAddCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteAddCollectionResponse">
            <summary>
            The type SiteAddCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteAddCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteAddCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteAddCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteAddCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteAddRequest">
            <summary>
            The type SiteAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteAddRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteAddRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteAddRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteAddRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteAddRequestBuilder">
            <summary>
            The type SiteAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SiteAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteColumnsCollectionPage">
            <summary>
            The type SiteColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteColumnsCollectionRequest">
            <summary>
            The type SiteColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteColumnsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.AddResponseAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteColumnsCollectionRequestBuilder">
            <summary>
            The type SiteColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteColumnsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/> for the specified SiteColumnDefinition.
            </summary>
            <param name="id">The ID for the SiteColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteColumnsCollectionResponse">
            <summary>
            The type SiteColumnsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteColumnsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteColumnsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteColumnsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteColumnsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteContentTypesCollectionPage">
            <summary>
            The type SiteContentTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteContentTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteContentTypesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteContentTypesCollectionRequest">
            <summary>
            The type SiteContentTypesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteContentTypesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.AddAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentType to the collection via POST.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.AddResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentType to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteContentTypesCollectionRequestBuilder">
            <summary>
            The type SiteContentTypesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteContentTypesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteContentTypesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/> for the specified SiteContentType.
            </summary>
            <param name="id">The ID for the SiteContentType.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequestBuilder.AddCopy(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequestBuilder.AddCopyFromContentTypeHub(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopyFromContentTypeHub.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequestBuilder.GetCompatibleHubContentTypes">
            <summary>
            Gets the request builder for ContentTypeGetCompatibleHubContentTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteContentTypesCollectionResponse">
            <summary>
            The type SiteContentTypesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteContentTypesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteContentTypesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteContentTypesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteContentTypesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteDrivesCollectionPage">
            <summary>
            The type SiteDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteDrivesCollectionRequest">
            <summary>
            The type SiteDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteDrivesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.AddResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteDrivesCollectionRequestBuilder">
            <summary>
            The type SiteDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteDrivesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified SiteDrive.
            </summary>
            <param name="id">The ID for the SiteDrive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteDrivesCollectionResponse">
            <summary>
            The type SiteDrivesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteDrivesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteDrivesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteDrivesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteDrivesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteExternalColumnsCollectionReferencesRequest">
            <summary>
            The type SiteExternalColumnsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteExternalColumnsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="columnDefinitionReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteExternalColumnsCollectionReferencesRequestBuilder">
            <summary>
            The type SiteExternalColumnsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteExternalColumnsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesPage">
            <summary>
            The type SiteExternalColumnsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequest">
            <summary>
            The type SiteExternalColumnsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteExternalColumnsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequestBuilder">
            <summary>
            The type SiteExternalColumnsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteExternalColumnsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/> for the specified SiteColumnDefinition.
            </summary>
            <param name="id">The ID for the SiteColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteExternalColumnsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteExternalColumnsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesResponse">
            <summary>
            The type SiteExternalColumnsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteExternalColumnsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteGetActivitiesByIntervalCollectionPage">
            <summary>
            The type SiteGetActivitiesByIntervalCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteGetActivitiesByIntervalCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteGetActivitiesByIntervalRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetActivitiesByIntervalCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteGetActivitiesByIntervalCollectionResponse">
            <summary>
            The type SiteGetActivitiesByIntervalCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteGetActivitiesByIntervalCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteGetActivitiesByIntervalCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteGetActivitiesByIntervalCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteGetActivitiesByIntervalCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteGetActivitiesByIntervalRequest">
            <summary>
            The type SiteGetActivitiesByIntervalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetActivitiesByIntervalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteGetActivitiesByIntervalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetActivitiesByIntervalRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetActivitiesByIntervalRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetActivitiesByIntervalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetActivitiesByIntervalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetActivitiesByIntervalRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetActivitiesByIntervalRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetActivitiesByIntervalRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetActivitiesByIntervalRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteGetActivitiesByIntervalRequestBuilder">
            <summary>
            The type SiteGetActivitiesByIntervalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetActivitiesByIntervalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SiteGetActivitiesByIntervalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteGetActivitiesByIntervalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SiteGetActivitiesByIntervalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDateTime">A startDateTime parameter for the OData method call.</param>
            <param name="endDateTime">A endDateTime parameter for the OData method call.</param>
            <param name="interval">A interval parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteGetActivitiesByIntervalRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteGetApplicableContentTypesForListCollectionPage">
            <summary>
            The type SiteGetApplicableContentTypesForListCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteGetApplicableContentTypesForListCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteGetApplicableContentTypesForListCollectionResponse">
            <summary>
            The type SiteGetApplicableContentTypesForListCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteGetApplicableContentTypesForListCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteGetApplicableContentTypesForListCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteGetApplicableContentTypesForListCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteGetApplicableContentTypesForListCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest">
            <summary>
            The type SiteGetApplicableContentTypesForListRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteGetApplicableContentTypesForListRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest.PatchAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="contenttype">The ContentType object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest.PatchResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="contenttype">The ContentType object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest.PutAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="contenttype">The ContentType object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest.PutResponseAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="contenttype">The ContentType object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder">
            <summary>
            The type SiteGetApplicableContentTypesForListRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="listId">A listId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.AddCopy(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopyRequestBuilder.
            </summary>
            <param name="contentType">A contentType parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.AddCopyFromContentTypeHub(System.String)">
            <summary>
            Gets the request builder for ContentTypeAddCopyFromContentTypeHubRequestBuilder.
            </summary>
            <param name="contentTypeId">A contentTypeId parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAddCopyFromContentTypeHubRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.AssociateWithHubSites(System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for ContentTypeAssociateWithHubSitesRequestBuilder.
            </summary>
            <param name="hubSiteUrls">A hubSiteUrls parameter for the OData method call.</param>
            <param name="propagateToExistingLists">A propagateToExistingLists parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeAssociateWithHubSitesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.CopyToDefaultContentLocation(Microsoft.Graph.ItemReference,System.String)">
            <summary>
            Gets the request builder for ContentTypeCopyToDefaultContentLocationRequestBuilder.
            </summary>
            <param name="sourceFile">A sourceFile parameter for the OData method call.</param>
            <param name="destinationFileName">A destinationFileName parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeCopyToDefaultContentLocationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.GetCompatibleHubContentTypes">
            <summary>
            Gets the request builder for ContentTypeGetCompatibleHubContentTypesRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeGetCompatibleHubContentTypesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.IsPublished">
            <summary>
            Gets the request builder for ContentTypeIsPublishedRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeIsPublishedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.Publish">
            <summary>
            Gets the request builder for ContentTypePublishRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypePublishRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.Unpublish">
            <summary>
            Gets the request builder for ContentTypeUnpublishRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeUnpublishRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.Base">
            <summary>
            Gets the request builder for Base.
            Parent contentType from which this content type is derived.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.BaseTypes">
            <summary>
            Gets the request builder for BaseTypes.
            The collection of content types that are ancestors of this content type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.ColumnLinks">
            <summary>
            Gets the request builder for ColumnLinks.
            The collection of columns that are required by this content type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnLinkRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.ColumnPositions">
            <summary>
            Gets the request builder for ColumnPositions.
            Column order information in a content type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetApplicableContentTypesForListRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            The collection of column definitions for this contentType.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteGetByPathRequest">
            <summary>
            The type SiteGetByPathRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteGetByPathRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.PatchAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="site">The Site object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.PatchResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="site">The Site object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.PutAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="site">The Site object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.PutResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="site">The Site object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteGetByPathRequestBuilder">
            <summary>
            The type SiteGetByPathRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SiteGetByPathRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="path">A path parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteAddRequestBuilder.
            </summary>
            <param name="value">A value parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequestBuilder.GetActivitiesByInterval">
            <summary>
            Gets the request builder for SiteGetActivitiesByIntervalRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequestBuilder.GetActivitiesByInterval(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for SiteGetActivitiesByIntervalRequestBuilder.
            </summary>
            <param name="startDateTime">A startDateTime parameter for the OData method call.</param>
            <param name="endDateTime">A endDateTime parameter for the OData method call.</param>
            <param name="interval">A interval parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequestBuilder.GetApplicableContentTypesForList(System.String)">
            <summary>
            Gets the request builder for SiteGetApplicableContentTypesForListRequestBuilder.
            </summary>
            <param name="listId">A listId parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequestBuilder.GetByPath(System.String)">
            <summary>
            Gets the request builder for SiteGetByPathRequestBuilder.
            </summary>
            <param name="path">A path parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetByPathRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequestBuilder.Remove(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteRemoveRequestBuilder.
            </summary>
            <param name="value">A value parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRemoveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.Analytics">
            <summary>
            Gets the request builder for Analytics.
            Analytics about the view activities that took place in this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemAnalyticsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            The collection of column definitions reusable across lists under this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.ContentTypes">
            <summary>
            Gets the request builder for ContentTypes.
            The collection of content types defined for this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            The default drive (document library) for this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            The collection of drives (document libraries) under this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.ExternalColumns">
            <summary>
            Gets the request builder for ExternalColumns.
            
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            Used to address any item contained in this site. This collection can't be enumerated.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IBaseItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.Lists">
            <summary>
            Gets the request builder for Lists.
            The collection of lists under this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            Calls the OneNote service for notebook related operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            The collection of long-running operations on the site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRichLongRunningOperationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.Permissions">
            <summary>
            Gets the request builder for Permissions.
            The permissions associated with the site. Nullable.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.Sites">
            <summary>
            Gets the request builder for Sites.
            The collection of the sub-sites under this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.TermStore">
            <summary>
            Gets the request builder for TermStore.
            The default termStore under this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IStoreRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteGetByPathRequestBuilder.TermStores">
            <summary>
            Gets the request builder for TermStores.
            The collection of termStores under this site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IStoreRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteItemsCollectionPage">
            <summary>
            The type SiteItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteItemsCollectionRequest">
            <summary>
            The type SiteItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.AddAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BaseItem to the collection via POST.
            </summary>
            <param name="baseItem">The BaseItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BaseItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="baseItem">The BaseItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteItemsCollectionRequestBuilder">
            <summary>
            The type SiteItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBaseItemRequestBuilder"/> for the specified SiteBaseItem.
            </summary>
            <param name="id">The ID for the SiteBaseItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBaseItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteItemsCollectionResponse">
            <summary>
            The type SiteItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteItemsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteListsCollectionPage">
            <summary>
            The type SiteListsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteListsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteListsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteListsCollectionRequest">
            <summary>
            The type SiteListsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteListsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.AddAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Adds the specified List to the collection via POST.
            </summary>
            <param name="list">The List to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created List.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.AddResponseAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Adds the specified List to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="list">The List to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteListsCollectionRequestBuilder">
            <summary>
            The type SiteListsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteListsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteListsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IListRequestBuilder"/> for the specified SiteList.
            </summary>
            <param name="id">The ID for the SiteList.</param>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteListsCollectionResponse">
            <summary>
            The type SiteListsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteListsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteListsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteListsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteListsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteOperationsCollectionPage">
            <summary>
            The type SiteOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteOperationsCollectionRequest">
            <summary>
            The type SiteOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequest.AddAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RichLongRunningOperation to the collection via POST.
            </summary>
            <param name="richLongRunningOperation">The RichLongRunningOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RichLongRunningOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.RichLongRunningOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RichLongRunningOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="richLongRunningOperation">The RichLongRunningOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RichLongRunningOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RichLongRunningOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteOperationsCollectionRequestBuilder">
            <summary>
            The type SiteOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRichLongRunningOperationRequestBuilder"/> for the specified SiteRichLongRunningOperation.
            </summary>
            <param name="id">The ID for the SiteRichLongRunningOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRichLongRunningOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteOperationsCollectionResponse">
            <summary>
            The type SiteOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteOperationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SitePermissionsCollectionPage">
            <summary>
            The type SitePermissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SitePermissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISitePermissionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SitePermissionsCollectionRequest">
            <summary>
            The type SitePermissionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SitePermissionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequest.AddAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Permission to the collection via POST.
            </summary>
            <param name="permission">The Permission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Permission to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="permission">The Permission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SitePermissionsCollectionRequestBuilder">
            <summary>
            The type SitePermissionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SitePermissionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SitePermissionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SitePermissionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/> for the specified SitePermission.
            </summary>
            <param name="id">The ID for the SitePermission.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SitePermissionsCollectionResponse">
            <summary>
            The type SitePermissionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SitePermissionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISitePermissionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SitePermissionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SitePermissionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteReferenceRequest">
            <summary>
            The type SiteReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Site reference.
            </summary>
            <param name="id">The Site reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Site reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The Site reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteReferenceRequestBuilder">
            <summary>
            The type SiteReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteRemoveCollectionPage">
            <summary>
            The type SiteRemoveCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteRemoveCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteRemoveRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteRemoveCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteRemoveCollectionResponse">
            <summary>
            The type SiteRemoveCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteRemoveCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteRemoveCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteRemoveCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteRemoveCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteRemoveRequest">
            <summary>
            The type SiteRemoveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteRemoveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteRemoveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteRemoveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteRemoveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRemoveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRemoveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRemoveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRemoveRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRemoveRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRemoveRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRemoveRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteRemoveRequestBuilder">
            <summary>
            The type SiteRemoveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteRemoveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SiteRemoveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteRemoveRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteRequest">
            <summary>
            The type SiteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.CreateAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Site using POST.
            </summary>
            <param name="siteToCreate">The Site to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.CreateResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Site using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteToCreate">The Site to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Site.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Site and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.UpdateAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PATCH.
            </summary>
            <param name="siteToUpdate">The Site to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.UpdateResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteToUpdate">The Site to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.PutAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PUT.
            </summary>
            <param name="siteToUpdate">The Site object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.PutResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteToUpdate">The Site object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.InitializeCollectionProperties(Microsoft.Graph.Site)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="siteToInitialize">The <see cref="T:Microsoft.Graph.Site"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SiteRequestBuilder">
            <summary>
            The type SiteRequestBuilder.
            </summary>
            <summary>
            The type SiteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Analytics">
            <summary>
            Gets the request builder for Analytics.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IItemAnalyticsWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.ContentTypes">
            <summary>
            Gets the request builder for ContentTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteDrivesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.ExternalColumns">
            <summary>
            Gets the request builder for ExternalColumns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteExternalColumnsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Lists">
            <summary>
            Gets the request builder for Lists.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteListsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Permissions">
            <summary>
            Gets the request builder for Permissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISitePermissionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Sites">
            <summary>
            Gets the request builder for Sites.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteSitesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.TermStore">
            <summary>
            Gets the request builder for TermStore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IStoreRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.TermStores">
            <summary>
            Gets the request builder for TermStores.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteTermStoresCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequestBuilder.GetActivitiesByInterval">
            <summary>
            Gets the request builder for SiteGetActivitiesByInterval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequestBuilder.GetActivitiesByInterval(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for SiteGetActivitiesByInterval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetActivitiesByIntervalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequestBuilder.GetApplicableContentTypesForList(System.String)">
            <summary>
            Gets the request builder for SiteGetApplicableContentTypesForList.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetApplicableContentTypesForListRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequestBuilder.GetByPath(System.String)">
            <summary>
            Gets the request builder for SiteGetByPath.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetByPathRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequestBuilder.SiteWithPath(System.String)">
            <summary>
            Gets a site request for the requested path.
            <returns>The site request.</returns>
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteSitesCollectionPage">
            <summary>
            The type SiteSitesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteSitesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteSitesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteSitesCollectionRequest">
            <summary>
            The type SiteSitesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteSitesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.AddResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteSitesCollectionRequestBuilder">
            <summary>
            The type SiteSitesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteSitesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteSitesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/> for the specified SiteSite.
            </summary>
            <param name="id">The ID for the SiteSite.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequestBuilder.Remove(System.Collections.Generic.IEnumerable{Microsoft.Graph.Site})">
            <summary>
            Gets the request builder for SiteRemove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRemoveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteSitesCollectionResponse">
            <summary>
            The type SiteSitesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteSitesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteSitesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteSitesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteSitesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteTermStoresCollectionPage">
            <summary>
            The type SiteTermStoresCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteTermStoresCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteTermStoresCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteTermStoresCollectionRequest">
            <summary>
            The type SiteTermStoresCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteTermStoresCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.TermStore.Store to the collection via POST.
            </summary>
            <param name="store">The Microsoft.Graph.TermStore.Store to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Microsoft.Graph.TermStore.Store.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.TermStore.Store to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.TermStore.Store&gt;"/> object of the request.
            </summary>
            <param name="store">The Microsoft.Graph.TermStore.Store to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="!:GraphResponse&lt;Microsoft.Graph.TermStore.Store&gt;"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Store,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Store,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteTermStoresCollectionRequestBuilder">
            <summary>
            The type SiteTermStoresCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteTermStoresCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteTermStoresCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteTermStoresCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.IStoreRequestBuilder"/> for the specified SiteMicrosoft.Graph.TermStore.Store.
            </summary>
            <param name="id">The ID for the SiteMicrosoft.Graph.TermStore.Store.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IStoreRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteTermStoresCollectionResponse">
            <summary>
            The type SiteTermStoresCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteTermStoresCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteTermStoresCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteTermStoresCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteTermStoresCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteWithReferenceRequest">
            <summary>
            The type SiteWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Site.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Site and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequest.CreateAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Site using POST.
            </summary>
            <param name="siteToCreate">The Site to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Site using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteToCreate">The Site to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequest.UpdateAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PATCH.
            </summary>
            <param name="siteToUpdate">The Site to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteToUpdate">The Site to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteWithReferenceRequestBuilder">
            <summary>
            The type SiteWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest">
            <summary>
            The type SkypeForBusinessUserConversationMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SkypeForBusinessUserConversationMemberRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.CreateAsync(Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SkypeForBusinessUserConversationMember using POST.
            </summary>
            <param name="skypeForBusinessUserConversationMemberToCreate">The SkypeForBusinessUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SkypeForBusinessUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.CreateResponseAsync(Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SkypeForBusinessUserConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="skypeForBusinessUserConversationMemberToCreate">The SkypeForBusinessUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SkypeForBusinessUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SkypeForBusinessUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SkypeForBusinessUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SkypeForBusinessUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SkypeForBusinessUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.UpdateAsync(Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeForBusinessUserConversationMember using PATCH.
            </summary>
            <param name="skypeForBusinessUserConversationMemberToUpdate">The SkypeForBusinessUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SkypeForBusinessUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.UpdateResponseAsync(Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeForBusinessUserConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="skypeForBusinessUserConversationMemberToUpdate">The SkypeForBusinessUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.PutAsync(Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeForBusinessUserConversationMember using PUT.
            </summary>
            <param name="skypeForBusinessUserConversationMemberToUpdate">The SkypeForBusinessUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.PutResponseAsync(Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeForBusinessUserConversationMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="skypeForBusinessUserConversationMemberToUpdate">The SkypeForBusinessUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SkypeForBusinessUserConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequest.InitializeCollectionProperties(Microsoft.Graph.SkypeForBusinessUserConversationMember)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="skypeForBusinessUserConversationMemberToInitialize">The <see cref="T:Microsoft.Graph.SkypeForBusinessUserConversationMember"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequestBuilder">
            <summary>
            The type SkypeForBusinessUserConversationMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SkypeForBusinessUserConversationMemberRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeForBusinessUserConversationMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SkypeUserConversationMemberRequest">
            <summary>
            The type SkypeUserConversationMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SkypeUserConversationMemberRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.CreateAsync(Microsoft.Graph.SkypeUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SkypeUserConversationMember using POST.
            </summary>
            <param name="skypeUserConversationMemberToCreate">The SkypeUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SkypeUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.CreateResponseAsync(Microsoft.Graph.SkypeUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SkypeUserConversationMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="skypeUserConversationMemberToCreate">The SkypeUserConversationMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SkypeUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SkypeUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SkypeUserConversationMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SkypeUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SkypeUserConversationMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.UpdateAsync(Microsoft.Graph.SkypeUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeUserConversationMember using PATCH.
            </summary>
            <param name="skypeUserConversationMemberToUpdate">The SkypeUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SkypeUserConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.UpdateResponseAsync(Microsoft.Graph.SkypeUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeUserConversationMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="skypeUserConversationMemberToUpdate">The SkypeUserConversationMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.PutAsync(Microsoft.Graph.SkypeUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeUserConversationMember using PUT.
            </summary>
            <param name="skypeUserConversationMemberToUpdate">The SkypeUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.PutResponseAsync(Microsoft.Graph.SkypeUserConversationMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SkypeUserConversationMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="skypeUserConversationMemberToUpdate">The SkypeUserConversationMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SkypeUserConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SkypeUserConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequest.InitializeCollectionProperties(Microsoft.Graph.SkypeUserConversationMember)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="skypeUserConversationMemberToInitialize">The <see cref="T:Microsoft.Graph.SkypeUserConversationMember"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SkypeUserConversationMemberRequestBuilder">
            <summary>
            The type SkypeUserConversationMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SkypeUserConversationMemberRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SkypeUserConversationMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SocialIdentityProviderRequest">
            <summary>
            The type SocialIdentityProviderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SocialIdentityProviderRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.CreateAsync(Microsoft.Graph.SocialIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SocialIdentityProvider using POST.
            </summary>
            <param name="socialIdentityProviderToCreate">The SocialIdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SocialIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.CreateResponseAsync(Microsoft.Graph.SocialIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SocialIdentityProvider using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="socialIdentityProviderToCreate">The SocialIdentityProvider to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SocialIdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SocialIdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SocialIdentityProvider.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SocialIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SocialIdentityProvider and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.UpdateAsync(Microsoft.Graph.SocialIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SocialIdentityProvider using PATCH.
            </summary>
            <param name="socialIdentityProviderToUpdate">The SocialIdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SocialIdentityProvider.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.UpdateResponseAsync(Microsoft.Graph.SocialIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SocialIdentityProvider using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="socialIdentityProviderToUpdate">The SocialIdentityProvider to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.PutAsync(Microsoft.Graph.SocialIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SocialIdentityProvider using PUT.
            </summary>
            <param name="socialIdentityProviderToUpdate">The SocialIdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.PutResponseAsync(Microsoft.Graph.SocialIdentityProvider,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SocialIdentityProvider using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="socialIdentityProviderToUpdate">The SocialIdentityProvider object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SocialIdentityProvider,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SocialIdentityProvider,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequest.InitializeCollectionProperties(Microsoft.Graph.SocialIdentityProvider)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="socialIdentityProviderToInitialize">The <see cref="T:Microsoft.Graph.SocialIdentityProvider"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SocialIdentityProviderRequestBuilder">
            <summary>
            The type SocialIdentityProviderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SocialIdentityProviderRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SocialIdentityProviderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest">
            <summary>
            The type SoftwareOathAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SoftwareOathAuthenticationMethodRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareOathAuthenticationMethod using POST.
            </summary>
            <param name="softwareOathAuthenticationMethodToCreate">The SoftwareOathAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SoftwareOathAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareOathAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareOathAuthenticationMethodToCreate">The SoftwareOathAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareOathAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareOathAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareOathAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SoftwareOathAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareOathAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareOathAuthenticationMethod using PATCH.
            </summary>
            <param name="softwareOathAuthenticationMethodToUpdate">The SoftwareOathAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SoftwareOathAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareOathAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareOathAuthenticationMethodToUpdate">The SoftwareOathAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.PutAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareOathAuthenticationMethod using PUT.
            </summary>
            <param name="softwareOathAuthenticationMethodToUpdate">The SoftwareOathAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareOathAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareOathAuthenticationMethodToUpdate">The SoftwareOathAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareOathAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequest.InitializeCollectionProperties(Microsoft.Graph.SoftwareOathAuthenticationMethod)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="softwareOathAuthenticationMethodToInitialize">The <see cref="T:Microsoft.Graph.SoftwareOathAuthenticationMethod"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SoftwareOathAuthenticationMethodRequestBuilder">
            <summary>
            The type SoftwareOathAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SoftwareOathAuthenticationMethodRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareOathAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequest">
            <summary>
            The type SoftwareUpdateStatusSummaryReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SoftwareUpdateStatusSummaryReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified SoftwareUpdateStatusSummary reference.
            </summary>
            <param name="id">The SoftwareUpdateStatusSummary reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified SoftwareUpdateStatusSummary reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The SoftwareUpdateStatusSummary reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequestBuilder">
            <summary>
            The type SoftwareUpdateStatusSummaryReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SoftwareUpdateStatusSummaryReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest">
            <summary>
            The type SoftwareUpdateStatusSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SoftwareUpdateStatusSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.CreateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareUpdateStatusSummary using POST.
            </summary>
            <param name="softwareUpdateStatusSummaryToCreate">The SoftwareUpdateStatusSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.CreateResponseAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareUpdateStatusSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareUpdateStatusSummaryToCreate">The SoftwareUpdateStatusSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.UpdateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PATCH.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.UpdateResponseAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.PutAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PUT.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.PutResponseAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.SoftwareUpdateStatusSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="softwareUpdateStatusSummaryToInitialize">The <see cref="T:Microsoft.Graph.SoftwareUpdateStatusSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummaryRequestBuilder">
            <summary>
            The type SoftwareUpdateStatusSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SoftwareUpdateStatusSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest">
            <summary>
            The type SoftwareUpdateStatusSummaryWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SoftwareUpdateStatusSummaryWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.CreateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareUpdateStatusSummary using POST.
            </summary>
            <param name="softwareUpdateStatusSummaryToCreate">The SoftwareUpdateStatusSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareUpdateStatusSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareUpdateStatusSummaryToCreate">The SoftwareUpdateStatusSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.UpdateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PATCH.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequestBuilder">
            <summary>
            The type SoftwareUpdateStatusSummaryWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SoftwareUpdateStatusSummaryWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the softwareUpdateStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionPage">
            <summary>
            The type SolutionsRootBookingBusinessesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest">
            <summary>
            The type SolutionsRootBookingBusinessesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SolutionsRootBookingBusinessesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest.AddAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingBusiness to the collection via POST.
            </summary>
            <param name="bookingBusiness">The BookingBusiness to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingBusiness.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingBusiness,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingBusiness to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingBusiness">The BookingBusiness to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingBusiness,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingBusiness,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequestBuilder">
            <summary>
            The type SolutionsRootBookingBusinessesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SolutionsRootBookingBusinessesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingBusinessRequestBuilder"/> for the specified SolutionsRootBookingBusiness.
            </summary>
            <param name="id">The ID for the SolutionsRootBookingBusiness.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingBusinessRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionResponse">
            <summary>
            The type SolutionsRootBookingBusinessesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRootBookingBusinessesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionPage">
            <summary>
            The type SolutionsRootBookingCurrenciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest">
            <summary>
            The type SolutionsRootBookingCurrenciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SolutionsRootBookingCurrenciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest.AddAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingCurrency to the collection via POST.
            </summary>
            <param name="bookingCurrency">The BookingCurrency to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BookingCurrency.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest.AddResponseAsync(Microsoft.Graph.BookingCurrency,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BookingCurrency to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="bookingCurrency">The BookingCurrency to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCurrency,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BookingCurrency,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequestBuilder">
            <summary>
            The type SolutionsRootBookingCurrenciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SolutionsRootBookingCurrenciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBookingCurrencyRequestBuilder"/> for the specified SolutionsRootBookingCurrency.
            </summary>
            <param name="id">The ID for the SolutionsRootBookingCurrency.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBookingCurrencyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionResponse">
            <summary>
            The type SolutionsRootBookingCurrenciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRootBookingCurrenciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SolutionsRootRequest">
            <summary>
            The type SolutionsRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SolutionsRootRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.CreateAsync(Microsoft.Graph.SolutionsRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SolutionsRoot using POST.
            </summary>
            <param name="solutionsRootToCreate">The SolutionsRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SolutionsRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.CreateResponseAsync(Microsoft.Graph.SolutionsRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SolutionsRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="solutionsRootToCreate">The SolutionsRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SolutionsRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SolutionsRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SolutionsRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SolutionsRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SolutionsRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.UpdateAsync(Microsoft.Graph.SolutionsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SolutionsRoot using PATCH.
            </summary>
            <param name="solutionsRootToUpdate">The SolutionsRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SolutionsRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.UpdateResponseAsync(Microsoft.Graph.SolutionsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SolutionsRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="solutionsRootToUpdate">The SolutionsRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.PutAsync(Microsoft.Graph.SolutionsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SolutionsRoot using PUT.
            </summary>
            <param name="solutionsRootToUpdate">The SolutionsRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.PutResponseAsync(Microsoft.Graph.SolutionsRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SolutionsRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="solutionsRootToUpdate">The SolutionsRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SolutionsRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SolutionsRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequest.InitializeCollectionProperties(Microsoft.Graph.SolutionsRoot)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="solutionsRootToInitialize">The <see cref="T:Microsoft.Graph.SolutionsRoot"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SolutionsRootRequestBuilder">
            <summary>
            The type SolutionsRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SolutionsRootRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SolutionsRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRootRequestBuilder.BookingBusinesses">
            <summary>
            Gets the request builder for BookingBusinesses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISolutionsRootBookingBusinessesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SolutionsRootRequestBuilder.BookingCurrencies">
            <summary>
            Gets the request builder for BookingCurrencies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISolutionsRootBookingCurrenciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.StartHoldMusicOperationRequest">
            <summary>
            The type StartHoldMusicOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new StartHoldMusicOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.CreateAsync(Microsoft.Graph.StartHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified StartHoldMusicOperation using POST.
            </summary>
            <param name="startHoldMusicOperationToCreate">The StartHoldMusicOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created StartHoldMusicOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.CreateResponseAsync(Microsoft.Graph.StartHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified StartHoldMusicOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="startHoldMusicOperationToCreate">The StartHoldMusicOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified StartHoldMusicOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified StartHoldMusicOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified StartHoldMusicOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The StartHoldMusicOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified StartHoldMusicOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.UpdateAsync(Microsoft.Graph.StartHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StartHoldMusicOperation using PATCH.
            </summary>
            <param name="startHoldMusicOperationToUpdate">The StartHoldMusicOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated StartHoldMusicOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.UpdateResponseAsync(Microsoft.Graph.StartHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StartHoldMusicOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="startHoldMusicOperationToUpdate">The StartHoldMusicOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.PutAsync(Microsoft.Graph.StartHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StartHoldMusicOperation using PUT.
            </summary>
            <param name="startHoldMusicOperationToUpdate">The StartHoldMusicOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.PutResponseAsync(Microsoft.Graph.StartHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StartHoldMusicOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="startHoldMusicOperationToUpdate">The StartHoldMusicOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.StartHoldMusicOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.StartHoldMusicOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequest.InitializeCollectionProperties(Microsoft.Graph.StartHoldMusicOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="startHoldMusicOperationToInitialize">The <see cref="T:Microsoft.Graph.StartHoldMusicOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.StartHoldMusicOperationRequestBuilder">
            <summary>
            The type StartHoldMusicOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new StartHoldMusicOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StartHoldMusicOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.StopHoldMusicOperationRequest">
            <summary>
            The type StopHoldMusicOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new StopHoldMusicOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.CreateAsync(Microsoft.Graph.StopHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified StopHoldMusicOperation using POST.
            </summary>
            <param name="stopHoldMusicOperationToCreate">The StopHoldMusicOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created StopHoldMusicOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.CreateResponseAsync(Microsoft.Graph.StopHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified StopHoldMusicOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="stopHoldMusicOperationToCreate">The StopHoldMusicOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified StopHoldMusicOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified StopHoldMusicOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified StopHoldMusicOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The StopHoldMusicOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified StopHoldMusicOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.UpdateAsync(Microsoft.Graph.StopHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StopHoldMusicOperation using PATCH.
            </summary>
            <param name="stopHoldMusicOperationToUpdate">The StopHoldMusicOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated StopHoldMusicOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.UpdateResponseAsync(Microsoft.Graph.StopHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StopHoldMusicOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="stopHoldMusicOperationToUpdate">The StopHoldMusicOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.PutAsync(Microsoft.Graph.StopHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StopHoldMusicOperation using PUT.
            </summary>
            <param name="stopHoldMusicOperationToUpdate">The StopHoldMusicOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.PutResponseAsync(Microsoft.Graph.StopHoldMusicOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StopHoldMusicOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="stopHoldMusicOperationToUpdate">The StopHoldMusicOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.StopHoldMusicOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.StopHoldMusicOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequest.InitializeCollectionProperties(Microsoft.Graph.StopHoldMusicOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="stopHoldMusicOperationToInitialize">The <see cref="T:Microsoft.Graph.StopHoldMusicOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.StopHoldMusicOperationRequestBuilder">
            <summary>
            The type StopHoldMusicOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new StopHoldMusicOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StopHoldMusicOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.StsPolicyAppliesToCollectionReferencesRequest">
            <summary>
            The type StsPolicyAppliesToCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new StsPolicyAppliesToCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.StsPolicyAppliesToCollectionReferencesRequestBuilder">
            <summary>
            The type StsPolicyAppliesToCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new StsPolicyAppliesToCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesPage">
            <summary>
            The type StsPolicyAppliesToCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequest">
            <summary>
            The type StsPolicyAppliesToCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new StsPolicyAppliesToCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequestBuilder">
            <summary>
            The type StsPolicyAppliesToCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new StsPolicyAppliesToCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified StsPolicyDirectoryObject.
            </summary>
            <param name="id">The ID for the StsPolicyDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IStsPolicyAppliesToCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IStsPolicyAppliesToCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesResponse">
            <summary>
            The type StsPolicyAppliesToCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StsPolicyAppliesToCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.StsPolicyRequest">
            <summary>
            The type StsPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new StsPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.CreateAsync(Microsoft.Graph.StsPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified StsPolicy using POST.
            </summary>
            <param name="stsPolicyToCreate">The StsPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created StsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.CreateResponseAsync(Microsoft.Graph.StsPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified StsPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="stsPolicyToCreate">The StsPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified StsPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified StsPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified StsPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The StsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified StsPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.UpdateAsync(Microsoft.Graph.StsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StsPolicy using PATCH.
            </summary>
            <param name="stsPolicyToUpdate">The StsPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated StsPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.UpdateResponseAsync(Microsoft.Graph.StsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StsPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="stsPolicyToUpdate">The StsPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.PutAsync(Microsoft.Graph.StsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StsPolicy using PUT.
            </summary>
            <param name="stsPolicyToUpdate">The StsPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.PutResponseAsync(Microsoft.Graph.StsPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified StsPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="stsPolicyToUpdate">The StsPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.StsPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.StsPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.StsPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="stsPolicyToInitialize">The <see cref="T:Microsoft.Graph.StsPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.StsPolicyRequestBuilder">
            <summary>
            The type StsPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new StsPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.StsPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.StsPolicyRequestBuilder.AppliesTo">
            <summary>
            Gets the request builder for AppliesTo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IStsPolicyAppliesToCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestGetFinalAttachmentRequest">
            <summary>
            The type SubjectRightsRequestGetFinalAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestGetFinalAttachmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SubjectRightsRequestGetFinalAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestGetFinalAttachmentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestGetFinalAttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestGetFinalAttachmentRequestBuilder">
            <summary>
            The type SubjectRightsRequestGetFinalAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestGetFinalAttachmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SubjectRightsRequestGetFinalAttachmentRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestGetFinalAttachmentRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestGetFinalReportRequest">
            <summary>
            The type SubjectRightsRequestGetFinalReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestGetFinalReportRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SubjectRightsRequestGetFinalReportRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestGetFinalReportRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestGetFinalReportRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestGetFinalReportRequestBuilder">
            <summary>
            The type SubjectRightsRequestGetFinalReportRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestGetFinalReportRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SubjectRightsRequestGetFinalReportRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestGetFinalReportRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestNotesCollectionPage">
            <summary>
            The type SubjectRightsRequestNotesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestNotesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest">
            <summary>
            The type SubjectRightsRequestNotesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SubjectRightsRequestNotesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest.AddAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthoredNote to the collection via POST.
            </summary>
            <param name="authoredNote">The AuthoredNote to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthoredNote.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthoredNote,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthoredNote to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authoredNote">The AuthoredNote to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthoredNote,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthoredNote,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequestBuilder">
            <summary>
            The type SubjectRightsRequestNotesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SubjectRightsRequestNotesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestNotesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthoredNoteRequestBuilder"/> for the specified SubjectRightsRequestAuthoredNote.
            </summary>
            <param name="id">The ID for the SubjectRightsRequestAuthoredNote.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthoredNoteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestNotesCollectionResponse">
            <summary>
            The type SubjectRightsRequestNotesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestNotesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISubjectRightsRequestNotesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestNotesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestNotesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestRequest">
            <summary>
            The type SubjectRightsRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SubjectRightsRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.CreateAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubjectRightsRequestObject using POST.
            </summary>
            <param name="subjectRightsRequestObjectToCreate">The SubjectRightsRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubjectRightsRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.CreateResponseAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubjectRightsRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subjectRightsRequestObjectToCreate">The SubjectRightsRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubjectRightsRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubjectRightsRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubjectRightsRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SubjectRightsRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubjectRightsRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.UpdateAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubjectRightsRequestObject using PATCH.
            </summary>
            <param name="subjectRightsRequestObjectToUpdate">The SubjectRightsRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SubjectRightsRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.UpdateResponseAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubjectRightsRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subjectRightsRequestObjectToUpdate">The SubjectRightsRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.PutAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubjectRightsRequestObject using PUT.
            </summary>
            <param name="subjectRightsRequestObjectToUpdate">The SubjectRightsRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.PutResponseAsync(Microsoft.Graph.SubjectRightsRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubjectRightsRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subjectRightsRequestObjectToUpdate">The SubjectRightsRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubjectRightsRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubjectRightsRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequest.InitializeCollectionProperties(Microsoft.Graph.SubjectRightsRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="subjectRightsRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.SubjectRightsRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SubjectRightsRequestRequestBuilder">
            <summary>
            The type SubjectRightsRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SubjectRightsRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestRequestBuilder.Notes">
            <summary>
            Gets the request builder for Notes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISubjectRightsRequestNotesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SubjectRightsRequestRequestBuilder.Team">
            <summary>
            Gets the request builder for Team.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequestBuilder.GetFinalAttachment">
            <summary>
            Gets the request builder for SubjectRightsRequestGetFinalAttachment.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISubjectRightsRequestGetFinalAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubjectRightsRequestRequestBuilder.GetFinalReport">
            <summary>
            Gets the request builder for SubjectRightsRequestGetFinalReport.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISubjectRightsRequestGetFinalReportRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SubscribedSkuRequest">
            <summary>
            The type SubscribedSkuRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SubscribedSkuRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.CreateAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubscribedSku using POST.
            </summary>
            <param name="subscribedSkuToCreate">The SubscribedSku to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.CreateResponseAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubscribedSku using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscribedSkuToCreate">The SubscribedSku to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubscribedSku.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubscribedSku and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubscribedSku.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubscribedSku and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.UpdateAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribedSku using PATCH.
            </summary>
            <param name="subscribedSkuToUpdate">The SubscribedSku to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.UpdateResponseAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribedSku using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscribedSkuToUpdate">The SubscribedSku to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.PutAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribedSku using PUT.
            </summary>
            <param name="subscribedSkuToUpdate">The SubscribedSku object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.PutResponseAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribedSku using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscribedSkuToUpdate">The SubscribedSku object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.InitializeCollectionProperties(Microsoft.Graph.SubscribedSku)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="subscribedSkuToInitialize">The <see cref="T:Microsoft.Graph.SubscribedSku"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SubscribedSkuRequestBuilder">
            <summary>
            The type SubscribedSkuRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SubscribedSkuRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SubscribeToToneOperationRequest">
            <summary>
            The type SubscribeToToneOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SubscribeToToneOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.CreateAsync(Microsoft.Graph.SubscribeToToneOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubscribeToToneOperation using POST.
            </summary>
            <param name="subscribeToToneOperationToCreate">The SubscribeToToneOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubscribeToToneOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.CreateResponseAsync(Microsoft.Graph.SubscribeToToneOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubscribeToToneOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscribeToToneOperationToCreate">The SubscribeToToneOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubscribeToToneOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubscribeToToneOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubscribeToToneOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SubscribeToToneOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubscribeToToneOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.UpdateAsync(Microsoft.Graph.SubscribeToToneOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribeToToneOperation using PATCH.
            </summary>
            <param name="subscribeToToneOperationToUpdate">The SubscribeToToneOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SubscribeToToneOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.UpdateResponseAsync(Microsoft.Graph.SubscribeToToneOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribeToToneOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscribeToToneOperationToUpdate">The SubscribeToToneOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.PutAsync(Microsoft.Graph.SubscribeToToneOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribeToToneOperation using PUT.
            </summary>
            <param name="subscribeToToneOperationToUpdate">The SubscribeToToneOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.PutResponseAsync(Microsoft.Graph.SubscribeToToneOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribeToToneOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscribeToToneOperationToUpdate">The SubscribeToToneOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribeToToneOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribeToToneOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequest.InitializeCollectionProperties(Microsoft.Graph.SubscribeToToneOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="subscribeToToneOperationToInitialize">The <see cref="T:Microsoft.Graph.SubscribeToToneOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SubscribeToToneOperationRequestBuilder">
            <summary>
            The type SubscribeToToneOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SubscribeToToneOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribeToToneOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SubscriptionReauthorizeRequest">
            <summary>
            The type SubscriptionReauthorizeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionReauthorizeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SubscriptionReauthorizeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionReauthorizeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionReauthorizeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionReauthorizeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionReauthorizeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SubscriptionReauthorizeRequestBuilder">
            <summary>
            The type SubscriptionReauthorizeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionReauthorizeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SubscriptionReauthorizeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionReauthorizeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SubscriptionRequest">
            <summary>
            The type SubscriptionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SubscriptionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.CreateAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Subscription using POST.
            </summary>
            <param name="subscriptionToCreate">The Subscription to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.CreateResponseAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Subscription using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscriptionToCreate">The Subscription to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Subscription.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Subscription and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Subscription.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Subscription and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.UpdateAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Subscription using PATCH.
            </summary>
            <param name="subscriptionToUpdate">The Subscription to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.UpdateResponseAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Subscription using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscriptionToUpdate">The Subscription to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.PutAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Subscription using PUT.
            </summary>
            <param name="subscriptionToUpdate">The Subscription object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.PutResponseAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Subscription using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="subscriptionToUpdate">The Subscription object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.InitializeCollectionProperties(Microsoft.Graph.Subscription)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="subscriptionToInitialize">The <see cref="T:Microsoft.Graph.Subscription"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SubscriptionRequestBuilder">
            <summary>
            The type SubscriptionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SubscriptionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequestBuilder.Reauthorize">
            <summary>
            Gets the request builder for SubscriptionReauthorize.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISubscriptionReauthorizeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SwapShiftsChangeRequestRequest">
            <summary>
            The type SwapShiftsChangeRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SwapShiftsChangeRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.CreateAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SwapShiftsChangeRequestObject using POST.
            </summary>
            <param name="swapShiftsChangeRequestObjectToCreate">The SwapShiftsChangeRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SwapShiftsChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.CreateResponseAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SwapShiftsChangeRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="swapShiftsChangeRequestObjectToCreate">The SwapShiftsChangeRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SwapShiftsChangeRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SwapShiftsChangeRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SwapShiftsChangeRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SwapShiftsChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SwapShiftsChangeRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.UpdateAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SwapShiftsChangeRequestObject using PATCH.
            </summary>
            <param name="swapShiftsChangeRequestObjectToUpdate">The SwapShiftsChangeRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SwapShiftsChangeRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.UpdateResponseAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SwapShiftsChangeRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="swapShiftsChangeRequestObjectToUpdate">The SwapShiftsChangeRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.PutAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SwapShiftsChangeRequestObject using PUT.
            </summary>
            <param name="swapShiftsChangeRequestObjectToUpdate">The SwapShiftsChangeRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.PutResponseAsync(Microsoft.Graph.SwapShiftsChangeRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SwapShiftsChangeRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="swapShiftsChangeRequestObjectToUpdate">The SwapShiftsChangeRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SwapShiftsChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SwapShiftsChangeRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequest.InitializeCollectionProperties(Microsoft.Graph.SwapShiftsChangeRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="swapShiftsChangeRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.SwapShiftsChangeRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SwapShiftsChangeRequestRequestBuilder">
            <summary>
            The type SwapShiftsChangeRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SwapShiftsChangeRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SwapShiftsChangeRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionPage">
            <summary>
            The type TargetedManagedAppConfigurationAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest">
            <summary>
            The type TargetedManagedAppConfigurationAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppConfigurationAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequestBuilder">
            <summary>
            The type TargetedManagedAppConfigurationAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TargetedManagedAppConfigurationAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified TargetedManagedAppConfigurationManagedMobileApp.
            </summary>
            <param name="id">The ID for the TargetedManagedAppConfigurationManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionResponse">
            <summary>
            The type TargetedManagedAppConfigurationAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionPage">
            <summary>
            The type TargetedManagedAppConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest">
            <summary>
            The type TargetedManagedAppConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppConfigurationAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The type TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/> for the specified TargetedManagedAppConfigurationTargetedManagedAppPolicyAssignment.
            </summary>
            <param name="id">The ID for the TargetedManagedAppConfigurationTargetedManagedAppPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionResponse">
            <summary>
            The type TargetedManagedAppConfigurationAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest">
            <summary>
            The type TargetedManagedAppConfigurationAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequestBuilder">
            <summary>
            The type TargetedManagedAppConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="assignments">A assignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationRequest">
            <summary>
            The type TargetedManagedAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppConfiguration using POST.
            </summary>
            <param name="targetedManagedAppConfigurationToCreate">The TargetedManagedAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.CreateResponseAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppConfigurationToCreate">The TargetedManagedAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppConfiguration using PATCH.
            </summary>
            <param name="targetedManagedAppConfigurationToUpdate">The TargetedManagedAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppConfigurationToUpdate">The TargetedManagedAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.PutAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppConfiguration using PUT.
            </summary>
            <param name="targetedManagedAppConfigurationToUpdate">The TargetedManagedAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.PutResponseAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppConfigurationToUpdate">The TargetedManagedAppConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.TargetedManagedAppConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="targetedManagedAppConfigurationToInitialize">The <see cref="T:Microsoft.Graph.TargetedManagedAppConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder">
            <summary>
            The type TargetedManagedAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TargetedManagedAppConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Gets the request builder for TargetedManagedAppConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp},System.Nullable{Microsoft.Graph.TargetedManagedAppGroupType})">
            <summary>
            Gets the request builder for TargetedManagedAppConfigurationTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest">
            <summary>
            The type TargetedManagedAppConfigurationTargetAppsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppConfigurationTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequestBuilder">
            <summary>
            The type TargetedManagedAppConfigurationTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp},System.Nullable{Microsoft.Graph.TargetedManagedAppGroupType})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="apps">A apps parameter for the OData method call.</param>
            <param name="appGroupType">A appGroupType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest">
            <summary>
            The type TargetedManagedAppPolicyAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppPolicyAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppPolicyAssignment using POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToCreate">The TargetedManagedAppPolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.CreateResponseAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppPolicyAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToCreate">The TargetedManagedAppPolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppPolicyAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppPolicyAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppPolicyAssignment using PATCH.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToUpdate">The TargetedManagedAppPolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppPolicyAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToUpdate">The TargetedManagedAppPolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.PutAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppPolicyAssignment using PUT.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToUpdate">The TargetedManagedAppPolicyAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.PutResponseAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppPolicyAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToUpdate">The TargetedManagedAppPolicyAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.TargetedManagedAppPolicyAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToInitialize">The <see cref="T:Microsoft.Graph.TargetedManagedAppPolicyAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequestBuilder">
            <summary>
            The type TargetedManagedAppPolicyAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TargetedManagedAppPolicyAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionPage">
            <summary>
            The type TargetedManagedAppProtectionAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest">
            <summary>
            The type TargetedManagedAppProtectionAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppProtectionAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder">
            <summary>
            The type TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/> for the specified TargetedManagedAppProtectionTargetedManagedAppPolicyAssignment.
            </summary>
            <param name="id">The ID for the TargetedManagedAppProtectionTargetedManagedAppPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionResponse">
            <summary>
            The type TargetedManagedAppProtectionAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest">
            <summary>
            The type TargetedManagedAppProtectionAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppProtectionAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignRequestBuilder">
            <summary>
            The type TargetedManagedAppProtectionAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TargetedManagedAppProtectionAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="assignments">A assignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionRequest">
            <summary>
            The type TargetedManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppProtection using POST.
            </summary>
            <param name="targetedManagedAppProtectionToCreate">The TargetedManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.CreateResponseAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppProtectionToCreate">The TargetedManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppProtection using PATCH.
            </summary>
            <param name="targetedManagedAppProtectionToUpdate">The TargetedManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.UpdateResponseAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppProtectionToUpdate">The TargetedManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.PutAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppProtection using PUT.
            </summary>
            <param name="targetedManagedAppProtectionToUpdate">The TargetedManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.PutResponseAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="targetedManagedAppProtectionToUpdate">The TargetedManagedAppProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.TargetedManagedAppProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="targetedManagedAppProtectionToInitialize">The <see cref="T:Microsoft.Graph.TargetedManagedAppProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionRequestBuilder">
            <summary>
            The type TargetedManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TargetedManagedAppProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Gets the request builder for TargetedManagedAppProtectionAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp},System.Nullable{Microsoft.Graph.TargetedManagedAppGroupType})">
            <summary>
            Gets the request builder for TargetedManagedAppProtectionTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequest">
            <summary>
            The type TargetedManagedAppProtectionTargetAppsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppProtectionTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequestBuilder">
            <summary>
            The type TargetedManagedAppProtectionTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp},System.Nullable{Microsoft.Graph.TargetedManagedAppGroupType})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="apps">A apps parameter for the OData method call.</param>
            <param name="appGroupType">A appGroupType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionTargetAppsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TaskFileAttachmentContentRequest">
            <summary>
            The type TaskFileAttachmentContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TaskFileAttachmentContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.TaskFileAttachmentContentRequestBuilder">
            <summary>
            The type TaskFileAttachmentContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TaskFileAttachmentContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TaskFileAttachmentRequest">
            <summary>
            The type TaskFileAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TaskFileAttachmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.CreateAsync(Microsoft.Graph.TaskFileAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TaskFileAttachment using POST.
            </summary>
            <param name="taskFileAttachmentToCreate">The TaskFileAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TaskFileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.CreateResponseAsync(Microsoft.Graph.TaskFileAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TaskFileAttachment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="taskFileAttachmentToCreate">The TaskFileAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TaskFileAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TaskFileAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TaskFileAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TaskFileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TaskFileAttachment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.UpdateAsync(Microsoft.Graph.TaskFileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TaskFileAttachment using PATCH.
            </summary>
            <param name="taskFileAttachmentToUpdate">The TaskFileAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TaskFileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.UpdateResponseAsync(Microsoft.Graph.TaskFileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TaskFileAttachment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="taskFileAttachmentToUpdate">The TaskFileAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.PutAsync(Microsoft.Graph.TaskFileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TaskFileAttachment using PUT.
            </summary>
            <param name="taskFileAttachmentToUpdate">The TaskFileAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.PutResponseAsync(Microsoft.Graph.TaskFileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TaskFileAttachment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="taskFileAttachmentToUpdate">The TaskFileAttachment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TaskFileAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TaskFileAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequest.InitializeCollectionProperties(Microsoft.Graph.TaskFileAttachment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="taskFileAttachmentToInitialize">The <see cref="T:Microsoft.Graph.TaskFileAttachment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TaskFileAttachmentRequestBuilder">
            <summary>
            The type TaskFileAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TaskFileAttachmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TaskFileAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamAllChannelsCollectionReferencesRequest">
            <summary>
            The type TeamAllChannelsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamAllChannelsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="channelReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="channelReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamAllChannelsCollectionReferencesRequestBuilder">
            <summary>
            The type TeamAllChannelsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamAllChannelsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesPage">
            <summary>
            The type TeamAllChannelsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequest">
            <summary>
            The type TeamAllChannelsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamAllChannelsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequestBuilder">
            <summary>
            The type TeamAllChannelsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamAllChannelsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChannelWithReferenceRequestBuilder"/> for the specified TeamChannel.
            </summary>
            <param name="id">The ID for the TeamChannel.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChannelWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamAllChannelsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamAllChannelsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesResponse">
            <summary>
            The type TeamAllChannelsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamAllChannelsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamArchiveRequest">
            <summary>
            The type TeamArchiveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamArchiveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamArchiveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamArchiveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamArchiveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamArchiveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamArchiveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamArchiveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamArchiveRequestBuilder">
            <summary>
            The type TeamArchiveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamArchiveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TeamArchiveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="shouldSetSpoSiteReadOnlyForMembers">A shouldSetSpoSiteReadOnlyForMembers parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamArchiveRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamChannelsCollectionPage">
            <summary>
            The type TeamChannelsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamChannelsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamChannelsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamChannelsCollectionRequest">
            <summary>
            The type TeamChannelsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamChannelsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequest.AddAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Channel to the collection via POST.
            </summary>
            <param name="channel">The Channel to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Channel.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequest.AddResponseAsync(Microsoft.Graph.Channel,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Channel to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="channel">The Channel to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamChannelsCollectionRequestBuilder">
            <summary>
            The type TeamChannelsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamChannelsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamChannelsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChannelRequestBuilder"/> for the specified TeamChannel.
            </summary>
            <param name="id">The ID for the TeamChannel.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChannelRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamChannelsCollectionRequestBuilder.GetAllMessages">
            <summary>
            Gets the request builder for ChannelGetAllMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelGetAllMessagesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamChannelsCollectionResponse">
            <summary>
            The type TeamChannelsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamChannelsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITeamChannelsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamChannelsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamChannelsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamCloneRequest">
            <summary>
            The type TeamCloneRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamCloneRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamCloneRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamCloneRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamCloneRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamCloneRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamCloneRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamCloneRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamCloneRequestBuilder">
            <summary>
            The type TeamCloneRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamCloneRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.TeamVisibilityType,Microsoft.Graph.ClonableTeamParts,System.String,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TeamCloneRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="visibility">A visibility parameter for the OData method call.</param>
            <param name="partsToClone">A partsToClone parameter for the OData method call.</param>
            <param name="displayName">A displayName parameter for the OData method call.</param>
            <param name="description">A description parameter for the OData method call.</param>
            <param name="mailNickname">A mailNickname parameter for the OData method call.</param>
            <param name="classification">A classification parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamCloneRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamCompleteMigrationRequest">
            <summary>
            The type TeamCompleteMigrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamCompleteMigrationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamCompleteMigrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamCompleteMigrationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamCompleteMigrationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamCompleteMigrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamCompleteMigrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamCompleteMigrationRequestBuilder">
            <summary>
            The type TeamCompleteMigrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamCompleteMigrationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TeamCompleteMigrationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamCompleteMigrationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamGetAllMessagesCollectionPage">
            <summary>
            The type TeamGetAllMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamGetAllMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamGetAllMessagesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamGetAllMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamGetAllMessagesCollectionResponse">
            <summary>
            The type TeamGetAllMessagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamGetAllMessagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITeamGetAllMessagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamGetAllMessagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamGetAllMessagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamGetAllMessagesRequest">
            <summary>
            The type TeamGetAllMessagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamGetAllMessagesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamGetAllMessagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamGetAllMessagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamGetAllMessagesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamGetAllMessagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamGetAllMessagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamGetAllMessagesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamGetAllMessagesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamGetAllMessagesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamGetAllMessagesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamGetAllMessagesRequestBuilder">
            <summary>
            The type TeamGetAllMessagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamGetAllMessagesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TeamGetAllMessagesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamGetAllMessagesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamIncomingChannelsCollectionReferencesRequest">
            <summary>
            The type TeamIncomingChannelsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamIncomingChannelsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="channelReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ReferenceRequestBody to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="channelReference">The ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamIncomingChannelsCollectionReferencesRequestBuilder">
            <summary>
            The type TeamIncomingChannelsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamIncomingChannelsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesPage">
            <summary>
            The type TeamIncomingChannelsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequest">
            <summary>
            The type TeamIncomingChannelsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamIncomingChannelsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Channel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequestBuilder">
            <summary>
            The type TeamIncomingChannelsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamIncomingChannelsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChannelWithReferenceRequestBuilder"/> for the specified TeamChannel.
            </summary>
            <param name="id">The ID for the TeamChannel.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChannelWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamIncomingChannelsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamIncomingChannelsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesResponse">
            <summary>
            The type TeamIncomingChannelsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamIncomingChannelsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamInfoRequest">
            <summary>
            The type TeamInfoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamInfoRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.CreateAsync(Microsoft.Graph.TeamInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamInfo using POST.
            </summary>
            <param name="teamInfoToCreate">The TeamInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.CreateResponseAsync(Microsoft.Graph.TeamInfo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamInfo using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamInfoToCreate">The TeamInfo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamInfo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamInfo and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.UpdateAsync(Microsoft.Graph.TeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamInfo using PATCH.
            </summary>
            <param name="teamInfoToUpdate">The TeamInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.UpdateResponseAsync(Microsoft.Graph.TeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamInfo using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamInfoToUpdate">The TeamInfo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.PutAsync(Microsoft.Graph.TeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamInfo using PUT.
            </summary>
            <param name="teamInfoToUpdate">The TeamInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.PutResponseAsync(Microsoft.Graph.TeamInfo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamInfo using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamInfoToUpdate">The TeamInfo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequest.InitializeCollectionProperties(Microsoft.Graph.TeamInfo)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="teamInfoToInitialize">The <see cref="T:Microsoft.Graph.TeamInfo"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TeamInfoRequestBuilder">
            <summary>
            The type TeamInfoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamInfoRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInfoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamInfoRequestBuilder.Team">
            <summary>
            Gets the request builder for Team.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamInstalledAppsCollectionPage">
            <summary>
            The type TeamInstalledAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamInstalledAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamInstalledAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamInstalledAppsCollectionRequest">
            <summary>
            The type TeamInstalledAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamInstalledAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequest.AddAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAppInstallation to the collection via POST.
            </summary>
            <param name="teamsAppInstallation">The TeamsAppInstallation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAppInstallation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsAppInstallation">The TeamsAppInstallation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamInstalledAppsCollectionRequestBuilder">
            <summary>
            The type TeamInstalledAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamInstalledAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamInstalledAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamInstalledAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsAppInstallationRequestBuilder"/> for the specified TeamTeamsAppInstallation.
            </summary>
            <param name="id">The ID for the TeamTeamsAppInstallation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppInstallationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamInstalledAppsCollectionResponse">
            <summary>
            The type TeamInstalledAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamInstalledAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITeamInstalledAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamInstalledAppsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamInstalledAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamMembersCollectionPage">
            <summary>
            The type TeamMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamMembersCollectionRequest">
            <summary>
            The type TeamMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamMembersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequest.AddAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationMember to the collection via POST.
            </summary>
            <param name="conversationMember">The ConversationMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.ConversationMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationMember to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="conversationMember">The ConversationMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamMembersCollectionRequestBuilder">
            <summary>
            The type TeamMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamMembersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationMemberRequestBuilder"/> for the specified TeamConversationMember.
            </summary>
            <param name="id">The ID for the TeamConversationMember.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamMembersCollectionRequestBuilder.Add(System.Collections.Generic.IEnumerable{Microsoft.Graph.ConversationMember})">
            <summary>
            Gets the request builder for ConversationMemberAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationMemberAddRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamMembersCollectionResponse">
            <summary>
            The type TeamMembersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMembersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITeamMembersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMembersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamMembersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamOperationsCollectionPage">
            <summary>
            The type TeamOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamOperationsCollectionRequest">
            <summary>
            The type TeamOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequest.AddAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAsyncOperation to the collection via POST.
            </summary>
            <param name="teamsAsyncOperation">The TeamsAsyncOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAsyncOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAsyncOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsAsyncOperation">The TeamsAsyncOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAsyncOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAsyncOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamOperationsCollectionRequestBuilder">
            <summary>
            The type TeamOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsAsyncOperationRequestBuilder"/> for the specified TeamTeamsAsyncOperation.
            </summary>
            <param name="id">The ID for the TeamTeamsAsyncOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAsyncOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamOperationsCollectionResponse">
            <summary>
            The type TeamOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITeamOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamOperationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamReferenceRequest">
            <summary>
            The type TeamReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Team reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Team reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Team reference.
            </summary>
            <param name="id">The Team reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Team reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The Team reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamReferenceRequestBuilder">
            <summary>
            The type TeamReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamRequest">
            <summary>
            The type TeamRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.CreateAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Team using POST.
            </summary>
            <param name="teamToCreate">The Team to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.CreateResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Team using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamToCreate">The Team to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Team.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Team and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Team.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Team and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.UpdateAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Team using PATCH.
            </summary>
            <param name="teamToUpdate">The Team to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.UpdateResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Team using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamToUpdate">The Team to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.PutAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Team using PUT.
            </summary>
            <param name="teamToUpdate">The Team object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.PutResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Team using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamToUpdate">The Team object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequest.InitializeCollectionProperties(Microsoft.Graph.Team)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="teamToInitialize">The <see cref="T:Microsoft.Graph.Team"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TeamRequestBuilder">
            <summary>
            The type TeamRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamRequestBuilder.AllChannels">
            <summary>
            Gets the request builder for AllChannels.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamAllChannelsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamRequestBuilder.Channels">
            <summary>
            Gets the request builder for Channels.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamChannelsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamRequestBuilder.Group">
            <summary>
            Gets the request builder for Group.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamRequestBuilder.IncomingChannels">
            <summary>
            Gets the request builder for IncomingChannels.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamIncomingChannelsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamRequestBuilder.InstalledApps">
            <summary>
            Gets the request builder for InstalledApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamInstalledAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamRequestBuilder.PrimaryChannel">
            <summary>
            Gets the request builder for PrimaryChannel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChannelRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamRequestBuilder.Tags">
            <summary>
            Gets the request builder for Tags.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamTagsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamRequestBuilder.Template">
            <summary>
            Gets the request builder for Template.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsTemplateWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamRequestBuilder.Schedule">
            <summary>
            Gets the request builder for Schedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IScheduleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequestBuilder.Archive(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for TeamArchive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamArchiveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequestBuilder.Unarchive">
            <summary>
            Gets the request builder for TeamUnarchive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamUnarchiveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequestBuilder.Clone(Microsoft.Graph.TeamVisibilityType,Microsoft.Graph.ClonableTeamParts,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for TeamClone.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamCloneRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequestBuilder.CompleteMigration">
            <summary>
            Gets the request builder for TeamCompleteMigration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamCompleteMigrationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamRequestBuilder.SendActivityNotification(Microsoft.Graph.TeamworkActivityTopic,System.String,System.Nullable{System.Int64},Microsoft.Graph.ItemBody,System.Collections.Generic.IEnumerable{Microsoft.Graph.KeyValuePair},Microsoft.Graph.TeamworkNotificationRecipient)">
            <summary>
            Gets the request builder for TeamSendActivityNotification.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamSendActivityNotificationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppAppDefinitionsCollectionPage">
            <summary>
            The type TeamsAppAppDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppAppDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest">
            <summary>
            The type TeamsAppAppDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsAppAppDefinitionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAppDefinition to the collection via POST.
            </summary>
            <param name="teamsAppDefinition">The TeamsAppDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamsAppDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamsAppDefinition">The TeamsAppDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequestBuilder">
            <summary>
            The type TeamsAppAppDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamsAppAppDefinitionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppAppDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamsAppDefinitionRequestBuilder"/> for the specified TeamsAppTeamsAppDefinition.
            </summary>
            <param name="id">The ID for the TeamsAppTeamsAppDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppAppDefinitionsCollectionResponse">
            <summary>
            The type TeamsAppAppDefinitionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppAppDefinitionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppAppDefinitionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppAppDefinitionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppDefinitionReferenceRequest">
            <summary>
            The type TeamsAppDefinitionReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsAppDefinitionReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppDefinition reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TeamsAppDefinition reference.
            </summary>
            <param name="id">The TeamsAppDefinition reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TeamsAppDefinition reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The TeamsAppDefinition reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppDefinitionReferenceRequestBuilder">
            <summary>
            The type TeamsAppDefinitionReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamsAppDefinitionReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppDefinitionRequest">
            <summary>
            The type TeamsAppDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsAppDefinitionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.CreateAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAppDefinition using POST.
            </summary>
            <param name="teamsAppDefinitionToCreate">The TeamsAppDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.CreateResponseAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAppDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppDefinitionToCreate">The TeamsAppDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAppDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAppDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.UpdateAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppDefinition using PATCH.
            </summary>
            <param name="teamsAppDefinitionToUpdate">The TeamsAppDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppDefinitionToUpdate">The TeamsAppDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.PutAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppDefinition using PUT.
            </summary>
            <param name="teamsAppDefinitionToUpdate">The TeamsAppDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.PutResponseAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppDefinitionToUpdate">The TeamsAppDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequest.InitializeCollectionProperties(Microsoft.Graph.TeamsAppDefinition)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="teamsAppDefinitionToInitialize">The <see cref="T:Microsoft.Graph.TeamsAppDefinition"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppDefinitionRequestBuilder">
            <summary>
            The type TeamsAppDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamsAppDefinitionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppDefinitionRequestBuilder.Bot">
            <summary>
            Gets the request builder for Bot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkBotRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest">
            <summary>
            The type TeamsAppDefinitionWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsAppDefinitionWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAppDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAppDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest.CreateAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAppDefinition using POST.
            </summary>
            <param name="teamsAppDefinitionToCreate">The TeamsAppDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAppDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppDefinitionToCreate">The TeamsAppDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest.UpdateAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppDefinition using PATCH.
            </summary>
            <param name="teamsAppDefinitionToUpdate">The TeamsAppDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsAppDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TeamsAppDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppDefinitionToUpdate">The TeamsAppDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequestBuilder">
            <summary>
            The type TeamsAppDefinitionWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamsAppDefinitionWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppDefinitionWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the teamsAppDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppDefinitionReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppInstallationRequest">
            <summary>
            The type TeamsAppInstallationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsAppInstallationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.CreateAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAppInstallation using POST.
            </summary>
            <param name="teamsAppInstallationToCreate">The TeamsAppInstallation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.CreateResponseAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAppInstallation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppInstallationToCreate">The TeamsAppInstallation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppInstallation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAppInstallation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAppInstallation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAppInstallation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.UpdateAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppInstallation using PATCH.
            </summary>
            <param name="teamsAppInstallationToUpdate">The TeamsAppInstallation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.UpdateResponseAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppInstallation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppInstallationToUpdate">The TeamsAppInstallation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.PutAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppInstallation using PUT.
            </summary>
            <param name="teamsAppInstallationToUpdate">The TeamsAppInstallation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.PutResponseAsync(Microsoft.Graph.TeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAppInstallation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppInstallationToUpdate">The TeamsAppInstallation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequest.InitializeCollectionProperties(Microsoft.Graph.TeamsAppInstallation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="teamsAppInstallationToInitialize">The <see cref="T:Microsoft.Graph.TeamsAppInstallation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppInstallationRequestBuilder">
            <summary>
            The type TeamsAppInstallationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamsAppInstallationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppInstallationRequestBuilder.TeamsApp">
            <summary>
            Gets the request builder for TeamsApp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppInstallationRequestBuilder.TeamsAppDefinition">
            <summary>
            Gets the request builder for TeamsAppDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationRequestBuilder.Upgrade">
            <summary>
            Gets the request builder for TeamsAppInstallationUpgrade.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppInstallationUpgradeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppInstallationUpgradeRequest">
            <summary>
            The type TeamsAppInstallationUpgradeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationUpgradeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsAppInstallationUpgradeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationUpgradeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationUpgradeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationUpgradeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationUpgradeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppInstallationUpgradeRequestBuilder">
            <summary>
            The type TeamsAppInstallationUpgradeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationUpgradeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TeamsAppInstallationUpgradeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppInstallationUpgradeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppReferenceRequest">
            <summary>
            The type TeamsAppReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsAppReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsApp reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsApp reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TeamsApp reference.
            </summary>
            <param name="id">The TeamsApp reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TeamsApp reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The TeamsApp reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppReferenceRequestBuilder">
            <summary>
            The type TeamsAppReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamsAppReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppRequest">
            <summary>
            The type TeamsAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.CreateAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsApp using POST.
            </summary>
            <param name="teamsAppToCreate">The TeamsApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.CreateResponseAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppToCreate">The TeamsApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.UpdateAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsApp using PATCH.
            </summary>
            <param name="teamsAppToUpdate">The TeamsApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.UpdateResponseAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppToUpdate">The TeamsApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.PutAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsApp using PUT.
            </summary>
            <param name="teamsAppToUpdate">The TeamsApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.PutResponseAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppToUpdate">The TeamsApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequest.InitializeCollectionProperties(Microsoft.Graph.TeamsApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="teamsAppToInitialize">The <see cref="T:Microsoft.Graph.TeamsApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppRequestBuilder">
            <summary>
            The type TeamsAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamsAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppRequestBuilder.AppDefinitions">
            <summary>
            Gets the request builder for AppDefinitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppAppDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppWithReferenceRequest">
            <summary>
            The type TeamsAppWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsAppWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequest.CreateAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsApp using POST.
            </summary>
            <param name="teamsAppToCreate">The TeamsApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppToCreate">The TeamsApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequest.UpdateAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsApp using PATCH.
            </summary>
            <param name="teamsAppToUpdate">The TeamsApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TeamsApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAppToUpdate">The TeamsApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAppWithReferenceRequestBuilder">
            <summary>
            The type TeamsAppWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamsAppWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAppWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamsAppWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the teamsApp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsAsyncOperationRequest">
            <summary>
            The type TeamsAsyncOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsAsyncOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.CreateAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAsyncOperation using POST.
            </summary>
            <param name="teamsAsyncOperationToCreate">The TeamsAsyncOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsAsyncOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.CreateResponseAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsAsyncOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAsyncOperationToCreate">The TeamsAsyncOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAsyncOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsAsyncOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAsyncOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsAsyncOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsAsyncOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.UpdateAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAsyncOperation using PATCH.
            </summary>
            <param name="teamsAsyncOperationToUpdate">The TeamsAsyncOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsAsyncOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.UpdateResponseAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAsyncOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAsyncOperationToUpdate">The TeamsAsyncOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.PutAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAsyncOperation using PUT.
            </summary>
            <param name="teamsAsyncOperationToUpdate">The TeamsAsyncOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.PutResponseAsync(Microsoft.Graph.TeamsAsyncOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsAsyncOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsAsyncOperationToUpdate">The TeamsAsyncOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAsyncOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsAsyncOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequest.InitializeCollectionProperties(Microsoft.Graph.TeamsAsyncOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="teamsAsyncOperationToInitialize">The <see cref="T:Microsoft.Graph.TeamsAsyncOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TeamsAsyncOperationRequestBuilder">
            <summary>
            The type TeamsAsyncOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamsAsyncOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsAsyncOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamSendActivityNotificationRequest">
            <summary>
            The type TeamSendActivityNotificationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamSendActivityNotificationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamSendActivityNotificationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamSendActivityNotificationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamSendActivityNotificationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamSendActivityNotificationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamSendActivityNotificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamSendActivityNotificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamSendActivityNotificationRequestBuilder">
            <summary>
            The type TeamSendActivityNotificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamSendActivityNotificationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.TeamworkActivityTopic,System.String,System.Nullable{System.Int64},Microsoft.Graph.ItemBody,System.Collections.Generic.IEnumerable{Microsoft.Graph.KeyValuePair},Microsoft.Graph.TeamworkNotificationRecipient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TeamSendActivityNotificationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="topic">A topic parameter for the OData method call.</param>
            <param name="activityType">A activityType parameter for the OData method call.</param>
            <param name="chainId">A chainId parameter for the OData method call.</param>
            <param name="previewText">A previewText parameter for the OData method call.</param>
            <param name="templateParameters">A templateParameters parameter for the OData method call.</param>
            <param name="recipient">A recipient parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamSendActivityNotificationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsTabRequest">
            <summary>
            The type TeamsTabRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsTabRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.CreateAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsTab using POST.
            </summary>
            <param name="teamsTabToCreate">The TeamsTab to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsTab.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.CreateResponseAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsTab using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTabToCreate">The TeamsTab to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTab.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTab and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsTab.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsTab.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsTab and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.UpdateAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTab using PATCH.
            </summary>
            <param name="teamsTabToUpdate">The TeamsTab to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsTab.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.UpdateResponseAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTab using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTabToUpdate">The TeamsTab to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.PutAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTab using PUT.
            </summary>
            <param name="teamsTabToUpdate">The TeamsTab object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.PutResponseAsync(Microsoft.Graph.TeamsTab,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTab using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTabToUpdate">The TeamsTab object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTab,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTab,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequest.InitializeCollectionProperties(Microsoft.Graph.TeamsTab)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="teamsTabToInitialize">The <see cref="T:Microsoft.Graph.TeamsTab"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TeamsTabRequestBuilder">
            <summary>
            The type TeamsTabRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamsTabRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTabRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamsTabRequestBuilder.TeamsApp">
            <summary>
            Gets the request builder for TeamsApp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsAppWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsTemplateReferenceRequest">
            <summary>
            The type TeamsTemplateReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsTemplateReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTemplate reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTemplate reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TeamsTemplate reference.
            </summary>
            <param name="id">The TeamsTemplate reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TeamsTemplate reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The TeamsTemplate reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsTemplateReferenceRequestBuilder">
            <summary>
            The type TeamsTemplateReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamsTemplateReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsTemplateRequest">
            <summary>
            The type TeamsTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsTemplateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.CreateAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsTemplate using POST.
            </summary>
            <param name="teamsTemplateToCreate">The TeamsTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.CreateResponseAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTemplateToCreate">The TeamsTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.UpdateAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTemplate using PATCH.
            </summary>
            <param name="teamsTemplateToUpdate">The TeamsTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.UpdateResponseAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTemplateToUpdate">The TeamsTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.PutAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTemplate using PUT.
            </summary>
            <param name="teamsTemplateToUpdate">The TeamsTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.PutResponseAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTemplate using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTemplateToUpdate">The TeamsTemplate object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequest.InitializeCollectionProperties(Microsoft.Graph.TeamsTemplate)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="teamsTemplateToInitialize">The <see cref="T:Microsoft.Graph.TeamsTemplate"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TeamsTemplateRequestBuilder">
            <summary>
            The type TeamsTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamsTemplateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsTemplateWithReferenceRequest">
            <summary>
            The type TeamsTemplateWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamsTemplateWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamsTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequest.CreateAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsTemplate using POST.
            </summary>
            <param name="teamsTemplateToCreate">The TeamsTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamsTemplate using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTemplateToCreate">The TeamsTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequest.UpdateAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTemplate using PATCH.
            </summary>
            <param name="teamsTemplateToUpdate">The TeamsTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamsTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TeamsTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamsTemplate using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamsTemplateToUpdate">The TeamsTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamsTemplate and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamsTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamsTemplateWithReferenceRequestBuilder">
            <summary>
            The type TeamsTemplateWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamsTemplateWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamsTemplateWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamsTemplateWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the teamsTemplate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamsTemplateReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamTagsCollectionPage">
            <summary>
            The type TeamTagsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamTagsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamTagsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamTagsCollectionRequest">
            <summary>
            The type TeamTagsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamTagsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequest.AddAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamworkTag to the collection via POST.
            </summary>
            <param name="teamworkTag">The TeamworkTag to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamworkTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamworkTag to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamworkTag">The TeamworkTag to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamTagsCollectionRequestBuilder">
            <summary>
            The type TeamTagsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamTagsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamTagsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamTagsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamworkTagRequestBuilder"/> for the specified TeamTeamworkTag.
            </summary>
            <param name="id">The ID for the TeamTeamworkTag.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkTagRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamTagsCollectionResponse">
            <summary>
            The type TeamTagsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamTagsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITeamTagsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamTagsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamTagsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamUnarchiveRequest">
            <summary>
            The type TeamUnarchiveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamUnarchiveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamUnarchiveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamUnarchiveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamUnarchiveRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamUnarchiveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamUnarchiveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamUnarchiveRequestBuilder">
            <summary>
            The type TeamUnarchiveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamUnarchiveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TeamUnarchiveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamUnarchiveRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamWithReferenceRequest">
            <summary>
            The type TeamWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Team.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Team and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequest.CreateAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Team using POST.
            </summary>
            <param name="teamToCreate">The Team to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Team using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamToCreate">The Team to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequest.UpdateAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Team using PATCH.
            </summary>
            <param name="teamToUpdate">The Team to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Team using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamToUpdate">The Team to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Team.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Team and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamWithReferenceRequestBuilder">
            <summary>
            The type TeamWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the team.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkBotRequest">
            <summary>
            The type TeamworkBotRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamworkBotRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.CreateAsync(Microsoft.Graph.TeamworkBot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkBot using POST.
            </summary>
            <param name="teamworkBotToCreate">The TeamworkBot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamworkBot.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.CreateResponseAsync(Microsoft.Graph.TeamworkBot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkBot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkBotToCreate">The TeamworkBot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkBot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkBot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkBot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamworkBot.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkBot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.UpdateAsync(Microsoft.Graph.TeamworkBot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkBot using PATCH.
            </summary>
            <param name="teamworkBotToUpdate">The TeamworkBot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamworkBot.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.UpdateResponseAsync(Microsoft.Graph.TeamworkBot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkBot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkBotToUpdate">The TeamworkBot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.PutAsync(Microsoft.Graph.TeamworkBot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkBot using PUT.
            </summary>
            <param name="teamworkBotToUpdate">The TeamworkBot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.PutResponseAsync(Microsoft.Graph.TeamworkBot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkBot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkBotToUpdate">The TeamworkBot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkBot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkBot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequest.InitializeCollectionProperties(Microsoft.Graph.TeamworkBot)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="teamworkBotToInitialize">The <see cref="T:Microsoft.Graph.TeamworkBot"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TeamworkBotRequestBuilder">
            <summary>
            The type TeamworkBotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamworkBotRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkBotRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkHostedContentContentRequest">
            <summary>
            The type TeamworkHostedContentContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamworkHostedContentContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkHostedContentContentRequestBuilder">
            <summary>
            The type TeamworkHostedContentContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamworkHostedContentContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkHostedContentRequest">
            <summary>
            The type TeamworkHostedContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamworkHostedContentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.CreateAsync(Microsoft.Graph.TeamworkHostedContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkHostedContent using POST.
            </summary>
            <param name="teamworkHostedContentToCreate">The TeamworkHostedContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamworkHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.CreateResponseAsync(Microsoft.Graph.TeamworkHostedContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkHostedContent using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkHostedContentToCreate">The TeamworkHostedContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkHostedContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkHostedContent and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkHostedContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamworkHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkHostedContent and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.UpdateAsync(Microsoft.Graph.TeamworkHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkHostedContent using PATCH.
            </summary>
            <param name="teamworkHostedContentToUpdate">The TeamworkHostedContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamworkHostedContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.UpdateResponseAsync(Microsoft.Graph.TeamworkHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkHostedContent using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkHostedContentToUpdate">The TeamworkHostedContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.PutAsync(Microsoft.Graph.TeamworkHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkHostedContent using PUT.
            </summary>
            <param name="teamworkHostedContentToUpdate">The TeamworkHostedContent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.PutResponseAsync(Microsoft.Graph.TeamworkHostedContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkHostedContent using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkHostedContentToUpdate">The TeamworkHostedContent object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkHostedContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkHostedContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequest.InitializeCollectionProperties(Microsoft.Graph.TeamworkHostedContent)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="teamworkHostedContentToInitialize">The <see cref="T:Microsoft.Graph.TeamworkHostedContent"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TeamworkHostedContentRequestBuilder">
            <summary>
            The type TeamworkHostedContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamworkHostedContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkHostedContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamworkHostedContentRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkHostedContentContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkRequest">
            <summary>
            The type TeamworkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamworkRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.CreateAsync(Microsoft.Graph.Teamwork,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Teamwork using POST.
            </summary>
            <param name="teamworkToCreate">The Teamwork to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Teamwork.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.CreateResponseAsync(Microsoft.Graph.Teamwork,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Teamwork using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkToCreate">The Teamwork to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Teamwork.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Teamwork and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Teamwork.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Teamwork.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Teamwork and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.UpdateAsync(Microsoft.Graph.Teamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Teamwork using PATCH.
            </summary>
            <param name="teamworkToUpdate">The Teamwork to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Teamwork.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.UpdateResponseAsync(Microsoft.Graph.Teamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Teamwork using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkToUpdate">The Teamwork to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.PutAsync(Microsoft.Graph.Teamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Teamwork using PUT.
            </summary>
            <param name="teamworkToUpdate">The Teamwork object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.PutResponseAsync(Microsoft.Graph.Teamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Teamwork using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkToUpdate">The Teamwork object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Teamwork,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Teamwork,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequest.InitializeCollectionProperties(Microsoft.Graph.Teamwork)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="teamworkToInitialize">The <see cref="T:Microsoft.Graph.Teamwork"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TeamworkRequestBuilder">
            <summary>
            The type TeamworkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamworkRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamworkRequestBuilder.WorkforceIntegrations">
            <summary>
            Gets the request builder for WorkforceIntegrations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkRequestBuilder.SendActivityNotificationToRecipients(Microsoft.Graph.TeamworkActivityTopic,System.String,System.Nullable{System.Int64},Microsoft.Graph.ItemBody,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.KeyValuePair},System.Collections.Generic.IEnumerable{Microsoft.Graph.TeamworkNotificationRecipient})">
            <summary>
            Gets the request builder for TeamworkSendActivityNotificationToRecipients.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkSendActivityNotificationToRecipientsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequest">
            <summary>
            The type TeamworkSendActivityNotificationToRecipientsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamworkSendActivityNotificationToRecipientsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequestBuilder">
            <summary>
            The type TeamworkSendActivityNotificationToRecipientsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.TeamworkActivityTopic,System.String,System.Nullable{System.Int64},Microsoft.Graph.ItemBody,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.KeyValuePair},System.Collections.Generic.IEnumerable{Microsoft.Graph.TeamworkNotificationRecipient})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="topic">A topic parameter for the OData method call.</param>
            <param name="activityType">A activityType parameter for the OData method call.</param>
            <param name="chainId">A chainId parameter for the OData method call.</param>
            <param name="previewText">A previewText parameter for the OData method call.</param>
            <param name="teamsAppId">A teamsAppId parameter for the OData method call.</param>
            <param name="templateParameters">A templateParameters parameter for the OData method call.</param>
            <param name="recipients">A recipients parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkSendActivityNotificationToRecipientsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkTagMemberRequest">
            <summary>
            The type TeamworkTagMemberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamworkTagMemberRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.CreateAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkTagMember using POST.
            </summary>
            <param name="teamworkTagMemberToCreate">The TeamworkTagMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamworkTagMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.CreateResponseAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkTagMember using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkTagMemberToCreate">The TeamworkTagMember to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkTagMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkTagMember and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkTagMember.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamworkTagMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkTagMember and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.UpdateAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTagMember using PATCH.
            </summary>
            <param name="teamworkTagMemberToUpdate">The TeamworkTagMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamworkTagMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.UpdateResponseAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTagMember using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkTagMemberToUpdate">The TeamworkTagMember to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.PutAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTagMember using PUT.
            </summary>
            <param name="teamworkTagMemberToUpdate">The TeamworkTagMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.PutResponseAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTagMember using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkTagMemberToUpdate">The TeamworkTagMember object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTagMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTagMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequest.InitializeCollectionProperties(Microsoft.Graph.TeamworkTagMember)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="teamworkTagMemberToInitialize">The <see cref="T:Microsoft.Graph.TeamworkTagMember"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TeamworkTagMemberRequestBuilder">
            <summary>
            The type TeamworkTagMemberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamworkTagMemberRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMemberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkTagMembersCollectionPage">
            <summary>
            The type TeamworkTagMembersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTagMembersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamworkTagMembersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkTagMembersCollectionRequest">
            <summary>
            The type TeamworkTagMembersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamworkTagMembersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequest.AddAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamworkTagMember to the collection via POST.
            </summary>
            <param name="teamworkTagMember">The TeamworkTagMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamworkTagMember.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequest.AddResponseAsync(Microsoft.Graph.TeamworkTagMember,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TeamworkTagMember to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="teamworkTagMember">The TeamworkTagMember to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTagMember,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTagMember,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkTagMembersCollectionRequestBuilder">
            <summary>
            The type TeamworkTagMembersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamworkTagMembersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagMembersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTagMembersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamworkTagMemberRequestBuilder"/> for the specified TeamworkTagTeamworkTagMember.
            </summary>
            <param name="id">The ID for the TeamworkTagTeamworkTagMember.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkTagMemberRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkTagMembersCollectionResponse">
            <summary>
            The type TeamworkTagMembersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTagMembersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITeamworkTagMembersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTagMembersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTagMembersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkTagRequest">
            <summary>
            The type TeamworkTagRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamworkTagRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.CreateAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkTag using POST.
            </summary>
            <param name="teamworkTagToCreate">The TeamworkTag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TeamworkTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.CreateResponseAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TeamworkTag using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkTagToCreate">The TeamworkTag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkTag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TeamworkTag and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkTag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TeamworkTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TeamworkTag and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.UpdateAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTag using PATCH.
            </summary>
            <param name="teamworkTagToUpdate">The TeamworkTag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TeamworkTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.UpdateResponseAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTag using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkTagToUpdate">The TeamworkTag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.PutAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTag using PUT.
            </summary>
            <param name="teamworkTagToUpdate">The TeamworkTag object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.PutResponseAsync(Microsoft.Graph.TeamworkTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TeamworkTag using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="teamworkTagToUpdate">The TeamworkTag object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TeamworkTag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequest.InitializeCollectionProperties(Microsoft.Graph.TeamworkTag)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="teamworkTagToInitialize">The <see cref="T:Microsoft.Graph.TeamworkTag"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TeamworkTagRequestBuilder">
            <summary>
            The type TeamworkTagRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamworkTagRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkTagRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamworkTagRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamworkTagMembersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionPage">
            <summary>
            The type TeamworkWorkforceIntegrationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest">
            <summary>
            The type TeamworkWorkforceIntegrationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TeamworkWorkforceIntegrationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest.AddAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkforceIntegration to the collection via POST.
            </summary>
            <param name="workforceIntegration">The WorkforceIntegration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkforceIntegration.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkforceIntegration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workforceIntegration">The WorkforceIntegration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkforceIntegration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkforceIntegration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequestBuilder">
            <summary>
            The type TeamworkWorkforceIntegrationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TeamworkWorkforceIntegrationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkforceIntegrationRequestBuilder"/> for the specified TeamworkWorkforceIntegration.
            </summary>
            <param name="id">The ID for the TeamworkWorkforceIntegration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkforceIntegrationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionResponse">
            <summary>
            The type TeamworkWorkforceIntegrationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITeamworkWorkforceIntegrationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TeamworkWorkforceIntegrationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TelecomExpenseManagementPartnerRequest">
            <summary>
            The type TelecomExpenseManagementPartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TelecomExpenseManagementPartnerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.CreateAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TelecomExpenseManagementPartner using POST.
            </summary>
            <param name="telecomExpenseManagementPartnerToCreate">The TelecomExpenseManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.CreateResponseAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TelecomExpenseManagementPartner using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="telecomExpenseManagementPartnerToCreate">The TelecomExpenseManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TelecomExpenseManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TelecomExpenseManagementPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TelecomExpenseManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TelecomExpenseManagementPartner and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.UpdateAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TelecomExpenseManagementPartner using PATCH.
            </summary>
            <param name="telecomExpenseManagementPartnerToUpdate">The TelecomExpenseManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.UpdateResponseAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TelecomExpenseManagementPartner using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="telecomExpenseManagementPartnerToUpdate">The TelecomExpenseManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.PutAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TelecomExpenseManagementPartner using PUT.
            </summary>
            <param name="telecomExpenseManagementPartnerToUpdate">The TelecomExpenseManagementPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.PutResponseAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TelecomExpenseManagementPartner using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="telecomExpenseManagementPartnerToUpdate">The TelecomExpenseManagementPartner object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.InitializeCollectionProperties(Microsoft.Graph.TelecomExpenseManagementPartner)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="telecomExpenseManagementPartnerToInitialize">The <see cref="T:Microsoft.Graph.TelecomExpenseManagementPartner"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TelecomExpenseManagementPartnerRequestBuilder">
            <summary>
            The type TelecomExpenseManagementPartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TelecomExpenseManagementPartnerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionPage">
            <summary>
            The type TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest">
            <summary>
            The type TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder">
            <summary>
            The type TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/> for the specified TemporaryAccessPassAuthenticationMethodConfigurationAuthenticationMethodTarget.
            </summary>
            <param name="id">The ID for the TemporaryAccessPassAuthenticationMethodConfigurationAuthenticationMethodTarget.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionResponse">
            <summary>
            The type TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest">
            <summary>
            The type TemporaryAccessPassAuthenticationMethodConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TemporaryAccessPassAuthenticationMethodConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.CreateAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TemporaryAccessPassAuthenticationMethodConfiguration using POST.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodConfigurationToCreate">The TemporaryAccessPassAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TemporaryAccessPassAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.CreateResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TemporaryAccessPassAuthenticationMethodConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodConfigurationToCreate">The TemporaryAccessPassAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TemporaryAccessPassAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TemporaryAccessPassAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TemporaryAccessPassAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TemporaryAccessPassAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TemporaryAccessPassAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.UpdateAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethodConfiguration using PATCH.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodConfigurationToUpdate">The TemporaryAccessPassAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TemporaryAccessPassAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethodConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodConfigurationToUpdate">The TemporaryAccessPassAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.PutAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethodConfiguration using PUT.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodConfigurationToUpdate">The TemporaryAccessPassAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.PutResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethodConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodConfigurationToUpdate">The TemporaryAccessPassAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodConfigurationToInitialize">The <see cref="T:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequestBuilder">
            <summary>
            The type TemporaryAccessPassAuthenticationMethodConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TemporaryAccessPassAuthenticationMethodConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodConfigurationRequestBuilder.IncludeTargets">
            <summary>
            Gets the request builder for IncludeTargets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITemporaryAccessPassAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest">
            <summary>
            The type TemporaryAccessPassAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TemporaryAccessPassAuthenticationMethodRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TemporaryAccessPassAuthenticationMethod using POST.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodToCreate">The TemporaryAccessPassAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TemporaryAccessPassAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TemporaryAccessPassAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodToCreate">The TemporaryAccessPassAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TemporaryAccessPassAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TemporaryAccessPassAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TemporaryAccessPassAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TemporaryAccessPassAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TemporaryAccessPassAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethod using PATCH.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodToUpdate">The TemporaryAccessPassAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TemporaryAccessPassAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodToUpdate">The TemporaryAccessPassAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.PutAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethod using PUT.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodToUpdate">The TemporaryAccessPassAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TemporaryAccessPassAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodToUpdate">The TemporaryAccessPassAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TemporaryAccessPassAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequest.InitializeCollectionProperties(Microsoft.Graph.TemporaryAccessPassAuthenticationMethod)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="temporaryAccessPassAuthenticationMethodToInitialize">The <see cref="T:Microsoft.Graph.TemporaryAccessPassAuthenticationMethod"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequestBuilder">
            <summary>
            The type TemporaryAccessPassAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TemporaryAccessPassAuthenticationMethodRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TemporaryAccessPassAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionPage">
            <summary>
            The type TermsAndConditionsAcceptanceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest">
            <summary>
            The type TermsAndConditionsAcceptanceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsAcceptanceStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditionsAcceptanceStatus to the collection via POST.
            </summary>
            <param name="termsAndConditionsAcceptanceStatus">The TermsAndConditionsAcceptanceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.AddResponseAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditionsAcceptanceStatus to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="termsAndConditionsAcceptanceStatus">The TermsAndConditionsAcceptanceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder">
            <summary>
            The type TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder"/> for the specified TermsAndConditionsTermsAndConditionsAcceptanceStatus.
            </summary>
            <param name="id">The ID for the TermsAndConditionsTermsAndConditionsAcceptanceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionResponse">
            <summary>
            The type TermsAndConditionsAcceptanceStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest">
            <summary>
            The type TermsAndConditionsAcceptanceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsAcceptanceStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.CreateAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditionsAcceptanceStatus using POST.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToCreate">The TermsAndConditionsAcceptanceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.CreateResponseAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditionsAcceptanceStatus using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToCreate">The TermsAndConditionsAcceptanceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditionsAcceptanceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditionsAcceptanceStatus and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.UpdateAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAcceptanceStatus using PATCH.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToUpdate">The TermsAndConditionsAcceptanceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.UpdateResponseAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAcceptanceStatus using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToUpdate">The TermsAndConditionsAcceptanceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.PutAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAcceptanceStatus using PUT.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToUpdate">The TermsAndConditionsAcceptanceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.PutResponseAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAcceptanceStatus using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToUpdate">The TermsAndConditionsAcceptanceStatus object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.InitializeCollectionProperties(Microsoft.Graph.TermsAndConditionsAcceptanceStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToInitialize">The <see cref="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequestBuilder">
            <summary>
            The type TermsAndConditionsAcceptanceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsAcceptanceStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequestBuilder.TermsAndConditions">
            <summary>
            Gets the request builder for TermsAndConditions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignmentRequest">
            <summary>
            The type TermsAndConditionsAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.CreateAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditionsAssignment using POST.
            </summary>
            <param name="termsAndConditionsAssignmentToCreate">The TermsAndConditionsAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.CreateResponseAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditionsAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsAssignmentToCreate">The TermsAndConditionsAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditionsAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditionsAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditionsAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditionsAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.UpdateAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAssignment using PATCH.
            </summary>
            <param name="termsAndConditionsAssignmentToUpdate">The TermsAndConditionsAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsAssignmentToUpdate">The TermsAndConditionsAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.PutAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAssignment using PUT.
            </summary>
            <param name="termsAndConditionsAssignmentToUpdate">The TermsAndConditionsAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.PutResponseAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsAssignmentToUpdate">The TermsAndConditionsAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.TermsAndConditionsAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="termsAndConditionsAssignmentToInitialize">The <see cref="T:Microsoft.Graph.TermsAndConditionsAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignmentRequestBuilder">
            <summary>
            The type TermsAndConditionsAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionPage">
            <summary>
            The type TermsAndConditionsAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest">
            <summary>
            The type TermsAndConditionsAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditionsAssignment to the collection via POST.
            </summary>
            <param name="termsAndConditionsAssignment">The TermsAndConditionsAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditionsAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="termsAndConditionsAssignment">The TermsAndConditionsAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequestBuilder">
            <summary>
            The type TermsAndConditionsAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder"/> for the specified TermsAndConditionsTermsAndConditionsAssignment.
            </summary>
            <param name="id">The ID for the TermsAndConditionsTermsAndConditionsAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionResponse">
            <summary>
            The type TermsAndConditionsAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsReferenceRequest">
            <summary>
            The type TermsAndConditionsReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TermsAndConditions reference.
            </summary>
            <param name="id">The TermsAndConditions reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TermsAndConditions reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The TermsAndConditions reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsReferenceRequestBuilder">
            <summary>
            The type TermsAndConditionsReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsRequest">
            <summary>
            The type TermsAndConditionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.CreateAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditions using POST.
            </summary>
            <param name="termsAndConditionsToCreate">The TermsAndConditions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.CreateResponseAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditions using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsToCreate">The TermsAndConditions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditions and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.UpdateAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PATCH.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.UpdateResponseAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.PutAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PUT.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.PutResponseAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.InitializeCollectionProperties(Microsoft.Graph.TermsAndConditions)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="termsAndConditionsToInitialize">The <see cref="T:Microsoft.Graph.TermsAndConditions"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsRequestBuilder">
            <summary>
            The type TermsAndConditionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsRequestBuilder.AcceptanceStatuses">
            <summary>
            Gets the request builder for AcceptanceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsWithReferenceRequest">
            <summary>
            The type TermsAndConditionsWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditions and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.CreateAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditions using POST.
            </summary>
            <param name="termsAndConditionsToCreate">The TermsAndConditions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditions using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsToCreate">The TermsAndConditions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.UpdateAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PATCH.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsWithReferenceRequestBuilder">
            <summary>
            The type TermsAndConditionsWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the termsAndConditions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionPage">
            <summary>
            The type TermsOfUseContainerAgreementAcceptancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest">
            <summary>
            The type TermsOfUseContainerAgreementAcceptancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsOfUseContainerAgreementAcceptancesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest.AddAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AgreementAcceptance.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest.AddResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder">
            <summary>
            The type TermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementAcceptanceRequestBuilder"/> for the specified TermsOfUseContainerAgreementAcceptance.
            </summary>
            <param name="id">The ID for the TermsOfUseContainerAgreementAcceptance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementAcceptanceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionResponse">
            <summary>
            The type TermsOfUseContainerAgreementAcceptancesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainerAgreementAcceptancesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionPage">
            <summary>
            The type TermsOfUseContainerAgreementsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest">
            <summary>
            The type TermsOfUseContainerAgreementsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsOfUseContainerAgreementsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest.AddAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Agreement to the collection via POST.
            </summary>
            <param name="agreement">The Agreement to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Agreement.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest.AddResponseAsync(Microsoft.Graph.Agreement,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Agreement to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreement">The Agreement to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Agreement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Agreement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequestBuilder">
            <summary>
            The type TermsOfUseContainerAgreementsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsOfUseContainerAgreementsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementRequestBuilder"/> for the specified TermsOfUseContainerAgreement.
            </summary>
            <param name="id">The ID for the TermsOfUseContainerAgreement.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionResponse">
            <summary>
            The type TermsOfUseContainerAgreementsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainerAgreementsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsOfUseContainerRequest">
            <summary>
            The type TermsOfUseContainerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsOfUseContainerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.CreateAsync(Microsoft.Graph.TermsOfUseContainer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsOfUseContainer using POST.
            </summary>
            <param name="termsOfUseContainerToCreate">The TermsOfUseContainer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsOfUseContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.CreateResponseAsync(Microsoft.Graph.TermsOfUseContainer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsOfUseContainer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsOfUseContainerToCreate">The TermsOfUseContainer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsOfUseContainer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsOfUseContainer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsOfUseContainer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsOfUseContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsOfUseContainer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.UpdateAsync(Microsoft.Graph.TermsOfUseContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsOfUseContainer using PATCH.
            </summary>
            <param name="termsOfUseContainerToUpdate">The TermsOfUseContainer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TermsOfUseContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.UpdateResponseAsync(Microsoft.Graph.TermsOfUseContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsOfUseContainer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsOfUseContainerToUpdate">The TermsOfUseContainer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.PutAsync(Microsoft.Graph.TermsOfUseContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsOfUseContainer using PUT.
            </summary>
            <param name="termsOfUseContainerToUpdate">The TermsOfUseContainer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.PutResponseAsync(Microsoft.Graph.TermsOfUseContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsOfUseContainer using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termsOfUseContainerToUpdate">The TermsOfUseContainer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsOfUseContainer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsOfUseContainer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequest.InitializeCollectionProperties(Microsoft.Graph.TermsOfUseContainer)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="termsOfUseContainerToInitialize">The <see cref="T:Microsoft.Graph.TermsOfUseContainer"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TermsOfUseContainerRequestBuilder">
            <summary>
            The type TermsOfUseContainerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsOfUseContainerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsOfUseContainerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainerRequestBuilder.AgreementAcceptances">
            <summary>
            Gets the request builder for AgreementAcceptances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsOfUseContainerAgreementAcceptancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsOfUseContainerRequestBuilder.Agreements">
            <summary>
            Gets the request builder for Agreements.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsOfUseContainerAgreementsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentRequestRequest">
            <summary>
            The type ThreatAssessmentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ThreatAssessmentRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.CreateAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThreatAssessmentRequestObject using POST.
            </summary>
            <param name="threatAssessmentRequestObjectToCreate">The ThreatAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThreatAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.CreateResponseAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThreatAssessmentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="threatAssessmentRequestObjectToCreate">The ThreatAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThreatAssessmentRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThreatAssessmentRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThreatAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ThreatAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThreatAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.UpdateAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentRequestObject using PATCH.
            </summary>
            <param name="threatAssessmentRequestObjectToUpdate">The ThreatAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ThreatAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.UpdateResponseAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="threatAssessmentRequestObjectToUpdate">The ThreatAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.PutAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentRequestObject using PUT.
            </summary>
            <param name="threatAssessmentRequestObjectToUpdate">The ThreatAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.PutResponseAsync(Microsoft.Graph.ThreatAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="threatAssessmentRequestObjectToUpdate">The ThreatAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequest.InitializeCollectionProperties(Microsoft.Graph.ThreatAssessmentRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="threatAssessmentRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.ThreatAssessmentRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentRequestRequestBuilder">
            <summary>
            The type ThreatAssessmentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ThreatAssessmentRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestRequestBuilder.Results">
            <summary>
            Gets the request builder for Results.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionPage">
            <summary>
            The type ThreatAssessmentRequestResultsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest">
            <summary>
            The type ThreatAssessmentRequestResultsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ThreatAssessmentRequestResultsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest.AddAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThreatAssessmentResult to the collection via POST.
            </summary>
            <param name="threatAssessmentResult">The ThreatAssessmentResult to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThreatAssessmentResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest.AddResponseAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThreatAssessmentResult to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="threatAssessmentResult">The ThreatAssessmentResult to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentResult,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentResult,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequestBuilder">
            <summary>
            The type ThreatAssessmentRequestResultsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ThreatAssessmentRequestResultsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IThreatAssessmentResultRequestBuilder"/> for the specified ThreatAssessmentRequestThreatAssessmentResult.
            </summary>
            <param name="id">The ID for the ThreatAssessmentRequestThreatAssessmentResult.</param>
            <returns>The <see cref="T:Microsoft.Graph.IThreatAssessmentResultRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionResponse">
            <summary>
            The type ThreatAssessmentRequestResultsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IThreatAssessmentRequestResultsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThreatAssessmentRequestResultsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentResultRequest">
            <summary>
            The type ThreatAssessmentResultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ThreatAssessmentResultRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.CreateAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThreatAssessmentResult using POST.
            </summary>
            <param name="threatAssessmentResultToCreate">The ThreatAssessmentResult to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThreatAssessmentResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.CreateResponseAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThreatAssessmentResult using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="threatAssessmentResultToCreate">The ThreatAssessmentResult to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThreatAssessmentResult.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThreatAssessmentResult and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThreatAssessmentResult.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ThreatAssessmentResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThreatAssessmentResult and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.UpdateAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentResult using PATCH.
            </summary>
            <param name="threatAssessmentResultToUpdate">The ThreatAssessmentResult to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ThreatAssessmentResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.UpdateResponseAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentResult using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="threatAssessmentResultToUpdate">The ThreatAssessmentResult to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.PutAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentResult using PUT.
            </summary>
            <param name="threatAssessmentResultToUpdate">The ThreatAssessmentResult object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.PutResponseAsync(Microsoft.Graph.ThreatAssessmentResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThreatAssessmentResult using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="threatAssessmentResultToUpdate">The ThreatAssessmentResult object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentResult,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThreatAssessmentResult,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequest.InitializeCollectionProperties(Microsoft.Graph.ThreatAssessmentResult)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="threatAssessmentResultToInitialize">The <see cref="T:Microsoft.Graph.ThreatAssessmentResult"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ThreatAssessmentResultRequestBuilder">
            <summary>
            The type ThreatAssessmentResultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ThreatAssessmentResultRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThreatAssessmentResultRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailContentRequest">
            <summary>
            The type ThumbnailContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ThumbnailContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequest.PutResponseAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailContentRequestBuilder">
            <summary>
            The type ThumbnailContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ThumbnailContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailRequest">
            <summary>
            The type ThumbnailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ThumbnailRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.CreateAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Thumbnail using POST.
            </summary>
            <param name="thumbnailToCreate">The Thumbnail to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.CreateResponseAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Thumbnail using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="thumbnailToCreate">The Thumbnail to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Thumbnail.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Thumbnail and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Thumbnail.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Thumbnail and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.UpdateAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Thumbnail using PATCH.
            </summary>
            <param name="thumbnailToUpdate">The Thumbnail to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.UpdateResponseAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Thumbnail using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="thumbnailToUpdate">The Thumbnail to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.PutAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Thumbnail using PUT.
            </summary>
            <param name="thumbnailToUpdate">The Thumbnail object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.PutResponseAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Thumbnail using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="thumbnailToUpdate">The Thumbnail object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Thumbnail,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Thumbnail,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.InitializeCollectionProperties(Microsoft.Graph.Thumbnail)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="thumbnailToInitialize">The <see cref="T:Microsoft.Graph.Thumbnail"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailRequestBuilder">
            <summary>
            The type ThumbnailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ThumbnailRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IThumbnailContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailSetRequest">
            <summary>
            The type ThumbnailSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ThumbnailSetRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.CreateAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThumbnailSet using POST.
            </summary>
            <param name="thumbnailSetToCreate">The ThumbnailSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.CreateResponseAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThumbnailSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="thumbnailSetToCreate">The ThumbnailSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThumbnailSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThumbnailSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThumbnailSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThumbnailSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.UpdateAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThumbnailSet using PATCH.
            </summary>
            <param name="thumbnailSetToUpdate">The ThumbnailSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.UpdateResponseAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThumbnailSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="thumbnailSetToUpdate">The ThumbnailSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.PutAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThumbnailSet using PUT.
            </summary>
            <param name="thumbnailSetToUpdate">The ThumbnailSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.PutResponseAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThumbnailSet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="thumbnailSetToUpdate">The ThumbnailSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.InitializeCollectionProperties(Microsoft.Graph.ThumbnailSet)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="thumbnailSetToInitialize">The <see cref="T:Microsoft.Graph.ThumbnailSet"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailSetRequestBuilder">
            <summary>
            The type ThumbnailSetRequestBuilder.
            </summary>
            <summary>
            The type ThumbnailSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ThumbnailSetRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailSetRequestBuilder.Item(System.String)">
            <summary>
            Gets the thumbnail request builder for the specified thumbnail size.
            </summary>
            <param name="size">The thumbnail size.</param>
            <returns>The thumbnail request builder.</returns>
        </member>
        <member name="T:Microsoft.Graph.TimeOffReasonRequest">
            <summary>
            The type TimeOffReasonRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TimeOffReasonRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.CreateAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TimeOffReason using POST.
            </summary>
            <param name="timeOffReasonToCreate">The TimeOffReason to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TimeOffReason.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.CreateResponseAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TimeOffReason using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffReasonToCreate">The TimeOffReason to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TimeOffReason.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TimeOffReason and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TimeOffReason.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TimeOffReason.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TimeOffReason and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.UpdateAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffReason using PATCH.
            </summary>
            <param name="timeOffReasonToUpdate">The TimeOffReason to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TimeOffReason.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.UpdateResponseAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffReason using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffReasonToUpdate">The TimeOffReason to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.PutAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffReason using PUT.
            </summary>
            <param name="timeOffReasonToUpdate">The TimeOffReason object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.PutResponseAsync(Microsoft.Graph.TimeOffReason,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffReason using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffReasonToUpdate">The TimeOffReason object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffReason,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffReason,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequest.InitializeCollectionProperties(Microsoft.Graph.TimeOffReason)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="timeOffReasonToInitialize">The <see cref="T:Microsoft.Graph.TimeOffReason"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TimeOffReasonRequestBuilder">
            <summary>
            The type TimeOffReasonRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TimeOffReasonRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffReasonRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TimeOffRequest">
            <summary>
            The type TimeOffRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TimeOffRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.CreateAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TimeOff using POST.
            </summary>
            <param name="timeOffToCreate">The TimeOff to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TimeOff.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.CreateResponseAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TimeOff using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffToCreate">The TimeOff to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TimeOff.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TimeOff and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TimeOff.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TimeOff.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TimeOff and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.UpdateAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOff using PATCH.
            </summary>
            <param name="timeOffToUpdate">The TimeOff to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TimeOff.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.UpdateResponseAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOff using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffToUpdate">The TimeOff to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.PutAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOff using PUT.
            </summary>
            <param name="timeOffToUpdate">The TimeOff object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.PutResponseAsync(Microsoft.Graph.TimeOff,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOff using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffToUpdate">The TimeOff object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOff,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOff,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequest.InitializeCollectionProperties(Microsoft.Graph.TimeOff)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="timeOffToInitialize">The <see cref="T:Microsoft.Graph.TimeOff"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TimeOffRequestBuilder">
            <summary>
            The type TimeOffRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TimeOffRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TimeOffRequestRequest">
            <summary>
            The type TimeOffRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TimeOffRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.CreateAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TimeOffRequestObject using POST.
            </summary>
            <param name="timeOffRequestObjectToCreate">The TimeOffRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TimeOffRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.CreateResponseAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TimeOffRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffRequestObjectToCreate">The TimeOffRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TimeOffRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TimeOffRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TimeOffRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TimeOffRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TimeOffRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.UpdateAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffRequestObject using PATCH.
            </summary>
            <param name="timeOffRequestObjectToUpdate">The TimeOffRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TimeOffRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.UpdateResponseAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffRequestObjectToUpdate">The TimeOffRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.PutAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffRequestObject using PUT.
            </summary>
            <param name="timeOffRequestObjectToUpdate">The TimeOffRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.PutResponseAsync(Microsoft.Graph.TimeOffRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TimeOffRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="timeOffRequestObjectToUpdate">The TimeOffRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TimeOffRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequest.InitializeCollectionProperties(Microsoft.Graph.TimeOffRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="timeOffRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.TimeOffRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TimeOffRequestRequestBuilder">
            <summary>
            The type TimeOffRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TimeOffRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TimeOffRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoListsCollectionPage">
            <summary>
            The type TodoListsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoListsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoListsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoListsCollectionRequest">
            <summary>
            The type TodoListsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TodoListsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequest.AddAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TodoTaskList to the collection via POST.
            </summary>
            <param name="todoTaskList">The TodoTaskList to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TodoTaskList.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequest.AddResponseAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TodoTaskList to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="todoTaskList">The TodoTaskList to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTaskList,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTaskList,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoListsCollectionRequestBuilder">
            <summary>
            The type TodoListsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TodoListsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoListsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITodoTaskListRequestBuilder"/> for the specified TodoTodoTaskList.
            </summary>
            <param name="id">The ID for the TodoTodoTaskList.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskListRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoListsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for TodoTaskListDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskListDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoListsCollectionResponse">
            <summary>
            The type TodoListsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoListsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITodoListsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoListsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoListsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoRequest">
            <summary>
            The type TodoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TodoRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.CreateAsync(Microsoft.Graph.Todo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Todo using POST.
            </summary>
            <param name="todoToCreate">The Todo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Todo.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.CreateResponseAsync(Microsoft.Graph.Todo,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Todo using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoToCreate">The Todo to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Todo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Todo and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Todo.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Todo.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Todo and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.UpdateAsync(Microsoft.Graph.Todo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Todo using PATCH.
            </summary>
            <param name="todoToUpdate">The Todo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Todo.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.UpdateResponseAsync(Microsoft.Graph.Todo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Todo using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoToUpdate">The Todo to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.PutAsync(Microsoft.Graph.Todo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Todo using PUT.
            </summary>
            <param name="todoToUpdate">The Todo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.PutResponseAsync(Microsoft.Graph.Todo,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Todo using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoToUpdate">The Todo object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Todo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Todo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequest.InitializeCollectionProperties(Microsoft.Graph.Todo)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="todoToInitialize">The <see cref="T:Microsoft.Graph.Todo"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TodoRequestBuilder">
            <summary>
            The type TodoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TodoRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoRequestBuilder.Lists">
            <summary>
            Gets the request builder for Lists.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoListsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskAttachmentsCollectionPage">
            <summary>
            The type TodoTaskAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest">
            <summary>
            The type TodoTaskAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TodoTaskAttachmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AttachmentBase to the collection via POST.
            </summary>
            <param name="attachmentBase">The AttachmentBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttachmentBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.AttachmentBase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AttachmentBase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="attachmentBase">The AttachmentBase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskAttachmentsCollectionRequestBuilder">
            <summary>
            The type TodoTaskAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TodoTaskAttachmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentBaseRequestBuilder"/> for the specified TodoTaskAttachmentBase.
            </summary>
            <param name="id">The ID for the TodoTaskAttachmentBase.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentBaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentsCollectionRequestBuilder.CreateUploadSession(Microsoft.Graph.AttachmentInfo)">
            <summary>
            Gets the request builder for AttachmentBaseCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentBaseCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskAttachmentsCollectionResponse">
            <summary>
            The type TodoTaskAttachmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskAttachmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITodoTaskAttachmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskAttachmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskAttachmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionPage">
            <summary>
            The type TodoTaskAttachmentSessionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest">
            <summary>
            The type TodoTaskAttachmentSessionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TodoTaskAttachmentSessionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest.AddAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AttachmentSession to the collection via POST.
            </summary>
            <param name="attachmentSession">The AttachmentSession to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AttachmentSession.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest.AddResponseAsync(Microsoft.Graph.AttachmentSession,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AttachmentSession to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="attachmentSession">The AttachmentSession to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentSession,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AttachmentSession,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequestBuilder">
            <summary>
            The type TodoTaskAttachmentSessionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TodoTaskAttachmentSessionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentSessionRequestBuilder"/> for the specified TodoTaskAttachmentSession.
            </summary>
            <param name="id">The ID for the TodoTaskAttachmentSession.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentSessionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionResponse">
            <summary>
            The type TodoTaskAttachmentSessionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskAttachmentSessionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskChecklistItemsCollectionPage">
            <summary>
            The type TodoTaskChecklistItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskChecklistItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest">
            <summary>
            The type TodoTaskChecklistItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TodoTaskChecklistItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest.AddAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChecklistItem to the collection via POST.
            </summary>
            <param name="checklistItem">The ChecklistItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ChecklistItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.ChecklistItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ChecklistItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="checklistItem">The ChecklistItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChecklistItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ChecklistItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequestBuilder">
            <summary>
            The type TodoTaskChecklistItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TodoTaskChecklistItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskChecklistItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChecklistItemRequestBuilder"/> for the specified TodoTaskChecklistItem.
            </summary>
            <param name="id">The ID for the TodoTaskChecklistItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChecklistItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskChecklistItemsCollectionResponse">
            <summary>
            The type TodoTaskChecklistItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskChecklistItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITodoTaskChecklistItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskChecklistItemsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskChecklistItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskDeltaCollectionPage">
            <summary>
            The type TodoTaskDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskDeltaCollectionResponse">
            <summary>
            The type TodoTaskDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITodoTaskDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskDeltaRequest">
            <summary>
            The type TodoTaskDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TodoTaskDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskDeltaRequestBuilder">
            <summary>
            The type TodoTaskDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TodoTaskDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskExtensionsCollectionPage">
            <summary>
            The type TodoTaskExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskExtensionsCollectionRequest">
            <summary>
            The type TodoTaskExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TodoTaskExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskExtensionsCollectionRequestBuilder">
            <summary>
            The type TodoTaskExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TodoTaskExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified TodoTaskExtension.
            </summary>
            <param name="id">The ID for the TodoTaskExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskExtensionsCollectionResponse">
            <summary>
            The type TodoTaskExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITodoTaskExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskExtensionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskLinkedResourcesCollectionPage">
            <summary>
            The type TodoTaskLinkedResourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskLinkedResourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest">
            <summary>
            The type TodoTaskLinkedResourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TodoTaskLinkedResourcesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest.AddAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LinkedResource to the collection via POST.
            </summary>
            <param name="linkedResource">The LinkedResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LinkedResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.LinkedResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LinkedResource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="linkedResource">The LinkedResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LinkedResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LinkedResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequestBuilder">
            <summary>
            The type TodoTaskLinkedResourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TodoTaskLinkedResourcesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskLinkedResourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ILinkedResourceRequestBuilder"/> for the specified TodoTaskLinkedResource.
            </summary>
            <param name="id">The ID for the TodoTaskLinkedResource.</param>
            <returns>The <see cref="T:Microsoft.Graph.ILinkedResourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskLinkedResourcesCollectionResponse">
            <summary>
            The type TodoTaskLinkedResourcesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskLinkedResourcesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskLinkedResourcesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskLinkedResourcesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListDeltaCollectionPage">
            <summary>
            The type TodoTaskListDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskListDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListDeltaCollectionResponse">
            <summary>
            The type TodoTaskListDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITodoTaskListDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListDeltaRequest">
            <summary>
            The type TodoTaskListDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TodoTaskListDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListDeltaRequestBuilder">
            <summary>
            The type TodoTaskListDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TodoTaskListDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListExtensionsCollectionPage">
            <summary>
            The type TodoTaskListExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest">
            <summary>
            The type TodoTaskListExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TodoTaskListExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListExtensionsCollectionRequestBuilder">
            <summary>
            The type TodoTaskListExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TodoTaskListExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified TodoTaskListExtension.
            </summary>
            <param name="id">The ID for the TodoTaskListExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListExtensionsCollectionResponse">
            <summary>
            The type TodoTaskListExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITodoTaskListExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListExtensionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListRequest">
            <summary>
            The type TodoTaskListRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TodoTaskListRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.CreateAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TodoTaskList using POST.
            </summary>
            <param name="todoTaskListToCreate">The TodoTaskList to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TodoTaskList.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.CreateResponseAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TodoTaskList using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoTaskListToCreate">The TodoTaskList to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TodoTaskList.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TodoTaskList and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TodoTaskList.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TodoTaskList.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TodoTaskList and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.UpdateAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTaskList using PATCH.
            </summary>
            <param name="todoTaskListToUpdate">The TodoTaskList to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TodoTaskList.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.UpdateResponseAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTaskList using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoTaskListToUpdate">The TodoTaskList to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.PutAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTaskList using PUT.
            </summary>
            <param name="todoTaskListToUpdate">The TodoTaskList object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.PutResponseAsync(Microsoft.Graph.TodoTaskList,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTaskList using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoTaskListToUpdate">The TodoTaskList object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTaskList,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTaskList,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequest.InitializeCollectionProperties(Microsoft.Graph.TodoTaskList)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="todoTaskListToInitialize">The <see cref="T:Microsoft.Graph.TodoTaskList"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListRequestBuilder">
            <summary>
            The type TodoTaskListRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TodoTaskListRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskListExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskListTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListTasksCollectionPage">
            <summary>
            The type TodoTaskListTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITodoTaskListTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListTasksCollectionRequest">
            <summary>
            The type TodoTaskListTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TodoTaskListTasksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequest.AddAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TodoTask to the collection via POST.
            </summary>
            <param name="todoTask">The TodoTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TodoTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequest.AddResponseAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TodoTask to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="todoTask">The TodoTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListTasksCollectionRequestBuilder">
            <summary>
            The type TodoTaskListTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TodoTaskListTasksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITodoTaskRequestBuilder"/> for the specified TodoTaskListTodoTask.
            </summary>
            <param name="id">The ID for the TodoTaskListTodoTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskListTasksCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for TodoTaskDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskListTasksCollectionResponse">
            <summary>
            The type TodoTaskListTasksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListTasksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITodoTaskListTasksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListTasksCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskListTasksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskRequest">
            <summary>
            The type TodoTaskRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TodoTaskRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.CreateAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TodoTask using POST.
            </summary>
            <param name="todoTaskToCreate">The TodoTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TodoTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.CreateResponseAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TodoTask using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoTaskToCreate">The TodoTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TodoTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TodoTask and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TodoTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TodoTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TodoTask and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.UpdateAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTask using PATCH.
            </summary>
            <param name="todoTaskToUpdate">The TodoTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TodoTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.UpdateResponseAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTask using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoTaskToUpdate">The TodoTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.PutAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTask using PUT.
            </summary>
            <param name="todoTaskToUpdate">The TodoTask object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.PutResponseAsync(Microsoft.Graph.TodoTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TodoTask using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="todoTaskToUpdate">The TodoTask object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TodoTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequest.InitializeCollectionProperties(Microsoft.Graph.TodoTask)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="todoTaskToInitialize">The <see cref="T:Microsoft.Graph.TodoTask"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TodoTaskRequestBuilder">
            <summary>
            The type TodoTaskRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TodoTaskRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TodoTaskRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskRequestBuilder.AttachmentSessions">
            <summary>
            Gets the request builder for AttachmentSessions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskAttachmentSessionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskRequestBuilder.ChecklistItems">
            <summary>
            Gets the request builder for ChecklistItems.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskChecklistItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TodoTaskRequestBuilder.LinkedResources">
            <summary>
            Gets the request builder for LinkedResources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoTaskLinkedResourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TokenIssuancePolicyReferenceRequest">
            <summary>
            The type TokenIssuancePolicyReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TokenIssuancePolicyReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenIssuancePolicy reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenIssuancePolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TokenIssuancePolicy reference.
            </summary>
            <param name="id">The TokenIssuancePolicy reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TokenIssuancePolicy reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The TokenIssuancePolicy reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TokenIssuancePolicyReferenceRequestBuilder">
            <summary>
            The type TokenIssuancePolicyReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TokenIssuancePolicyReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TokenIssuancePolicyRequest">
            <summary>
            The type TokenIssuancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TokenIssuancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.CreateAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenIssuancePolicy using POST.
            </summary>
            <param name="tokenIssuancePolicyToCreate">The TokenIssuancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.CreateResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenIssuancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenIssuancePolicyToCreate">The TokenIssuancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenIssuancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenIssuancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenIssuancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenIssuancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.UpdateAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenIssuancePolicy using PATCH.
            </summary>
            <param name="tokenIssuancePolicyToUpdate">The TokenIssuancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenIssuancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenIssuancePolicyToUpdate">The TokenIssuancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.PutAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenIssuancePolicy using PUT.
            </summary>
            <param name="tokenIssuancePolicyToUpdate">The TokenIssuancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.PutResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenIssuancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenIssuancePolicyToUpdate">The TokenIssuancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.TokenIssuancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="tokenIssuancePolicyToInitialize">The <see cref="T:Microsoft.Graph.TokenIssuancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TokenIssuancePolicyRequestBuilder">
            <summary>
            The type TokenIssuancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TokenIssuancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest">
            <summary>
            The type TokenIssuancePolicyWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TokenIssuancePolicyWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenIssuancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenIssuancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest.CreateAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenIssuancePolicy using POST.
            </summary>
            <param name="tokenIssuancePolicyToCreate">The TokenIssuancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenIssuancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenIssuancePolicyToCreate">The TokenIssuancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest.UpdateAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenIssuancePolicy using PATCH.
            </summary>
            <param name="tokenIssuancePolicyToUpdate">The TokenIssuancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TokenIssuancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TokenIssuancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenIssuancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenIssuancePolicyToUpdate">The TokenIssuancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenIssuancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenIssuancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenIssuancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequestBuilder">
            <summary>
            The type TokenIssuancePolicyWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TokenIssuancePolicyWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TokenIssuancePolicyWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the tokenIssuancePolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITokenIssuancePolicyReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TokenLifetimePolicyReferenceRequest">
            <summary>
            The type TokenLifetimePolicyReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TokenLifetimePolicyReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenLifetimePolicy reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenLifetimePolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TokenLifetimePolicy reference.
            </summary>
            <param name="id">The TokenLifetimePolicy reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TokenLifetimePolicy reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The TokenLifetimePolicy reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TokenLifetimePolicyReferenceRequestBuilder">
            <summary>
            The type TokenLifetimePolicyReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TokenLifetimePolicyReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TokenLifetimePolicyRequest">
            <summary>
            The type TokenLifetimePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TokenLifetimePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.CreateAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenLifetimePolicy using POST.
            </summary>
            <param name="tokenLifetimePolicyToCreate">The TokenLifetimePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.CreateResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenLifetimePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenLifetimePolicyToCreate">The TokenLifetimePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenLifetimePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenLifetimePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenLifetimePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenLifetimePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.UpdateAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenLifetimePolicy using PATCH.
            </summary>
            <param name="tokenLifetimePolicyToUpdate">The TokenLifetimePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.UpdateResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenLifetimePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenLifetimePolicyToUpdate">The TokenLifetimePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.PutAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenLifetimePolicy using PUT.
            </summary>
            <param name="tokenLifetimePolicyToUpdate">The TokenLifetimePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.PutResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenLifetimePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenLifetimePolicyToUpdate">The TokenLifetimePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.TokenLifetimePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="tokenLifetimePolicyToInitialize">The <see cref="T:Microsoft.Graph.TokenLifetimePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TokenLifetimePolicyRequestBuilder">
            <summary>
            The type TokenLifetimePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TokenLifetimePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest">
            <summary>
            The type TokenLifetimePolicyWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TokenLifetimePolicyWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenLifetimePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TokenLifetimePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest.CreateAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenLifetimePolicy using POST.
            </summary>
            <param name="tokenLifetimePolicyToCreate">The TokenLifetimePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TokenLifetimePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenLifetimePolicyToCreate">The TokenLifetimePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest.UpdateAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenLifetimePolicy using PATCH.
            </summary>
            <param name="tokenLifetimePolicyToUpdate">The TokenLifetimePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated TokenLifetimePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TokenLifetimePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TokenLifetimePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tokenLifetimePolicyToUpdate">The TokenLifetimePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenLifetimePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TokenLifetimePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TokenLifetimePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequestBuilder">
            <summary>
            The type TokenLifetimePolicyWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TokenLifetimePolicyWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TokenLifetimePolicyWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the tokenLifetimePolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITokenLifetimePolicyReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TrendingRequest">
            <summary>
            The type TrendingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TrendingRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.CreateAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Trending using POST.
            </summary>
            <param name="trendingToCreate">The Trending to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Trending.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.CreateResponseAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Trending using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="trendingToCreate">The Trending to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Trending.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Trending and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Trending.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Trending.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Trending and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.UpdateAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Trending using PATCH.
            </summary>
            <param name="trendingToUpdate">The Trending to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Trending.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.UpdateResponseAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Trending using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="trendingToUpdate">The Trending to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.PutAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Trending using PUT.
            </summary>
            <param name="trendingToUpdate">The Trending object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.PutResponseAsync(Microsoft.Graph.Trending,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Trending using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="trendingToUpdate">The Trending object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Trending,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Trending,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequest.InitializeCollectionProperties(Microsoft.Graph.Trending)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="trendingToInitialize">The <see cref="T:Microsoft.Graph.Trending"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TrendingRequestBuilder">
            <summary>
            The type TrendingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TrendingRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TrendingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TrendingRequestBuilder.Resource">
            <summary>
            Gets the request builder for Resource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntityWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentRequest">
            <summary>
            The type UnifiedRoleAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.CreateAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignment using POST.
            </summary>
            <param name="unifiedRoleAssignmentToCreate">The UnifiedRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentToCreate">The UnifiedRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignment using PATCH.
            </summary>
            <param name="unifiedRoleAssignmentToUpdate">The UnifiedRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentToUpdate">The UnifiedRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.PutAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignment using PUT.
            </summary>
            <param name="unifiedRoleAssignmentToUpdate">The UnifiedRoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentToUpdate">The UnifiedRoleAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleAssignmentToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentRequestBuilder">
            <summary>
            The type UnifiedRoleAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentRequestBuilder.AppScope">
            <summary>
            Gets the request builder for AppScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppScopeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentRequestBuilder.DirectoryScope">
            <summary>
            Gets the request builder for DirectoryScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentRequestBuilder.Principal">
            <summary>
            Gets the request builder for Principal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionPage">
            <summary>
            The type UnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionResponse">
            <summary>
            The type UnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequest">
            <summary>
            The type UnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequestBuilder">
            <summary>
            The type UnifiedRoleAssignmentScheduleFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.RoleAssignmentScheduleFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionPage">
            <summary>
            The type UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionResponse">
            <summary>
            The type UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest">
            <summary>
            The type UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequestBuilder">
            <summary>
            The type UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.RoleAssignmentScheduleInstanceFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest">
            <summary>
            The type UnifiedRoleAssignmentScheduleInstanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleInstanceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentScheduleInstance using POST.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstanceToCreate">The UnifiedRoleAssignmentScheduleInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentScheduleInstance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstanceToCreate">The UnifiedRoleAssignmentScheduleInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentScheduleInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentScheduleInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentScheduleInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleAssignmentScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentScheduleInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleInstance using PATCH.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstanceToUpdate">The UnifiedRoleAssignmentScheduleInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleAssignmentScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleInstance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstanceToUpdate">The UnifiedRoleAssignmentScheduleInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.PutAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleInstance using PUT.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstanceToUpdate">The UnifiedRoleAssignmentScheduleInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleInstance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstanceToUpdate">The UnifiedRoleAssignmentScheduleInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleAssignmentScheduleInstanceToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstance"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequestBuilder">
            <summary>
            The type UnifiedRoleAssignmentScheduleInstanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleInstanceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleInstanceRequestBuilder.ActivatedUsing">
            <summary>
            Gets the request builder for ActivatedUsing.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleReferenceRequest">
            <summary>
            The type UnifiedRoleAssignmentScheduleReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentSchedule reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentSchedule reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleAssignmentSchedule reference.
            </summary>
            <param name="id">The UnifiedRoleAssignmentSchedule reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleAssignmentSchedule reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The UnifiedRoleAssignmentSchedule reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleReferenceRequestBuilder">
            <summary>
            The type UnifiedRoleAssignmentScheduleReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest">
            <summary>
            The type UnifiedRoleAssignmentScheduleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentSchedule using POST.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToCreate">The UnifiedRoleAssignmentSchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentSchedule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToCreate">The UnifiedRoleAssignmentSchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentSchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentSchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentSchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentSchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentSchedule using PATCH.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToUpdate">The UnifiedRoleAssignmentSchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentSchedule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToUpdate">The UnifiedRoleAssignmentSchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.PutAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentSchedule using PUT.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToUpdate">The UnifiedRoleAssignmentSchedule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentSchedule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToUpdate">The UnifiedRoleAssignmentSchedule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleAssignmentSchedule)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleAssignmentSchedule"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestBuilder">
            <summary>
            The type UnifiedRoleAssignmentScheduleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestBuilder.ActivatedUsing">
            <summary>
            Gets the request builder for ActivatedUsing.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestCancelRequest">
            <summary>
            The type UnifiedRoleAssignmentScheduleRequestCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestCancelRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleRequestCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestCancelRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestCancelRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestCancelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestCancelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestCancelRequestBuilder">
            <summary>
            The type UnifiedRoleAssignmentScheduleRequestCancelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestCancelRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestCancelRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestCancelRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionPage">
            <summary>
            The type UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionResponse">
            <summary>
            The type UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest">
            <summary>
            The type UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequestBuilder">
            <summary>
            The type UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.RoleAssignmentScheduleRequestFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest">
            <summary>
            The type UnifiedRoleAssignmentScheduleRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.CreateAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentScheduleRequestObject using POST.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequestObjectToCreate">The UnifiedRoleAssignmentScheduleRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentScheduleRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequestObjectToCreate">The UnifiedRoleAssignmentScheduleRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentScheduleRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentScheduleRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentScheduleRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleAssignmentScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentScheduleRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleRequestObject using PATCH.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequestObjectToUpdate">The UnifiedRoleAssignmentScheduleRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleAssignmentScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequestObjectToUpdate">The UnifiedRoleAssignmentScheduleRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.PutAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleRequestObject using PUT.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequestObjectToUpdate">The UnifiedRoleAssignmentScheduleRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentScheduleRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequestObjectToUpdate">The UnifiedRoleAssignmentScheduleRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleAssignmentScheduleRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequestBuilder">
            <summary>
            The type UnifiedRoleAssignmentScheduleRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequestBuilder.ActivatedUsing">
            <summary>
            Gets the request builder for ActivatedUsing.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequestBuilder.AppScope">
            <summary>
            Gets the request builder for AppScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppScopeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequestBuilder.DirectoryScope">
            <summary>
            Gets the request builder for DirectoryScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequestBuilder.Principal">
            <summary>
            Gets the request builder for Principal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequestBuilder.TargetSchedule">
            <summary>
            Gets the request builder for TargetSchedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleRequestRequestBuilder.Cancel">
            <summary>
            Gets the request builder for UnifiedRoleAssignmentScheduleRequestCancel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleRequestCancelRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest">
            <summary>
            The type UnifiedRoleAssignmentScheduleWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentSchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleAssignmentSchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentSchedule using POST.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToCreate">The UnifiedRoleAssignmentSchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleAssignmentSchedule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToCreate">The UnifiedRoleAssignmentSchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentSchedule using PATCH.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToUpdate">The UnifiedRoleAssignmentSchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleAssignmentSchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleAssignmentSchedule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleAssignmentScheduleToUpdate">The UnifiedRoleAssignmentSchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentSchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleAssignmentSchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleAssignmentSchedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequestBuilder">
            <summary>
            The type UnifiedRoleAssignmentScheduleWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleAssignmentScheduleWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleAssignmentScheduleWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the unifiedRoleAssignmentSchedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleAssignmentScheduleReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionPage">
            <summary>
            The type UnifiedRoleDefinitionInheritsPermissionsFromCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest">
            <summary>
            The type UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleDefinition to the collection via POST.
            </summary>
            <param name="unifiedRoleDefinition">The UnifiedRoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleDefinition to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleDefinition">The UnifiedRoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder">
            <summary>
            The type UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionRequestBuilder"/> for the specified UnifiedRoleDefinitionUnifiedRoleDefinition.
            </summary>
            <param name="id">The ID for the UnifiedRoleDefinitionUnifiedRoleDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionResponse">
            <summary>
            The type UnifiedRoleDefinitionInheritsPermissionsFromCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinitionInheritsPermissionsFromCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleDefinitionReferenceRequest">
            <summary>
            The type UnifiedRoleDefinitionReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleDefinitionReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleDefinition reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleDefinition reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleDefinition reference.
            </summary>
            <param name="id">The UnifiedRoleDefinition reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleDefinition reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The UnifiedRoleDefinition reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleDefinitionReferenceRequestBuilder">
            <summary>
            The type UnifiedRoleDefinitionReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleDefinitionReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleDefinitionRequest">
            <summary>
            The type UnifiedRoleDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleDefinitionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.CreateAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleDefinition using POST.
            </summary>
            <param name="unifiedRoleDefinitionToCreate">The UnifiedRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleDefinitionToCreate">The UnifiedRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleDefinition using PATCH.
            </summary>
            <param name="unifiedRoleDefinitionToUpdate">The UnifiedRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleDefinitionToUpdate">The UnifiedRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.PutAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleDefinition using PUT.
            </summary>
            <param name="unifiedRoleDefinitionToUpdate">The UnifiedRoleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleDefinition using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleDefinitionToUpdate">The UnifiedRoleDefinition object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleDefinition)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleDefinitionToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleDefinition"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleDefinitionRequestBuilder">
            <summary>
            The type UnifiedRoleDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleDefinitionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinitionRequestBuilder.InheritsPermissionsFrom">
            <summary>
            Gets the request builder for InheritsPermissionsFrom.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionInheritsPermissionsFromCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest">
            <summary>
            The type UnifiedRoleDefinitionWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleDefinitionWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleDefinition using POST.
            </summary>
            <param name="unifiedRoleDefinitionToCreate">The UnifiedRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleDefinition using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleDefinitionToCreate">The UnifiedRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleDefinition using PATCH.
            </summary>
            <param name="unifiedRoleDefinitionToUpdate">The UnifiedRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleDefinition using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleDefinitionToUpdate">The UnifiedRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleDefinition and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequestBuilder">
            <summary>
            The type UnifiedRoleDefinitionWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleDefinitionWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleDefinitionWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the unifiedRoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionPage">
            <summary>
            The type UnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionResponse">
            <summary>
            The type UnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequest">
            <summary>
            The type UnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequestBuilder">
            <summary>
            The type UnifiedRoleEligibilityScheduleFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.RoleEligibilityScheduleFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionPage">
            <summary>
            The type UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionResponse">
            <summary>
            The type UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest">
            <summary>
            The type UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequestBuilder">
            <summary>
            The type UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.RoleEligibilityScheduleInstanceFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceReferenceRequest">
            <summary>
            The type UnifiedRoleEligibilityScheduleInstanceReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleInstanceReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleInstance reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleInstance reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleEligibilityScheduleInstance reference.
            </summary>
            <param name="id">The UnifiedRoleEligibilityScheduleInstance reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleEligibilityScheduleInstance reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The UnifiedRoleEligibilityScheduleInstance reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceReferenceRequestBuilder">
            <summary>
            The type UnifiedRoleEligibilityScheduleInstanceReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleInstanceReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest">
            <summary>
            The type UnifiedRoleEligibilityScheduleInstanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleInstanceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilityScheduleInstance using POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToCreate">The UnifiedRoleEligibilityScheduleInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilityScheduleInstance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToCreate">The UnifiedRoleEligibilityScheduleInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilityScheduleInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilityScheduleInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleInstance using PATCH.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToUpdate">The UnifiedRoleEligibilityScheduleInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleInstance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToUpdate">The UnifiedRoleEligibilityScheduleInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.PutAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleInstance using PUT.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToUpdate">The UnifiedRoleEligibilityScheduleInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleInstance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToUpdate">The UnifiedRoleEligibilityScheduleInstance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequestBuilder">
            <summary>
            The type UnifiedRoleEligibilityScheduleInstanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleInstanceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest">
            <summary>
            The type UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilityScheduleInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilityScheduleInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilityScheduleInstance using POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToCreate">The UnifiedRoleEligibilityScheduleInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilityScheduleInstance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToCreate">The UnifiedRoleEligibilityScheduleInstance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleInstance using PATCH.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToUpdate">The UnifiedRoleEligibilityScheduleInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleEligibilityScheduleInstance.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleInstance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleInstanceToUpdate">The UnifiedRoleEligibilityScheduleInstance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleInstance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleInstance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleInstance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder">
            <summary>
            The type UnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleInstanceWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the unifiedRoleEligibilityScheduleInstance.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleInstanceReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleReferenceRequest">
            <summary>
            The type UnifiedRoleEligibilityScheduleReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilitySchedule reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilitySchedule reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleEligibilitySchedule reference.
            </summary>
            <param name="id">The UnifiedRoleEligibilitySchedule reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleEligibilitySchedule reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The UnifiedRoleEligibilitySchedule reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleReferenceRequestBuilder">
            <summary>
            The type UnifiedRoleEligibilityScheduleReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest">
            <summary>
            The type UnifiedRoleEligibilityScheduleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilitySchedule using POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToCreate">The UnifiedRoleEligibilitySchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilitySchedule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToCreate">The UnifiedRoleEligibilitySchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilitySchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilitySchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilitySchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilitySchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilitySchedule using PATCH.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToUpdate">The UnifiedRoleEligibilitySchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilitySchedule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToUpdate">The UnifiedRoleEligibilitySchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.PutAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilitySchedule using PUT.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToUpdate">The UnifiedRoleEligibilitySchedule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilitySchedule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToUpdate">The UnifiedRoleEligibilitySchedule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleEligibilitySchedule)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleEligibilitySchedule"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestBuilder">
            <summary>
            The type UnifiedRoleEligibilityScheduleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestCancelRequest">
            <summary>
            The type UnifiedRoleEligibilityScheduleRequestCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestCancelRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleRequestCancelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestCancelRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestCancelRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestCancelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestCancelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestCancelRequestBuilder">
            <summary>
            The type UnifiedRoleEligibilityScheduleRequestCancelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestCancelRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestCancelRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestCancelRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionPage">
            <summary>
            The type UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionResponse">
            <summary>
            The type UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest">
            <summary>
            The type UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequestBuilder">
            <summary>
            The type UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.RoleEligibilityScheduleRequestFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest">
            <summary>
            The type UnifiedRoleEligibilityScheduleRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.CreateAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilityScheduleRequestObject using POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequestObjectToCreate">The UnifiedRoleEligibilityScheduleRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilityScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilityScheduleRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequestObjectToCreate">The UnifiedRoleEligibilityScheduleRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilityScheduleRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilityScheduleRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleEligibilityScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilityScheduleRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleRequestObject using PATCH.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequestObjectToUpdate">The UnifiedRoleEligibilityScheduleRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleEligibilityScheduleRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequestObjectToUpdate">The UnifiedRoleEligibilityScheduleRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.PutAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleRequestObject using PUT.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequestObjectToUpdate">The UnifiedRoleEligibilityScheduleRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilityScheduleRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequestObjectToUpdate">The UnifiedRoleEligibilityScheduleRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleEligibilityScheduleRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequestBuilder">
            <summary>
            The type UnifiedRoleEligibilityScheduleRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequestBuilder.AppScope">
            <summary>
            Gets the request builder for AppScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppScopeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequestBuilder.DirectoryScope">
            <summary>
            Gets the request builder for DirectoryScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequestBuilder.Principal">
            <summary>
            Gets the request builder for Principal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequestBuilder.TargetSchedule">
            <summary>
            Gets the request builder for TargetSchedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleRequestRequestBuilder.Cancel">
            <summary>
            Gets the request builder for UnifiedRoleEligibilityScheduleRequestCancel.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleRequestCancelRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest">
            <summary>
            The type UnifiedRoleEligibilityScheduleWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilitySchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleEligibilitySchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilitySchedule using POST.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToCreate">The UnifiedRoleEligibilitySchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleEligibilitySchedule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToCreate">The UnifiedRoleEligibilitySchedule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilitySchedule using PATCH.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToUpdate">The UnifiedRoleEligibilitySchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleEligibilitySchedule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleEligibilitySchedule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleEligibilityScheduleToUpdate">The UnifiedRoleEligibilitySchedule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilitySchedule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleEligibilitySchedule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleEligibilitySchedule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequestBuilder">
            <summary>
            The type UnifiedRoleEligibilityScheduleWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleEligibilityScheduleWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleEligibilityScheduleWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the unifiedRoleEligibilitySchedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleEligibilityScheduleReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest">
            <summary>
            The type UnifiedRoleManagementPolicyApprovalRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyApprovalRuleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyApprovalRule using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyApprovalRuleToCreate">The UnifiedRoleManagementPolicyApprovalRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyApprovalRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyApprovalRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyApprovalRuleToCreate">The UnifiedRoleManagementPolicyApprovalRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyApprovalRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyApprovalRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyApprovalRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyApprovalRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyApprovalRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyApprovalRule using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyApprovalRuleToUpdate">The UnifiedRoleManagementPolicyApprovalRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyApprovalRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyApprovalRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyApprovalRuleToUpdate">The UnifiedRoleManagementPolicyApprovalRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyApprovalRule using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyApprovalRuleToUpdate">The UnifiedRoleManagementPolicyApprovalRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyApprovalRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyApprovalRuleToUpdate">The UnifiedRoleManagementPolicyApprovalRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleManagementPolicyApprovalRuleToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRule"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyApprovalRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyApprovalRuleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyApprovalRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest">
            <summary>
            The type UnifiedRoleManagementPolicyAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyAssignment using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignmentToCreate">The UnifiedRoleManagementPolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyAssignment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignmentToCreate">The UnifiedRoleManagementPolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyAssignment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAssignment using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignmentToUpdate">The UnifiedRoleManagementPolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAssignment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignmentToUpdate">The UnifiedRoleManagementPolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAssignment using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignmentToUpdate">The UnifiedRoleManagementPolicyAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAssignment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignmentToUpdate">The UnifiedRoleManagementPolicyAssignment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleManagementPolicyAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleManagementPolicyAssignmentToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleManagementPolicyAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyAssignmentRequestBuilder.Policy">
            <summary>
            Gets the request builder for Policy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest">
            <summary>
            The type UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyAuthenticationContextRule using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyAuthenticationContextRuleToCreate">The UnifiedRoleManagementPolicyAuthenticationContextRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyAuthenticationContextRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyAuthenticationContextRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyAuthenticationContextRuleToCreate">The UnifiedRoleManagementPolicyAuthenticationContextRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyAuthenticationContextRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyAuthenticationContextRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyAuthenticationContextRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyAuthenticationContextRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyAuthenticationContextRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAuthenticationContextRule using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyAuthenticationContextRuleToUpdate">The UnifiedRoleManagementPolicyAuthenticationContextRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyAuthenticationContextRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAuthenticationContextRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyAuthenticationContextRuleToUpdate">The UnifiedRoleManagementPolicyAuthenticationContextRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAuthenticationContextRule using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyAuthenticationContextRuleToUpdate">The UnifiedRoleManagementPolicyAuthenticationContextRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyAuthenticationContextRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyAuthenticationContextRuleToUpdate">The UnifiedRoleManagementPolicyAuthenticationContextRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleManagementPolicyAuthenticationContextRuleToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRule"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyAuthenticationContextRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyAuthenticationContextRuleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyAuthenticationContextRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionPage">
            <summary>
            The type UnifiedRoleManagementPolicyEffectiveRulesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest">
            <summary>
            The type UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicyRule to the collection via POST.
            </summary>
            <param name="unifiedRoleManagementPolicyRule">The UnifiedRoleManagementPolicyRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicyRule to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleManagementPolicyRule">The UnifiedRoleManagementPolicyRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequestBuilder"/> for the specified UnifiedRoleManagementPolicyUnifiedRoleManagementPolicyRule.
            </summary>
            <param name="id">The ID for the UnifiedRoleManagementPolicyUnifiedRoleManagementPolicyRule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionResponse">
            <summary>
            The type UnifiedRoleManagementPolicyEffectiveRulesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyEffectiveRulesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest">
            <summary>
            The type UnifiedRoleManagementPolicyEnablementRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyEnablementRuleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyEnablementRule using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyEnablementRuleToCreate">The UnifiedRoleManagementPolicyEnablementRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyEnablementRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyEnablementRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyEnablementRuleToCreate">The UnifiedRoleManagementPolicyEnablementRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyEnablementRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyEnablementRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyEnablementRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyEnablementRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyEnablementRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyEnablementRule using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyEnablementRuleToUpdate">The UnifiedRoleManagementPolicyEnablementRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyEnablementRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyEnablementRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyEnablementRuleToUpdate">The UnifiedRoleManagementPolicyEnablementRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyEnablementRule using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyEnablementRuleToUpdate">The UnifiedRoleManagementPolicyEnablementRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyEnablementRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyEnablementRuleToUpdate">The UnifiedRoleManagementPolicyEnablementRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleManagementPolicyEnablementRuleToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRule"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyEnablementRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyEnablementRuleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyEnablementRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest">
            <summary>
            The type UnifiedRoleManagementPolicyExpirationRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyExpirationRuleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyExpirationRule using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyExpirationRuleToCreate">The UnifiedRoleManagementPolicyExpirationRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyExpirationRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyExpirationRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyExpirationRuleToCreate">The UnifiedRoleManagementPolicyExpirationRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyExpirationRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyExpirationRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyExpirationRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyExpirationRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyExpirationRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyExpirationRule using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyExpirationRuleToUpdate">The UnifiedRoleManagementPolicyExpirationRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyExpirationRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyExpirationRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyExpirationRuleToUpdate">The UnifiedRoleManagementPolicyExpirationRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyExpirationRule using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyExpirationRuleToUpdate">The UnifiedRoleManagementPolicyExpirationRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyExpirationRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyExpirationRuleToUpdate">The UnifiedRoleManagementPolicyExpirationRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleManagementPolicyExpirationRuleToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRule"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyExpirationRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyExpirationRuleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyExpirationRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest">
            <summary>
            The type UnifiedRoleManagementPolicyNotificationRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyNotificationRuleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyNotificationRule using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyNotificationRuleToCreate">The UnifiedRoleManagementPolicyNotificationRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyNotificationRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyNotificationRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyNotificationRuleToCreate">The UnifiedRoleManagementPolicyNotificationRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyNotificationRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyNotificationRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyNotificationRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyNotificationRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyNotificationRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyNotificationRule using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyNotificationRuleToUpdate">The UnifiedRoleManagementPolicyNotificationRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyNotificationRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyNotificationRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyNotificationRuleToUpdate">The UnifiedRoleManagementPolicyNotificationRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyNotificationRule using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyNotificationRuleToUpdate">The UnifiedRoleManagementPolicyNotificationRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyNotificationRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyNotificationRuleToUpdate">The UnifiedRoleManagementPolicyNotificationRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleManagementPolicyNotificationRuleToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRule"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyNotificationRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyNotificationRuleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyNotificationRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyReferenceRequest">
            <summary>
            The type UnifiedRoleManagementPolicyReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicy reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicy reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleManagementPolicy reference.
            </summary>
            <param name="id">The UnifiedRoleManagementPolicy reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UnifiedRoleManagementPolicy reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The UnifiedRoleManagementPolicy reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyReferenceRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRequest">
            <summary>
            The type UnifiedRoleManagementPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicy using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyToCreate">The UnifiedRoleManagementPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyToCreate">The UnifiedRoleManagementPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicy using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyToUpdate">The UnifiedRoleManagementPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyToUpdate">The UnifiedRoleManagementPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicy using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyToUpdate">The UnifiedRoleManagementPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyToUpdate">The UnifiedRoleManagementPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleManagementPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleManagementPolicyToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleManagementPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRequestBuilder.EffectiveRules">
            <summary>
            Gets the request builder for EffectiveRules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyEffectiveRulesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRequestBuilder.Rules">
            <summary>
            Gets the request builder for Rules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest">
            <summary>
            The type UnifiedRoleManagementPolicyRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyRuleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyRule using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyRuleToCreate">The UnifiedRoleManagementPolicyRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicyRule using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyRuleToCreate">The UnifiedRoleManagementPolicyRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicyRule and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicyRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicyRule and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyRule using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyRuleToUpdate">The UnifiedRoleManagementPolicyRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicyRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyRule using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyRuleToUpdate">The UnifiedRoleManagementPolicyRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.PutAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyRule using PUT.
            </summary>
            <param name="unifiedRoleManagementPolicyRuleToUpdate">The UnifiedRoleManagementPolicyRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicyRule using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyRuleToUpdate">The UnifiedRoleManagementPolicyRule object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleManagementPolicyRule)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleManagementPolicyRuleToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleManagementPolicyRule"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyRuleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionPage">
            <summary>
            The type UnifiedRoleManagementPolicyRulesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest">
            <summary>
            The type UnifiedRoleManagementPolicyRulesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyRulesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest.AddAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicyRule to the collection via POST.
            </summary>
            <param name="unifiedRoleManagementPolicyRule">The UnifiedRoleManagementPolicyRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicyRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest.AddResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedRoleManagementPolicyRule to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedRoleManagementPolicyRule">The UnifiedRoleManagementPolicyRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicyRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyRulesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyRulesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequestBuilder"/> for the specified UnifiedRoleManagementPolicyUnifiedRoleManagementPolicyRule.
            </summary>
            <param name="id">The ID for the UnifiedRoleManagementPolicyUnifiedRoleManagementPolicyRule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionResponse">
            <summary>
            The type UnifiedRoleManagementPolicyRulesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRulesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRulesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequest">
            <summary>
            The type UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesPage">
            <summary>
            The type UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest">
            <summary>
            The type UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UnifiedRoleManagementPolicyRuleTargetDirectoryObject.
            </summary>
            <param name="id">The ID for the UnifiedRoleManagementPolicyRuleTargetDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesResponse">
            <summary>
            The type UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyRuleTargetTargetObjectsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest">
            <summary>
            The type UnifiedRoleManagementPolicyWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleManagementPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest.CreateAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicy using POST.
            </summary>
            <param name="unifiedRoleManagementPolicyToCreate">The UnifiedRoleManagementPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleManagementPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyToCreate">The UnifiedRoleManagementPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicy using PATCH.
            </summary>
            <param name="unifiedRoleManagementPolicyToUpdate">The UnifiedRoleManagementPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleManagementPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleManagementPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleManagementPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleManagementPolicyToUpdate">The UnifiedRoleManagementPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleManagementPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleManagementPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequestBuilder">
            <summary>
            The type UnifiedRoleManagementPolicyWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleManagementPolicyWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleManagementPolicyWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the unifiedRoleManagementPolicy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleManagementPolicyReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleScheduleBaseRequest">
            <summary>
            The type UnifiedRoleScheduleBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleScheduleBaseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.CreateAsync(Microsoft.Graph.UnifiedRoleScheduleBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleScheduleBase using POST.
            </summary>
            <param name="unifiedRoleScheduleBaseToCreate">The UnifiedRoleScheduleBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleScheduleBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleScheduleBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleScheduleBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleScheduleBaseToCreate">The UnifiedRoleScheduleBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleScheduleBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleScheduleBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleScheduleBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleScheduleBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleScheduleBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleScheduleBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleBase using PATCH.
            </summary>
            <param name="unifiedRoleScheduleBaseToUpdate">The UnifiedRoleScheduleBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleScheduleBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleScheduleBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleScheduleBaseToUpdate">The UnifiedRoleScheduleBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.PutAsync(Microsoft.Graph.UnifiedRoleScheduleBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleBase using PUT.
            </summary>
            <param name="unifiedRoleScheduleBaseToUpdate">The UnifiedRoleScheduleBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleScheduleBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleScheduleBaseToUpdate">The UnifiedRoleScheduleBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleScheduleBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleScheduleBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleScheduleBase)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleScheduleBaseToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleScheduleBase"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleScheduleBaseRequestBuilder">
            <summary>
            The type UnifiedRoleScheduleBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleScheduleBaseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBaseRequestBuilder.AppScope">
            <summary>
            Gets the request builder for AppScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppScopeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBaseRequestBuilder.DirectoryScope">
            <summary>
            Gets the request builder for DirectoryScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBaseRequestBuilder.Principal">
            <summary>
            Gets the request builder for Principal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleBaseRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest">
            <summary>
            The type UnifiedRoleScheduleInstanceBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedRoleScheduleInstanceBaseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.CreateAsync(Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleScheduleInstanceBase using POST.
            </summary>
            <param name="unifiedRoleScheduleInstanceBaseToCreate">The UnifiedRoleScheduleInstanceBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedRoleScheduleInstanceBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.CreateResponseAsync(Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedRoleScheduleInstanceBase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleScheduleInstanceBaseToCreate">The UnifiedRoleScheduleInstanceBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleScheduleInstanceBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedRoleScheduleInstanceBase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleScheduleInstanceBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedRoleScheduleInstanceBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedRoleScheduleInstanceBase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.UpdateAsync(Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleInstanceBase using PATCH.
            </summary>
            <param name="unifiedRoleScheduleInstanceBaseToUpdate">The UnifiedRoleScheduleInstanceBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedRoleScheduleInstanceBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.UpdateResponseAsync(Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleInstanceBase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleScheduleInstanceBaseToUpdate">The UnifiedRoleScheduleInstanceBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.PutAsync(Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleInstanceBase using PUT.
            </summary>
            <param name="unifiedRoleScheduleInstanceBaseToUpdate">The UnifiedRoleScheduleInstanceBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.PutResponseAsync(Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedRoleScheduleInstanceBase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedRoleScheduleInstanceBaseToUpdate">The UnifiedRoleScheduleInstanceBase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnifiedRoleScheduleInstanceBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequest.InitializeCollectionProperties(Microsoft.Graph.UnifiedRoleScheduleInstanceBase)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedRoleScheduleInstanceBaseToInitialize">The <see cref="T:Microsoft.Graph.UnifiedRoleScheduleInstanceBase"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequestBuilder">
            <summary>
            The type UnifiedRoleScheduleInstanceBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedRoleScheduleInstanceBaseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequestBuilder.AppScope">
            <summary>
            Gets the request builder for AppScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAppScopeWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequestBuilder.DirectoryScope">
            <summary>
            Gets the request builder for DirectoryScope.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequestBuilder.Principal">
            <summary>
            Gets the request builder for Principal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UnifiedRoleScheduleInstanceBaseRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUnifiedRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UnmuteParticipantOperationRequest">
            <summary>
            The type UnmuteParticipantOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnmuteParticipantOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.CreateAsync(Microsoft.Graph.UnmuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnmuteParticipantOperation using POST.
            </summary>
            <param name="unmuteParticipantOperationToCreate">The UnmuteParticipantOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnmuteParticipantOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.CreateResponseAsync(Microsoft.Graph.UnmuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnmuteParticipantOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unmuteParticipantOperationToCreate">The UnmuteParticipantOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnmuteParticipantOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnmuteParticipantOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnmuteParticipantOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnmuteParticipantOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnmuteParticipantOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.UpdateAsync(Microsoft.Graph.UnmuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnmuteParticipantOperation using PATCH.
            </summary>
            <param name="unmuteParticipantOperationToUpdate">The UnmuteParticipantOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnmuteParticipantOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.UpdateResponseAsync(Microsoft.Graph.UnmuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnmuteParticipantOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unmuteParticipantOperationToUpdate">The UnmuteParticipantOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.PutAsync(Microsoft.Graph.UnmuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnmuteParticipantOperation using PUT.
            </summary>
            <param name="unmuteParticipantOperationToUpdate">The UnmuteParticipantOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.PutResponseAsync(Microsoft.Graph.UnmuteParticipantOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnmuteParticipantOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unmuteParticipantOperationToUpdate">The UnmuteParticipantOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnmuteParticipantOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UnmuteParticipantOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequest.InitializeCollectionProperties(Microsoft.Graph.UnmuteParticipantOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unmuteParticipantOperationToInitialize">The <see cref="T:Microsoft.Graph.UnmuteParticipantOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UnmuteParticipantOperationRequestBuilder">
            <summary>
            The type UnmuteParticipantOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnmuteParticipantOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UnmuteParticipantOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UpdateRecordingStatusOperationRequest">
            <summary>
            The type UpdateRecordingStatusOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UpdateRecordingStatusOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.CreateAsync(Microsoft.Graph.UpdateRecordingStatusOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UpdateRecordingStatusOperation using POST.
            </summary>
            <param name="updateRecordingStatusOperationToCreate">The UpdateRecordingStatusOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UpdateRecordingStatusOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.CreateResponseAsync(Microsoft.Graph.UpdateRecordingStatusOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UpdateRecordingStatusOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="updateRecordingStatusOperationToCreate">The UpdateRecordingStatusOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UpdateRecordingStatusOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UpdateRecordingStatusOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UpdateRecordingStatusOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UpdateRecordingStatusOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UpdateRecordingStatusOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.UpdateAsync(Microsoft.Graph.UpdateRecordingStatusOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UpdateRecordingStatusOperation using PATCH.
            </summary>
            <param name="updateRecordingStatusOperationToUpdate">The UpdateRecordingStatusOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UpdateRecordingStatusOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.UpdateResponseAsync(Microsoft.Graph.UpdateRecordingStatusOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UpdateRecordingStatusOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="updateRecordingStatusOperationToUpdate">The UpdateRecordingStatusOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.PutAsync(Microsoft.Graph.UpdateRecordingStatusOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UpdateRecordingStatusOperation using PUT.
            </summary>
            <param name="updateRecordingStatusOperationToUpdate">The UpdateRecordingStatusOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.PutResponseAsync(Microsoft.Graph.UpdateRecordingStatusOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UpdateRecordingStatusOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="updateRecordingStatusOperationToUpdate">The UpdateRecordingStatusOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UpdateRecordingStatusOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UpdateRecordingStatusOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequest.InitializeCollectionProperties(Microsoft.Graph.UpdateRecordingStatusOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="updateRecordingStatusOperationToInitialize">The <see cref="T:Microsoft.Graph.UpdateRecordingStatusOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UpdateRecordingStatusOperationRequestBuilder">
            <summary>
            The type UpdateRecordingStatusOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UpdateRecordingStatusOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UpdateRecordingStatusOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UrlAssessmentRequestRequest">
            <summary>
            The type UrlAssessmentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UrlAssessmentRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.CreateAsync(Microsoft.Graph.UrlAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UrlAssessmentRequestObject using POST.
            </summary>
            <param name="urlAssessmentRequestObjectToCreate">The UrlAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UrlAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.CreateResponseAsync(Microsoft.Graph.UrlAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UrlAssessmentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="urlAssessmentRequestObjectToCreate">The UrlAssessmentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UrlAssessmentRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UrlAssessmentRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UrlAssessmentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UrlAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UrlAssessmentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.UpdateAsync(Microsoft.Graph.UrlAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UrlAssessmentRequestObject using PATCH.
            </summary>
            <param name="urlAssessmentRequestObjectToUpdate">The UrlAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UrlAssessmentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.UpdateResponseAsync(Microsoft.Graph.UrlAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UrlAssessmentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="urlAssessmentRequestObjectToUpdate">The UrlAssessmentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.PutAsync(Microsoft.Graph.UrlAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UrlAssessmentRequestObject using PUT.
            </summary>
            <param name="urlAssessmentRequestObjectToUpdate">The UrlAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.PutResponseAsync(Microsoft.Graph.UrlAssessmentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UrlAssessmentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="urlAssessmentRequestObjectToUpdate">The UrlAssessmentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UrlAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UrlAssessmentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequest.InitializeCollectionProperties(Microsoft.Graph.UrlAssessmentRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="urlAssessmentRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.UrlAssessmentRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UrlAssessmentRequestRequestBuilder">
            <summary>
            The type UrlAssessmentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UrlAssessmentRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UrlAssessmentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UsedInsightRequest">
            <summary>
            The type UsedInsightRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UsedInsightRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.CreateAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UsedInsight using POST.
            </summary>
            <param name="usedInsightToCreate">The UsedInsight to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UsedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.CreateResponseAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UsedInsight using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="usedInsightToCreate">The UsedInsight to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UsedInsight.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UsedInsight and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UsedInsight.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UsedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UsedInsight and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.UpdateAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UsedInsight using PATCH.
            </summary>
            <param name="usedInsightToUpdate">The UsedInsight to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UsedInsight.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.UpdateResponseAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UsedInsight using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="usedInsightToUpdate">The UsedInsight to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.PutAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UsedInsight using PUT.
            </summary>
            <param name="usedInsightToUpdate">The UsedInsight object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.PutResponseAsync(Microsoft.Graph.UsedInsight,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UsedInsight using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="usedInsightToUpdate">The UsedInsight object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UsedInsight,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UsedInsight,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequest.InitializeCollectionProperties(Microsoft.Graph.UsedInsight)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="usedInsightToInitialize">The <see cref="T:Microsoft.Graph.UsedInsight"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UsedInsightRequestBuilder">
            <summary>
            The type UsedInsightRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UsedInsightRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UsedInsightRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UsedInsightRequestBuilder.Resource">
            <summary>
            Gets the request builder for Resource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEntityWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivitiesCollectionPage">
            <summary>
            The type UserActivitiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivitiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserActivitiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivitiesCollectionRequest">
            <summary>
            The type UserActivitiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserActivitiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.AddAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserActivity to the collection via POST.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.AddResponseAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserActivity to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.AddUserActivityAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Adds the specified UserActivity to the collection via PUT.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.AddUserActivityAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Adds or replaces the specified UserActivity to the collection via PUT.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivitiesCollectionRequestBuilder">
            <summary>
            The type UserActivitiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserActivitiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserActivitiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserActivityRequestBuilder"/> for the specified UserUserActivity.
            </summary>
            <param name="id">The ID for the UserUserActivity.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequestBuilder.Recent">
            <summary>
            Gets the request builder for UserActivityRecent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityRecentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivitiesCollectionResponse">
            <summary>
            The type UserActivitiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivitiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserActivitiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivitiesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivitiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivityHistoryItemsCollectionPage">
            <summary>
            The type UserActivityHistoryItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityHistoryItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest">
            <summary>
            The type UserActivityHistoryItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserActivityHistoryItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.AddAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via POST.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.AddResponseAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.AddActivityHistoryAsync(Microsoft.Graph.ActivityHistoryItem)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via PUT.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.AddActivityHistoryAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via PUT.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityHistoryItemsCollectionRequestBuilder">
            <summary>
            The type UserActivityHistoryItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserActivityHistoryItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserActivityHistoryItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IActivityHistoryItemRequestBuilder"/> for the specified UserActivityActivityHistoryItem.
            </summary>
            <param name="id">The ID for the UserActivityActivityHistoryItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IActivityHistoryItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityHistoryItemsCollectionResponse">
            <summary>
            The type UserActivityHistoryItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityHistoryItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityHistoryItemsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityHistoryItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivityRecentCollectionPage">
            <summary>
            The type UserActivityRecentCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityRecentCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserActivityRecentRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivityRecentCollectionResponse">
            <summary>
            The type UserActivityRecentCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityRecentCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserActivityRecentCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityRecentCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityRecentCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivityRecentRequest">
            <summary>
            The type UserActivityRecentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserActivityRecentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityRecentRequestBuilder">
            <summary>
            The type UserActivityRecentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserActivityRecentRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityReferenceRequest">
            <summary>
            The type UserActivityReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserActivityReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UserActivity reference.
            </summary>
            <param name="id">The UserActivity reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UserActivity reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The UserActivity reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityReferenceRequestBuilder">
            <summary>
            The type UserActivityReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserActivityReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityRequest">
            <summary>
            The type UserActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserActivityRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.CreateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserActivity using POST.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.CreateResponseAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserActivity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserActivity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.UpdateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PATCH.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.UpdateResponseAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.PutAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PUT.
            </summary>
            <param name="userActivityToUpdate">The UserActivity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.PutResponseAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userActivityToUpdate">The UserActivity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.InitializeCollectionProperties(Microsoft.Graph.UserActivity)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userActivityToInitialize">The <see cref="T:Microsoft.Graph.UserActivity"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserActivityRequestBuilder">
            <summary>
            The type UserActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserActivityRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserActivityRequestBuilder.HistoryItems">
            <summary>
            Gets the request builder for HistoryItems.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityWithReferenceRequest">
            <summary>
            The type UserActivityWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserActivityWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserActivity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.CreateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserActivity using POST.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserActivity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.UpdateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PATCH.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityWithReferenceRequestBuilder">
            <summary>
            The type UserActivityWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserActivityWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserActivityWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the userActivity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserAgreementAcceptancesCollectionReferencesRequest">
            <summary>
            The type UserAgreementAcceptancesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserAgreementAcceptancesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionReferencesRequest.AddAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.AgreementAcceptance,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AgreementAcceptance to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="agreementAcceptance">The AgreementAcceptance to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserAgreementAcceptancesCollectionReferencesRequestBuilder">
            <summary>
            The type UserAgreementAcceptancesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserAgreementAcceptancesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesPage">
            <summary>
            The type UserAgreementAcceptancesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequest">
            <summary>
            The type UserAgreementAcceptancesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserAgreementAcceptancesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AgreementAcceptance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserAgreementAcceptancesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserAgreementAcceptancesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequestBuilder"/> for the specified UserAgreementAcceptance.
            </summary>
            <param name="id">The ID for the UserAgreementAcceptance.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAgreementAcceptanceWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesResponse">
            <summary>
            The type UserAgreementAcceptancesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAgreementAcceptancesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserAppRoleAssignmentsCollectionPage">
            <summary>
            The type UserAppRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAppRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest">
            <summary>
            The type UserAppRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserAppRoleAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.AppRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AppRoleAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="appRoleAssignment">The AppRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The type UserAppRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserAppRoleAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserAppRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/> for the specified UserAppRoleAssignment.
            </summary>
            <param name="id">The ID for the UserAppRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAppRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserAppRoleAssignmentsCollectionResponse">
            <summary>
            The type UserAppRoleAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAppRoleAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserAppRoleAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAppRoleAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAppRoleAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserAssignLicenseRequest">
            <summary>
            The type UserAssignLicenseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserAssignLicenseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAssignLicenseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserAssignLicenseRequestBuilder">
            <summary>
            The type UserAssignLicenseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.AssignedLicense},System.Collections.Generic.IEnumerable{System.Guid})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserAssignLicenseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="addLicenses">A addLicenses parameter for the OData method call.</param>
            <param name="removeLicenses">A removeLicenses parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarGroupsCollectionPage">
            <summary>
            The type UserCalendarGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCalendarGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarGroupsCollectionRequest">
            <summary>
            The type UserCalendarGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserCalendarGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.AddAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CalendarGroup to the collection via POST.
            </summary>
            <param name="calendarGroup">The CalendarGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CalendarGroup to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendarGroup">The CalendarGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarGroupsCollectionRequestBuilder">
            <summary>
            The type UserCalendarGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserCalendarGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarGroupRequestBuilder"/> for the specified UserCalendarGroup.
            </summary>
            <param name="id">The ID for the UserCalendarGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarGroupsCollectionResponse">
            <summary>
            The type UserCalendarGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserCalendarGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarGroupsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarsCollectionPage">
            <summary>
            The type UserCalendarsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCalendarsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarsCollectionRequest">
            <summary>
            The type UserCalendarsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserCalendarsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.AddAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Calendar to the collection via POST.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.AddResponseAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Calendar to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarsCollectionRequestBuilder">
            <summary>
            The type UserCalendarsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserCalendarsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/> for the specified UserCalendar.
            </summary>
            <param name="id">The ID for the UserCalendar.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarsCollectionResponse">
            <summary>
            The type UserCalendarsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserCalendarsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarViewCollectionPage">
            <summary>
            The type UserCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarViewCollectionRequest">
            <summary>
            The type UserCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserCalendarViewCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarViewCollectionRequestBuilder">
            <summary>
            The type UserCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserCalendarViewCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified UserEvent.
            </summary>
            <param name="id">The ID for the UserEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarViewCollectionResponse">
            <summary>
            The type UserCalendarViewCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarViewCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserCalendarViewCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarViewCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarViewCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserChangePasswordRequest">
            <summary>
            The type UserChangePasswordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserChangePasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserChangePasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserChangePasswordRequestBuilder">
            <summary>
            The type UserChangePasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserChangePasswordRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="currentPassword">A currentPassword parameter for the OData method call.</param>
            <param name="newPassword">A newPassword parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserChatsCollectionPage">
            <summary>
            The type UserChatsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserChatsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserChatsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserChatsCollectionRequest">
            <summary>
            The type UserChatsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserChatsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequest.AddAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Chat to the collection via POST.
            </summary>
            <param name="chat">The Chat to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Chat.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequest.AddResponseAsync(Microsoft.Graph.Chat,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Chat to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="chat">The Chat to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Chat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserChatsCollectionRequestBuilder">
            <summary>
            The type UserChatsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserChatsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserChatsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IChatRequestBuilder"/> for the specified UserChat.
            </summary>
            <param name="id">The ID for the UserChat.</param>
            <returns>The <see cref="T:Microsoft.Graph.IChatRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChatsCollectionRequestBuilder.GetAllMessages">
            <summary>
            Gets the request builder for ChatGetAllMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatGetAllMessagesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserChatsCollectionResponse">
            <summary>
            The type UserChatsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserChatsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserChatsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserChatsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserChatsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserConsentRequestFilterByCurrentUserCollectionPage">
            <summary>
            The type UserConsentRequestFilterByCurrentUserCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserConsentRequestFilterByCurrentUserCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestFilterByCurrentUserCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserConsentRequestFilterByCurrentUserCollectionResponse">
            <summary>
            The type UserConsentRequestFilterByCurrentUserCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserConsentRequestFilterByCurrentUserCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserConsentRequestFilterByCurrentUserCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserConsentRequestFilterByCurrentUserCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserConsentRequestFilterByCurrentUserCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequest">
            <summary>
            The type UserConsentRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserConsentRequestFilterByCurrentUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequestBuilder">
            <summary>
            The type UserConsentRequestFilterByCurrentUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.ConsentRequestFilterByCurrentUserOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="on">A on parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestFilterByCurrentUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserConsentRequestRequest">
            <summary>
            The type UserConsentRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserConsentRequestRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.CreateAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserConsentRequestObject using POST.
            </summary>
            <param name="userConsentRequestObjectToCreate">The UserConsentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.CreateResponseAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserConsentRequestObject using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userConsentRequestObjectToCreate">The UserConsentRequestObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserConsentRequest.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserConsentRequest and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserConsentRequestObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserConsentRequestObject and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.UpdateAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserConsentRequestObject using PATCH.
            </summary>
            <param name="userConsentRequestObjectToUpdate">The UserConsentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserConsentRequestObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.UpdateResponseAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserConsentRequestObject using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userConsentRequestObjectToUpdate">The UserConsentRequestObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.PutAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserConsentRequestObject using PUT.
            </summary>
            <param name="userConsentRequestObjectToUpdate">The UserConsentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.PutResponseAsync(Microsoft.Graph.UserConsentRequestObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserConsentRequestObject using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userConsentRequestObjectToUpdate">The UserConsentRequestObject object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserConsentRequestObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequest.InitializeCollectionProperties(Microsoft.Graph.UserConsentRequestObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userConsentRequestObjectToInitialize">The <see cref="T:Microsoft.Graph.UserConsentRequestObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserConsentRequestRequestBuilder">
            <summary>
            The type UserConsentRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserConsentRequestRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserConsentRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserConsentRequestRequestBuilder.Approval">
            <summary>
            Gets the request builder for Approval.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApprovalRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserContactFoldersCollectionPage">
            <summary>
            The type UserContactFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserContactFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserContactFoldersCollectionRequest">
            <summary>
            The type UserContactFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserContactFoldersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.AddAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContactFolder to the collection via POST.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.AddResponseAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContactFolder to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserContactFoldersCollectionRequestBuilder">
            <summary>
            The type UserContactFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserContactFoldersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserContactFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/> for the specified UserContactFolder.
            </summary>
            <param name="id">The ID for the UserContactFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserContactFoldersCollectionResponse">
            <summary>
            The type UserContactFoldersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactFoldersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserContactFoldersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactFoldersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactFoldersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserContactsCollectionPage">
            <summary>
            The type UserContactsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserContactsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserContactsCollectionRequest">
            <summary>
            The type UserContactsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserContactsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.AddAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contact to the collection via POST.
            </summary>
            <param name="contact">The Contact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.AddResponseAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contact to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="contact">The Contact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserContactsCollectionRequestBuilder">
            <summary>
            The type UserContactsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserContactsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserContactsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactRequestBuilder"/> for the specified UserContact.
            </summary>
            <param name="id">The ID for the UserContact.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserContactsCollectionResponse">
            <summary>
            The type UserContactsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserContactsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequest">
            <summary>
            The type UserCreatedObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserCreatedObjectsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequestBuilder">
            <summary>
            The type UserCreatedObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserCreatedObjectsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesPage">
            <summary>
            The type UserCreatedObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest">
            <summary>
            The type UserCreatedObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserCreatedObjectsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserCreatedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserCreatedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UserDirectoryObject.
            </summary>
            <param name="id">The ID for the UserDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesResponse">
            <summary>
            The type UserCreatedObjectsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDeltaCollectionPage">
            <summary>
            The type UserDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDeltaCollectionResponse">
            <summary>
            The type UserDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeltaCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDeltaRequest">
            <summary>
            The type UserDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDeltaRequestBuilder">
            <summary>
            The type UserDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionPage">
            <summary>
            The type UserDeviceManagementTroubleshootingEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest">
            <summary>
            The type UserDeviceManagementTroubleshootingEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserDeviceManagementTroubleshootingEventsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder">
            <summary>
            The type UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/> for the specified UserDeviceManagementTroubleshootingEvent.
            </summary>
            <param name="id">The ID for the UserDeviceManagementTroubleshootingEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionResponse">
            <summary>
            The type UserDeviceManagementTroubleshootingEventsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDirectReportsCollectionReferencesRequest">
            <summary>
            The type UserDirectReportsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserDirectReportsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDirectReportsCollectionReferencesRequestBuilder">
            <summary>
            The type UserDirectReportsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserDirectReportsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDirectReportsCollectionWithReferencesPage">
            <summary>
            The type UserDirectReportsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDirectReportsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest">
            <summary>
            The type UserDirectReportsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserDirectReportsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserDirectReportsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserDirectReportsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UserDirectoryObject.
            </summary>
            <param name="id">The ID for the UserDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDirectReportsCollectionWithReferencesResponse">
            <summary>
            The type UserDirectReportsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDirectReportsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDirectReportsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDirectReportsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDrivesCollectionPage">
            <summary>
            The type UserDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDrivesCollectionRequest">
            <summary>
            The type UserDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserDrivesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.AddResponseAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDrivesCollectionRequestBuilder">
            <summary>
            The type UserDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserDrivesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified UserDrive.
            </summary>
            <param name="id">The ID for the UserDrive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDrivesCollectionResponse">
            <summary>
            The type UserDrivesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDrivesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserDrivesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDrivesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDrivesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserEventsCollectionPage">
            <summary>
            The type UserEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserEventsCollectionRequest">
            <summary>
            The type UserEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserEventsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.AddResponseAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserEventsCollectionRequestBuilder">
            <summary>
            The type UserEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserEventsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified UserEvent.
            </summary>
            <param name="id">The ID for the UserEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserEventsCollectionResponse">
            <summary>
            The type UserEventsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserEventsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserEventsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserEventsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserEventsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest">
            <summary>
            The type UserExperienceAnalyticsDevicePerformanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserExperienceAnalyticsDevicePerformanceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.CreateAsync(Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserExperienceAnalyticsDevicePerformance using POST.
            </summary>
            <param name="userExperienceAnalyticsDevicePerformanceToCreate">The UserExperienceAnalyticsDevicePerformance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserExperienceAnalyticsDevicePerformance.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.CreateResponseAsync(Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserExperienceAnalyticsDevicePerformance using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userExperienceAnalyticsDevicePerformanceToCreate">The UserExperienceAnalyticsDevicePerformance to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserExperienceAnalyticsDevicePerformance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserExperienceAnalyticsDevicePerformance and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserExperienceAnalyticsDevicePerformance.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserExperienceAnalyticsDevicePerformance.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserExperienceAnalyticsDevicePerformance and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.UpdateAsync(Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserExperienceAnalyticsDevicePerformance using PATCH.
            </summary>
            <param name="userExperienceAnalyticsDevicePerformanceToUpdate">The UserExperienceAnalyticsDevicePerformance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserExperienceAnalyticsDevicePerformance.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.UpdateResponseAsync(Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserExperienceAnalyticsDevicePerformance using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userExperienceAnalyticsDevicePerformanceToUpdate">The UserExperienceAnalyticsDevicePerformance to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.PutAsync(Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserExperienceAnalyticsDevicePerformance using PUT.
            </summary>
            <param name="userExperienceAnalyticsDevicePerformanceToUpdate">The UserExperienceAnalyticsDevicePerformance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.PutResponseAsync(Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserExperienceAnalyticsDevicePerformance using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userExperienceAnalyticsDevicePerformanceToUpdate">The UserExperienceAnalyticsDevicePerformance object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserExperienceAnalyticsDevicePerformance,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequest.InitializeCollectionProperties(Microsoft.Graph.UserExperienceAnalyticsDevicePerformance)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userExperienceAnalyticsDevicePerformanceToInitialize">The <see cref="T:Microsoft.Graph.UserExperienceAnalyticsDevicePerformance"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequestBuilder">
            <summary>
            The type UserExperienceAnalyticsDevicePerformanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserExperienceAnalyticsDevicePerformanceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExperienceAnalyticsDevicePerformanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserExportPersonalDataRequest">
            <summary>
            The type UserExportPersonalDataRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserExportPersonalDataRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserExportPersonalDataRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExportPersonalDataRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserExportPersonalDataRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExportPersonalDataRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExportPersonalDataRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExportPersonalDataRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserExportPersonalDataRequestBuilder">
            <summary>
            The type UserExportPersonalDataRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserExportPersonalDataRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserExportPersonalDataRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="storageLocation">A storageLocation parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserExportPersonalDataRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserExtensionsCollectionPage">
            <summary>
            The type UserExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserExtensionsCollectionRequest">
            <summary>
            The type UserExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.AddResponseAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserExtensionsCollectionRequestBuilder">
            <summary>
            The type UserExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified UserExtension.
            </summary>
            <param name="id">The ID for the UserExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserExtensionsCollectionResponse">
            <summary>
            The type UserExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExtensionsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserFindMeetingTimesRequest">
            <summary>
            The type UserFindMeetingTimesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserFindMeetingTimesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFindMeetingTimesRequestBuilder">
            <summary>
            The type UserFindMeetingTimesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.AttendeeBase},Microsoft.Graph.LocationConstraint,Microsoft.Graph.TimeConstraint,Microsoft.Graph.Duration,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Double})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserFindMeetingTimesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="attendees">A attendees parameter for the OData method call.</param>
            <param name="locationConstraint">A locationConstraint parameter for the OData method call.</param>
            <param name="timeConstraint">A timeConstraint parameter for the OData method call.</param>
            <param name="meetingDuration">A meetingDuration parameter for the OData method call.</param>
            <param name="maxCandidates">A maxCandidates parameter for the OData method call.</param>
            <param name="isOrganizerOptional">A isOrganizerOptional parameter for the OData method call.</param>
            <param name="returnSuggestionReasons">A returnSuggestionReasons parameter for the OData method call.</param>
            <param name="minimumAttendeePercentage">A minimumAttendeePercentage parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionPage">
            <summary>
            The type UserFlowLanguageConfigurationDefaultPagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest">
            <summary>
            The type UserFlowLanguageConfigurationDefaultPagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserFlowLanguageConfigurationDefaultPagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest.AddAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserFlowLanguagePage to the collection via POST.
            </summary>
            <param name="userFlowLanguagePage">The UserFlowLanguagePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserFlowLanguagePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest.AddResponseAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserFlowLanguagePage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userFlowLanguagePage">The UserFlowLanguagePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguagePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguagePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder">
            <summary>
            The type UserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserFlowLanguagePageRequestBuilder"/> for the specified UserFlowLanguageConfigurationUserFlowLanguagePage.
            </summary>
            <param name="id">The ID for the UserFlowLanguageConfigurationUserFlowLanguagePage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserFlowLanguagePageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionResponse">
            <summary>
            The type UserFlowLanguageConfigurationDefaultPagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfigurationDefaultPagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionPage">
            <summary>
            The type UserFlowLanguageConfigurationOverridesPagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest">
            <summary>
            The type UserFlowLanguageConfigurationOverridesPagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserFlowLanguageConfigurationOverridesPagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest.AddAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserFlowLanguagePage to the collection via POST.
            </summary>
            <param name="userFlowLanguagePage">The UserFlowLanguagePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserFlowLanguagePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest.AddResponseAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserFlowLanguagePage to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userFlowLanguagePage">The UserFlowLanguagePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguagePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguagePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder">
            <summary>
            The type UserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserFlowLanguagePageRequestBuilder"/> for the specified UserFlowLanguageConfigurationUserFlowLanguagePage.
            </summary>
            <param name="id">The ID for the UserFlowLanguageConfigurationUserFlowLanguagePage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserFlowLanguagePageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionResponse">
            <summary>
            The type UserFlowLanguageConfigurationOverridesPagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfigurationOverridesPagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguageConfigurationRequest">
            <summary>
            The type UserFlowLanguageConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserFlowLanguageConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.CreateAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserFlowLanguageConfiguration using POST.
            </summary>
            <param name="userFlowLanguageConfigurationToCreate">The UserFlowLanguageConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserFlowLanguageConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.CreateResponseAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserFlowLanguageConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userFlowLanguageConfigurationToCreate">The UserFlowLanguageConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserFlowLanguageConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserFlowLanguageConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserFlowLanguageConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserFlowLanguageConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserFlowLanguageConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.UpdateAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguageConfiguration using PATCH.
            </summary>
            <param name="userFlowLanguageConfigurationToUpdate">The UserFlowLanguageConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserFlowLanguageConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguageConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userFlowLanguageConfigurationToUpdate">The UserFlowLanguageConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.PutAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguageConfiguration using PUT.
            </summary>
            <param name="userFlowLanguageConfigurationToUpdate">The UserFlowLanguageConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.PutResponseAsync(Microsoft.Graph.UserFlowLanguageConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguageConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userFlowLanguageConfigurationToUpdate">The UserFlowLanguageConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguageConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguageConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.UserFlowLanguageConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userFlowLanguageConfigurationToInitialize">The <see cref="T:Microsoft.Graph.UserFlowLanguageConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguageConfigurationRequestBuilder">
            <summary>
            The type UserFlowLanguageConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserFlowLanguageConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguageConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfigurationRequestBuilder.DefaultPages">
            <summary>
            Gets the request builder for DefaultPages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationDefaultPagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguageConfigurationRequestBuilder.OverridesPages">
            <summary>
            Gets the request builder for OverridesPages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFlowLanguageConfigurationOverridesPagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguagePageContentRequest">
            <summary>
            The type UserFlowLanguagePageContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserFlowLanguagePageContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageContentRequest.GetResponseAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageContentRequest.PutResponseAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguagePageContentRequestBuilder">
            <summary>
            The type UserFlowLanguagePageContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserFlowLanguagePageContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguagePageRequest">
            <summary>
            The type UserFlowLanguagePageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserFlowLanguagePageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.CreateAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserFlowLanguagePage using POST.
            </summary>
            <param name="userFlowLanguagePageToCreate">The UserFlowLanguagePage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserFlowLanguagePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.CreateResponseAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserFlowLanguagePage using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userFlowLanguagePageToCreate">The UserFlowLanguagePage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserFlowLanguagePage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserFlowLanguagePage and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserFlowLanguagePage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserFlowLanguagePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserFlowLanguagePage and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.UpdateAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguagePage using PATCH.
            </summary>
            <param name="userFlowLanguagePageToUpdate">The UserFlowLanguagePage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserFlowLanguagePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.UpdateResponseAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguagePage using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userFlowLanguagePageToUpdate">The UserFlowLanguagePage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.PutAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguagePage using PUT.
            </summary>
            <param name="userFlowLanguagePageToUpdate">The UserFlowLanguagePage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.PutResponseAsync(Microsoft.Graph.UserFlowLanguagePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserFlowLanguagePage using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userFlowLanguagePageToUpdate">The UserFlowLanguagePage object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguagePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserFlowLanguagePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequest.InitializeCollectionProperties(Microsoft.Graph.UserFlowLanguagePage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userFlowLanguagePageToInitialize">The <see cref="T:Microsoft.Graph.UserFlowLanguagePage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserFlowLanguagePageRequestBuilder">
            <summary>
            The type UserFlowLanguagePageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserFlowLanguagePageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFlowLanguagePageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserFlowLanguagePageRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFlowLanguagePageContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFollowedSitesCollectionReferencesRequest">
            <summary>
            The type UserFollowedSitesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserFollowedSitesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionReferencesRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFollowedSitesCollectionReferencesRequestBuilder">
            <summary>
            The type UserFollowedSitesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserFollowedSitesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesPage">
            <summary>
            The type UserFollowedSitesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequest">
            <summary>
            The type UserFollowedSitesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserFollowedSitesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserFollowedSitesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserFollowedSitesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteWithReferenceRequestBuilder"/> for the specified UserSite.
            </summary>
            <param name="id">The ID for the UserSite.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserFollowedSitesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFollowedSitesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesResponse">
            <summary>
            The type UserFollowedSitesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFollowedSitesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserGetMailTipsCollectionPage">
            <summary>
            The type UserGetMailTipsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetMailTipsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserGetMailTipsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetMailTipsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserGetMailTipsCollectionResponse">
            <summary>
            The type UserGetMailTipsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetMailTipsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserGetMailTipsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetMailTipsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetMailTipsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserGetMailTipsRequest">
            <summary>
            The type UserGetMailTipsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetMailTipsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserGetMailTipsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetMailTipsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetMailTipsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetMailTipsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetMailTipsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetMailTipsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetMailTipsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetMailTipsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetMailTipsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetMailTipsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserGetMailTipsRequestBuilder">
            <summary>
            The type UserGetMailTipsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetMailTipsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String},System.Nullable{Microsoft.Graph.MailTipsType})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserGetMailTipsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="EmailAddresses">A EmailAddresses parameter for the OData method call.</param>
            <param name="MailTipsOptions">A MailTipsOptions parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserGetMailTipsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesCollectionPage">
            <summary>
            The type UserGetManagedAppDiagnosticStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesCollectionResponse">
            <summary>
            The type UserGetManagedAppDiagnosticStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest">
            <summary>
            The type UserGetManagedAppDiagnosticStatusesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserGetManagedAppDiagnosticStatusesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequestBuilder">
            <summary>
            The type UserGetManagedAppDiagnosticStatusesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppPoliciesCollectionPage">
            <summary>
            The type UserGetManagedAppPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserGetManagedAppPoliciesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppPoliciesCollectionResponse">
            <summary>
            The type UserGetManagedAppPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserGetManagedAppPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppPoliciesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppPoliciesRequest">
            <summary>
            The type UserGetManagedAppPoliciesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserGetManagedAppPoliciesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppPoliciesRequestBuilder">
            <summary>
            The type UserGetManagedAppPoliciesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserGetManagedAppPoliciesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionPage">
            <summary>
            The type UserInstallStateSummaryDeviceStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest">
            <summary>
            The type UserInstallStateSummaryDeviceStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserInstallStateSummaryDeviceStatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.AddResponseAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequestBuilder">
            <summary>
            The type UserInstallStateSummaryDeviceStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserInstallStateSummaryDeviceStatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/> for the specified UserInstallStateSummaryDeviceInstallState.
            </summary>
            <param name="id">The ID for the UserInstallStateSummaryDeviceInstallState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionResponse">
            <summary>
            The type UserInstallStateSummaryDeviceStatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummaryRequest">
            <summary>
            The type UserInstallStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserInstallStateSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.CreateAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserInstallStateSummary using POST.
            </summary>
            <param name="userInstallStateSummaryToCreate">The UserInstallStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.CreateResponseAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserInstallStateSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userInstallStateSummaryToCreate">The UserInstallStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserInstallStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserInstallStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserInstallStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserInstallStateSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.UpdateAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserInstallStateSummary using PATCH.
            </summary>
            <param name="userInstallStateSummaryToUpdate">The UserInstallStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.UpdateResponseAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserInstallStateSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userInstallStateSummaryToUpdate">The UserInstallStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.PutAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserInstallStateSummary using PUT.
            </summary>
            <param name="userInstallStateSummaryToUpdate">The UserInstallStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.PutResponseAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserInstallStateSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userInstallStateSummaryToUpdate">The UserInstallStateSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.UserInstallStateSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userInstallStateSummaryToInitialize">The <see cref="T:Microsoft.Graph.UserInstallStateSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummaryRequestBuilder">
            <summary>
            The type UserInstallStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserInstallStateSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummaryRequestBuilder.DeviceStates">
            <summary>
            Gets the request builder for DeviceStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserJoinedTeamsCollectionPage">
            <summary>
            The type UserJoinedTeamsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserJoinedTeamsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserJoinedTeamsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserJoinedTeamsCollectionRequest">
            <summary>
            The type UserJoinedTeamsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserJoinedTeamsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequest.AddAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Team to the collection via POST.
            </summary>
            <param name="team">The Team to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Team.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequest.AddResponseAsync(Microsoft.Graph.Team,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Team to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="team">The Team to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Team,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserJoinedTeamsCollectionRequestBuilder">
            <summary>
            The type UserJoinedTeamsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserJoinedTeamsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserJoinedTeamsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITeamRequestBuilder"/> for the specified UserTeam.
            </summary>
            <param name="id">The ID for the UserTeam.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITeamRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserJoinedTeamsCollectionRequestBuilder.GetAllMessages">
            <summary>
            Gets the request builder for TeamGetAllMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITeamGetAllMessagesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserJoinedTeamsCollectionResponse">
            <summary>
            The type UserJoinedTeamsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserJoinedTeamsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserJoinedTeamsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserJoinedTeamsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserJoinedTeamsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserLicenseDetailsCollectionPage">
            <summary>
            The type UserLicenseDetailsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserLicenseDetailsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserLicenseDetailsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserLicenseDetailsCollectionRequest">
            <summary>
            The type UserLicenseDetailsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserLicenseDetailsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.AddAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LicenseDetails to the collection via POST.
            </summary>
            <param name="licenseDetails">The LicenseDetails to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.AddResponseAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LicenseDetails to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="licenseDetails">The LicenseDetails to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserLicenseDetailsCollectionRequestBuilder">
            <summary>
            The type UserLicenseDetailsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserLicenseDetailsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserLicenseDetailsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ILicenseDetailsRequestBuilder"/> for the specified UserLicenseDetails.
            </summary>
            <param name="id">The ID for the UserLicenseDetails.</param>
            <returns>The <see cref="T:Microsoft.Graph.ILicenseDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserLicenseDetailsCollectionResponse">
            <summary>
            The type UserLicenseDetailsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserLicenseDetailsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserLicenseDetailsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserLicenseDetailsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserLicenseDetailsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserMailFoldersCollectionPage">
            <summary>
            The type UserMailFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserMailFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserMailFoldersCollectionRequest">
            <summary>
            The type UserMailFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserMailFoldersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.AddAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MailFolder to the collection via POST.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.AddResponseAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MailFolder to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder">
            <summary>
            The type UserMailFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserMailFoldersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/> for the specified UserMailFolder.
            </summary>
            <param name="id">The ID for the UserMailFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MailFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.DeletedItems">
            <summary>
            Gets the Deleted Items mail folder request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.Drafts">
            <summary>
            Gets the Drafts mail folder request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.Inbox">
            <summary>
            Gets the Inbox mail folder request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.SentItems">
            <summary>
            Gets the Sent Items mail folder request builder.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserMailFoldersCollectionResponse">
            <summary>
            The type UserMailFoldersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserMailFoldersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequest">
            <summary>
            The type UserManagedAppRegistrationsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserManagedAppRegistrationsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequestBuilder">
            <summary>
            The type UserManagedAppRegistrationsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserManagedAppRegistrationsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesPage">
            <summary>
            The type UserManagedAppRegistrationsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest">
            <summary>
            The type UserManagedAppRegistrationsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserManagedAppRegistrationsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder"/> for the specified UserManagedAppRegistration.
            </summary>
            <param name="id">The ID for the UserManagedAppRegistration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesResponse">
            <summary>
            The type UserManagedAppRegistrationsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserManagedDevicesCollectionPage">
            <summary>
            The type UserManagedDevicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedDevicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserManagedDevicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserManagedDevicesCollectionRequest">
            <summary>
            The type UserManagedDevicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserManagedDevicesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.AddResponseAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserManagedDevicesCollectionRequestBuilder">
            <summary>
            The type UserManagedDevicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserManagedDevicesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserManagedDevicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/> for the specified UserManagedDevice.
            </summary>
            <param name="id">The ID for the UserManagedDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserManagedDevicesCollectionResponse">
            <summary>
            The type UserManagedDevicesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedDevicesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserManagedDevicesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedDevicesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedDevicesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserMemberOfCollectionReferencesRequest">
            <summary>
            The type UserMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserMemberOfCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The type UserMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserMemberOfCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMemberOfCollectionWithReferencesPage">
            <summary>
            The type UserMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest">
            <summary>
            The type UserMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserMemberOfCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UserDirectoryObject.
            </summary>
            <param name="id">The ID for the UserDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMemberOfCollectionWithReferencesResponse">
            <summary>
            The type UserMemberOfCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMemberOfCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMemberOfCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMemberOfCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserMessagesCollectionPage">
            <summary>
            The type UserMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserMessagesCollectionRequest">
            <summary>
            The type UserMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserMessagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.AddAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Message to the collection via POST.
            </summary>
            <param name="message">The Message to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.AddResponseAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Message to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="message">The Message to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMessagesCollectionRequestBuilder">
            <summary>
            The type UserMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserMessagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/> for the specified UserMessage.
            </summary>
            <param name="id">The ID for the UserMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMessagesCollectionResponse">
            <summary>
            The type UserMessagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMessagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserMessagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMessagesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMessagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserOauth2PermissionGrantsCollectionReferencesRequest">
            <summary>
            The type UserOauth2PermissionGrantsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserOauth2PermissionGrantsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionReferencesRequest.AddAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OAuth2PermissionGrant to the collection via POST.
            </summary>
            <param name="oAuth2PermissionGrant">The OAuth2PermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.OAuth2PermissionGrant,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OAuth2PermissionGrant to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="oAuth2PermissionGrant">The OAuth2PermissionGrant to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOauth2PermissionGrantsCollectionReferencesRequestBuilder">
            <summary>
            The type UserOauth2PermissionGrantsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserOauth2PermissionGrantsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesPage">
            <summary>
            The type UserOauth2PermissionGrantsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequest">
            <summary>
            The type UserOauth2PermissionGrantsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserOauth2PermissionGrantsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OAuth2PermissionGrant,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequestBuilder"/> for the specified UserOAuth2PermissionGrant.
            </summary>
            <param name="id">The ID for the UserOAuth2PermissionGrant.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOAuth2PermissionGrantWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesResponse">
            <summary>
            The type UserOauth2PermissionGrantsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOauth2PermissionGrantsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserOnlineMeetingsCollectionPage">
            <summary>
            The type UserOnlineMeetingsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOnlineMeetingsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserOnlineMeetingsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserOnlineMeetingsCollectionRequest">
            <summary>
            The type UserOnlineMeetingsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserOnlineMeetingsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequest.AddAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnlineMeeting to the collection via POST.
            </summary>
            <param name="onlineMeeting">The OnlineMeeting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnlineMeeting.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequest.AddResponseAsync(Microsoft.Graph.OnlineMeeting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnlineMeeting to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="onlineMeeting">The OnlineMeeting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnlineMeeting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnlineMeeting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOnlineMeetingsCollectionRequestBuilder">
            <summary>
            The type UserOnlineMeetingsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserOnlineMeetingsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserOnlineMeetingsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnlineMeetingRequestBuilder"/> for the specified UserOnlineMeeting.
            </summary>
            <param name="id">The ID for the UserOnlineMeeting.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnlineMeetingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOnlineMeetingsCollectionRequestBuilder.CreateOrGet(System.String,Microsoft.Graph.ChatInfo,System.Nullable{System.DateTimeOffset},Microsoft.Graph.MeetingParticipants,System.Nullable{System.DateTimeOffset},System.String)">
            <summary>
            Gets the request builder for OnlineMeetingCreateOrGet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnlineMeetingCreateOrGetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOnlineMeetingsCollectionResponse">
            <summary>
            The type UserOnlineMeetingsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOnlineMeetingsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserOnlineMeetingsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOnlineMeetingsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOnlineMeetingsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequest">
            <summary>
            The type UserOwnedDevicesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserOwnedDevicesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequestBuilder">
            <summary>
            The type UserOwnedDevicesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserOwnedDevicesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesPage">
            <summary>
            The type UserOwnedDevicesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest">
            <summary>
            The type UserOwnedDevicesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserOwnedDevicesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserOwnedDevicesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserOwnedDevicesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UserDirectoryObject.
            </summary>
            <param name="id">The ID for the UserDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesResponse">
            <summary>
            The type UserOwnedDevicesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequest">
            <summary>
            The type UserOwnedObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserOwnedObjectsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequestBuilder">
            <summary>
            The type UserOwnedObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserOwnedObjectsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesPage">
            <summary>
            The type UserOwnedObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest">
            <summary>
            The type UserOwnedObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserOwnedObjectsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserOwnedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserOwnedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UserDirectoryObject.
            </summary>
            <param name="id">The ID for the UserDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesResponse">
            <summary>
            The type UserOwnedObjectsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserPeopleCollectionPage">
            <summary>
            The type UserPeopleCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPeopleCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserPeopleCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserPeopleCollectionRequest">
            <summary>
            The type UserPeopleCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserPeopleCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.AddAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Person to the collection via POST.
            </summary>
            <param name="person">The Person to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.AddResponseAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Person to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="person">The Person to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserPeopleCollectionRequestBuilder">
            <summary>
            The type UserPeopleCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserPeopleCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserPeopleCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPersonRequestBuilder"/> for the specified UserPerson.
            </summary>
            <param name="id">The ID for the UserPerson.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPersonRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserPeopleCollectionResponse">
            <summary>
            The type UserPeopleCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPeopleCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserPeopleCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPeopleCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPeopleCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserPhotosCollectionPage">
            <summary>
            The type UserPhotosCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPhotosCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserPhotosCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserPhotosCollectionRequest">
            <summary>
            The type UserPhotosCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserPhotosCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.AddAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.AddResponseAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserPhotosCollectionRequestBuilder">
            <summary>
            The type UserPhotosCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserPhotosCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserPhotosCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/> for the specified UserProfilePhoto.
            </summary>
            <param name="id">The ID for the UserProfilePhoto.</param>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserPhotosCollectionResponse">
            <summary>
            The type UserPhotosCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPhotosCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserPhotosCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPhotosCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPhotosCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserReferenceRequest">
            <summary>
            The type UserReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified User reference.
            </summary>
            <param name="id">The User reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified User reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The User reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserReferenceRequestBuilder">
            <summary>
            The type UserReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequest">
            <summary>
            The type UserRegisteredDevicesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserRegisteredDevicesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequestBuilder">
            <summary>
            The type UserRegisteredDevicesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserRegisteredDevicesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesPage">
            <summary>
            The type UserRegisteredDevicesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest">
            <summary>
            The type UserRegisteredDevicesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserRegisteredDevicesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserRegisteredDevicesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserRegisteredDevicesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UserDirectoryObject.
            </summary>
            <param name="id">The ID for the UserDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesResponse">
            <summary>
            The type UserRegisteredDevicesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserReminderViewCollectionPage">
            <summary>
            The type UserReminderViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserReminderViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserReminderViewRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserReminderViewCollectionResponse">
            <summary>
            The type UserReminderViewCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserReminderViewCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserReminderViewCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserReminderViewCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserReminderViewCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserReminderViewRequest">
            <summary>
            The type UserReminderViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserReminderViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserReminderViewRequestBuilder">
            <summary>
            The type UserReminderViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserReminderViewRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="StartDateTime">A StartDateTime parameter for the OData method call.</param>
            <param name="EndDateTime">A EndDateTime parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequest">
            <summary>
            The type UserRemoveAllDevicesFromManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserRemoveAllDevicesFromManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequestBuilder">
            <summary>
            The type UserRemoveAllDevicesFromManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserReprocessLicenseAssignmentRequest">
            <summary>
            The type UserReprocessLicenseAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReprocessLicenseAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserReprocessLicenseAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReprocessLicenseAssignmentRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReprocessLicenseAssignmentRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReprocessLicenseAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReprocessLicenseAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserReprocessLicenseAssignmentRequestBuilder">
            <summary>
            The type UserReprocessLicenseAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReprocessLicenseAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserReprocessLicenseAssignmentRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserReprocessLicenseAssignmentRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRequest">
            <summary>
            The type UserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.CreateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Creates the specified User using POST.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.CreateResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Creates the specified User using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified User and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.UpdateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PATCH.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.UpdateResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.PutAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PUT.
            </summary>
            <param name="userToUpdate">The User object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.PutResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userToUpdate">The User object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.InitializeCollectionProperties(Microsoft.Graph.User)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userToInitialize">The <see cref="T:Microsoft.Graph.User"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserRequestBuilder">
            <summary>
            The type UserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.AppRoleAssignments">
            <summary>
            Gets the request builder for AppRoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserAppRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.CreatedObjects">
            <summary>
            Gets the request builder for CreatedObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.DirectReports">
            <summary>
            Gets the request builder for DirectReports.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.LicenseDetails">
            <summary>
            Gets the request builder for LicenseDetails.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserLicenseDetailsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Manager">
            <summary>
            Gets the request builder for Manager.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Oauth2PermissionGrants">
            <summary>
            Gets the request builder for Oauth2PermissionGrants.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOauth2PermissionGrantsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.OwnedDevices">
            <summary>
            Gets the request builder for OwnedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.OwnedObjects">
            <summary>
            Gets the request builder for OwnedObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.RegisteredDevices">
            <summary>
            Gets the request builder for RegisteredDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.ScopedRoleMemberOf">
            <summary>
            Gets the request builder for ScopedRoleMemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.TransitiveMemberOf">
            <summary>
            Gets the request builder for TransitiveMemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Calendar">
            <summary>
            Gets the request builder for Calendar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.CalendarGroups">
            <summary>
            Gets the request builder for CalendarGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCalendarGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Calendars">
            <summary>
            Gets the request builder for Calendars.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCalendarsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.ContactFolders">
            <summary>
            Gets the request builder for ContactFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Contacts">
            <summary>
            Gets the request builder for Contacts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserContactsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Events">
            <summary>
            Gets the request builder for Events.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.InferenceClassification">
            <summary>
            Gets the request builder for InferenceClassification.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IInferenceClassificationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.MailFolders">
            <summary>
            Gets the request builder for MailFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Outlook">
            <summary>
            Gets the request builder for Outlook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.People">
            <summary>
            Gets the request builder for People.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserPeopleCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDrivesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.FollowedSites">
            <summary>
            Gets the request builder for FollowedSites.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFollowedSitesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.AgreementAcceptances">
            <summary>
            Gets the request builder for AgreementAcceptances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserAgreementAcceptancesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.ManagedDevices">
            <summary>
            Gets the request builder for ManagedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserManagedDevicesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.ManagedAppRegistrations">
            <summary>
            Gets the request builder for ManagedAppRegistrations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.DeviceManagementTroubleshootingEvents">
            <summary>
            Gets the request builder for DeviceManagementTroubleshootingEvents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Planner">
            <summary>
            Gets the request builder for Planner.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerUserRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Insights">
            <summary>
            Gets the request builder for Insights.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOfficeGraphInsightsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Settings">
            <summary>
            Gets the request builder for Settings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserSettingsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Photos">
            <summary>
            Gets the request builder for Photos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserPhotosCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Activities">
            <summary>
            Gets the request builder for Activities.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.OnlineMeetings">
            <summary>
            Gets the request builder for OnlineMeetings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOnlineMeetingsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Presence">
            <summary>
            Gets the request builder for Presence.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPresenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Authentication">
            <summary>
            Gets the request builder for Authentication.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Chats">
            <summary>
            Gets the request builder for Chats.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserChatsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.JoinedTeams">
            <summary>
            Gets the request builder for JoinedTeams.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserJoinedTeamsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Teamwork">
            <summary>
            Gets the request builder for Teamwork.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTeamworkRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Todo">
            <summary>
            Gets the request builder for Todo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITodoRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.AssignLicense(System.Collections.Generic.IEnumerable{Microsoft.Graph.AssignedLicense},System.Collections.Generic.IEnumerable{System.Guid})">
            <summary>
            Gets the request builder for UserAssignLicense.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserAssignLicenseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.ChangePassword(System.String,System.String)">
            <summary>
            Gets the request builder for UserChangePassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserChangePasswordRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.ReprocessLicenseAssignment">
            <summary>
            Gets the request builder for UserReprocessLicenseAssignment.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserReprocessLicenseAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.RevokeSignInSessions">
            <summary>
            Gets the request builder for UserRevokeSignInSessions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRevokeSignInSessionsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.FindMeetingTimes(System.Collections.Generic.IEnumerable{Microsoft.Graph.AttendeeBase},Microsoft.Graph.LocationConstraint,Microsoft.Graph.TimeConstraint,Microsoft.Graph.Duration,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Double})">
            <summary>
            Gets the request builder for UserFindMeetingTimes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFindMeetingTimesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.GetMailTips(System.Collections.Generic.IEnumerable{System.String},System.Nullable{Microsoft.Graph.MailTipsType})">
            <summary>
            Gets the request builder for UserGetMailTips.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserGetMailTipsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.SendMail(Microsoft.Graph.Message,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for UserSendMail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserSendMailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.TranslateExchangeIds(System.Collections.Generic.IEnumerable{System.String},Microsoft.Graph.ExchangeIdFormat,Microsoft.Graph.ExchangeIdFormat)">
            <summary>
            Gets the request builder for UserTranslateExchangeIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTranslateExchangeIdsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.RemoveAllDevicesFromManagement">
            <summary>
            Gets the request builder for UserRemoveAllDevicesFromManagement.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.WipeManagedAppRegistrationsByDeviceTag(System.String)">
            <summary>
            Gets the request builder for UserWipeManagedAppRegistrationsByDeviceTag.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.ExportPersonalData(System.String)">
            <summary>
            Gets the request builder for UserExportPersonalData.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserExportPersonalDataRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.ReminderView(System.String,System.String)">
            <summary>
            Gets the request builder for UserReminderView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserReminderViewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.GetManagedAppDiagnosticStatuses">
            <summary>
            Gets the request builder for UserGetManagedAppDiagnosticStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.GetManagedAppPolicies">
            <summary>
            Gets the request builder for UserGetManagedAppPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserGetManagedAppPoliciesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.ItemWithPath(System.String)">
            <summary>
            Gets drive item request builder for the specified drive item path.
            <returns>The drive item request builder.</returns>
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserRevokeSignInSessionsRequest">
            <summary>
            The type UserRevokeSignInSessionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRevokeSignInSessionsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserRevokeSignInSessionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRevokeSignInSessionsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRevokeSignInSessionsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRevokeSignInSessionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRevokeSignInSessionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRevokeSignInSessionsRequestBuilder">
            <summary>
            The type UserRevokeSignInSessionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRevokeSignInSessionsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserRevokeSignInSessionsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRevokeSignInSessionsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserScopedRoleMemberOfCollectionPage">
            <summary>
            The type UserScopedRoleMemberOfCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserScopedRoleMemberOfCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserScopedRoleMemberOfCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest">
            <summary>
            The type UserScopedRoleMemberOfCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserScopedRoleMemberOfCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest.AddAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ScopedRoleMembership.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest.AddResponseAsync(Microsoft.Graph.ScopedRoleMembership,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ScopedRoleMembership to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="scopedRoleMembership">The ScopedRoleMembership to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ScopedRoleMembership,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequestBuilder">
            <summary>
            The type UserScopedRoleMemberOfCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserScopedRoleMemberOfCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserScopedRoleMemberOfCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/> for the specified UserScopedRoleMembership.
            </summary>
            <param name="id">The ID for the UserScopedRoleMembership.</param>
            <returns>The <see cref="T:Microsoft.Graph.IScopedRoleMembershipRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserScopedRoleMemberOfCollectionResponse">
            <summary>
            The type UserScopedRoleMemberOfCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserScopedRoleMemberOfCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserScopedRoleMemberOfCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserScopedRoleMemberOfCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserScopedRoleMemberOfCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserScopeTeamsAppInstallationRequest">
            <summary>
            The type UserScopeTeamsAppInstallationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserScopeTeamsAppInstallationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.CreateAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserScopeTeamsAppInstallation using POST.
            </summary>
            <param name="userScopeTeamsAppInstallationToCreate">The UserScopeTeamsAppInstallation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserScopeTeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.CreateResponseAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserScopeTeamsAppInstallation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userScopeTeamsAppInstallationToCreate">The UserScopeTeamsAppInstallation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserScopeTeamsAppInstallation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserScopeTeamsAppInstallation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserScopeTeamsAppInstallation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserScopeTeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserScopeTeamsAppInstallation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.UpdateAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserScopeTeamsAppInstallation using PATCH.
            </summary>
            <param name="userScopeTeamsAppInstallationToUpdate">The UserScopeTeamsAppInstallation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserScopeTeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.UpdateResponseAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserScopeTeamsAppInstallation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userScopeTeamsAppInstallationToUpdate">The UserScopeTeamsAppInstallation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.PutAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserScopeTeamsAppInstallation using PUT.
            </summary>
            <param name="userScopeTeamsAppInstallationToUpdate">The UserScopeTeamsAppInstallation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.PutResponseAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserScopeTeamsAppInstallation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userScopeTeamsAppInstallationToUpdate">The UserScopeTeamsAppInstallation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserScopeTeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserScopeTeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequest.InitializeCollectionProperties(Microsoft.Graph.UserScopeTeamsAppInstallation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userScopeTeamsAppInstallationToInitialize">The <see cref="T:Microsoft.Graph.UserScopeTeamsAppInstallation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserScopeTeamsAppInstallationRequestBuilder">
            <summary>
            The type UserScopeTeamsAppInstallationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserScopeTeamsAppInstallationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserScopeTeamsAppInstallationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserScopeTeamsAppInstallationRequestBuilder.Chat">
            <summary>
            Gets the request builder for Chat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IChatWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserSendMailRequest">
            <summary>
            The type UserSendMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserSendMailRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSendMailRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserSendMailRequestBuilder">
            <summary>
            The type UserSendMailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Message,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserSendMailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Message">A Message parameter for the OData method call.</param>
            <param name="SaveToSentItems">A SaveToSentItems parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserSettingsRequest">
            <summary>
            The type UserSettingsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserSettingsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.CreateAsync(Microsoft.Graph.UserSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserSettings using POST.
            </summary>
            <param name="userSettingsToCreate">The UserSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.CreateResponseAsync(Microsoft.Graph.UserSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserSettings using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userSettingsToCreate">The UserSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.UpdateAsync(Microsoft.Graph.UserSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSettings using PATCH.
            </summary>
            <param name="userSettingsToUpdate">The UserSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.UpdateResponseAsync(Microsoft.Graph.UserSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSettings using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userSettingsToUpdate">The UserSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.PutAsync(Microsoft.Graph.UserSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSettings using PUT.
            </summary>
            <param name="userSettingsToUpdate">The UserSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.PutResponseAsync(Microsoft.Graph.UserSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSettings using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userSettingsToUpdate">The UserSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserSettings,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserSettings,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequest.InitializeCollectionProperties(Microsoft.Graph.UserSettings)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userSettingsToInitialize">The <see cref="T:Microsoft.Graph.UserSettings"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserSettingsRequestBuilder">
            <summary>
            The type UserSettingsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserSettingsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSettingsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserSettingsRequestBuilder.ShiftPreferences">
            <summary>
            Gets the request builder for ShiftPreferences.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IShiftPreferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionPage">
            <summary>
            The type UserTeamworkAssociatedTeamsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest">
            <summary>
            The type UserTeamworkAssociatedTeamsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserTeamworkAssociatedTeamsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest.AddAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AssociatedTeamInfo to the collection via POST.
            </summary>
            <param name="associatedTeamInfo">The AssociatedTeamInfo to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AssociatedTeamInfo.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest.AddResponseAsync(Microsoft.Graph.AssociatedTeamInfo,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AssociatedTeamInfo to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="associatedTeamInfo">The AssociatedTeamInfo to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AssociatedTeamInfo,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AssociatedTeamInfo,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequestBuilder">
            <summary>
            The type UserTeamworkAssociatedTeamsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserTeamworkAssociatedTeamsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAssociatedTeamInfoRequestBuilder"/> for the specified UserTeamworkAssociatedTeamInfo.
            </summary>
            <param name="id">The ID for the UserTeamworkAssociatedTeamInfo.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAssociatedTeamInfoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionResponse">
            <summary>
            The type UserTeamworkAssociatedTeamsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkAssociatedTeamsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTeamworkInstalledAppsCollectionPage">
            <summary>
            The type UserTeamworkInstalledAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkInstalledAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest">
            <summary>
            The type UserTeamworkInstalledAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserTeamworkInstalledAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest.AddAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserScopeTeamsAppInstallation to the collection via POST.
            </summary>
            <param name="userScopeTeamsAppInstallation">The UserScopeTeamsAppInstallation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserScopeTeamsAppInstallation.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.UserScopeTeamsAppInstallation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserScopeTeamsAppInstallation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userScopeTeamsAppInstallation">The UserScopeTeamsAppInstallation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserScopeTeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserScopeTeamsAppInstallation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequestBuilder">
            <summary>
            The type UserTeamworkInstalledAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserTeamworkInstalledAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkInstalledAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserScopeTeamsAppInstallationRequestBuilder"/> for the specified UserTeamworkUserScopeTeamsAppInstallation.
            </summary>
            <param name="id">The ID for the UserTeamworkUserScopeTeamsAppInstallation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserScopeTeamsAppInstallationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserTeamworkInstalledAppsCollectionResponse">
            <summary>
            The type UserTeamworkInstalledAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkInstalledAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkInstalledAppsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkInstalledAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTeamworkRequest">
            <summary>
            The type UserTeamworkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserTeamworkRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.CreateAsync(Microsoft.Graph.UserTeamwork,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserTeamwork using POST.
            </summary>
            <param name="userTeamworkToCreate">The UserTeamwork to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserTeamwork.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.CreateResponseAsync(Microsoft.Graph.UserTeamwork,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserTeamwork using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userTeamworkToCreate">The UserTeamwork to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserTeamwork.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserTeamwork and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserTeamwork.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserTeamwork.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserTeamwork and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.UpdateAsync(Microsoft.Graph.UserTeamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserTeamwork using PATCH.
            </summary>
            <param name="userTeamworkToUpdate">The UserTeamwork to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserTeamwork.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.UpdateResponseAsync(Microsoft.Graph.UserTeamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserTeamwork using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userTeamworkToUpdate">The UserTeamwork to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.PutAsync(Microsoft.Graph.UserTeamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserTeamwork using PUT.
            </summary>
            <param name="userTeamworkToUpdate">The UserTeamwork object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.PutResponseAsync(Microsoft.Graph.UserTeamwork,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserTeamwork using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userTeamworkToUpdate">The UserTeamwork object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserTeamwork,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserTeamwork,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequest.InitializeCollectionProperties(Microsoft.Graph.UserTeamwork)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userTeamworkToInitialize">The <see cref="T:Microsoft.Graph.UserTeamwork"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserTeamworkRequestBuilder">
            <summary>
            The type UserTeamworkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserTeamworkRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkRequestBuilder.AssociatedTeams">
            <summary>
            Gets the request builder for AssociatedTeams.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTeamworkAssociatedTeamsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkRequestBuilder.InstalledApps">
            <summary>
            Gets the request builder for InstalledApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTeamworkInstalledAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkRequestBuilder.SendActivityNotification(Microsoft.Graph.TeamworkActivityTopic,System.String,System.Nullable{System.Int64},Microsoft.Graph.ItemBody,System.Collections.Generic.IEnumerable{Microsoft.Graph.KeyValuePair})">
            <summary>
            Gets the request builder for UserTeamworkSendActivityNotification.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTeamworkSendActivityNotificationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserTeamworkSendActivityNotificationRequest">
            <summary>
            The type UserTeamworkSendActivityNotificationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkSendActivityNotificationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserTeamworkSendActivityNotificationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTeamworkSendActivityNotificationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkSendActivityNotificationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkSendActivityNotificationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkSendActivityNotificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkSendActivityNotificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserTeamworkSendActivityNotificationRequestBuilder">
            <summary>
            The type UserTeamworkSendActivityNotificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkSendActivityNotificationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.TeamworkActivityTopic,System.String,System.Nullable{System.Int64},Microsoft.Graph.ItemBody,System.Collections.Generic.IEnumerable{Microsoft.Graph.KeyValuePair})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserTeamworkSendActivityNotificationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="topic">A topic parameter for the OData method call.</param>
            <param name="activityType">A activityType parameter for the OData method call.</param>
            <param name="chainId">A chainId parameter for the OData method call.</param>
            <param name="previewText">A previewText parameter for the OData method call.</param>
            <param name="templateParameters">A templateParameters parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserTeamworkSendActivityNotificationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserTransitiveMemberOfCollectionReferencesRequest">
            <summary>
            The type UserTransitiveMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserTransitiveMemberOfCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserTransitiveMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The type UserTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserTransitiveMemberOfCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesPage">
            <summary>
            The type UserTransitiveMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequest">
            <summary>
            The type UserTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserTransitiveMemberOfCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserTransitiveMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UserDirectoryObject.
            </summary>
            <param name="id">The ID for the UserDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesResponse">
            <summary>
            The type UserTransitiveMemberOfCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserTransitiveMemberOfCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTransitiveMemberOfCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTranslateExchangeIdsCollectionPage">
            <summary>
            The type UserTranslateExchangeIdsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTranslateExchangeIdsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserTranslateExchangeIdsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTranslateExchangeIdsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTranslateExchangeIdsCollectionResponse">
            <summary>
            The type UserTranslateExchangeIdsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTranslateExchangeIdsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserTranslateExchangeIdsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTranslateExchangeIdsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTranslateExchangeIdsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserTranslateExchangeIdsRequest">
            <summary>
            The type UserTranslateExchangeIdsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTranslateExchangeIdsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserTranslateExchangeIdsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserTranslateExchangeIdsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTranslateExchangeIdsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTranslateExchangeIdsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTranslateExchangeIdsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTranslateExchangeIdsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTranslateExchangeIdsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTranslateExchangeIdsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTranslateExchangeIdsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserTranslateExchangeIdsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserTranslateExchangeIdsRequestBuilder">
            <summary>
            The type UserTranslateExchangeIdsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserTranslateExchangeIdsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String},Microsoft.Graph.ExchangeIdFormat,Microsoft.Graph.ExchangeIdFormat)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserTranslateExchangeIdsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="InputIds">A InputIds parameter for the OData method call.</param>
            <param name="TargetIdType">A TargetIdType parameter for the OData method call.</param>
            <param name="SourceIdType">A SourceIdType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserTranslateExchangeIdsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest">
            <summary>
            The type UserWipeManagedAppRegistrationsByDeviceTagRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserWipeManagedAppRegistrationsByDeviceTagRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequestBuilder">
            <summary>
            The type UserWipeManagedAppRegistrationsByDeviceTagRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="deviceTag">A deviceTag parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserWithReferenceRequest">
            <summary>
            The type UserWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified User and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.CreateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Creates the specified User using POST.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Creates the specified User using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.UpdateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PATCH.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserWithReferenceRequestBuilder">
            <summary>
            The type UserWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the user.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.VppTokenRequest">
            <summary>
            The type VppTokenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new VppTokenRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.CreateAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Creates the specified VppToken using POST.
            </summary>
            <param name="vppTokenToCreate">The VppToken to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.CreateResponseAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Creates the specified VppToken using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="vppTokenToCreate">The VppToken to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified VppToken.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified VppToken and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified VppToken.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified VppToken and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.UpdateAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Updates the specified VppToken using PATCH.
            </summary>
            <param name="vppTokenToUpdate">The VppToken to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.UpdateResponseAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Updates the specified VppToken using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="vppTokenToUpdate">The VppToken to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.PutAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Updates the specified VppToken using PUT.
            </summary>
            <param name="vppTokenToUpdate">The VppToken object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.PutResponseAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Updates the specified VppToken using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="vppTokenToUpdate">The VppToken object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.InitializeCollectionProperties(Microsoft.Graph.VppToken)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="vppTokenToInitialize">The <see cref="T:Microsoft.Graph.VppToken"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.VppTokenRequestBuilder">
            <summary>
            The type VppTokenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new VppTokenRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequestBuilder.SyncLicenses">
            <summary>
            Gets the request builder for VppTokenSyncLicenses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IVppTokenSyncLicensesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.VppTokenSyncLicensesRequest">
            <summary>
            The type VppTokenSyncLicensesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new VppTokenSyncLicensesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.VppTokenSyncLicensesRequestBuilder">
            <summary>
            The type VppTokenSyncLicensesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.VppTokenSyncLicensesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WebAppRequest">
            <summary>
            The type WebAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WebAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.CreateAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WebApp using POST.
            </summary>
            <param name="webAppToCreate">The WebApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.CreateResponseAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WebApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="webAppToCreate">The WebApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WebApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WebApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WebApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WebApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.UpdateAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WebApp using PATCH.
            </summary>
            <param name="webAppToUpdate">The WebApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.UpdateResponseAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WebApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="webAppToUpdate">The WebApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.PutAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WebApp using PUT.
            </summary>
            <param name="webAppToUpdate">The WebApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.PutResponseAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WebApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="webAppToUpdate">The WebApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WebApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WebApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.InitializeCollectionProperties(Microsoft.Graph.WebApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="webAppToInitialize">The <see cref="T:Microsoft.Graph.WebApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WebAppRequestBuilder">
            <summary>
            The type WebAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WebAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppRequest">
            <summary>
            The type Win32LobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Win32LobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.CreateAsync(Microsoft.Graph.Win32LobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Win32LobApp using POST.
            </summary>
            <param name="win32LobAppToCreate">The Win32LobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Win32LobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.CreateResponseAsync(Microsoft.Graph.Win32LobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Win32LobApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="win32LobAppToCreate">The Win32LobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Win32LobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Win32LobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Win32LobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Win32LobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Win32LobApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.UpdateAsync(Microsoft.Graph.Win32LobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Win32LobApp using PATCH.
            </summary>
            <param name="win32LobAppToUpdate">The Win32LobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Win32LobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.UpdateResponseAsync(Microsoft.Graph.Win32LobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Win32LobApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="win32LobAppToUpdate">The Win32LobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.PutAsync(Microsoft.Graph.Win32LobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Win32LobApp using PUT.
            </summary>
            <param name="win32LobAppToUpdate">The Win32LobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.PutResponseAsync(Microsoft.Graph.Win32LobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Win32LobApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="win32LobAppToUpdate">The Win32LobApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Win32LobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Win32LobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequest.InitializeCollectionProperties(Microsoft.Graph.Win32LobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="win32LobAppToInitialize">The <see cref="T:Microsoft.Graph.Win32LobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Win32LobAppRequestBuilder">
            <summary>
            The type Win32LobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Win32LobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Win32LobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10CompliancePolicyRequest">
            <summary>
            The type Windows10CompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10CompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10CompliancePolicy using POST.
            </summary>
            <param name="windows10CompliancePolicyToCreate">The Windows10CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10CompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10CompliancePolicyToCreate">The Windows10CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10CompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10CompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CompliancePolicy using PATCH.
            </summary>
            <param name="windows10CompliancePolicyToUpdate">The Windows10CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10CompliancePolicyToUpdate">The Windows10CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.PutAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CompliancePolicy using PUT.
            </summary>
            <param name="windows10CompliancePolicyToUpdate">The Windows10CompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10CompliancePolicyToUpdate">The Windows10CompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10CompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10CompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.Windows10CompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10CompliancePolicyRequestBuilder">
            <summary>
            The type Windows10CompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10CompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10CustomConfigurationRequest">
            <summary>
            The type Windows10CustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10CustomConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10CustomConfiguration using POST.
            </summary>
            <param name="windows10CustomConfigurationToCreate">The Windows10CustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10CustomConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10CustomConfigurationToCreate">The Windows10CustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10CustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10CustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CustomConfiguration using PATCH.
            </summary>
            <param name="windows10CustomConfigurationToUpdate">The Windows10CustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CustomConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10CustomConfigurationToUpdate">The Windows10CustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.PutAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CustomConfiguration using PUT.
            </summary>
            <param name="windows10CustomConfigurationToUpdate">The Windows10CustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CustomConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10CustomConfigurationToUpdate">The Windows10CustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10CustomConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10CustomConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows10CustomConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10CustomConfigurationRequestBuilder">
            <summary>
            The type Windows10CustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10CustomConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest">
            <summary>
            The type Windows10EndpointProtectionConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10EndpointProtectionConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10EndpointProtectionConfiguration using POST.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToCreate">The Windows10EndpointProtectionConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10EndpointProtectionConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToCreate">The Windows10EndpointProtectionConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10EndpointProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10EndpointProtectionConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10EndpointProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10EndpointProtectionConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EndpointProtectionConfiguration using PATCH.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToUpdate">The Windows10EndpointProtectionConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EndpointProtectionConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToUpdate">The Windows10EndpointProtectionConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.PutAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EndpointProtectionConfiguration using PUT.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToUpdate">The Windows10EndpointProtectionConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EndpointProtectionConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToUpdate">The Windows10EndpointProtectionConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10EndpointProtectionConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows10EndpointProtectionConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequestBuilder">
            <summary>
            The type Windows10EndpointProtectionConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10EndpointProtectionConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest">
            <summary>
            The type Windows10EnterpriseModernAppManagementConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10EnterpriseModernAppManagementConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10EnterpriseModernAppManagementConfiguration using POST.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToCreate">The Windows10EnterpriseModernAppManagementConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10EnterpriseModernAppManagementConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToCreate">The Windows10EnterpriseModernAppManagementConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10EnterpriseModernAppManagementConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10EnterpriseModernAppManagementConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10EnterpriseModernAppManagementConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10EnterpriseModernAppManagementConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EnterpriseModernAppManagementConfiguration using PATCH.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToUpdate">The Windows10EnterpriseModernAppManagementConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EnterpriseModernAppManagementConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToUpdate">The Windows10EnterpriseModernAppManagementConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.PutAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EnterpriseModernAppManagementConfiguration using PUT.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToUpdate">The Windows10EnterpriseModernAppManagementConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EnterpriseModernAppManagementConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToUpdate">The Windows10EnterpriseModernAppManagementConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequestBuilder">
            <summary>
            The type Windows10EnterpriseModernAppManagementConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10EnterpriseModernAppManagementConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10GeneralConfigurationRequest">
            <summary>
            The type Windows10GeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10GeneralConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10GeneralConfiguration using POST.
            </summary>
            <param name="windows10GeneralConfigurationToCreate">The Windows10GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10GeneralConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10GeneralConfigurationToCreate">The Windows10GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10GeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10GeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10GeneralConfiguration using PATCH.
            </summary>
            <param name="windows10GeneralConfigurationToUpdate">The Windows10GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10GeneralConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10GeneralConfigurationToUpdate">The Windows10GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.PutAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10GeneralConfiguration using PUT.
            </summary>
            <param name="windows10GeneralConfigurationToUpdate">The Windows10GeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10GeneralConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10GeneralConfigurationToUpdate">The Windows10GeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10GeneralConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10GeneralConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows10GeneralConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10GeneralConfigurationRequestBuilder">
            <summary>
            The type Windows10GeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10GeneralConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10MobileCompliancePolicyRequest">
            <summary>
            The type Windows10MobileCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10MobileCompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10MobileCompliancePolicy using POST.
            </summary>
            <param name="windows10MobileCompliancePolicyToCreate">The Windows10MobileCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10MobileCompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10MobileCompliancePolicyToCreate">The Windows10MobileCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10MobileCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10MobileCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10MobileCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10MobileCompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10MobileCompliancePolicy using PATCH.
            </summary>
            <param name="windows10MobileCompliancePolicyToUpdate">The Windows10MobileCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10MobileCompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10MobileCompliancePolicyToUpdate">The Windows10MobileCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.PutAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10MobileCompliancePolicy using PUT.
            </summary>
            <param name="windows10MobileCompliancePolicyToUpdate">The Windows10MobileCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10MobileCompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10MobileCompliancePolicyToUpdate">The Windows10MobileCompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10MobileCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10MobileCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10MobileCompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10MobileCompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.Windows10MobileCompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10MobileCompliancePolicyRequestBuilder">
            <summary>
            The type Windows10MobileCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10MobileCompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest">
            <summary>
            The type Windows10SecureAssessmentConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10SecureAssessmentConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10SecureAssessmentConfiguration using POST.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToCreate">The Windows10SecureAssessmentConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10SecureAssessmentConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToCreate">The Windows10SecureAssessmentConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10SecureAssessmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10SecureAssessmentConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10SecureAssessmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10SecureAssessmentConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10SecureAssessmentConfiguration using PATCH.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToUpdate">The Windows10SecureAssessmentConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10SecureAssessmentConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToUpdate">The Windows10SecureAssessmentConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.PutAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10SecureAssessmentConfiguration using PUT.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToUpdate">The Windows10SecureAssessmentConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10SecureAssessmentConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToUpdate">The Windows10SecureAssessmentConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10SecureAssessmentConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows10SecureAssessmentConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequestBuilder">
            <summary>
            The type Windows10SecureAssessmentConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10SecureAssessmentConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest">
            <summary>
            The type Windows10TeamGeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10TeamGeneralConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10TeamGeneralConfiguration using POST.
            </summary>
            <param name="windows10TeamGeneralConfigurationToCreate">The Windows10TeamGeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10TeamGeneralConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10TeamGeneralConfigurationToCreate">The Windows10TeamGeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10TeamGeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10TeamGeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10TeamGeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10TeamGeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10TeamGeneralConfiguration using PATCH.
            </summary>
            <param name="windows10TeamGeneralConfigurationToUpdate">The Windows10TeamGeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10TeamGeneralConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10TeamGeneralConfigurationToUpdate">The Windows10TeamGeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.PutAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10TeamGeneralConfiguration using PUT.
            </summary>
            <param name="windows10TeamGeneralConfigurationToUpdate">The Windows10TeamGeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10TeamGeneralConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows10TeamGeneralConfigurationToUpdate">The Windows10TeamGeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10TeamGeneralConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10TeamGeneralConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows10TeamGeneralConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10TeamGeneralConfigurationRequestBuilder">
            <summary>
            The type Windows10TeamGeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10TeamGeneralConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows81CompliancePolicyRequest">
            <summary>
            The type Windows81CompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows81CompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows81CompliancePolicy using POST.
            </summary>
            <param name="windows81CompliancePolicyToCreate">The Windows81CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows81CompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows81CompliancePolicyToCreate">The Windows81CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows81CompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows81CompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81CompliancePolicy using PATCH.
            </summary>
            <param name="windows81CompliancePolicyToUpdate">The Windows81CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81CompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows81CompliancePolicyToUpdate">The Windows81CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.PutAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81CompliancePolicy using PUT.
            </summary>
            <param name="windows81CompliancePolicyToUpdate">The Windows81CompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81CompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows81CompliancePolicyToUpdate">The Windows81CompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.Windows81CompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows81CompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.Windows81CompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows81CompliancePolicyRequestBuilder">
            <summary>
            The type Windows81CompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows81CompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows81GeneralConfigurationRequest">
            <summary>
            The type Windows81GeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows81GeneralConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows81GeneralConfiguration using POST.
            </summary>
            <param name="windows81GeneralConfigurationToCreate">The Windows81GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.CreateResponseAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows81GeneralConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows81GeneralConfigurationToCreate">The Windows81GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows81GeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows81GeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81GeneralConfiguration using PATCH.
            </summary>
            <param name="windows81GeneralConfigurationToUpdate">The Windows81GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81GeneralConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows81GeneralConfigurationToUpdate">The Windows81GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.PutAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81GeneralConfiguration using PUT.
            </summary>
            <param name="windows81GeneralConfigurationToUpdate">The Windows81GeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.PutResponseAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81GeneralConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windows81GeneralConfigurationToUpdate">The Windows81GeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows81GeneralConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows81GeneralConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows81GeneralConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows81GeneralConfigurationRequestBuilder">
            <summary>
            The type Windows81GeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows81GeneralConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequest">
            <summary>
            The type WindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBuilder">
            <summary>
            The type WindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="userPrincipalName">A userPrincipalName parameter for the OData method call.</param>
            <param name="addressableUserName">A addressableUserName parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest">
            <summary>
            The type WindowsAutopilotDeviceIdentityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsAutopilotDeviceIdentityRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.CreateAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsAutopilotDeviceIdentity using POST.
            </summary>
            <param name="windowsAutopilotDeviceIdentityToCreate">The WindowsAutopilotDeviceIdentity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.CreateResponseAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsAutopilotDeviceIdentity using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsAutopilotDeviceIdentityToCreate">The WindowsAutopilotDeviceIdentity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsAutopilotDeviceIdentity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsAutopilotDeviceIdentity and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsAutopilotDeviceIdentity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsAutopilotDeviceIdentity and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.UpdateAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsAutopilotDeviceIdentity using PATCH.
            </summary>
            <param name="windowsAutopilotDeviceIdentityToUpdate">The WindowsAutopilotDeviceIdentity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsAutopilotDeviceIdentity.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.UpdateResponseAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsAutopilotDeviceIdentity using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsAutopilotDeviceIdentityToUpdate">The WindowsAutopilotDeviceIdentity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.PutAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsAutopilotDeviceIdentity using PUT.
            </summary>
            <param name="windowsAutopilotDeviceIdentityToUpdate">The WindowsAutopilotDeviceIdentity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.PutResponseAsync(Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsAutopilotDeviceIdentity using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsAutopilotDeviceIdentityToUpdate">The WindowsAutopilotDeviceIdentity object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsAutopilotDeviceIdentity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsAutopilotDeviceIdentity)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsAutopilotDeviceIdentityToInitialize">The <see cref="T:Microsoft.Graph.WindowsAutopilotDeviceIdentity"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequestBuilder">
            <summary>
            The type WindowsAutopilotDeviceIdentityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsAutopilotDeviceIdentityRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequestBuilder.AssignUserToDevice(System.String,System.String)">
            <summary>
            Gets the request builder for WindowsAutopilotDeviceIdentityAssignUserToDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequestBuilder.UnassignUserFromDevice">
            <summary>
            Gets the request builder for WindowsAutopilotDeviceIdentityUnassignUserFromDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityRequestBuilder.UpdateDeviceProperties(System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WindowsAutopilotDeviceIdentityUpdateDeviceProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest">
            <summary>
            The type WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequestBuilder">
            <summary>
            The type WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest">
            <summary>
            The type WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBuilder">
            <summary>
            The type WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="userPrincipalName">A userPrincipalName parameter for the OData method call.</param>
            <param name="addressableUserName">A addressableUserName parameter for the OData method call.</param>
            <param name="groupTag">A groupTag parameter for the OData method call.</param>
            <param name="displayName">A displayName parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest">
            <summary>
            The type WindowsDefenderAdvancedThreatProtectionConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsDefenderAdvancedThreatProtectionConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using POST.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToCreate">The WindowsDefenderAdvancedThreatProtectionConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.CreateResponseAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToCreate">The WindowsDefenderAdvancedThreatProtectionConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsDefenderAdvancedThreatProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsDefenderAdvancedThreatProtectionConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsDefenderAdvancedThreatProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsDefenderAdvancedThreatProtectionConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PATCH.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToUpdate">The WindowsDefenderAdvancedThreatProtectionConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToUpdate">The WindowsDefenderAdvancedThreatProtectionConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.PutAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PUT.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToUpdate">The WindowsDefenderAdvancedThreatProtectionConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.PutResponseAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToUpdate">The WindowsDefenderAdvancedThreatProtectionConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToInitialize">The <see cref="T:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder">
            <summary>
            The type WindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest">
            <summary>
            The type WindowsHelloForBusinessAuthenticationMethodRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsHelloForBusinessAuthenticationMethodRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.CreateAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsHelloForBusinessAuthenticationMethod using POST.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethodToCreate">The WindowsHelloForBusinessAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsHelloForBusinessAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.CreateResponseAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsHelloForBusinessAuthenticationMethod using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethodToCreate">The WindowsHelloForBusinessAuthenticationMethod to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsHelloForBusinessAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsHelloForBusinessAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsHelloForBusinessAuthenticationMethod.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsHelloForBusinessAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsHelloForBusinessAuthenticationMethod and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.UpdateAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsHelloForBusinessAuthenticationMethod using PATCH.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethodToUpdate">The WindowsHelloForBusinessAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsHelloForBusinessAuthenticationMethod.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.UpdateResponseAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsHelloForBusinessAuthenticationMethod using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethodToUpdate">The WindowsHelloForBusinessAuthenticationMethod to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.PutAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsHelloForBusinessAuthenticationMethod using PUT.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethodToUpdate">The WindowsHelloForBusinessAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.PutResponseAsync(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsHelloForBusinessAuthenticationMethod using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethodToUpdate">The WindowsHelloForBusinessAuthenticationMethod object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsHelloForBusinessAuthenticationMethodToInitialize">The <see cref="T:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethod"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequestBuilder">
            <summary>
            The type WindowsHelloForBusinessAuthenticationMethodRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsHelloForBusinessAuthenticationMethodRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsHelloForBusinessAuthenticationMethodRequestBuilder.Device">
            <summary>
            Gets the request builder for Device.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest">
            <summary>
            The type WindowsInformationProtectionAppLearningSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionAppLearningSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLearningSummary using POST.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToCreate">The WindowsInformationProtectionAppLearningSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.CreateResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLearningSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToCreate">The WindowsInformationProtectionAppLearningSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLearningSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionAppLearningSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLearningSummary using PATCH.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToUpdate">The WindowsInformationProtectionAppLearningSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.UpdateResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLearningSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToUpdate">The WindowsInformationProtectionAppLearningSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.PutAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLearningSummary using PUT.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToUpdate">The WindowsInformationProtectionAppLearningSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.PutResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLearningSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToUpdate">The WindowsInformationProtectionAppLearningSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToInitialize">The <see cref="T:Microsoft.Graph.WindowsInformationProtectionAppLearningSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequestBuilder">
            <summary>
            The type WindowsInformationProtectionAppLearningSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionAppLearningSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest">
            <summary>
            The type WindowsInformationProtectionAppLockerFileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionAppLockerFileRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLockerFile using POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToCreate">The WindowsInformationProtectionAppLockerFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.CreateResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLockerFile using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToCreate">The WindowsInformationProtectionAppLockerFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLockerFile and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionAppLockerFile and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLockerFile using PATCH.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToUpdate">The WindowsInformationProtectionAppLockerFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.UpdateResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLockerFile using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToUpdate">The WindowsInformationProtectionAppLockerFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.PutAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLockerFile using PUT.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToUpdate">The WindowsInformationProtectionAppLockerFile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.PutResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLockerFile using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToUpdate">The WindowsInformationProtectionAppLockerFile object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsInformationProtectionAppLockerFile)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToInitialize">The <see cref="T:Microsoft.Graph.WindowsInformationProtectionAppLockerFile"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequestBuilder">
            <summary>
            The type WindowsInformationProtectionAppLockerFileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionAppLockerFileRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionPage">
            <summary>
            The type WindowsInformationProtectionAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest">
            <summary>
            The type WindowsInformationProtectionAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.AddResponseAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequestBuilder">
            <summary>
            The type WindowsInformationProtectionAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/> for the specified WindowsInformationProtectionTargetedManagedAppPolicyAssignment.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionTargetedManagedAppPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionResponse">
            <summary>
            The type WindowsInformationProtectionAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignRequest">
            <summary>
            The type WindowsInformationProtectionAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignRequestBuilder">
            <summary>
            The type WindowsInformationProtectionAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WindowsInformationProtectionAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="assignments">A assignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionPage">
            <summary>
            The type WindowsInformationProtectionExemptAppLockerFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest">
            <summary>
            The type WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder">
            <summary>
            The type WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/> for the specified WindowsInformationProtectionWindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionWindowsInformationProtectionAppLockerFile.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionResponse">
            <summary>
            The type WindowsInformationProtectionExemptAppLockerFilesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest">
            <summary>
            The type WindowsInformationProtectionNetworkLearningSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionNetworkLearningSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionNetworkLearningSummary using POST.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToCreate">The WindowsInformationProtectionNetworkLearningSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.CreateResponseAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionNetworkLearningSummary using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToCreate">The WindowsInformationProtectionNetworkLearningSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionNetworkLearningSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionNetworkLearningSummary and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionNetworkLearningSummary using PATCH.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToUpdate">The WindowsInformationProtectionNetworkLearningSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.UpdateResponseAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionNetworkLearningSummary using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToUpdate">The WindowsInformationProtectionNetworkLearningSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.PutAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionNetworkLearningSummary using PUT.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToUpdate">The WindowsInformationProtectionNetworkLearningSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.PutResponseAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionNetworkLearningSummary using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToUpdate">The WindowsInformationProtectionNetworkLearningSummary object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToInitialize">The <see cref="T:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequestBuilder">
            <summary>
            The type WindowsInformationProtectionNetworkLearningSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionNetworkLearningSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionPolicyRequest">
            <summary>
            The type WindowsInformationProtectionPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionPolicy using POST.
            </summary>
            <param name="windowsInformationProtectionPolicyToCreate">The WindowsInformationProtectionPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.CreateResponseAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionPolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionPolicyToCreate">The WindowsInformationProtectionPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionPolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionPolicy using PATCH.
            </summary>
            <param name="windowsInformationProtectionPolicyToUpdate">The WindowsInformationProtectionPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.UpdateResponseAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionPolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionPolicyToUpdate">The WindowsInformationProtectionPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.PutAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionPolicy using PUT.
            </summary>
            <param name="windowsInformationProtectionPolicyToUpdate">The WindowsInformationProtectionPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.PutResponseAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionPolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionPolicyToUpdate">The WindowsInformationProtectionPolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsInformationProtectionPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsInformationProtectionPolicyToInitialize">The <see cref="T:Microsoft.Graph.WindowsInformationProtectionPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionPolicyRequestBuilder">
            <summary>
            The type WindowsInformationProtectionPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionPage">
            <summary>
            The type WindowsInformationProtectionProtectedAppLockerFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest">
            <summary>
            The type WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.AddResponseAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder">
            <summary>
            The type WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/> for the specified WindowsInformationProtectionWindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionWindowsInformationProtectionAppLockerFile.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionResponse">
            <summary>
            The type WindowsInformationProtectionProtectedAppLockerFilesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionRequest">
            <summary>
            The type WindowsInformationProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtection using POST.
            </summary>
            <param name="windowsInformationProtectionToCreate">The WindowsInformationProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.CreateResponseAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionToCreate">The WindowsInformationProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtection using PATCH.
            </summary>
            <param name="windowsInformationProtectionToUpdate">The WindowsInformationProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.UpdateResponseAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionToUpdate">The WindowsInformationProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.PutAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtection using PUT.
            </summary>
            <param name="windowsInformationProtectionToUpdate">The WindowsInformationProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.PutResponseAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsInformationProtectionToUpdate">The WindowsInformationProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsInformationProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsInformationProtectionToInitialize">The <see cref="T:Microsoft.Graph.WindowsInformationProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionRequestBuilder">
            <summary>
            The type WindowsInformationProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.ExemptAppLockerFiles">
            <summary>
            Gets the request builder for ExemptAppLockerFiles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.ProtectedAppLockerFiles">
            <summary>
            Gets the request builder for ProtectedAppLockerFiles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Gets the request builder for WindowsInformationProtectionAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest">
            <summary>
            The type WindowsMicrosoftEdgeAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsMicrosoftEdgeAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.CreateAsync(Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsMicrosoftEdgeApp using POST.
            </summary>
            <param name="windowsMicrosoftEdgeAppToCreate">The WindowsMicrosoftEdgeApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsMicrosoftEdgeApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.CreateResponseAsync(Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsMicrosoftEdgeApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsMicrosoftEdgeAppToCreate">The WindowsMicrosoftEdgeApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsMicrosoftEdgeApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsMicrosoftEdgeApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsMicrosoftEdgeApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsMicrosoftEdgeApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsMicrosoftEdgeApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.UpdateAsync(Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMicrosoftEdgeApp using PATCH.
            </summary>
            <param name="windowsMicrosoftEdgeAppToUpdate">The WindowsMicrosoftEdgeApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsMicrosoftEdgeApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.UpdateResponseAsync(Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMicrosoftEdgeApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsMicrosoftEdgeAppToUpdate">The WindowsMicrosoftEdgeApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.PutAsync(Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMicrosoftEdgeApp using PUT.
            </summary>
            <param name="windowsMicrosoftEdgeAppToUpdate">The WindowsMicrosoftEdgeApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.PutResponseAsync(Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMicrosoftEdgeApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsMicrosoftEdgeAppToUpdate">The WindowsMicrosoftEdgeApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsMicrosoftEdgeApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsMicrosoftEdgeApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsMicrosoftEdgeAppToInitialize">The <see cref="T:Microsoft.Graph.WindowsMicrosoftEdgeApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsMicrosoftEdgeAppRequestBuilder">
            <summary>
            The type WindowsMicrosoftEdgeAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsMicrosoftEdgeAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMicrosoftEdgeAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsMobileMSIRequest">
            <summary>
            The type WindowsMobileMSIRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsMobileMSIRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.CreateAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsMobileMSI using POST.
            </summary>
            <param name="windowsMobileMSIToCreate">The WindowsMobileMSI to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.CreateResponseAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsMobileMSI using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsMobileMSIToCreate">The WindowsMobileMSI to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsMobileMSI.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsMobileMSI and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsMobileMSI.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsMobileMSI and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.UpdateAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMobileMSI using PATCH.
            </summary>
            <param name="windowsMobileMSIToUpdate">The WindowsMobileMSI to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.UpdateResponseAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMobileMSI using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsMobileMSIToUpdate">The WindowsMobileMSI to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.PutAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMobileMSI using PUT.
            </summary>
            <param name="windowsMobileMSIToUpdate">The WindowsMobileMSI object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.PutResponseAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMobileMSI using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsMobileMSIToUpdate">The WindowsMobileMSI object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsMobileMSI,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsMobileMSI,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsMobileMSI)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsMobileMSIToInitialize">The <see cref="T:Microsoft.Graph.WindowsMobileMSI"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsMobileMSIRequestBuilder">
            <summary>
            The type WindowsMobileMSIRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsMobileMSIRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest">
            <summary>
            The type WindowsPhone81CompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsPhone81CompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.CreateAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81CompliancePolicy using POST.
            </summary>
            <param name="windowsPhone81CompliancePolicyToCreate">The WindowsPhone81CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.CreateResponseAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81CompliancePolicy using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81CompliancePolicyToCreate">The WindowsPhone81CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81CompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81CompliancePolicy and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CompliancePolicy using PATCH.
            </summary>
            <param name="windowsPhone81CompliancePolicyToUpdate">The WindowsPhone81CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.UpdateResponseAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CompliancePolicy using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81CompliancePolicyToUpdate">The WindowsPhone81CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.PutAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CompliancePolicy using PUT.
            </summary>
            <param name="windowsPhone81CompliancePolicyToUpdate">The WindowsPhone81CompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.PutResponseAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CompliancePolicy using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81CompliancePolicyToUpdate">The WindowsPhone81CompliancePolicy object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsPhone81CompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsPhone81CompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.WindowsPhone81CompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81CompliancePolicyRequestBuilder">
            <summary>
            The type WindowsPhone81CompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsPhone81CompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest">
            <summary>
            The type WindowsPhone81CustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsPhone81CustomConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81CustomConfiguration using POST.
            </summary>
            <param name="windowsPhone81CustomConfigurationToCreate">The WindowsPhone81CustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.CreateResponseAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81CustomConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81CustomConfigurationToCreate">The WindowsPhone81CustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81CustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81CustomConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CustomConfiguration using PATCH.
            </summary>
            <param name="windowsPhone81CustomConfigurationToUpdate">The WindowsPhone81CustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CustomConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81CustomConfigurationToUpdate">The WindowsPhone81CustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.PutAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CustomConfiguration using PUT.
            </summary>
            <param name="windowsPhone81CustomConfigurationToUpdate">The WindowsPhone81CustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.PutResponseAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CustomConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81CustomConfigurationToUpdate">The WindowsPhone81CustomConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsPhone81CustomConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsPhone81CustomConfigurationToInitialize">The <see cref="T:Microsoft.Graph.WindowsPhone81CustomConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81CustomConfigurationRequestBuilder">
            <summary>
            The type WindowsPhone81CustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsPhone81CustomConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest">
            <summary>
            The type WindowsPhone81GeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsPhone81GeneralConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81GeneralConfiguration using POST.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToCreate">The WindowsPhone81GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.CreateResponseAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81GeneralConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToCreate">The WindowsPhone81GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81GeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81GeneralConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81GeneralConfiguration using PATCH.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToUpdate">The WindowsPhone81GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81GeneralConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToUpdate">The WindowsPhone81GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.PutAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81GeneralConfiguration using PUT.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToUpdate">The WindowsPhone81GeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.PutResponseAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81GeneralConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToUpdate">The WindowsPhone81GeneralConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsPhone81GeneralConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToInitialize">The <see cref="T:Microsoft.Graph.WindowsPhone81GeneralConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequestBuilder">
            <summary>
            The type WindowsPhone81GeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsPhone81GeneralConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionPage">
            <summary>
            The type WindowsUniversalAppXCommittedContainedAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest">
            <summary>
            The type WindowsUniversalAppXCommittedContainedAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsUniversalAppXCommittedContainedAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest.AddAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileContainedApp to the collection via POST.
            </summary>
            <param name="mobileContainedApp">The MobileContainedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest.AddResponseAsync(Microsoft.Graph.MobileContainedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileContainedApp to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="mobileContainedApp">The MobileContainedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileContainedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileContainedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder">
            <summary>
            The type WindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileContainedAppRequestBuilder"/> for the specified WindowsUniversalAppXMobileContainedApp.
            </summary>
            <param name="id">The ID for the WindowsUniversalAppXMobileContainedApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileContainedAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionResponse">
            <summary>
            The type WindowsUniversalAppXCommittedContainedAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppXCommittedContainedAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest">
            <summary>
            The type WindowsUniversalAppXContainedAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsUniversalAppXContainedAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.CreateAsync(Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUniversalAppXContainedApp using POST.
            </summary>
            <param name="windowsUniversalAppXContainedAppToCreate">The WindowsUniversalAppXContainedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsUniversalAppXContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.CreateResponseAsync(Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUniversalAppXContainedApp using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUniversalAppXContainedAppToCreate">The WindowsUniversalAppXContainedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUniversalAppXContainedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUniversalAppXContainedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUniversalAppXContainedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsUniversalAppXContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUniversalAppXContainedApp and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.UpdateAsync(Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppXContainedApp using PATCH.
            </summary>
            <param name="windowsUniversalAppXContainedAppToUpdate">The WindowsUniversalAppXContainedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsUniversalAppXContainedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.UpdateResponseAsync(Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppXContainedApp using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUniversalAppXContainedAppToUpdate">The WindowsUniversalAppXContainedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.PutAsync(Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppXContainedApp using PUT.
            </summary>
            <param name="windowsUniversalAppXContainedAppToUpdate">The WindowsUniversalAppXContainedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.PutResponseAsync(Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppXContainedApp using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUniversalAppXContainedAppToUpdate">The WindowsUniversalAppXContainedApp object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUniversalAppXContainedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsUniversalAppXContainedApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsUniversalAppXContainedAppToInitialize">The <see cref="T:Microsoft.Graph.WindowsUniversalAppXContainedApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsUniversalAppXContainedAppRequestBuilder">
            <summary>
            The type WindowsUniversalAppXContainedAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsUniversalAppXContainedAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXContainedAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsUniversalAppXRequest">
            <summary>
            The type WindowsUniversalAppXRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsUniversalAppXRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.CreateAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUniversalAppX using POST.
            </summary>
            <param name="windowsUniversalAppXToCreate">The WindowsUniversalAppX to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.CreateResponseAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUniversalAppX using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUniversalAppXToCreate">The WindowsUniversalAppX to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUniversalAppX.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUniversalAppX and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUniversalAppX.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUniversalAppX and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.UpdateAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppX using PATCH.
            </summary>
            <param name="windowsUniversalAppXToUpdate">The WindowsUniversalAppX to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.UpdateResponseAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppX using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUniversalAppXToUpdate">The WindowsUniversalAppX to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.PutAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppX using PUT.
            </summary>
            <param name="windowsUniversalAppXToUpdate">The WindowsUniversalAppX object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.PutResponseAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppX using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUniversalAppXToUpdate">The WindowsUniversalAppX object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUniversalAppX,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUniversalAppX,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsUniversalAppX)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsUniversalAppXToInitialize">The <see cref="T:Microsoft.Graph.WindowsUniversalAppX"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsUniversalAppXRequestBuilder">
            <summary>
            The type WindowsUniversalAppXRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsUniversalAppXRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppXRequestBuilder.CommittedContainedApps">
            <summary>
            Gets the request builder for CommittedContainedApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsUniversalAppXCommittedContainedAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest">
            <summary>
            The type WindowsUpdateForBusinessConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsUpdateForBusinessConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUpdateForBusinessConfiguration using POST.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToCreate">The WindowsUpdateForBusinessConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.CreateResponseAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUpdateForBusinessConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToCreate">The WindowsUpdateForBusinessConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUpdateForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUpdateForBusinessConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUpdateForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUpdateForBusinessConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUpdateForBusinessConfiguration using PATCH.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToUpdate">The WindowsUpdateForBusinessConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUpdateForBusinessConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToUpdate">The WindowsUpdateForBusinessConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.PutAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUpdateForBusinessConfiguration using PUT.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToUpdate">The WindowsUpdateForBusinessConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.PutResponseAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUpdateForBusinessConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToUpdate">The WindowsUpdateForBusinessConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsUpdateForBusinessConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToInitialize">The <see cref="T:Microsoft.Graph.WindowsUpdateForBusinessConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequestBuilder">
            <summary>
            The type WindowsUpdateForBusinessConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsUpdateForBusinessConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookApplicationCalculateRequest">
            <summary>
            The type WorkbookApplicationCalculateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookApplicationCalculateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookApplicationCalculateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookApplicationCalculateRequestBuilder">
            <summary>
            The type WorkbookApplicationCalculateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookApplicationCalculateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="calculationType">A calculationType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookApplicationRequest">
            <summary>
            The type WorkbookApplicationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookApplicationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.CreateAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookApplication using POST.
            </summary>
            <param name="workbookApplicationToCreate">The WorkbookApplication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.CreateResponseAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookApplication using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookApplicationToCreate">The WorkbookApplication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookApplication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookApplication and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookApplication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookApplication and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.UpdateAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookApplication using PATCH.
            </summary>
            <param name="workbookApplicationToUpdate">The WorkbookApplication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookApplication using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookApplicationToUpdate">The WorkbookApplication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.PutAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookApplication using PUT.
            </summary>
            <param name="workbookApplicationToUpdate">The WorkbookApplication object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.PutResponseAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookApplication using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookApplicationToUpdate">The WorkbookApplication object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookApplication,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookApplication,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookApplication)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookApplicationToInitialize">The <see cref="T:Microsoft.Graph.WorkbookApplication"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookApplicationRequestBuilder">
            <summary>
            The type WorkbookApplicationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookApplicationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequestBuilder.Calculate(System.String)">
            <summary>
            Gets the request builder for WorkbookApplicationCalculate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookApplicationCalculateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAddRequest">
            <summary>
            The type WorkbookChartAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAddRequestBuilder">
            <summary>
            The type WorkbookChartAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="type">A type parameter for the OData method call.</param>
            <param name="seriesBy">A seriesBy parameter for the OData method call.</param>
            <param name="sourceData">A sourceData parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAreaFormatRequest">
            <summary>
            The type WorkbookChartAreaFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAreaFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAreaFormat using POST.
            </summary>
            <param name="workbookChartAreaFormatToCreate">The WorkbookChartAreaFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAreaFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAreaFormatToCreate">The WorkbookChartAreaFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAreaFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAreaFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAreaFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAreaFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAreaFormat using PATCH.
            </summary>
            <param name="workbookChartAreaFormatToUpdate">The WorkbookChartAreaFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAreaFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAreaFormatToUpdate">The WorkbookChartAreaFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAreaFormat using PUT.
            </summary>
            <param name="workbookChartAreaFormatToUpdate">The WorkbookChartAreaFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAreaFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAreaFormatToUpdate">The WorkbookChartAreaFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAreaFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAreaFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartAreaFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartAreaFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartAreaFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAreaFormatRequestBuilder">
            <summary>
            The type WorkbookChartAreaFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartAreaFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAreaFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAreaFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxesRequest">
            <summary>
            The type WorkbookChartAxesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAxesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxes using POST.
            </summary>
            <param name="workbookChartAxesToCreate">The WorkbookChartAxes to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxes using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxesToCreate">The WorkbookChartAxes to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxes.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxes and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxes.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxes and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxes using PATCH.
            </summary>
            <param name="workbookChartAxesToUpdate">The WorkbookChartAxes to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxes using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxesToUpdate">The WorkbookChartAxes to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.PutAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxes using PUT.
            </summary>
            <param name="workbookChartAxesToUpdate">The WorkbookChartAxes object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxes using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxesToUpdate">The WorkbookChartAxes object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxes,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxes,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartAxes)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartAxesToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartAxes"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxesRequestBuilder">
            <summary>
            The type WorkbookChartAxesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartAxesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxesRequestBuilder.CategoryAxis">
            <summary>
            Gets the request builder for CategoryAxis.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxesRequestBuilder.SeriesAxis">
            <summary>
            Gets the request builder for SeriesAxis.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxesRequestBuilder.ValueAxis">
            <summary>
            Gets the request builder for ValueAxis.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisFormatRequest">
            <summary>
            The type WorkbookChartAxisFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAxisFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisFormat using POST.
            </summary>
            <param name="workbookChartAxisFormatToCreate">The WorkbookChartAxisFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisFormatToCreate">The WorkbookChartAxisFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisFormat using PATCH.
            </summary>
            <param name="workbookChartAxisFormatToUpdate">The WorkbookChartAxisFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisFormatToUpdate">The WorkbookChartAxisFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisFormat using PUT.
            </summary>
            <param name="workbookChartAxisFormatToUpdate">The WorkbookChartAxisFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisFormatToUpdate">The WorkbookChartAxisFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartAxisFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartAxisFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartAxisFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisFormatRequestBuilder">
            <summary>
            The type WorkbookChartAxisFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartAxisFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisFormatRequestBuilder.Line">
            <summary>
            Gets the request builder for Line.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisRequest">
            <summary>
            The type WorkbookChartAxisRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAxisRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxis using POST.
            </summary>
            <param name="workbookChartAxisToCreate">The WorkbookChartAxis to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxis using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisToCreate">The WorkbookChartAxis to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxis.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxis and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxis.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxis and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxis using PATCH.
            </summary>
            <param name="workbookChartAxisToUpdate">The WorkbookChartAxis to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxis using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisToUpdate">The WorkbookChartAxis to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.PutAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxis using PUT.
            </summary>
            <param name="workbookChartAxisToUpdate">The WorkbookChartAxis object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxis using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisToUpdate">The WorkbookChartAxis object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxis,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxis,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartAxis)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartAxisToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartAxis"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisRequestBuilder">
            <summary>
            The type WorkbookChartAxisRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartAxisRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisRequestBuilder.MajorGridlines">
            <summary>
            Gets the request builder for MajorGridlines.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisRequestBuilder.MinorGridlines">
            <summary>
            Gets the request builder for MinorGridlines.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisRequestBuilder.Title">
            <summary>
            Gets the request builder for Title.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisTitleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest">
            <summary>
            The type WorkbookChartAxisTitleFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAxisTitleFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisTitleFormat using POST.
            </summary>
            <param name="workbookChartAxisTitleFormatToCreate">The WorkbookChartAxisTitleFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisTitleFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisTitleFormatToCreate">The WorkbookChartAxisTitleFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisTitleFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisTitleFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitleFormat using PATCH.
            </summary>
            <param name="workbookChartAxisTitleFormatToUpdate">The WorkbookChartAxisTitleFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitleFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisTitleFormatToUpdate">The WorkbookChartAxisTitleFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitleFormat using PUT.
            </summary>
            <param name="workbookChartAxisTitleFormatToUpdate">The WorkbookChartAxisTitleFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitleFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisTitleFormatToUpdate">The WorkbookChartAxisTitleFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartAxisTitleFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartAxisTitleFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartAxisTitleFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisTitleFormatRequestBuilder">
            <summary>
            The type WorkbookChartAxisTitleFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartAxisTitleFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisTitleFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisTitleRequest">
            <summary>
            The type WorkbookChartAxisTitleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAxisTitleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisTitle using POST.
            </summary>
            <param name="workbookChartAxisTitleToCreate">The WorkbookChartAxisTitle to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisTitle using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisTitleToCreate">The WorkbookChartAxisTitle to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisTitle and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisTitle and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitle using PATCH.
            </summary>
            <param name="workbookChartAxisTitleToUpdate">The WorkbookChartAxisTitle to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitle using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisTitleToUpdate">The WorkbookChartAxisTitle to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.PutAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitle using PUT.
            </summary>
            <param name="workbookChartAxisTitleToUpdate">The WorkbookChartAxisTitle object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitle using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartAxisTitleToUpdate">The WorkbookChartAxisTitle object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitle,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitle,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartAxisTitle)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartAxisTitleToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartAxisTitle"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisTitleRequestBuilder">
            <summary>
            The type WorkbookChartAxisTitleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartAxisTitleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisTitleRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartCountRequest">
            <summary>
            The type WorkbookChartCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartCountRequestBuilder">
            <summary>
            The type WorkbookChartCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartDataLabelFormatRequest">
            <summary>
            The type WorkbookChartDataLabelFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartDataLabelFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartDataLabelFormat using POST.
            </summary>
            <param name="workbookChartDataLabelFormatToCreate">The WorkbookChartDataLabelFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartDataLabelFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartDataLabelFormatToCreate">The WorkbookChartDataLabelFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartDataLabelFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartDataLabelFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartDataLabelFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartDataLabelFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabelFormat using PATCH.
            </summary>
            <param name="workbookChartDataLabelFormatToUpdate">The WorkbookChartDataLabelFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabelFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartDataLabelFormatToUpdate">The WorkbookChartDataLabelFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabelFormat using PUT.
            </summary>
            <param name="workbookChartDataLabelFormatToUpdate">The WorkbookChartDataLabelFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabelFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartDataLabelFormatToUpdate">The WorkbookChartDataLabelFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabelFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabelFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartDataLabelFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartDataLabelFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartDataLabelFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartDataLabelFormatRequestBuilder">
            <summary>
            The type WorkbookChartDataLabelFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartDataLabelFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabelFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabelFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartDataLabelsRequest">
            <summary>
            The type WorkbookChartDataLabelsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartDataLabelsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.CreateAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartDataLabels using POST.
            </summary>
            <param name="workbookChartDataLabelsToCreate">The WorkbookChartDataLabels to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartDataLabels using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartDataLabelsToCreate">The WorkbookChartDataLabels to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartDataLabels.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartDataLabels and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartDataLabels.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartDataLabels and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.UpdateAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabels using PATCH.
            </summary>
            <param name="workbookChartDataLabelsToUpdate">The WorkbookChartDataLabels to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabels using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartDataLabelsToUpdate">The WorkbookChartDataLabels to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.PutAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabels using PUT.
            </summary>
            <param name="workbookChartDataLabelsToUpdate">The WorkbookChartDataLabels object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabels using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartDataLabelsToUpdate">The WorkbookChartDataLabels object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabels,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabels,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartDataLabels)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartDataLabelsToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartDataLabels"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartDataLabelsRequestBuilder">
            <summary>
            The type WorkbookChartDataLabelsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartDataLabelsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabelsRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillClearRequest">
            <summary>
            The type WorkbookChartFillClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartFillClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillClearRequestBuilder">
            <summary>
            The type WorkbookChartFillClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartFillClearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillRequest">
            <summary>
            The type WorkbookChartFillRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartFillRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.CreateAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartFill using POST.
            </summary>
            <param name="workbookChartFillToCreate">The WorkbookChartFill to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartFill using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartFillToCreate">The WorkbookChartFill to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartFill and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartFill and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.UpdateAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFill using PATCH.
            </summary>
            <param name="workbookChartFillToUpdate">The WorkbookChartFill to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFill using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartFillToUpdate">The WorkbookChartFill to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.PutAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFill using PUT.
            </summary>
            <param name="workbookChartFillToUpdate">The WorkbookChartFill object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFill using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartFillToUpdate">The WorkbookChartFill object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFill,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFill,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartFill)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartFillToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartFill"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillRequestBuilder">
            <summary>
            The type WorkbookChartFillRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartFillRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookChartFillClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequestBuilder.SetSolidColor(System.String)">
            <summary>
            Gets the request builder for WorkbookChartFillSetSolidColor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest">
            <summary>
            The type WorkbookChartFillSetSolidColorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartFillSetSolidColorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillSetSolidColorRequestBuilder">
            <summary>
            The type WorkbookChartFillSetSolidColorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartFillSetSolidColorRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="color">A color parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFontRequest">
            <summary>
            The type WorkbookChartFontRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartFontRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.CreateAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartFont using POST.
            </summary>
            <param name="workbookChartFontToCreate">The WorkbookChartFont to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartFont using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartFontToCreate">The WorkbookChartFont to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartFont and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartFont and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.UpdateAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFont using PATCH.
            </summary>
            <param name="workbookChartFontToUpdate">The WorkbookChartFont to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFont using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartFontToUpdate">The WorkbookChartFont to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.PutAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFont using PUT.
            </summary>
            <param name="workbookChartFontToUpdate">The WorkbookChartFont object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFont using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartFontToUpdate">The WorkbookChartFont object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFont,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFont,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartFont)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartFontToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartFont"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFontRequestBuilder">
            <summary>
            The type WorkbookChartFontRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartFontRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartGridlinesFormatRequest">
            <summary>
            The type WorkbookChartGridlinesFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartGridlinesFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartGridlinesFormat using POST.
            </summary>
            <param name="workbookChartGridlinesFormatToCreate">The WorkbookChartGridlinesFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartGridlinesFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartGridlinesFormatToCreate">The WorkbookChartGridlinesFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartGridlinesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartGridlinesFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartGridlinesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartGridlinesFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlinesFormat using PATCH.
            </summary>
            <param name="workbookChartGridlinesFormatToUpdate">The WorkbookChartGridlinesFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlinesFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartGridlinesFormatToUpdate">The WorkbookChartGridlinesFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlinesFormat using PUT.
            </summary>
            <param name="workbookChartGridlinesFormatToUpdate">The WorkbookChartGridlinesFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlinesFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartGridlinesFormatToUpdate">The WorkbookChartGridlinesFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlinesFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlinesFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartGridlinesFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartGridlinesFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartGridlinesFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartGridlinesFormatRequestBuilder">
            <summary>
            The type WorkbookChartGridlinesFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartGridlinesFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartGridlinesFormatRequestBuilder.Line">
            <summary>
            Gets the request builder for Line.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartGridlinesRequest">
            <summary>
            The type WorkbookChartGridlinesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartGridlinesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.CreateAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartGridlines using POST.
            </summary>
            <param name="workbookChartGridlinesToCreate">The WorkbookChartGridlines to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartGridlines using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartGridlinesToCreate">The WorkbookChartGridlines to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartGridlines.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartGridlines and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartGridlines.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartGridlines and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlines using PATCH.
            </summary>
            <param name="workbookChartGridlinesToUpdate">The WorkbookChartGridlines to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlines using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartGridlinesToUpdate">The WorkbookChartGridlines to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.PutAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlines using PUT.
            </summary>
            <param name="workbookChartGridlinesToUpdate">The WorkbookChartGridlines object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlines using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartGridlinesToUpdate">The WorkbookChartGridlines object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlines,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlines,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartGridlines)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartGridlinesToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartGridlines"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartGridlinesRequestBuilder">
            <summary>
            The type WorkbookChartGridlinesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartGridlinesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartGridlinesRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartGridlinesFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartImageRequest">
            <summary>
            The type WorkbookChartImageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartImageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartImageRequestBuilder">
            <summary>
            The type WorkbookChartImageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartImageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartImageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="width">A width parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartImageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="width">A width parameter for the OData method call.</param>
            <param name="height">A height parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32,System.Int32,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartImageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="width">A width parameter for the OData method call.</param>
            <param name="height">A height parameter for the OData method call.</param>
            <param name="fittingMode">A fittingMode parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartItemAtRequest">
            <summary>
            The type WorkbookChartItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchart">The WorkbookChart object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartItemAtRequestBuilder">
            <summary>
            The type WorkbookChartItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.Add(System.String,System.String,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartAddRequestBuilder.
            </summary>
            <param name="type">A type parameter for the OData method call.</param>
            <param name="seriesBy">A seriesBy parameter for the OData method call.</param>
            <param name="sourceData">A sourceData parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.Image">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.Image(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <param name="width">A width parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.Image(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <param name="width">A width parameter for the OData method call.</param>
            <param name="height">A height parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.Image(System.Int32,System.Int32,System.String)">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <param name="width">A width parameter for the OData method call.</param>
            <param name="height">A height parameter for the OData method call.</param>
            <param name="fittingMode">A fittingMode parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.Item(System.String)">
            <summary>
            Gets the request builder for WorkbookChartItemRequestBuilder.
            </summary>
            <param name="name">A name parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.SetData(System.String,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartSetDataRequestBuilder.
            </summary>
            <param name="seriesBy">A seriesBy parameter for the OData method call.</param>
            <param name="sourceData">A sourceData parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetDataRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.SetPosition(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartSetPositionRequestBuilder.
            </summary>
            <param name="startCell">A startCell parameter for the OData method call.</param>
            <param name="endCell">A endCell parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetPositionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.Axes">
            <summary>
            Gets the request builder for Axes.
            Represents chart axes. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.DataLabels">
            <summary>
            Gets the request builder for DataLabels.
            Represents the datalabels on the chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Encapsulates the format properties for the chart area. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.Legend">
            <summary>
            Gets the request builder for Legend.
            Represents the legend for the chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLegendRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.Series">
            <summary>
            Gets the request builder for Series.
            Represents either a single series or collection of series in the chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.Title">
            <summary>
            Gets the request builder for Title.
            Represents the title of the specified chart, including the text, visibility, position and formating of the title. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartTitleRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartItemRequest">
            <summary>
            The type WorkbookChartItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.PatchAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.PatchResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.PutAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchart">The WorkbookChart object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.PutResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartItemRequestBuilder">
            <summary>
            The type WorkbookChartItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartItemRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.Add(System.String,System.String,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartAddRequestBuilder.
            </summary>
            <param name="type">A type parameter for the OData method call.</param>
            <param name="seriesBy">A seriesBy parameter for the OData method call.</param>
            <param name="sourceData">A sourceData parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.Image">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.Image(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <param name="width">A width parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.Image(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <param name="width">A width parameter for the OData method call.</param>
            <param name="height">A height parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.Image(System.Int32,System.Int32,System.String)">
            <summary>
            Gets the request builder for WorkbookChartImageRequestBuilder.
            </summary>
            <param name="width">A width parameter for the OData method call.</param>
            <param name="height">A height parameter for the OData method call.</param>
            <param name="fittingMode">A fittingMode parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.Item(System.String)">
            <summary>
            Gets the request builder for WorkbookChartItemRequestBuilder.
            </summary>
            <param name="name">A name parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.SetData(System.String,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartSetDataRequestBuilder.
            </summary>
            <param name="seriesBy">A seriesBy parameter for the OData method call.</param>
            <param name="sourceData">A sourceData parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetDataRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.SetPosition(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartSetPositionRequestBuilder.
            </summary>
            <param name="startCell">A startCell parameter for the OData method call.</param>
            <param name="endCell">A endCell parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetPositionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemRequestBuilder.Axes">
            <summary>
            Gets the request builder for Axes.
            Represents chart axes. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemRequestBuilder.DataLabels">
            <summary>
            Gets the request builder for DataLabels.
            Represents the datalabels on the chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Encapsulates the format properties for the chart area. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemRequestBuilder.Legend">
            <summary>
            Gets the request builder for Legend.
            Represents the legend for the chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLegendRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemRequestBuilder.Series">
            <summary>
            Gets the request builder for Series.
            Represents either a single series or collection of series in the chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemRequestBuilder.Title">
            <summary>
            Gets the request builder for Title.
            Represents the title of the specified chart, including the text, visibility, position and formating of the title. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartTitleRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartItemRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current chart. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLegendFormatRequest">
            <summary>
            The type WorkbookChartLegendFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartLegendFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLegendFormat using POST.
            </summary>
            <param name="workbookChartLegendFormatToCreate">The WorkbookChartLegendFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLegendFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLegendFormatToCreate">The WorkbookChartLegendFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLegendFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLegendFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLegendFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLegendFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegendFormat using PATCH.
            </summary>
            <param name="workbookChartLegendFormatToUpdate">The WorkbookChartLegendFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegendFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLegendFormatToUpdate">The WorkbookChartLegendFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegendFormat using PUT.
            </summary>
            <param name="workbookChartLegendFormatToUpdate">The WorkbookChartLegendFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegendFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLegendFormatToUpdate">The WorkbookChartLegendFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegendFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegendFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartLegendFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartLegendFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartLegendFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLegendFormatRequestBuilder">
            <summary>
            The type WorkbookChartLegendFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartLegendFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegendFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegendFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLegendRequest">
            <summary>
            The type WorkbookChartLegendRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartLegendRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.CreateAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLegend using POST.
            </summary>
            <param name="workbookChartLegendToCreate">The WorkbookChartLegend to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLegend using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLegendToCreate">The WorkbookChartLegend to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLegend.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLegend and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLegend.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLegend and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegend using PATCH.
            </summary>
            <param name="workbookChartLegendToUpdate">The WorkbookChartLegend to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegend using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLegendToUpdate">The WorkbookChartLegend to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.PutAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegend using PUT.
            </summary>
            <param name="workbookChartLegendToUpdate">The WorkbookChartLegend object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegend using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLegendToUpdate">The WorkbookChartLegend object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegend,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegend,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartLegend)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartLegendToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartLegend"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLegendRequestBuilder">
            <summary>
            The type WorkbookChartLegendRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartLegendRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegendRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLineFormatClearRequest">
            <summary>
            The type WorkbookChartLineFormatClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartLineFormatClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLineFormatClearRequestBuilder">
            <summary>
            The type WorkbookChartLineFormatClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartLineFormatClearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLineFormatRequest">
            <summary>
            The type WorkbookChartLineFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartLineFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLineFormat using POST.
            </summary>
            <param name="workbookChartLineFormatToCreate">The WorkbookChartLineFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLineFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLineFormatToCreate">The WorkbookChartLineFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLineFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLineFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLineFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLineFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLineFormat using PATCH.
            </summary>
            <param name="workbookChartLineFormatToUpdate">The WorkbookChartLineFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLineFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLineFormatToUpdate">The WorkbookChartLineFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLineFormat using PUT.
            </summary>
            <param name="workbookChartLineFormatToUpdate">The WorkbookChartLineFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLineFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartLineFormatToUpdate">The WorkbookChartLineFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLineFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLineFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartLineFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartLineFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartLineFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLineFormatRequestBuilder">
            <summary>
            The type WorkbookChartLineFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartLineFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookChartLineFormatClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatClearRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointCountRequest">
            <summary>
            The type WorkbookChartPointCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartPointCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointCountRequestBuilder">
            <summary>
            The type WorkbookChartPointCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartPointCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointFormatRequest">
            <summary>
            The type WorkbookChartPointFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartPointFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartPointFormat using POST.
            </summary>
            <param name="workbookChartPointFormatToCreate">The WorkbookChartPointFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartPointFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartPointFormatToCreate">The WorkbookChartPointFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartPointFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartPointFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartPointFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartPointFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPointFormat using PATCH.
            </summary>
            <param name="workbookChartPointFormatToUpdate">The WorkbookChartPointFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPointFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartPointFormatToUpdate">The WorkbookChartPointFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPointFormat using PUT.
            </summary>
            <param name="workbookChartPointFormatToUpdate">The WorkbookChartPointFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPointFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartPointFormatToUpdate">The WorkbookChartPointFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPointFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPointFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartPointFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartPointFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartPointFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointFormatRequestBuilder">
            <summary>
            The type WorkbookChartPointFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartPointFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartPointFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointItemAtRequest">
            <summary>
            The type WorkbookChartPointItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartPointItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchartpoint">The WorkbookChartPoint object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchartpoint">The WorkbookChartPoint object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchartpoint">The WorkbookChartPoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchartpoint">The WorkbookChartPoint object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointItemAtRequestBuilder">
            <summary>
            The type WorkbookChartPointItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartPointItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartPointCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartPointItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartPointItemAtRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Encapsulates the format properties chart point. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointRequest">
            <summary>
            The type WorkbookChartPointRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartPointRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.CreateAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartPoint using POST.
            </summary>
            <param name="workbookChartPointToCreate">The WorkbookChartPoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartPoint using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartPointToCreate">The WorkbookChartPoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartPoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartPoint and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartPoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartPoint and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.UpdateAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPoint using PATCH.
            </summary>
            <param name="workbookChartPointToUpdate">The WorkbookChartPoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPoint using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartPointToUpdate">The WorkbookChartPoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.PutAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPoint using PUT.
            </summary>
            <param name="workbookChartPointToUpdate">The WorkbookChartPoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPoint using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartPointToUpdate">The WorkbookChartPoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartPoint)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartPointToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartPoint"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointRequestBuilder">
            <summary>
            The type WorkbookChartPointRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartPointRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartPointRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartRequest">
            <summary>
            The type WorkbookChartRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.CreateAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChart using POST.
            </summary>
            <param name="workbookChartToCreate">The WorkbookChart to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChart using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartToCreate">The WorkbookChart to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChart.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChart and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChart.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChart and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.UpdateAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChart using PATCH.
            </summary>
            <param name="workbookChartToUpdate">The WorkbookChart to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChart using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartToUpdate">The WorkbookChart to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.PutAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChart using PUT.
            </summary>
            <param name="workbookChartToUpdate">The WorkbookChart object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.PutResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChart using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartToUpdate">The WorkbookChart object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChart)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChart"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartRequestBuilder">
            <summary>
            The type WorkbookChartRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.Axes">
            <summary>
            Gets the request builder for Axes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.DataLabels">
            <summary>
            Gets the request builder for DataLabels.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.Legend">
            <summary>
            Gets the request builder for Legend.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLegendRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.Series">
            <summary>
            Gets the request builder for Series.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.Title">
            <summary>
            Gets the request builder for Title.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartTitleRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.SetData(System.String,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartSetData.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetDataRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.SetPosition(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartSetPosition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetPositionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.Image">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.Image(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.Image(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.Image(System.Int32,System.Int32,System.String)">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesCollectionPage">
            <summary>
            The type WorkbookChartSeriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesCollectionRequest">
            <summary>
            The type WorkbookChartSeriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSeriesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChartSeries to the collection via POST.
            </summary>
            <param name="workbookChartSeries">The WorkbookChartSeries to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChartSeries to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookChartSeries">The WorkbookChartSeries to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder">
            <summary>
            The type WorkbookChartSeriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartSeriesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder"/> for the specified WorkbookChartWorkbookChartSeries.
            </summary>
            <param name="id">The ID for the WorkbookChartWorkbookChartSeries.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartSeriesCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartSeriesItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesCollectionResponse">
            <summary>
            The type WorkbookChartSeriesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesCountRequest">
            <summary>
            The type WorkbookChartSeriesCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSeriesCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesCountRequestBuilder">
            <summary>
            The type WorkbookChartSeriesCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartSeriesCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesFormatRequest">
            <summary>
            The type WorkbookChartSeriesFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSeriesFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartSeriesFormat using POST.
            </summary>
            <param name="workbookChartSeriesFormatToCreate">The WorkbookChartSeriesFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartSeriesFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartSeriesFormatToCreate">The WorkbookChartSeriesFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartSeriesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartSeriesFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartSeriesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartSeriesFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeriesFormat using PATCH.
            </summary>
            <param name="workbookChartSeriesFormatToUpdate">The WorkbookChartSeriesFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeriesFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartSeriesFormatToUpdate">The WorkbookChartSeriesFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeriesFormat using PUT.
            </summary>
            <param name="workbookChartSeriesFormatToUpdate">The WorkbookChartSeriesFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeriesFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartSeriesFormatToUpdate">The WorkbookChartSeriesFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeriesFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeriesFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartSeriesFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartSeriesFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartSeriesFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesFormatRequestBuilder">
            <summary>
            The type WorkbookChartSeriesFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartSeriesFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesFormatRequestBuilder.Line">
            <summary>
            Gets the request builder for Line.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesItemAtRequest">
            <summary>
            The type WorkbookChartSeriesItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSeriesItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchartseries">The WorkbookChartSeries object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchartseries">The WorkbookChartSeries object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchartseries">The WorkbookChartSeries object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookchartseries">The WorkbookChartSeries object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesItemAtRequestBuilder">
            <summary>
            The type WorkbookChartSeriesItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartSeriesItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartSeriesCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartSeriesItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesItemAtRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesItemAtRequestBuilder.Points">
            <summary>
            Gets the request builder for Points.
            Represents a collection of all points in the series. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesPointsCollectionPage">
            <summary>
            The type WorkbookChartSeriesPointsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesPointsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest">
            <summary>
            The type WorkbookChartSeriesPointsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSeriesPointsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChartPoint to the collection via POST.
            </summary>
            <param name="workbookChartPoint">The WorkbookChartPoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChartPoint to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookChartPoint">The WorkbookChartPoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder">
            <summary>
            The type WorkbookChartSeriesPointsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartSeriesPointsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookChartPointRequestBuilder"/> for the specified WorkbookChartSeriesWorkbookChartPoint.
            </summary>
            <param name="id">The ID for the WorkbookChartSeriesWorkbookChartPoint.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartPointCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartPointItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesPointsCollectionResponse">
            <summary>
            The type WorkbookChartSeriesPointsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesPointsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesPointsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesPointsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesRequest">
            <summary>
            The type WorkbookChartSeriesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSeriesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.CreateAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartSeries using POST.
            </summary>
            <param name="workbookChartSeriesToCreate">The WorkbookChartSeries to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartSeries using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartSeriesToCreate">The WorkbookChartSeries to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartSeries.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartSeries and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartSeries.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartSeries and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeries using PATCH.
            </summary>
            <param name="workbookChartSeriesToUpdate">The WorkbookChartSeries to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeries using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartSeriesToUpdate">The WorkbookChartSeries to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.PutAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeries using PUT.
            </summary>
            <param name="workbookChartSeriesToUpdate">The WorkbookChartSeries object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeries using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartSeriesToUpdate">The WorkbookChartSeries object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartSeries)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartSeriesToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartSeries"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesRequestBuilder">
            <summary>
            The type WorkbookChartSeriesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartSeriesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesRequestBuilder.Points">
            <summary>
            Gets the request builder for Points.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSetDataRequest">
            <summary>
            The type WorkbookChartSetDataRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSetDataRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSetDataRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSetDataRequestBuilder">
            <summary>
            The type WorkbookChartSetDataRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartSetDataRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="seriesBy">A seriesBy parameter for the OData method call.</param>
            <param name="sourceData">A sourceData parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSetPositionRequest">
            <summary>
            The type WorkbookChartSetPositionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSetPositionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSetPositionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSetPositionRequestBuilder">
            <summary>
            The type WorkbookChartSetPositionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartSetPositionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startCell">A startCell parameter for the OData method call.</param>
            <param name="endCell">A endCell parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartTitleFormatRequest">
            <summary>
            The type WorkbookChartTitleFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartTitleFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartTitleFormat using POST.
            </summary>
            <param name="workbookChartTitleFormatToCreate">The WorkbookChartTitleFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartTitleFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartTitleFormatToCreate">The WorkbookChartTitleFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartTitleFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartTitleFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitleFormat using PATCH.
            </summary>
            <param name="workbookChartTitleFormatToUpdate">The WorkbookChartTitleFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitleFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartTitleFormatToUpdate">The WorkbookChartTitleFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.PutAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitleFormat using PUT.
            </summary>
            <param name="workbookChartTitleFormatToUpdate">The WorkbookChartTitleFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitleFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartTitleFormatToUpdate">The WorkbookChartTitleFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitleFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitleFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartTitleFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartTitleFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartTitleFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartTitleFormatRequestBuilder">
            <summary>
            The type WorkbookChartTitleFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartTitleFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitleFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitleFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartTitleRequest">
            <summary>
            The type WorkbookChartTitleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartTitleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.CreateAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartTitle using POST.
            </summary>
            <param name="workbookChartTitleToCreate">The WorkbookChartTitle to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.CreateResponseAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartTitle using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartTitleToCreate">The WorkbookChartTitle to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartTitle and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartTitle and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.UpdateAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitle using PATCH.
            </summary>
            <param name="workbookChartTitleToUpdate">The WorkbookChartTitle to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitle using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartTitleToUpdate">The WorkbookChartTitle to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.PutAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitle using PUT.
            </summary>
            <param name="workbookChartTitleToUpdate">The WorkbookChartTitle object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.PutResponseAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitle using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookChartTitleToUpdate">The WorkbookChartTitle object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitle,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitle,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartTitle)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartTitleToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartTitle"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartTitleRequestBuilder">
            <summary>
            The type WorkbookChartTitleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartTitleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitleRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCloseSessionRequest">
            <summary>
            The type WorkbookCloseSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookCloseSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCloseSessionRequestBuilder">
            <summary>
            The type WorkbookCloseSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookCloseSessionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCommentRepliesCollectionPage">
            <summary>
            The type WorkbookCommentRepliesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCommentRepliesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest">
            <summary>
            The type WorkbookCommentRepliesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookCommentRepliesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookCommentReply to the collection via POST.
            </summary>
            <param name="workbookCommentReply">The WorkbookCommentReply to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookCommentReply.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookCommentReply to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookCommentReply">The WorkbookCommentReply to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookCommentReply,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookCommentReply,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCommentRepliesCollectionRequestBuilder">
            <summary>
            The type WorkbookCommentRepliesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookCommentRepliesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRepliesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCommentRepliesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookCommentReplyRequestBuilder"/> for the specified WorkbookCommentWorkbookCommentReply.
            </summary>
            <param name="id">The ID for the WorkbookCommentWorkbookCommentReply.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCommentReplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCommentRepliesCollectionResponse">
            <summary>
            The type WorkbookCommentRepliesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCommentRepliesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookCommentRepliesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCommentRepliesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCommentRepliesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCommentReplyRequest">
            <summary>
            The type WorkbookCommentReplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookCommentReplyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.CreateAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookCommentReply using POST.
            </summary>
            <param name="workbookCommentReplyToCreate">The WorkbookCommentReply to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookCommentReply.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.CreateResponseAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookCommentReply using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookCommentReplyToCreate">The WorkbookCommentReply to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookCommentReply.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookCommentReply and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookCommentReply.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookCommentReply.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookCommentReply and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.UpdateAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookCommentReply using PATCH.
            </summary>
            <param name="workbookCommentReplyToUpdate">The WorkbookCommentReply to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookCommentReply.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookCommentReply using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookCommentReplyToUpdate">The WorkbookCommentReply to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.PutAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookCommentReply using PUT.
            </summary>
            <param name="workbookCommentReplyToUpdate">The WorkbookCommentReply object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.PutResponseAsync(Microsoft.Graph.WorkbookCommentReply,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookCommentReply using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookCommentReplyToUpdate">The WorkbookCommentReply object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookCommentReply,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookCommentReply,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookCommentReply)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookCommentReplyToInitialize">The <see cref="T:Microsoft.Graph.WorkbookCommentReply"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCommentReplyRequestBuilder">
            <summary>
            The type WorkbookCommentReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookCommentReplyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentReplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCommentRequest">
            <summary>
            The type WorkbookCommentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookCommentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.CreateAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookComment using POST.
            </summary>
            <param name="workbookCommentToCreate">The WorkbookComment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookComment.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.CreateResponseAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookComment using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookCommentToCreate">The WorkbookComment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookComment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookComment and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookComment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookComment.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookComment and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.UpdateAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookComment using PATCH.
            </summary>
            <param name="workbookCommentToUpdate">The WorkbookComment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookComment.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookComment using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookCommentToUpdate">The WorkbookComment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.PutAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookComment using PUT.
            </summary>
            <param name="workbookCommentToUpdate">The WorkbookComment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.PutResponseAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookComment using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookCommentToUpdate">The WorkbookComment object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookComment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookComment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookComment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookCommentToInitialize">The <see cref="T:Microsoft.Graph.WorkbookComment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCommentRequestBuilder">
            <summary>
            The type WorkbookCommentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookCommentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCommentRequestBuilder.Replies">
            <summary>
            Gets the request builder for Replies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCommentRepliesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCommentsCollectionPage">
            <summary>
            The type WorkbookCommentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCommentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookCommentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCommentsCollectionRequest">
            <summary>
            The type WorkbookCommentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookCommentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookComment to the collection via POST.
            </summary>
            <param name="workbookComment">The WorkbookComment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookComment.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookComment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookComment to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookComment">The WorkbookComment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookComment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookComment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCommentsCollectionRequestBuilder">
            <summary>
            The type WorkbookCommentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookCommentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCommentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCommentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookCommentRequestBuilder"/> for the specified WorkbookWorkbookComment.
            </summary>
            <param name="id">The ID for the WorkbookWorkbookComment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCommentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCommentsCollectionResponse">
            <summary>
            The type WorkbookCommentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCommentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookCommentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCommentsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCommentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCreateSessionRequest">
            <summary>
            The type WorkbookCreateSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookCreateSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCreateSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCreateSessionRequestBuilder">
            <summary>
            The type WorkbookCreateSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookCreateSessionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="persistChanges">A persistChanges parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest">
            <summary>
            The type WorkbookFilterApplyBottomItemsFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyBottomItemsFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyBottomItemsFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="count">A count parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest">
            <summary>
            The type WorkbookFilterApplyBottomPercentFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyBottomPercentFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyBottomPercentFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="percent">A percent parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest">
            <summary>
            The type WorkbookFilterApplyCellColorFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyCellColorFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyCellColorFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="color">A color parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest">
            <summary>
            The type WorkbookFilterApplyCustomFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyCustomFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyCustomFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="oper">A oper parameter for the OData method call.</param>
            <param name="criteria1">A criteria1 parameter for the OData method call.</param>
            <param name="criteria2">A criteria2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest">
            <summary>
            The type WorkbookFilterApplyDynamicFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyDynamicFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyDynamicFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest">
            <summary>
            The type WorkbookFilterApplyFontColorFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyFontColorFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyFontColorFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="color">A color parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest">
            <summary>
            The type WorkbookFilterApplyIconFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyIconFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyIconFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyIconFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.WorkbookIcon)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyIconFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="icon">A icon parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyRequest">
            <summary>
            The type WorkbookFilterApplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyRequestBuilder">
            <summary>
            The type WorkbookFilterApplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.WorkbookFilterCriteria)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest">
            <summary>
            The type WorkbookFilterApplyTopItemsFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyTopItemsFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyTopItemsFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="count">A count parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest">
            <summary>
            The type WorkbookFilterApplyTopPercentFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyTopPercentFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyTopPercentFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="percent">A percent parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest">
            <summary>
            The type WorkbookFilterApplyValuesFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyValuesFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyValuesFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterClearRequest">
            <summary>
            The type WorkbookFilterClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterClearRequestBuilder">
            <summary>
            The type WorkbookFilterClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterClearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterRequest">
            <summary>
            The type WorkbookFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.CreateAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFilter using POST.
            </summary>
            <param name="workbookFilterToCreate">The WorkbookFilter to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.CreateResponseAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFilter using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFilterToCreate">The WorkbookFilter to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFilter.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFilter and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFilter.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFilter and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.UpdateAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFilter using PATCH.
            </summary>
            <param name="workbookFilterToUpdate">The WorkbookFilter to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFilter using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFilterToUpdate">The WorkbookFilter to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.PutAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFilter using PUT.
            </summary>
            <param name="workbookFilterToUpdate">The WorkbookFilter object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.PutResponseAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFilter using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFilterToUpdate">The WorkbookFilter object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFilter,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFilter,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookFilter)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookFilterToInitialize">The <see cref="T:Microsoft.Graph.WorkbookFilter"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterRequestBuilder">
            <summary>
            The type WorkbookFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookFilterRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.Apply(Microsoft.Graph.WorkbookFilterCriteria)">
            <summary>
            Gets the request builder for WorkbookFilterApply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyBottomItemsFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyBottomItemsFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyBottomPercentFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyBottomPercentFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyCellColorFilter(System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyCellColorFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyCustomFilter(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyCustomFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyDynamicFilter(System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyDynamicFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyFontColorFilter(System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyFontColorFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyIconFilter(Microsoft.Graph.WorkbookIcon)">
            <summary>
            Gets the request builder for WorkbookFilterApplyIconFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyTopItemsFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyTopItemsFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyTopPercentFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyTopPercentFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyValuesFilter(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFilterApplyValuesFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookFilterClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterClearRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFormatProtectionRequest">
            <summary>
            The type WorkbookFormatProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFormatProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.CreateAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFormatProtection using POST.
            </summary>
            <param name="workbookFormatProtectionToCreate">The WorkbookFormatProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.CreateResponseAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFormatProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFormatProtectionToCreate">The WorkbookFormatProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFormatProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFormatProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFormatProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFormatProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.UpdateAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFormatProtection using PATCH.
            </summary>
            <param name="workbookFormatProtectionToUpdate">The WorkbookFormatProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFormatProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFormatProtectionToUpdate">The WorkbookFormatProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.PutAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFormatProtection using PUT.
            </summary>
            <param name="workbookFormatProtectionToUpdate">The WorkbookFormatProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.PutResponseAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFormatProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFormatProtectionToUpdate">The WorkbookFormatProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFormatProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFormatProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookFormatProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookFormatProtectionToInitialize">The <see cref="T:Microsoft.Graph.WorkbookFormatProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFormatProtectionRequestBuilder">
            <summary>
            The type WorkbookFormatProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookFormatProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionResultRequest">
            <summary>
            The type WorkbookFunctionResultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionResultRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.CreateAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFunctionResult using POST.
            </summary>
            <param name="workbookFunctionResultToCreate">The WorkbookFunctionResult to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.CreateResponseAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFunctionResult using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFunctionResultToCreate">The WorkbookFunctionResult to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFunctionResult.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFunctionResult and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFunctionResult.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFunctionResult and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.UpdateAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctionResult using PATCH.
            </summary>
            <param name="workbookFunctionResultToUpdate">The WorkbookFunctionResult to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctionResult using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFunctionResultToUpdate">The WorkbookFunctionResult to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.PutAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctionResult using PUT.
            </summary>
            <param name="workbookFunctionResultToUpdate">The WorkbookFunctionResult object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.PutResponseAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctionResult using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFunctionResultToUpdate">The WorkbookFunctionResult object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctionResult,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctionResult,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookFunctionResult)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookFunctionResultToInitialize">The <see cref="T:Microsoft.Graph.WorkbookFunctionResult"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionResultRequestBuilder">
            <summary>
            The type WorkbookFunctionResultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookFunctionResultRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAbsRequest">
            <summary>
            The type WorkbookFunctionsAbsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAbsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAbsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAbsRequestBuilder">
            <summary>
            The type WorkbookFunctionsAbsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAbsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest">
            <summary>
            The type WorkbookFunctionsAccrIntMRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAccrIntMRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBuilder">
            <summary>
            The type WorkbookFunctionsAccrIntMRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="issue">A issue parameter for the OData method call.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="par">A par parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAccrIntRequest">
            <summary>
            The type WorkbookFunctionsAccrIntRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAccrIntRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBuilder">
            <summary>
            The type WorkbookFunctionsAccrIntRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="issue">A issue parameter for the OData method call.</param>
            <param name="firstInterest">A firstInterest parameter for the OData method call.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="par">A par parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
            <param name="calcMethod">A calcMethod parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcoshRequest">
            <summary>
            The type WorkbookFunctionsAcoshRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAcoshRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcoshRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcoshRequestBuilder">
            <summary>
            The type WorkbookFunctionsAcoshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAcoshRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcosRequest">
            <summary>
            The type WorkbookFunctionsAcosRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAcosRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcosRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcosRequestBuilder">
            <summary>
            The type WorkbookFunctionsAcosRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAcosRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcothRequest">
            <summary>
            The type WorkbookFunctionsAcothRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAcothRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcothRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcothRequestBuilder">
            <summary>
            The type WorkbookFunctionsAcothRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAcothRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcotRequest">
            <summary>
            The type WorkbookFunctionsAcotRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAcotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcotRequestBuilder">
            <summary>
            The type WorkbookFunctionsAcotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAcotRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest">
            <summary>
            The type WorkbookFunctionsAmorDegrcRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAmorDegrcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBuilder">
            <summary>
            The type WorkbookFunctionsAmorDegrcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="datePurchased">A datePurchased parameter for the OData method call.</param>
            <param name="firstPeriod">A firstPeriod parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="period">A period parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAmorLincRequest">
            <summary>
            The type WorkbookFunctionsAmorLincRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAmorLincRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBuilder">
            <summary>
            The type WorkbookFunctionsAmorLincRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="datePurchased">A datePurchased parameter for the OData method call.</param>
            <param name="firstPeriod">A firstPeriod parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="period">A period parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAndRequest">
            <summary>
            The type WorkbookFunctionsAndRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAndRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAndRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAndRequestBuilder">
            <summary>
            The type WorkbookFunctionsAndRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAndRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsArabicRequest">
            <summary>
            The type WorkbookFunctionsArabicRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsArabicRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsArabicRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsArabicRequestBuilder">
            <summary>
            The type WorkbookFunctionsArabicRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsArabicRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAreasRequest">
            <summary>
            The type WorkbookFunctionsAreasRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAreasRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAreasRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAreasRequestBuilder">
            <summary>
            The type WorkbookFunctionsAreasRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAreasRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="reference">A reference parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAscRequest">
            <summary>
            The type WorkbookFunctionsAscRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAscRequestBuilder">
            <summary>
            The type WorkbookFunctionsAscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAscRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAsinhRequest">
            <summary>
            The type WorkbookFunctionsAsinhRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAsinhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAsinhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAsinhRequestBuilder">
            <summary>
            The type WorkbookFunctionsAsinhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAsinhRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAsinRequest">
            <summary>
            The type WorkbookFunctionsAsinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAsinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAsinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAsinRequestBuilder">
            <summary>
            The type WorkbookFunctionsAsinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAsinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtan2Request">
            <summary>
            The type WorkbookFunctionsAtan2Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2Request.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAtan2Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtan2Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2Request.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtan2RequestBuilder">
            <summary>
            The type WorkbookFunctionsAtan2RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2RequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAtan2RequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="xNum">A xNum parameter for the OData method call.</param>
            <param name="yNum">A yNum parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2RequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtanhRequest">
            <summary>
            The type WorkbookFunctionsAtanhRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAtanhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtanhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtanhRequestBuilder">
            <summary>
            The type WorkbookFunctionsAtanhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAtanhRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtanRequest">
            <summary>
            The type WorkbookFunctionsAtanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAtanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtanRequestBuilder">
            <summary>
            The type WorkbookFunctionsAtanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAtanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAveDevRequest">
            <summary>
            The type WorkbookFunctionsAveDevRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAveDevRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAveDevRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAveDevRequestBuilder">
            <summary>
            The type WorkbookFunctionsAveDevRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAveDevRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageARequest">
            <summary>
            The type WorkbookFunctionsAverageARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAverageARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageARequestBuilder">
            <summary>
            The type WorkbookFunctionsAverageARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAverageARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageIfRequest">
            <summary>
            The type WorkbookFunctionsAverageIfRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAverageIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBuilder">
            <summary>
            The type WorkbookFunctionsAverageIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="range">A range parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
            <param name="averageRange">A averageRange parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest">
            <summary>
            The type WorkbookFunctionsAverageIfsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAverageIfsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBuilder">
            <summary>
            The type WorkbookFunctionsAverageIfsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="averageRange">A averageRange parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageRequest">
            <summary>
            The type WorkbookFunctionsAverageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAverageRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageRequestBuilder">
            <summary>
            The type WorkbookFunctionsAverageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAverageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBahtTextRequest">
            <summary>
            The type WorkbookFunctionsBahtTextRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBahtTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBahtTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBahtTextRequestBuilder">
            <summary>
            The type WorkbookFunctionsBahtTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBahtTextRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBaseRequest">
            <summary>
            The type WorkbookFunctionsBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBaseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBaseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBaseRequestBuilder">
            <summary>
            The type WorkbookFunctionsBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBaseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="radix">A radix parameter for the OData method call.</param>
            <param name="minLength">A minLength parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselIRequest">
            <summary>
            The type WorkbookFunctionsBesselIRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBesselIRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselIRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselIRequestBuilder">
            <summary>
            The type WorkbookFunctionsBesselIRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBesselIRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="n">A n parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselJRequest">
            <summary>
            The type WorkbookFunctionsBesselJRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBesselJRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselJRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselJRequestBuilder">
            <summary>
            The type WorkbookFunctionsBesselJRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBesselJRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="n">A n parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselKRequest">
            <summary>
            The type WorkbookFunctionsBesselKRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBesselKRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselKRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselKRequestBuilder">
            <summary>
            The type WorkbookFunctionsBesselKRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBesselKRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="n">A n parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselYRequest">
            <summary>
            The type WorkbookFunctionsBesselYRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBesselYRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselYRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselYRequestBuilder">
            <summary>
            The type WorkbookFunctionsBesselYRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBesselYRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="n">A n parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest">
            <summary>
            The type WorkbookFunctionsBeta_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBeta_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsBeta_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="beta">A beta parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
            <param name="A">A A parameter for the OData method call.</param>
            <param name="B">A B parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest">
            <summary>
            The type WorkbookFunctionsBeta_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBeta_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsBeta_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="beta">A beta parameter for the OData method call.</param>
            <param name="A">A A parameter for the OData method call.</param>
            <param name="B">A B parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2DecRequest">
            <summary>
            The type WorkbookFunctionsBin2DecRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBin2DecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2DecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2DecRequestBuilder">
            <summary>
            The type WorkbookFunctionsBin2DecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBin2DecRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2HexRequest">
            <summary>
            The type WorkbookFunctionsBin2HexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBin2HexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2HexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBuilder">
            <summary>
            The type WorkbookFunctionsBin2HexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2OctRequest">
            <summary>
            The type WorkbookFunctionsBin2OctRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBin2OctRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2OctRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBuilder">
            <summary>
            The type WorkbookFunctionsBin2OctRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest">
            <summary>
            The type WorkbookFunctionsBinom_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBinom_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsBinom_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="numberS">A numberS parameter for the OData method call.</param>
            <param name="trials">A trials parameter for the OData method call.</param>
            <param name="probabilityS">A probabilityS parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest">
            <summary>
            The type WorkbookFunctionsBinom_Dist_RangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBinom_Dist_RangeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBuilder">
            <summary>
            The type WorkbookFunctionsBinom_Dist_RangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="trials">A trials parameter for the OData method call.</param>
            <param name="probabilityS">A probabilityS parameter for the OData method call.</param>
            <param name="numberS">A numberS parameter for the OData method call.</param>
            <param name="numberS2">A numberS2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest">
            <summary>
            The type WorkbookFunctionsBinom_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBinom_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsBinom_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="trials">A trials parameter for the OData method call.</param>
            <param name="probabilityS">A probabilityS parameter for the OData method call.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitandRequest">
            <summary>
            The type WorkbookFunctionsBitandRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBitandRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitandRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitandRequestBuilder">
            <summary>
            The type WorkbookFunctionsBitandRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBitandRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number1">A number1 parameter for the OData method call.</param>
            <param name="number2">A number2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest">
            <summary>
            The type WorkbookFunctionsBitlshiftRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBitlshiftRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBuilder">
            <summary>
            The type WorkbookFunctionsBitlshiftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="shiftAmount">A shiftAmount parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitorRequest">
            <summary>
            The type WorkbookFunctionsBitorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBitorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitorRequestBuilder">
            <summary>
            The type WorkbookFunctionsBitorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBitorRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number1">A number1 parameter for the OData method call.</param>
            <param name="number2">A number2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest">
            <summary>
            The type WorkbookFunctionsBitrshiftRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBitrshiftRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBuilder">
            <summary>
            The type WorkbookFunctionsBitrshiftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="shiftAmount">A shiftAmount parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitxorRequest">
            <summary>
            The type WorkbookFunctionsBitxorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBitxorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitxorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitxorRequestBuilder">
            <summary>
            The type WorkbookFunctionsBitxorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBitxorRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number1">A number1 parameter for the OData method call.</param>
            <param name="number2">A number2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest">
            <summary>
            The type WorkbookFunctionsCeiling_MathRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCeiling_MathRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBuilder">
            <summary>
            The type WorkbookFunctionsCeiling_MathRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
            <param name="mode">A mode parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest">
            <summary>
            The type WorkbookFunctionsCeiling_PreciseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCeiling_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBuilder">
            <summary>
            The type WorkbookFunctionsCeiling_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCharRequest">
            <summary>
            The type WorkbookFunctionsCharRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCharRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCharRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCharRequestBuilder">
            <summary>
            The type WorkbookFunctionsCharRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCharRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest">
            <summary>
            The type WorkbookFunctionsChiSq_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsChiSq_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsChiSq_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest">
            <summary>
            The type WorkbookFunctionsChiSq_Dist_RTRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsChiSq_Dist_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBuilder">
            <summary>
            The type WorkbookFunctionsChiSq_Dist_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest">
            <summary>
            The type WorkbookFunctionsChiSq_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsChiSq_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsChiSq_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest">
            <summary>
            The type WorkbookFunctionsChiSq_Inv_RTRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsChiSq_Inv_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBuilder">
            <summary>
            The type WorkbookFunctionsChiSq_Inv_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChooseRequest">
            <summary>
            The type WorkbookFunctionsChooseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsChooseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChooseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChooseRequestBuilder">
            <summary>
            The type WorkbookFunctionsChooseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsChooseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="indexNum">A indexNum parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCleanRequest">
            <summary>
            The type WorkbookFunctionsCleanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCleanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCleanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCleanRequestBuilder">
            <summary>
            The type WorkbookFunctionsCleanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCleanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCodeRequest">
            <summary>
            The type WorkbookFunctionsCodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCodeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCodeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCodeRequestBuilder">
            <summary>
            The type WorkbookFunctionsCodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCodeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsColumnsRequest">
            <summary>
            The type WorkbookFunctionsColumnsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsColumnsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsColumnsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsColumnsRequestBuilder">
            <summary>
            The type WorkbookFunctionsColumnsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsColumnsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCombinaRequest">
            <summary>
            The type WorkbookFunctionsCombinaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCombinaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCombinaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCombinaRequestBuilder">
            <summary>
            The type WorkbookFunctionsCombinaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCombinaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numberChosen">A numberChosen parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCombinRequest">
            <summary>
            The type WorkbookFunctionsCombinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCombinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCombinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCombinRequestBuilder">
            <summary>
            The type WorkbookFunctionsCombinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCombinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numberChosen">A numberChosen parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsComplexRequest">
            <summary>
            The type WorkbookFunctionsComplexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsComplexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsComplexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsComplexRequestBuilder">
            <summary>
            The type WorkbookFunctionsComplexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsComplexRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="realNum">A realNum parameter for the OData method call.</param>
            <param name="iNum">A iNum parameter for the OData method call.</param>
            <param name="suffix">A suffix parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConcatenateRequest">
            <summary>
            The type WorkbookFunctionsConcatenateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsConcatenateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConcatenateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConcatenateRequestBuilder">
            <summary>
            The type WorkbookFunctionsConcatenateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsConcatenateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest">
            <summary>
            The type WorkbookFunctionsConfidence_NormRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsConfidence_NormRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBuilder">
            <summary>
            The type WorkbookFunctionsConfidence_NormRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
            <param name="size">A size parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest">
            <summary>
            The type WorkbookFunctionsConfidence_TRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsConfidence_TRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBuilder">
            <summary>
            The type WorkbookFunctionsConfidence_TRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
            <param name="size">A size parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConvertRequest">
            <summary>
            The type WorkbookFunctionsConvertRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsConvertRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConvertRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConvertRequestBuilder">
            <summary>
            The type WorkbookFunctionsConvertRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsConvertRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="fromUnit">A fromUnit parameter for the OData method call.</param>
            <param name="toUnit">A toUnit parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoshRequest">
            <summary>
            The type WorkbookFunctionsCoshRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoshRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoshRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoshRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoshRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCosRequest">
            <summary>
            The type WorkbookFunctionsCosRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCosRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCosRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCosRequestBuilder">
            <summary>
            The type WorkbookFunctionsCosRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCosRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCothRequest">
            <summary>
            The type WorkbookFunctionsCothRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCothRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCothRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCothRequestBuilder">
            <summary>
            The type WorkbookFunctionsCothRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCothRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCotRequest">
            <summary>
            The type WorkbookFunctionsCotRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCotRequestBuilder">
            <summary>
            The type WorkbookFunctionsCotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCotRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountARequest">
            <summary>
            The type WorkbookFunctionsCountARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCountARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountARequestBuilder">
            <summary>
            The type WorkbookFunctionsCountARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCountARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountBlankRequest">
            <summary>
            The type WorkbookFunctionsCountBlankRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCountBlankRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountBlankRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountBlankRequestBuilder">
            <summary>
            The type WorkbookFunctionsCountBlankRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCountBlankRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="range">A range parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountIfRequest">
            <summary>
            The type WorkbookFunctionsCountIfRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCountIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountIfRequestBuilder">
            <summary>
            The type WorkbookFunctionsCountIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCountIfRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="range">A range parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountIfsRequest">
            <summary>
            The type WorkbookFunctionsCountIfsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCountIfsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountIfsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountIfsRequestBuilder">
            <summary>
            The type WorkbookFunctionsCountIfsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCountIfsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountRequest">
            <summary>
            The type WorkbookFunctionsCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCountRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountRequestBuilder">
            <summary>
            The type WorkbookFunctionsCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest">
            <summary>
            The type WorkbookFunctionsCoupDayBsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoupDayBsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoupDayBsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest">
            <summary>
            The type WorkbookFunctionsCoupDaysNcRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoupDaysNcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoupDaysNcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest">
            <summary>
            The type WorkbookFunctionsCoupDaysRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoupDaysRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoupDaysRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest">
            <summary>
            The type WorkbookFunctionsCoupNcdRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoupNcdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoupNcdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupNumRequest">
            <summary>
            The type WorkbookFunctionsCoupNumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoupNumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoupNumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest">
            <summary>
            The type WorkbookFunctionsCoupPcdRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoupPcdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoupPcdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCschRequest">
            <summary>
            The type WorkbookFunctionsCschRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCschRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCschRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCschRequestBuilder">
            <summary>
            The type WorkbookFunctionsCschRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCschRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCscRequest">
            <summary>
            The type WorkbookFunctionsCscRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCscRequestBuilder">
            <summary>
            The type WorkbookFunctionsCscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCscRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest">
            <summary>
            The type WorkbookFunctionsCumIPmtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCumIPmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBuilder">
            <summary>
            The type WorkbookFunctionsCumIPmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="startPeriod">A startPeriod parameter for the OData method call.</param>
            <param name="endPeriod">A endPeriod parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCumPrincRequest">
            <summary>
            The type WorkbookFunctionsCumPrincRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCumPrincRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBuilder">
            <summary>
            The type WorkbookFunctionsCumPrincRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="startPeriod">A startPeriod parameter for the OData method call.</param>
            <param name="endPeriod">A endPeriod parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDateRequest">
            <summary>
            The type WorkbookFunctionsDateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDateRequestBuilder">
            <summary>
            The type WorkbookFunctionsDateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="year">A year parameter for the OData method call.</param>
            <param name="month">A month parameter for the OData method call.</param>
            <param name="day">A day parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDatevalueRequest">
            <summary>
            The type WorkbookFunctionsDatevalueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDatevalueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDatevalueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDatevalueRequestBuilder">
            <summary>
            The type WorkbookFunctionsDatevalueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDatevalueRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="dateText">A dateText parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDaverageRequest">
            <summary>
            The type WorkbookFunctionsDaverageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDaverageRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaverageRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDaverageRequestBuilder">
            <summary>
            The type WorkbookFunctionsDaverageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDaverageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDayRequest">
            <summary>
            The type WorkbookFunctionsDayRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDayRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDayRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDayRequestBuilder">
            <summary>
            The type WorkbookFunctionsDayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDayRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDays360Request">
            <summary>
            The type WorkbookFunctionsDays360Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360Request.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDays360Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDays360Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360Request.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDays360RequestBuilder">
            <summary>
            The type WorkbookFunctionsDays360RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360RequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDays360RequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="endDate">A endDate parameter for the OData method call.</param>
            <param name="method">A method parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360RequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDaysRequest">
            <summary>
            The type WorkbookFunctionsDaysRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDaysRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaysRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDaysRequestBuilder">
            <summary>
            The type WorkbookFunctionsDaysRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDaysRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="endDate">A endDate parameter for the OData method call.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDbcsRequest">
            <summary>
            The type WorkbookFunctionsDbcsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDbcsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbcsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDbcsRequestBuilder">
            <summary>
            The type WorkbookFunctionsDbcsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDbcsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDbRequest">
            <summary>
            The type WorkbookFunctionsDbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDbRequestBuilder">
            <summary>
            The type WorkbookFunctionsDbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="life">A life parameter for the OData method call.</param>
            <param name="period">A period parameter for the OData method call.</param>
            <param name="month">A month parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDcountARequest">
            <summary>
            The type WorkbookFunctionsDcountARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDcountARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDcountARequestBuilder">
            <summary>
            The type WorkbookFunctionsDcountARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDcountARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDcountRequest">
            <summary>
            The type WorkbookFunctionsDcountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDcountRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDcountRequestBuilder">
            <summary>
            The type WorkbookFunctionsDcountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDcountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDdbRequest">
            <summary>
            The type WorkbookFunctionsDdbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDdbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDdbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDdbRequestBuilder">
            <summary>
            The type WorkbookFunctionsDdbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDdbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="life">A life parameter for the OData method call.</param>
            <param name="period">A period parameter for the OData method call.</param>
            <param name="factor">A factor parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2BinRequest">
            <summary>
            The type WorkbookFunctionsDec2BinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDec2BinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2BinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBuilder">
            <summary>
            The type WorkbookFunctionsDec2BinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2HexRequest">
            <summary>
            The type WorkbookFunctionsDec2HexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDec2HexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2HexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBuilder">
            <summary>
            The type WorkbookFunctionsDec2HexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2OctRequest">
            <summary>
            The type WorkbookFunctionsDec2OctRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDec2OctRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2OctRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBuilder">
            <summary>
            The type WorkbookFunctionsDec2OctRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDecimalRequest">
            <summary>
            The type WorkbookFunctionsDecimalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDecimalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDecimalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDecimalRequestBuilder">
            <summary>
            The type WorkbookFunctionsDecimalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDecimalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="radix">A radix parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDegreesRequest">
            <summary>
            The type WorkbookFunctionsDegreesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDegreesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDegreesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDegreesRequestBuilder">
            <summary>
            The type WorkbookFunctionsDegreesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDegreesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="angle">A angle parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDeltaRequest">
            <summary>
            The type WorkbookFunctionsDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDeltaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDeltaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDeltaRequestBuilder">
            <summary>
            The type WorkbookFunctionsDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number1">A number1 parameter for the OData method call.</param>
            <param name="number2">A number2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDevSqRequest">
            <summary>
            The type WorkbookFunctionsDevSqRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDevSqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDevSqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDevSqRequestBuilder">
            <summary>
            The type WorkbookFunctionsDevSqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDevSqRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDgetRequest">
            <summary>
            The type WorkbookFunctionsDgetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDgetRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDgetRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDgetRequestBuilder">
            <summary>
            The type WorkbookFunctionsDgetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDgetRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDiscRequest">
            <summary>
            The type WorkbookFunctionsDiscRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDiscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDiscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDiscRequestBuilder">
            <summary>
            The type WorkbookFunctionsDiscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDiscRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDmaxRequest">
            <summary>
            The type WorkbookFunctionsDmaxRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDmaxRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDmaxRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDmaxRequestBuilder">
            <summary>
            The type WorkbookFunctionsDmaxRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDmaxRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDminRequest">
            <summary>
            The type WorkbookFunctionsDminRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDminRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDminRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDminRequestBuilder">
            <summary>
            The type WorkbookFunctionsDminRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDminRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarDeRequest">
            <summary>
            The type WorkbookFunctionsDollarDeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDollarDeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarDeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBuilder">
            <summary>
            The type WorkbookFunctionsDollarDeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="fractionalDollar">A fractionalDollar parameter for the OData method call.</param>
            <param name="fraction">A fraction parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarFrRequest">
            <summary>
            The type WorkbookFunctionsDollarFrRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDollarFrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarFrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBuilder">
            <summary>
            The type WorkbookFunctionsDollarFrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="decimalDollar">A decimalDollar parameter for the OData method call.</param>
            <param name="fraction">A fraction parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarRequest">
            <summary>
            The type WorkbookFunctionsDollarRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDollarRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarRequestBuilder">
            <summary>
            The type WorkbookFunctionsDollarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDollarRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="decimals">A decimals parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDproductRequest">
            <summary>
            The type WorkbookFunctionsDproductRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDproductRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDproductRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDproductRequestBuilder">
            <summary>
            The type WorkbookFunctionsDproductRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDproductRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDstDevPRequest">
            <summary>
            The type WorkbookFunctionsDstDevPRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDstDevPRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevPRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBuilder">
            <summary>
            The type WorkbookFunctionsDstDevPRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDstDevRequest">
            <summary>
            The type WorkbookFunctionsDstDevRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDstDevRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDstDevRequestBuilder">
            <summary>
            The type WorkbookFunctionsDstDevRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDstDevRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDsumRequest">
            <summary>
            The type WorkbookFunctionsDsumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDsumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDsumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDsumRequestBuilder">
            <summary>
            The type WorkbookFunctionsDsumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDsumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDurationRequest">
            <summary>
            The type WorkbookFunctionsDurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDurationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDurationRequestBuilder">
            <summary>
            The type WorkbookFunctionsDurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDurationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="coupon">A coupon parameter for the OData method call.</param>
            <param name="yld">A yld parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDvarPRequest">
            <summary>
            The type WorkbookFunctionsDvarPRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDvarPRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarPRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDvarPRequestBuilder">
            <summary>
            The type WorkbookFunctionsDvarPRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDvarPRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDvarRequest">
            <summary>
            The type WorkbookFunctionsDvarRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDvarRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDvarRequestBuilder">
            <summary>
            The type WorkbookFunctionsDvarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDvarRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest">
            <summary>
            The type WorkbookFunctionsEcma_CeilingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsEcma_CeilingRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBuilder">
            <summary>
            The type WorkbookFunctionsEcma_CeilingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEdateRequest">
            <summary>
            The type WorkbookFunctionsEdateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsEdateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEdateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEdateRequestBuilder">
            <summary>
            The type WorkbookFunctionsEdateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsEdateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="months">A months parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEffectRequest">
            <summary>
            The type WorkbookFunctionsEffectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsEffectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEffectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEffectRequestBuilder">
            <summary>
            The type WorkbookFunctionsEffectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsEffectRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="nominalRate">A nominalRate parameter for the OData method call.</param>
            <param name="npery">A npery parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEoMonthRequest">
            <summary>
            The type WorkbookFunctionsEoMonthRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsEoMonthRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEoMonthRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBuilder">
            <summary>
            The type WorkbookFunctionsEoMonthRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="months">A months parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfCRequest">
            <summary>
            The type WorkbookFunctionsErfCRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsErfCRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfCRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfCRequestBuilder">
            <summary>
            The type WorkbookFunctionsErfCRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsErfCRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest">
            <summary>
            The type WorkbookFunctionsErfC_PreciseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsErfC_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequestBuilder">
            <summary>
            The type WorkbookFunctionsErfC_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="X">A X parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfRequest">
            <summary>
            The type WorkbookFunctionsErfRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsErfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfRequestBuilder">
            <summary>
            The type WorkbookFunctionsErfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsErfRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="lowerLimit">A lowerLimit parameter for the OData method call.</param>
            <param name="upperLimit">A upperLimit parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest">
            <summary>
            The type WorkbookFunctionsErf_PreciseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsErf_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequestBuilder">
            <summary>
            The type WorkbookFunctionsErf_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="X">A X parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsError_TypeRequest">
            <summary>
            The type WorkbookFunctionsError_TypeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsError_TypeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsError_TypeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsError_TypeRequestBuilder">
            <summary>
            The type WorkbookFunctionsError_TypeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsError_TypeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="errorVal">A errorVal parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEvenRequest">
            <summary>
            The type WorkbookFunctionsEvenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsEvenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEvenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEvenRequestBuilder">
            <summary>
            The type WorkbookFunctionsEvenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsEvenRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExactRequest">
            <summary>
            The type WorkbookFunctionsExactRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsExactRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExactRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExactRequestBuilder">
            <summary>
            The type WorkbookFunctionsExactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsExactRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text1">A text1 parameter for the OData method call.</param>
            <param name="text2">A text2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest">
            <summary>
            The type WorkbookFunctionsExpon_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsExpon_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsExpon_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="lambda">A lambda parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExpRequest">
            <summary>
            The type WorkbookFunctionsExpRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsExpRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExpRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExpRequestBuilder">
            <summary>
            The type WorkbookFunctionsExpRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsExpRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest">
            <summary>
            The type WorkbookFunctionsFactDoubleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFactDoubleRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFactDoubleRequestBuilder">
            <summary>
            The type WorkbookFunctionsFactDoubleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFactDoubleRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFactRequest">
            <summary>
            The type WorkbookFunctionsFactRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFactRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFactRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFactRequestBuilder">
            <summary>
            The type WorkbookFunctionsFactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFactRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFalseRequest">
            <summary>
            The type WorkbookFunctionsFalseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFalseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFalseRequestBuilder">
            <summary>
            The type WorkbookFunctionsFalseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFalseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFindBRequest">
            <summary>
            The type WorkbookFunctionsFindBRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFindBRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindBRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFindBRequestBuilder">
            <summary>
            The type WorkbookFunctionsFindBRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFindBRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="findText">A findText parameter for the OData method call.</param>
            <param name="withinText">A withinText parameter for the OData method call.</param>
            <param name="startNum">A startNum parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFindRequest">
            <summary>
            The type WorkbookFunctionsFindRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFindRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFindRequestBuilder">
            <summary>
            The type WorkbookFunctionsFindRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFindRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="findText">A findText parameter for the OData method call.</param>
            <param name="withinText">A withinText parameter for the OData method call.</param>
            <param name="startNum">A startNum parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFisherInvRequest">
            <summary>
            The type WorkbookFunctionsFisherInvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFisherInvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFisherInvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFisherInvRequestBuilder">
            <summary>
            The type WorkbookFunctionsFisherInvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFisherInvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="y">A y parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFisherRequest">
            <summary>
            The type WorkbookFunctionsFisherRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFisherRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFisherRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFisherRequestBuilder">
            <summary>
            The type WorkbookFunctionsFisherRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFisherRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFixedRequest">
            <summary>
            The type WorkbookFunctionsFixedRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFixedRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFixedRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFixedRequestBuilder">
            <summary>
            The type WorkbookFunctionsFixedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFixedRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="decimals">A decimals parameter for the OData method call.</param>
            <param name="noCommas">A noCommas parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest">
            <summary>
            The type WorkbookFunctionsFloor_MathRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFloor_MathRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBuilder">
            <summary>
            The type WorkbookFunctionsFloor_MathRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
            <param name="mode">A mode parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest">
            <summary>
            The type WorkbookFunctionsFloor_PreciseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFloor_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBuilder">
            <summary>
            The type WorkbookFunctionsFloor_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFvRequest">
            <summary>
            The type WorkbookFunctionsFvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFvRequestBuilder">
            <summary>
            The type WorkbookFunctionsFvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pmt">A pmt parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest">
            <summary>
            The type WorkbookFunctionsFvscheduleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFvscheduleRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBuilder">
            <summary>
            The type WorkbookFunctionsFvscheduleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="principal">A principal parameter for the OData method call.</param>
            <param name="schedule">A schedule parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_DistRequest">
            <summary>
            The type WorkbookFunctionsF_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsF_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsF_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsF_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom1">A degFreedom1 parameter for the OData method call.</param>
            <param name="degFreedom2">A degFreedom2 parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest">
            <summary>
            The type WorkbookFunctionsF_Dist_RTRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsF_Dist_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBuilder">
            <summary>
            The type WorkbookFunctionsF_Dist_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom1">A degFreedom1 parameter for the OData method call.</param>
            <param name="degFreedom2">A degFreedom2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_InvRequest">
            <summary>
            The type WorkbookFunctionsF_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsF_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsF_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsF_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="degFreedom1">A degFreedom1 parameter for the OData method call.</param>
            <param name="degFreedom2">A degFreedom2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest">
            <summary>
            The type WorkbookFunctionsF_Inv_RTRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsF_Inv_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBuilder">
            <summary>
            The type WorkbookFunctionsF_Inv_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="degFreedom1">A degFreedom1 parameter for the OData method call.</param>
            <param name="degFreedom2">A degFreedom2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaLnRequest">
            <summary>
            The type WorkbookFunctionsGammaLnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGammaLnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGammaLnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaLnRequestBuilder">
            <summary>
            The type WorkbookFunctionsGammaLnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGammaLnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest">
            <summary>
            The type WorkbookFunctionsGammaLn_PreciseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGammaLn_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequestBuilder">
            <summary>
            The type WorkbookFunctionsGammaLn_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaRequest">
            <summary>
            The type WorkbookFunctionsGammaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGammaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGammaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaRequestBuilder">
            <summary>
            The type WorkbookFunctionsGammaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGammaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest">
            <summary>
            The type WorkbookFunctionsGamma_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGamma_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsGamma_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="beta">A beta parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest">
            <summary>
            The type WorkbookFunctionsGamma_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGamma_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsGamma_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="beta">A beta parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGaussRequest">
            <summary>
            The type WorkbookFunctionsGaussRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGaussRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGaussRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGaussRequestBuilder">
            <summary>
            The type WorkbookFunctionsGaussRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGaussRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGcdRequest">
            <summary>
            The type WorkbookFunctionsGcdRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGcdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGcdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGcdRequestBuilder">
            <summary>
            The type WorkbookFunctionsGcdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGcdRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest">
            <summary>
            The type WorkbookFunctionsGeoMeanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGeoMeanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGeoMeanRequestBuilder">
            <summary>
            The type WorkbookFunctionsGeoMeanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGeoMeanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGeStepRequest">
            <summary>
            The type WorkbookFunctionsGeStepRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGeStepRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGeStepRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGeStepRequestBuilder">
            <summary>
            The type WorkbookFunctionsGeStepRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGeStepRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="step">A step parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHarMeanRequest">
            <summary>
            The type WorkbookFunctionsHarMeanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHarMeanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHarMeanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHarMeanRequestBuilder">
            <summary>
            The type WorkbookFunctionsHarMeanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHarMeanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2BinRequest">
            <summary>
            The type WorkbookFunctionsHex2BinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHex2BinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2BinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBuilder">
            <summary>
            The type WorkbookFunctionsHex2BinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2DecRequest">
            <summary>
            The type WorkbookFunctionsHex2DecRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHex2DecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2DecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2DecRequestBuilder">
            <summary>
            The type WorkbookFunctionsHex2DecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHex2DecRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2OctRequest">
            <summary>
            The type WorkbookFunctionsHex2OctRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHex2OctRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2OctRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBuilder">
            <summary>
            The type WorkbookFunctionsHex2OctRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHlookupRequest">
            <summary>
            The type WorkbookFunctionsHlookupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHlookupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHlookupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHlookupRequestBuilder">
            <summary>
            The type WorkbookFunctionsHlookupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHlookupRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="lookupValue">A lookupValue parameter for the OData method call.</param>
            <param name="tableArray">A tableArray parameter for the OData method call.</param>
            <param name="rowIndexNum">A rowIndexNum parameter for the OData method call.</param>
            <param name="rangeLookup">A rangeLookup parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHourRequest">
            <summary>
            The type WorkbookFunctionsHourRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHourRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHourRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHourRequestBuilder">
            <summary>
            The type WorkbookFunctionsHourRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHourRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest">
            <summary>
            The type WorkbookFunctionsHyperlinkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHyperlinkRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBuilder">
            <summary>
            The type WorkbookFunctionsHyperlinkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="linkLocation">A linkLocation parameter for the OData method call.</param>
            <param name="friendlyName">A friendlyName parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest">
            <summary>
            The type WorkbookFunctionsHypGeom_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHypGeom_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsHypGeom_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="sampleS">A sampleS parameter for the OData method call.</param>
            <param name="numberSample">A numberSample parameter for the OData method call.</param>
            <param name="populationS">A populationS parameter for the OData method call.</param>
            <param name="numberPop">A numberPop parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIfRequest">
            <summary>
            The type WorkbookFunctionsIfRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIfRequestBuilder">
            <summary>
            The type WorkbookFunctionsIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIfRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="logicalTest">A logicalTest parameter for the OData method call.</param>
            <param name="valueIfTrue">A valueIfTrue parameter for the OData method call.</param>
            <param name="valueIfFalse">A valueIfFalse parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImAbsRequest">
            <summary>
            The type WorkbookFunctionsImAbsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImAbsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImAbsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImAbsRequestBuilder">
            <summary>
            The type WorkbookFunctionsImAbsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImAbsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImaginaryRequest">
            <summary>
            The type WorkbookFunctionsImaginaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImaginaryRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImaginaryRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImaginaryRequestBuilder">
            <summary>
            The type WorkbookFunctionsImaginaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImaginaryRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImArgumentRequest">
            <summary>
            The type WorkbookFunctionsImArgumentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImArgumentRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImArgumentRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImArgumentRequestBuilder">
            <summary>
            The type WorkbookFunctionsImArgumentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImArgumentRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImConjugateRequest">
            <summary>
            The type WorkbookFunctionsImConjugateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImConjugateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImConjugateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImConjugateRequestBuilder">
            <summary>
            The type WorkbookFunctionsImConjugateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImConjugateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCoshRequest">
            <summary>
            The type WorkbookFunctionsImCoshRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImCoshRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCoshRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCoshRequestBuilder">
            <summary>
            The type WorkbookFunctionsImCoshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImCoshRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCosRequest">
            <summary>
            The type WorkbookFunctionsImCosRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImCosRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCosRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCosRequestBuilder">
            <summary>
            The type WorkbookFunctionsImCosRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImCosRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCotRequest">
            <summary>
            The type WorkbookFunctionsImCotRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImCotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCotRequestBuilder">
            <summary>
            The type WorkbookFunctionsImCotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImCotRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCschRequest">
            <summary>
            The type WorkbookFunctionsImCschRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImCschRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCschRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCschRequestBuilder">
            <summary>
            The type WorkbookFunctionsImCschRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImCschRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCscRequest">
            <summary>
            The type WorkbookFunctionsImCscRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImCscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCscRequestBuilder">
            <summary>
            The type WorkbookFunctionsImCscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImCscRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImDivRequest">
            <summary>
            The type WorkbookFunctionsImDivRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImDivRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImDivRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImDivRequestBuilder">
            <summary>
            The type WorkbookFunctionsImDivRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImDivRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber1">A inumber1 parameter for the OData method call.</param>
            <param name="inumber2">A inumber2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImExpRequest">
            <summary>
            The type WorkbookFunctionsImExpRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImExpRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImExpRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImExpRequestBuilder">
            <summary>
            The type WorkbookFunctionsImExpRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImExpRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLnRequest">
            <summary>
            The type WorkbookFunctionsImLnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImLnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImLnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLnRequestBuilder">
            <summary>
            The type WorkbookFunctionsImLnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImLnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLog10Request">
            <summary>
            The type WorkbookFunctionsImLog10Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10Request.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImLog10Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImLog10Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10Request.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLog10RequestBuilder">
            <summary>
            The type WorkbookFunctionsImLog10RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10RequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImLog10RequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10RequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLog2Request">
            <summary>
            The type WorkbookFunctionsImLog2Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2Request.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImLog2Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImLog2Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2Request.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLog2RequestBuilder">
            <summary>
            The type WorkbookFunctionsImLog2RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2RequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImLog2RequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2RequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImPowerRequest">
            <summary>
            The type WorkbookFunctionsImPowerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImPowerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImPowerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImPowerRequestBuilder">
            <summary>
            The type WorkbookFunctionsImPowerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImPowerRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImProductRequest">
            <summary>
            The type WorkbookFunctionsImProductRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImProductRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImProductRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImProductRequestBuilder">
            <summary>
            The type WorkbookFunctionsImProductRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImProductRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImRealRequest">
            <summary>
            The type WorkbookFunctionsImRealRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImRealRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImRealRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImRealRequestBuilder">
            <summary>
            The type WorkbookFunctionsImRealRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImRealRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSechRequest">
            <summary>
            The type WorkbookFunctionsImSechRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSechRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSechRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSechRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSechRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSechRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSecRequest">
            <summary>
            The type WorkbookFunctionsImSecRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSecRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSecRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSinhRequest">
            <summary>
            The type WorkbookFunctionsImSinhRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSinhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSinhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSinhRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSinhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSinhRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSinRequest">
            <summary>
            The type WorkbookFunctionsImSinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSinRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSqrtRequest">
            <summary>
            The type WorkbookFunctionsImSqrtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSqrtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSqrtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSqrtRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSqrtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSqrtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSubRequest">
            <summary>
            The type WorkbookFunctionsImSubRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSubRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSubRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSubRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSubRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSubRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber1">A inumber1 parameter for the OData method call.</param>
            <param name="inumber2">A inumber2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSumRequest">
            <summary>
            The type WorkbookFunctionsImSumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSumRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImTanRequest">
            <summary>
            The type WorkbookFunctionsImTanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImTanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImTanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImTanRequestBuilder">
            <summary>
            The type WorkbookFunctionsImTanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImTanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIntRateRequest">
            <summary>
            The type WorkbookFunctionsIntRateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIntRateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIntRateRequestBuilder">
            <summary>
            The type WorkbookFunctionsIntRateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIntRateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="investment">A investment parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIntRequest">
            <summary>
            The type WorkbookFunctionsIntRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIntRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIntRequestBuilder">
            <summary>
            The type WorkbookFunctionsIntRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIntRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIpmtRequest">
            <summary>
            The type WorkbookFunctionsIpmtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIpmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIpmtRequestBuilder">
            <summary>
            The type WorkbookFunctionsIpmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIpmtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="per">A per parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIrrRequest">
            <summary>
            The type WorkbookFunctionsIrrRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIrrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIrrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIrrRequestBuilder">
            <summary>
            The type WorkbookFunctionsIrrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIrrRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <param name="guess">A guess parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsErrorRequest">
            <summary>
            The type WorkbookFunctionsIsErrorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsErrorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsErrorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsErrorRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsErrorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsErrorRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsErrRequest">
            <summary>
            The type WorkbookFunctionsIsErrRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsErrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsErrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsErrRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsErrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsErrRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsEvenRequest">
            <summary>
            The type WorkbookFunctionsIsEvenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsEvenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsEvenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsEvenRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsEvenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsEvenRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest">
            <summary>
            The type WorkbookFunctionsIsFormulaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsFormulaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsFormulaRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsFormulaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsFormulaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="reference">A reference parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest">
            <summary>
            The type WorkbookFunctionsIsLogicalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsLogicalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsLogicalRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsLogicalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsLogicalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNARequest">
            <summary>
            The type WorkbookFunctionsIsNARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsNARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsNARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNARequestBuilder">
            <summary>
            The type WorkbookFunctionsIsNARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsNARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest">
            <summary>
            The type WorkbookFunctionsIsNonTextRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsNonTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNonTextRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsNonTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsNonTextRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNumberRequest">
            <summary>
            The type WorkbookFunctionsIsNumberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsNumberRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsNumberRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNumberRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsNumberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsNumberRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsOddRequest">
            <summary>
            The type WorkbookFunctionsIsOddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsOddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsOddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsOddRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsOddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsOddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest">
            <summary>
            The type WorkbookFunctionsIsoWeekNumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsoWeekNumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsoWeekNumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest">
            <summary>
            The type WorkbookFunctionsIso_CeilingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIso_CeilingRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBuilder">
            <summary>
            The type WorkbookFunctionsIso_CeilingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIspmtRequest">
            <summary>
            The type WorkbookFunctionsIspmtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIspmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIspmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIspmtRequestBuilder">
            <summary>
            The type WorkbookFunctionsIspmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIspmtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="per">A per parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsrefRequest">
            <summary>
            The type WorkbookFunctionsIsrefRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsrefRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsrefRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsrefRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsrefRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsrefRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsTextRequest">
            <summary>
            The type WorkbookFunctionsIsTextRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsTextRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsTextRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsKurtRequest">
            <summary>
            The type WorkbookFunctionsKurtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsKurtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsKurtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsKurtRequestBuilder">
            <summary>
            The type WorkbookFunctionsKurtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsKurtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLargeRequest">
            <summary>
            The type WorkbookFunctionsLargeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLargeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLargeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLargeRequestBuilder">
            <summary>
            The type WorkbookFunctionsLargeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLargeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="k">A k parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLcmRequest">
            <summary>
            The type WorkbookFunctionsLcmRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLcmRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLcmRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLcmRequestBuilder">
            <summary>
            The type WorkbookFunctionsLcmRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLcmRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLeftbRequest">
            <summary>
            The type WorkbookFunctionsLeftbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLeftbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLeftbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLeftbRequestBuilder">
            <summary>
            The type WorkbookFunctionsLeftbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLeftbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="numBytes">A numBytes parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLeftRequest">
            <summary>
            The type WorkbookFunctionsLeftRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLeftRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLeftRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLeftRequestBuilder">
            <summary>
            The type WorkbookFunctionsLeftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLeftRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="numChars">A numChars parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLenbRequest">
            <summary>
            The type WorkbookFunctionsLenbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLenbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLenbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLenbRequestBuilder">
            <summary>
            The type WorkbookFunctionsLenbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLenbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLenRequest">
            <summary>
            The type WorkbookFunctionsLenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLenRequestBuilder">
            <summary>
            The type WorkbookFunctionsLenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLenRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLnRequest">
            <summary>
            The type WorkbookFunctionsLnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLnRequestBuilder">
            <summary>
            The type WorkbookFunctionsLnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLog10Request">
            <summary>
            The type WorkbookFunctionsLog10Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10Request.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLog10Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLog10Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10Request.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLog10RequestBuilder">
            <summary>
            The type WorkbookFunctionsLog10RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10RequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLog10RequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10RequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest">
            <summary>
            The type WorkbookFunctionsLogNorm_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLogNorm_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsLogNorm_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="mean">A mean parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest">
            <summary>
            The type WorkbookFunctionsLogNorm_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLogNorm_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsLogNorm_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="mean">A mean parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogRequest">
            <summary>
            The type WorkbookFunctionsLogRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLogRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogRequestBuilder">
            <summary>
            The type WorkbookFunctionsLogRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLogRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="@base">A @base parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLookupRequest">
            <summary>
            The type WorkbookFunctionsLookupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLookupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLookupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLookupRequestBuilder">
            <summary>
            The type WorkbookFunctionsLookupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLookupRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="lookupValue">A lookupValue parameter for the OData method call.</param>
            <param name="lookupVector">A lookupVector parameter for the OData method call.</param>
            <param name="resultVector">A resultVector parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLowerRequest">
            <summary>
            The type WorkbookFunctionsLowerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLowerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLowerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLowerRequestBuilder">
            <summary>
            The type WorkbookFunctionsLowerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLowerRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMatchRequest">
            <summary>
            The type WorkbookFunctionsMatchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMatchRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMatchRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMatchRequestBuilder">
            <summary>
            The type WorkbookFunctionsMatchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMatchRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="lookupValue">A lookupValue parameter for the OData method call.</param>
            <param name="lookupArray">A lookupArray parameter for the OData method call.</param>
            <param name="matchType">A matchType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMaxARequest">
            <summary>
            The type WorkbookFunctionsMaxARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMaxARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMaxARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMaxARequestBuilder">
            <summary>
            The type WorkbookFunctionsMaxARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMaxARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMaxRequest">
            <summary>
            The type WorkbookFunctionsMaxRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMaxRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMaxRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMaxRequestBuilder">
            <summary>
            The type WorkbookFunctionsMaxRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMaxRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMdurationRequest">
            <summary>
            The type WorkbookFunctionsMdurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMdurationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMdurationRequestBuilder">
            <summary>
            The type WorkbookFunctionsMdurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMdurationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="coupon">A coupon parameter for the OData method call.</param>
            <param name="yld">A yld parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMedianRequest">
            <summary>
            The type WorkbookFunctionsMedianRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMedianRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMedianRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMedianRequestBuilder">
            <summary>
            The type WorkbookFunctionsMedianRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMedianRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMidbRequest">
            <summary>
            The type WorkbookFunctionsMidbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMidbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMidbRequestBuilder">
            <summary>
            The type WorkbookFunctionsMidbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMidbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="startNum">A startNum parameter for the OData method call.</param>
            <param name="numBytes">A numBytes parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMidRequest">
            <summary>
            The type WorkbookFunctionsMidRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMidRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMidRequestBuilder">
            <summary>
            The type WorkbookFunctionsMidRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMidRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="startNum">A startNum parameter for the OData method call.</param>
            <param name="numChars">A numChars parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinARequest">
            <summary>
            The type WorkbookFunctionsMinARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMinARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMinARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinARequestBuilder">
            <summary>
            The type WorkbookFunctionsMinARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMinARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinRequest">
            <summary>
            The type WorkbookFunctionsMinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinRequestBuilder">
            <summary>
            The type WorkbookFunctionsMinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinuteRequest">
            <summary>
            The type WorkbookFunctionsMinuteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMinuteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMinuteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinuteRequestBuilder">
            <summary>
            The type WorkbookFunctionsMinuteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMinuteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMirrRequest">
            <summary>
            The type WorkbookFunctionsMirrRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMirrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMirrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMirrRequestBuilder">
            <summary>
            The type WorkbookFunctionsMirrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMirrRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <param name="financeRate">A financeRate parameter for the OData method call.</param>
            <param name="reinvestRate">A reinvestRate parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsModRequest">
            <summary>
            The type WorkbookFunctionsModRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsModRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsModRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsModRequestBuilder">
            <summary>
            The type WorkbookFunctionsModRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsModRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="divisor">A divisor parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMonthRequest">
            <summary>
            The type WorkbookFunctionsMonthRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMonthRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMonthRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMonthRequestBuilder">
            <summary>
            The type WorkbookFunctionsMonthRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMonthRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMroundRequest">
            <summary>
            The type WorkbookFunctionsMroundRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMroundRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMroundRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMroundRequestBuilder">
            <summary>
            The type WorkbookFunctionsMroundRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMroundRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="multiple">A multiple parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest">
            <summary>
            The type WorkbookFunctionsMultiNomialRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMultiNomialRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMultiNomialRequestBuilder">
            <summary>
            The type WorkbookFunctionsMultiNomialRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMultiNomialRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNaRequest">
            <summary>
            The type WorkbookFunctionsNaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNaRequestBuilder">
            <summary>
            The type WorkbookFunctionsNaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest">
            <summary>
            The type WorkbookFunctionsNegBinom_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNegBinom_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsNegBinom_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="numberF">A numberF parameter for the OData method call.</param>
            <param name="numberS">A numberS parameter for the OData method call.</param>
            <param name="probabilityS">A probabilityS parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest">
            <summary>
            The type WorkbookFunctionsNetworkDaysRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNetworkDaysRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBuilder">
            <summary>
            The type WorkbookFunctionsNetworkDaysRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="endDate">A endDate parameter for the OData method call.</param>
            <param name="holidays">A holidays parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest">
            <summary>
            The type WorkbookFunctionsNetworkDays_IntlRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNetworkDays_IntlRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBuilder">
            <summary>
            The type WorkbookFunctionsNetworkDays_IntlRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="endDate">A endDate parameter for the OData method call.</param>
            <param name="weekend">A weekend parameter for the OData method call.</param>
            <param name="holidays">A holidays parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNominalRequest">
            <summary>
            The type WorkbookFunctionsNominalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNominalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNominalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNominalRequestBuilder">
            <summary>
            The type WorkbookFunctionsNominalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNominalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="effectRate">A effectRate parameter for the OData method call.</param>
            <param name="npery">A npery parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest">
            <summary>
            The type WorkbookFunctionsNorm_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNorm_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsNorm_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="mean">A mean parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest">
            <summary>
            The type WorkbookFunctionsNorm_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNorm_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsNorm_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="mean">A mean parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest">
            <summary>
            The type WorkbookFunctionsNorm_S_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNorm_S_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsNorm_S_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="z">A z parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest">
            <summary>
            The type WorkbookFunctionsNorm_S_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNorm_S_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsNorm_S_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNotRequest">
            <summary>
            The type WorkbookFunctionsNotRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNotRequestBuilder">
            <summary>
            The type WorkbookFunctionsNotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNotRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="logical">A logical parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNowRequest">
            <summary>
            The type WorkbookFunctionsNowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNowRequestBuilder">
            <summary>
            The type WorkbookFunctionsNowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNperRequest">
            <summary>
            The type WorkbookFunctionsNperRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNperRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNperRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNperRequestBuilder">
            <summary>
            The type WorkbookFunctionsNperRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNperRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="pmt">A pmt parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNpvRequest">
            <summary>
            The type WorkbookFunctionsNpvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNpvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNpvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNpvRequestBuilder">
            <summary>
            The type WorkbookFunctionsNpvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNpvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNRequest">
            <summary>
            The type WorkbookFunctionsNRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNRequestBuilder">
            <summary>
            The type WorkbookFunctionsNRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNumberValueRequest">
            <summary>
            The type WorkbookFunctionsNumberValueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNumberValueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNumberValueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBuilder">
            <summary>
            The type WorkbookFunctionsNumberValueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="decimalSeparator">A decimalSeparator parameter for the OData method call.</param>
            <param name="groupSeparator">A groupSeparator parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2BinRequest">
            <summary>
            The type WorkbookFunctionsOct2BinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOct2BinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2BinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBuilder">
            <summary>
            The type WorkbookFunctionsOct2BinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2DecRequest">
            <summary>
            The type WorkbookFunctionsOct2DecRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOct2DecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2DecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2DecRequestBuilder">
            <summary>
            The type WorkbookFunctionsOct2DecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOct2DecRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2HexRequest">
            <summary>
            The type WorkbookFunctionsOct2HexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOct2HexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2HexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBuilder">
            <summary>
            The type WorkbookFunctionsOct2HexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest">
            <summary>
            The type WorkbookFunctionsOddFPriceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOddFPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBuilder">
            <summary>
            The type WorkbookFunctionsOddFPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="issue">A issue parameter for the OData method call.</param>
            <param name="firstCoupon">A firstCoupon parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="yld">A yld parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest">
            <summary>
            The type WorkbookFunctionsOddFYieldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOddFYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBuilder">
            <summary>
            The type WorkbookFunctionsOddFYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="issue">A issue parameter for the OData method call.</param>
            <param name="firstCoupon">A firstCoupon parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest">
            <summary>
            The type WorkbookFunctionsOddLPriceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOddLPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBuilder">
            <summary>
            The type WorkbookFunctionsOddLPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="lastInterest">A lastInterest parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="yld">A yld parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest">
            <summary>
            The type WorkbookFunctionsOddLYieldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOddLYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBuilder">
            <summary>
            The type WorkbookFunctionsOddLYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="lastInterest">A lastInterest parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddRequest">
            <summary>
            The type WorkbookFunctionsOddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddRequestBuilder">
            <summary>
            The type WorkbookFunctionsOddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOrRequest">
            <summary>
            The type WorkbookFunctionsOrRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOrRequestBuilder">
            <summary>
            The type WorkbookFunctionsOrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOrRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPdurationRequest">
            <summary>
            The type WorkbookFunctionsPdurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPdurationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPdurationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPdurationRequestBuilder">
            <summary>
            The type WorkbookFunctionsPdurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPdurationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest">
            <summary>
            The type WorkbookFunctionsPercentile_ExcRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPercentile_ExcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBuilder">
            <summary>
            The type WorkbookFunctionsPercentile_ExcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="k">A k parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest">
            <summary>
            The type WorkbookFunctionsPercentile_IncRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPercentile_IncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBuilder">
            <summary>
            The type WorkbookFunctionsPercentile_IncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="k">A k parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest">
            <summary>
            The type WorkbookFunctionsPercentRank_ExcRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPercentRank_ExcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBuilder">
            <summary>
            The type WorkbookFunctionsPercentRank_ExcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest">
            <summary>
            The type WorkbookFunctionsPercentRank_IncRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPercentRank_IncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBuilder">
            <summary>
            The type WorkbookFunctionsPercentRank_IncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPermutationaRequest">
            <summary>
            The type WorkbookFunctionsPermutationaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPermutationaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPermutationaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBuilder">
            <summary>
            The type WorkbookFunctionsPermutationaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numberChosen">A numberChosen parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPermutRequest">
            <summary>
            The type WorkbookFunctionsPermutRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPermutRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPermutRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPermutRequestBuilder">
            <summary>
            The type WorkbookFunctionsPermutRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPermutRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numberChosen">A numberChosen parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPhiRequest">
            <summary>
            The type WorkbookFunctionsPhiRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPhiRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPhiRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPhiRequestBuilder">
            <summary>
            The type WorkbookFunctionsPhiRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPhiRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPiRequest">
            <summary>
            The type WorkbookFunctionsPiRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPiRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPiRequestBuilder">
            <summary>
            The type WorkbookFunctionsPiRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPiRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPmtRequest">
            <summary>
            The type WorkbookFunctionsPmtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPmtRequestBuilder">
            <summary>
            The type WorkbookFunctionsPmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPmtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest">
            <summary>
            The type WorkbookFunctionsPoisson_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPoisson_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsPoisson_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="mean">A mean parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPowerRequest">
            <summary>
            The type WorkbookFunctionsPowerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPowerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPowerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPowerRequestBuilder">
            <summary>
            The type WorkbookFunctionsPowerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPowerRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="power">A power parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPpmtRequest">
            <summary>
            The type WorkbookFunctionsPpmtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPpmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPpmtRequestBuilder">
            <summary>
            The type WorkbookFunctionsPpmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPpmtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="per">A per parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest">
            <summary>
            The type WorkbookFunctionsPriceDiscRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPriceDiscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBuilder">
            <summary>
            The type WorkbookFunctionsPriceDiscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="discount">A discount parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceMatRequest">
            <summary>
            The type WorkbookFunctionsPriceMatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPriceMatRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBuilder">
            <summary>
            The type WorkbookFunctionsPriceMatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="issue">A issue parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="yld">A yld parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceRequest">
            <summary>
            The type WorkbookFunctionsPriceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceRequestBuilder">
            <summary>
            The type WorkbookFunctionsPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPriceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="yld">A yld parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsProductRequest">
            <summary>
            The type WorkbookFunctionsProductRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsProductRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsProductRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsProductRequestBuilder">
            <summary>
            The type WorkbookFunctionsProductRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsProductRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsProperRequest">
            <summary>
            The type WorkbookFunctionsProperRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsProperRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsProperRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsProperRequestBuilder">
            <summary>
            The type WorkbookFunctionsProperRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsProperRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPvRequest">
            <summary>
            The type WorkbookFunctionsPvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPvRequestBuilder">
            <summary>
            The type WorkbookFunctionsPvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pmt">A pmt parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest">
            <summary>
            The type WorkbookFunctionsQuartile_ExcRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsQuartile_ExcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBuilder">
            <summary>
            The type WorkbookFunctionsQuartile_ExcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="quart">A quart parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest">
            <summary>
            The type WorkbookFunctionsQuartile_IncRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsQuartile_IncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBuilder">
            <summary>
            The type WorkbookFunctionsQuartile_IncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="quart">A quart parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuotientRequest">
            <summary>
            The type WorkbookFunctionsQuotientRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsQuotientRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuotientRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuotientRequestBuilder">
            <summary>
            The type WorkbookFunctionsQuotientRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsQuotientRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="numerator">A numerator parameter for the OData method call.</param>
            <param name="denominator">A denominator parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRadiansRequest">
            <summary>
            The type WorkbookFunctionsRadiansRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRadiansRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRadiansRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRadiansRequestBuilder">
            <summary>
            The type WorkbookFunctionsRadiansRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRadiansRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="angle">A angle parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest">
            <summary>
            The type WorkbookFunctionsRandBetweenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRandBetweenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBuilder">
            <summary>
            The type WorkbookFunctionsRandBetweenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="bottom">A bottom parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRandRequest">
            <summary>
            The type WorkbookFunctionsRandRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRandRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRandRequestBuilder">
            <summary>
            The type WorkbookFunctionsRandRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRandRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest">
            <summary>
            The type WorkbookFunctionsRank_AvgRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRank_AvgRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBuilder">
            <summary>
            The type WorkbookFunctionsRank_AvgRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="@ref">A @ref parameter for the OData method call.</param>
            <param name="order">A order parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRank_EqRequest">
            <summary>
            The type WorkbookFunctionsRank_EqRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRank_EqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_EqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBuilder">
            <summary>
            The type WorkbookFunctionsRank_EqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="@ref">A @ref parameter for the OData method call.</param>
            <param name="order">A order parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRateRequest">
            <summary>
            The type WorkbookFunctionsRateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRateRequestBuilder">
            <summary>
            The type WorkbookFunctionsRateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pmt">A pmt parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
            <param name="guess">A guess parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReceivedRequest">
            <summary>
            The type WorkbookFunctionsReceivedRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsReceivedRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReceivedRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReceivedRequestBuilder">
            <summary>
            The type WorkbookFunctionsReceivedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsReceivedRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="investment">A investment parameter for the OData method call.</param>
            <param name="discount">A discount parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReplaceBRequest">
            <summary>
            The type WorkbookFunctionsReplaceBRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsReplaceBRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceBRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBuilder">
            <summary>
            The type WorkbookFunctionsReplaceBRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="oldText">A oldText parameter for the OData method call.</param>
            <param name="startNum">A startNum parameter for the OData method call.</param>
            <param name="numBytes">A numBytes parameter for the OData method call.</param>
            <param name="newText">A newText parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReplaceRequest">
            <summary>
            The type WorkbookFunctionsReplaceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsReplaceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReplaceRequestBuilder">
            <summary>
            The type WorkbookFunctionsReplaceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsReplaceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="oldText">A oldText parameter for the OData method call.</param>
            <param name="startNum">A startNum parameter for the OData method call.</param>
            <param name="numChars">A numChars parameter for the OData method call.</param>
            <param name="newText">A newText parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReptRequest">
            <summary>
            The type WorkbookFunctionsReptRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsReptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReptRequestBuilder">
            <summary>
            The type WorkbookFunctionsReptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsReptRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="numberTimes">A numberTimes parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRequest">
            <summary>
            The type WorkbookFunctionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.CreateAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFunctions using POST.
            </summary>
            <param name="workbookFunctionsToCreate">The WorkbookFunctions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.CreateResponseAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFunctions using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFunctionsToCreate">The WorkbookFunctions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFunctions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFunctions and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFunctions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFunctions and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.UpdateAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctions using PATCH.
            </summary>
            <param name="workbookFunctionsToUpdate">The WorkbookFunctions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctions using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFunctionsToUpdate">The WorkbookFunctions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.PutAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctions using PUT.
            </summary>
            <param name="workbookFunctionsToUpdate">The WorkbookFunctions object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.PutResponseAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctions using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookFunctionsToUpdate">The WorkbookFunctions object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookFunctions)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookFunctionsToInitialize">The <see cref="T:Microsoft.Graph.WorkbookFunctions"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRequestBuilder">
            <summary>
            The type WorkbookFunctionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookFunctionsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Delta(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Abs(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAbs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAbsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AccrInt(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAccrInt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAccrIntRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AccrIntM(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAccrIntM.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Acos(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcosRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Acosh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcosh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcoshRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Acot(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Acoth(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcoth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcothRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AmorDegrc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAmorDegrc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AmorLinc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAmorLinc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAmorLincRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.And(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAnd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAndRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Arabic(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsArabic.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsArabicRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Areas(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAreas.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAreasRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Asc(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAsc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Asin(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAsin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAsinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Asinh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAsinh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAsinhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Atan(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAtan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAtanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Atan2(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAtan2.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAtan2RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Atanh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAtanh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAtanhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AveDev(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAveDev.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAveDevRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Average(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AverageA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverageA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AverageIf(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverageIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AverageIfs(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverageIfs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.BahtText(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBahtText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBahtTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Base(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBase.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.BesselI(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselI.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselIRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.BesselJ(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselJ.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselJRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.BesselK(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselK.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselKRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.BesselY(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselY.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselYRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Beta_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBeta_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Beta_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBeta_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bin2Dec(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBin2Dec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBin2DecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bin2Hex(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBin2Hex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBin2HexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bin2Oct(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBin2Oct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBin2OctRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Binom_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBinom_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Binom_Dist_Range(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBinom_Dist_Range.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Binom_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBinom_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bitand(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitand.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitandRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bitlshift(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitlshift.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bitor(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bitrshift(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitrshift.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bitxor(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitxor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitxorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ceiling_Math(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCeiling_Math.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ceiling_Precise(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCeiling_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Char(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsChar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCharRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ChiSq_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ChiSq_Dist_RT(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Dist_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ChiSq_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ChiSq_Inv_RT(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Inv_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Choose(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsChoose.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChooseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Clean(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsClean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCleanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Code(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Columns(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsColumns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsColumnsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Combin(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCombin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCombinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Combina(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCombina.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCombinaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Complex(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsComplex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsComplexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Concatenate(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsConcatenate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConcatenateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Confidence_Norm(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsConfidence_Norm.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Confidence_T(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsConfidence_T.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Convert(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsConvert.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConvertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Cos(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCosRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Cosh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCosh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoshRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Cot(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Coth(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCothRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Count(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CountA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CountBlank(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountBlank.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountBlankRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CountIf(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CountIfs(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountIfs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountIfsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CoupDayBs(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupDayBs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CoupDays(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CoupDaysNc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupDaysNc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CoupNcd(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupNcd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CoupNum(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupNum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupNumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CoupPcd(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupPcd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Csc(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCsc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Csch(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCsch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCschRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CumIPmt(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCumIPmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CumPrinc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsCumPrinc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCumPrincRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Date(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Datevalue(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDatevalue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDatevalueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Daverage(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDaverage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDaverageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Day(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDay.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Days(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDaysRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Days360(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDays360.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDays360RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Db(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dbcs(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDbcs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDbcsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dcount(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDcount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDcountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DcountA(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDcountA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDcountARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ddb(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDdb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDdbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dec2Bin(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDec2Bin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDec2BinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dec2Hex(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDec2Hex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDec2HexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dec2Oct(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDec2Oct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDec2OctRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Decimal(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDecimal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDecimalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Degrees(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDegrees.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDegreesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DevSq(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDevSq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDevSqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dget(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDget.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDgetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Disc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDisc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDiscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dmax(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDmax.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDmaxRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dmin(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDmin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDminRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dollar(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDollar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDollarRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DollarDe(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDollarDe.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDollarDeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DollarFr(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDollarFr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDollarFrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dproduct(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDproduct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDproductRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DstDev(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDstDev.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDstDevRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DstDevP(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDstDevP.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDstDevPRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dsum(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDsum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDsumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Duration(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDuration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDurationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dvar(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDvar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDvarRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DvarP(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsDvarP.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDvarPRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ecma_Ceiling(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsEcma_Ceiling.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Edate(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsEdate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEdateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Effect(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsEffect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEffectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.EoMonth(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsEoMonth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEoMonthRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Erf(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsErf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ErfC(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsErfC.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErfCRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ErfC_Precise(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsErfC_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Erf_Precise(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsErf_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Error_Type(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsError_Type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsError_TypeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Even(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsEven.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEvenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Exact(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsExact.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsExactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Exp(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsExp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsExpRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Expon_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsExpon_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Fact(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFact.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.FactDouble(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFactDouble.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.False">
            <summary>
            Gets the request builder for WorkbookFunctionsFalse.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFalseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Find(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFind.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFindRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.FindB(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFindB.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFindBRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Fisher(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFisher.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFisherRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.FisherInv(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFisherInv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFisherInvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Fixed(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFixed.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFixedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Floor_Math(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFloor_Math.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Floor_Precise(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFloor_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Fv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Fvschedule(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsFvschedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.F_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.F_Dist_RT(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Dist_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.F_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.F_Inv_RT(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Inv_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Gamma(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGamma.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGammaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.GammaLn(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGammaLn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGammaLnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.GammaLn_Precise(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGammaLn_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Gamma_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGamma_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Gamma_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGamma_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Gauss(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGauss.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGaussRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Gcd(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGcd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGcdRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.GeoMean(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGeoMean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.GeStep(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsGeStep.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGeStepRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.HarMean(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHarMean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHarMeanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Hex2Bin(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHex2Bin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHex2BinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Hex2Dec(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHex2Dec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHex2DecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Hex2Oct(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHex2Oct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHex2OctRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Hlookup(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHlookup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHlookupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Hour(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHour.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHourRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Hyperlink(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHyperlink.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.HypGeom_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsHypGeom_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.If(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImAbs(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImAbs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImAbsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Imaginary(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImaginary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImaginaryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImArgument(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImArgument.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImArgumentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImConjugate(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImConjugate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImConjugateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImCos(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCosRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImCosh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCosh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCoshRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImCot(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImCsc(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCsc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImCsch(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCsch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCschRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImDiv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImDiv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImDivRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImExp(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImExp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImExpRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImLn(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImLn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImLnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImLog10(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImLog10.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImLog10RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImLog2(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImLog2.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImLog2RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImPower(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImPower.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImPowerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImProduct(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImProduct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImProductRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImReal(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImReal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImRealRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSec(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSech(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSech.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSechRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSin(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSinh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSinh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSinhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSqrt(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSqrt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSqrtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSub(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSub.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSubRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSum(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImTan(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsImTan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImTanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Int(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsInt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIntRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IntRate(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIntRate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIntRateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ipmt(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIpmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIpmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Irr(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIrr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIrrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsErr(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsErr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsErrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsError(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsError.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsErrorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsEven(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsEven.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsEvenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsFormula(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsFormula.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsLogical(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsLogical.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsNA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsNA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsNARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsNonText(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsNonText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsNumber(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsNumber.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsNumberRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsOdd(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsOdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsOddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsoWeekNum(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsoWeekNum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Iso_Ceiling(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIso_Ceiling.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ispmt(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIspmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIspmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Isref(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsref.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsrefRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsText(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Kurt(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsKurt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsKurtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Large(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLarge.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLargeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Lcm(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLcm.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLcmRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Left(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLeft.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLeftRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Leftb(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLeftb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLeftbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Len(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLen.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Lenb(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLenb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLenbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ln(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Log(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLog.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLogRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Log10(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLog10.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLog10RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.LogNorm_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLogNorm_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.LogNorm_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLogNorm_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Lookup(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLookup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLookupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Lower(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsLower.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLowerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Match(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMatch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMatchRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Max(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMax.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMaxRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.MaxA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMaxA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMaxARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Mduration(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMduration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMdurationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Median(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMedian.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMedianRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Mid(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMid.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMidRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Midb(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMidb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMidbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Min(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.MinA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMinA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMinARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Minute(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMinute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMinuteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Mirr(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMirr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMirrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Mod(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMod.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsModRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Month(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMonth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMonthRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Mround(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMround.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMroundRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.MultiNomial(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsMultiNomial.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.N(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsN.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Na">
            <summary>
            Gets the request builder for WorkbookFunctionsNa.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.NegBinom_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNegBinom_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.NetworkDays(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNetworkDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.NetworkDays_Intl(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNetworkDays_Intl.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Nominal(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNominal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNominalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Norm_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Norm_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Norm_S_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_S_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Norm_S_Inv(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_S_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Not(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Now">
            <summary>
            Gets the request builder for WorkbookFunctionsNow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Nper(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNper.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNperRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Npv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNpv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNpvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.NumberValue(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsNumberValue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNumberValueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Oct2Bin(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOct2Bin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOct2BinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Oct2Dec(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOct2Dec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOct2DecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Oct2Hex(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOct2Hex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOct2HexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Odd(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.OddFPrice(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddFPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.OddFYield(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddFYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.OddLPrice(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddLPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.OddLYield(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddLYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Or(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsOr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Pduration(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPduration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPdurationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Percentile_Exc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentile_Exc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Percentile_Inc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentile_Inc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.PercentRank_Exc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentRank_Exc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.PercentRank_Inc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentRank_Inc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Permut(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPermut.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPermutRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Permutationa(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPermutationa.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPermutationaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Phi(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPhi.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPhiRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Pi">
            <summary>
            Gets the request builder for WorkbookFunctionsPi.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPiRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Pmt(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Poisson_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPoisson_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Power(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPower.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPowerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ppmt(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPpmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPpmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Price(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.PriceDisc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPriceDisc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.PriceMat(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPriceMat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPriceMatRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Product(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsProduct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsProductRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Proper(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsProper.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsProperRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Pv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsPv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Quartile_Exc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsQuartile_Exc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Quartile_Inc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsQuartile_Inc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Quotient(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsQuotient.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsQuotientRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Radians(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRadians.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRadiansRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rand">
            <summary>
            Gets the request builder for WorkbookFunctionsRand.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRandRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.RandBetween(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRandBetween.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rank_Avg(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRank_Avg.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rank_Eq(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRank_Eq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRank_EqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rate(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Received(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsReceived.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReceivedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Replace(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsReplace.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReplaceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ReplaceB(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsReplaceB.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReplaceBRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rept(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReptRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Right(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRight.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRightRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rightb(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRightb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRightbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Roman(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRoman.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRomanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Round(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRound.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRoundRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.RoundDown(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRoundDown.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRoundDownRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.RoundUp(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRoundUp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRoundUpRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rows(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRowsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rri(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsRri.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRriRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sec(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sech(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSech.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSechRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Second(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSecond.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSecondRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.SeriesSum(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSeriesSum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sheet(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sheets(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSheets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSheetsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sign(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sin(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sinh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSinh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSinhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Skew(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSkew.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSkewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Skew_p(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSkew_p.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSkew_pRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sln(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSln.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSlnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Small(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSmall.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSmallRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sqrt(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSqrt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSqrtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.SqrtPi(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSqrtPi.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Standardize(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsStandardize.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStandardizeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.StDevA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDevA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDevARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.StDevPA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDevPA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDevPARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.StDev_P(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDev_P.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDev_PRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.StDev_S(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDev_S.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDev_SRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Substitute(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSubstitute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSubstituteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Subtotal(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSubtotal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSubtotalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sum(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.SumIf(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSumIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.SumIfs(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSumIfs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumIfsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.SumSq(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSumSq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumSqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Syd(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsSyd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSydRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.T(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Tan(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Tanh(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTanh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTanhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.TbillEq(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTbillEq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTbillEqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.TbillPrice(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTbillPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.TbillYield(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTbillYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Text(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Time(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTime.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTimeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Timevalue(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTimevalue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTimevalueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Today">
            <summary>
            Gets the request builder for WorkbookFunctionsToday.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTodayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Trim(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTrim.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTrimRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.TrimMean(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTrimMean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.True">
            <summary>
            Gets the request builder for WorkbookFunctionsTrue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTrueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Trunc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsTrunc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTruncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Type(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsType.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTypeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.T_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.T_Dist_2T(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Dist_2T.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.T_Dist_RT(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Dist_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.T_Inv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.T_Inv_2T(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Inv_2T.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Unichar(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsUnichar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUnicharRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Unicode(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsUnicode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUnicodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Upper(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsUpper.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUpperRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Usdollar(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsUsdollar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUsdollarRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Value(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsValue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsValueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.VarA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsVarA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVarARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.VarPA(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsVarPA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVarPARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Var_P(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsVar_P.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVar_PRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Var_S(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsVar_S.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVar_SRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Vdb(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsVdb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVdbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Vlookup(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsVlookup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVlookupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Weekday(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsWeekday.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWeekdayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.WeekNum(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsWeekNum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWeekNumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Weibull_Dist(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsWeibull_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.WorkDay(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsWorkDay.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWorkDayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.WorkDay_Intl(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsWorkDay_Intl.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Xirr(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsXirr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsXirrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Xnpv(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsXnpv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsXnpvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Xor(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsXor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsXorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Year(System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsYear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.YearFrac(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsYearFrac.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYearFracRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Yield(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.YieldDisc(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsYieldDisc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.YieldMat(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsYieldMat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYieldMatRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Z_Test(System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookFunctionsZ_Test.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsZ_TestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRightbRequest">
            <summary>
            The type WorkbookFunctionsRightbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRightbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRightbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRightbRequestBuilder">
            <summary>
            The type WorkbookFunctionsRightbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRightbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="numBytes">A numBytes parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRightRequest">
            <summary>
            The type WorkbookFunctionsRightRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRightRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRightRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRightRequestBuilder">
            <summary>
            The type WorkbookFunctionsRightRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRightRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="numChars">A numChars parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRomanRequest">
            <summary>
            The type WorkbookFunctionsRomanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRomanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRomanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRomanRequestBuilder">
            <summary>
            The type WorkbookFunctionsRomanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRomanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="form">A form parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundDownRequest">
            <summary>
            The type WorkbookFunctionsRoundDownRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRoundDownRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundDownRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBuilder">
            <summary>
            The type WorkbookFunctionsRoundDownRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numDigits">A numDigits parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundRequest">
            <summary>
            The type WorkbookFunctionsRoundRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRoundRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundRequestBuilder">
            <summary>
            The type WorkbookFunctionsRoundRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRoundRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numDigits">A numDigits parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundUpRequest">
            <summary>
            The type WorkbookFunctionsRoundUpRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRoundUpRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundUpRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBuilder">
            <summary>
            The type WorkbookFunctionsRoundUpRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numDigits">A numDigits parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRowsRequest">
            <summary>
            The type WorkbookFunctionsRowsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRowsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRowsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRowsRequestBuilder">
            <summary>
            The type WorkbookFunctionsRowsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRowsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRriRequest">
            <summary>
            The type WorkbookFunctionsRriRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRriRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRriRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRriRequestBuilder">
            <summary>
            The type WorkbookFunctionsRriRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRriRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSechRequest">
            <summary>
            The type WorkbookFunctionsSechRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSechRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSechRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSechRequestBuilder">
            <summary>
            The type WorkbookFunctionsSechRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSechRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSecondRequest">
            <summary>
            The type WorkbookFunctionsSecondRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSecondRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSecondRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSecondRequestBuilder">
            <summary>
            The type WorkbookFunctionsSecondRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSecondRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSecRequest">
            <summary>
            The type WorkbookFunctionsSecRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSecRequestBuilder">
            <summary>
            The type WorkbookFunctionsSecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSecRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest">
            <summary>
            The type WorkbookFunctionsSeriesSumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSeriesSumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBuilder">
            <summary>
            The type WorkbookFunctionsSeriesSumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="n">A n parameter for the OData method call.</param>
            <param name="m">A m parameter for the OData method call.</param>
            <param name="coefficients">A coefficients parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSheetRequest">
            <summary>
            The type WorkbookFunctionsSheetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSheetRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSheetRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSheetRequestBuilder">
            <summary>
            The type WorkbookFunctionsSheetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSheetRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSheetsRequest">
            <summary>
            The type WorkbookFunctionsSheetsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSheetsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSheetsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSheetsRequestBuilder">
            <summary>
            The type WorkbookFunctionsSheetsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSheetsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="reference">A reference parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSignRequest">
            <summary>
            The type WorkbookFunctionsSignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSignRequestBuilder">
            <summary>
            The type WorkbookFunctionsSignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSinhRequest">
            <summary>
            The type WorkbookFunctionsSinhRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSinhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSinhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSinhRequestBuilder">
            <summary>
            The type WorkbookFunctionsSinhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSinhRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSinRequest">
            <summary>
            The type WorkbookFunctionsSinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSinRequestBuilder">
            <summary>
            The type WorkbookFunctionsSinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSkewRequest">
            <summary>
            The type WorkbookFunctionsSkewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSkewRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSkewRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSkewRequestBuilder">
            <summary>
            The type WorkbookFunctionsSkewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSkewRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSkew_pRequest">
            <summary>
            The type WorkbookFunctionsSkew_pRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSkew_pRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSkew_pRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSkew_pRequestBuilder">
            <summary>
            The type WorkbookFunctionsSkew_pRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSkew_pRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSlnRequest">
            <summary>
            The type WorkbookFunctionsSlnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSlnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSlnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSlnRequestBuilder">
            <summary>
            The type WorkbookFunctionsSlnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSlnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="life">A life parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSmallRequest">
            <summary>
            The type WorkbookFunctionsSmallRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSmallRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSmallRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSmallRequestBuilder">
            <summary>
            The type WorkbookFunctionsSmallRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSmallRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="k">A k parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest">
            <summary>
            The type WorkbookFunctionsSqrtPiRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSqrtPiRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSqrtPiRequestBuilder">
            <summary>
            The type WorkbookFunctionsSqrtPiRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSqrtPiRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSqrtRequest">
            <summary>
            The type WorkbookFunctionsSqrtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSqrtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSqrtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSqrtRequestBuilder">
            <summary>
            The type WorkbookFunctionsSqrtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSqrtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStandardizeRequest">
            <summary>
            The type WorkbookFunctionsStandardizeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsStandardizeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStandardizeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBuilder">
            <summary>
            The type WorkbookFunctionsStandardizeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="mean">A mean parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDevARequest">
            <summary>
            The type WorkbookFunctionsStDevARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsStDevARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDevARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDevARequestBuilder">
            <summary>
            The type WorkbookFunctionsStDevARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsStDevARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDevPARequest">
            <summary>
            The type WorkbookFunctionsStDevPARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsStDevPARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDevPARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDevPARequestBuilder">
            <summary>
            The type WorkbookFunctionsStDevPARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsStDevPARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDev_PRequest">
            <summary>
            The type WorkbookFunctionsStDev_PRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsStDev_PRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDev_PRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDev_PRequestBuilder">
            <summary>
            The type WorkbookFunctionsStDev_PRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsStDev_PRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDev_SRequest">
            <summary>
            The type WorkbookFunctionsStDev_SRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsStDev_SRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDev_SRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDev_SRequestBuilder">
            <summary>
            The type WorkbookFunctionsStDev_SRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsStDev_SRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSubstituteRequest">
            <summary>
            The type WorkbookFunctionsSubstituteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSubstituteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubstituteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBuilder">
            <summary>
            The type WorkbookFunctionsSubstituteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="oldText">A oldText parameter for the OData method call.</param>
            <param name="newText">A newText parameter for the OData method call.</param>
            <param name="instanceNum">A instanceNum parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSubtotalRequest">
            <summary>
            The type WorkbookFunctionsSubtotalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSubtotalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubtotalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBuilder">
            <summary>
            The type WorkbookFunctionsSubtotalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="functionNum">A functionNum parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumIfRequest">
            <summary>
            The type WorkbookFunctionsSumIfRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSumIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumIfRequestBuilder">
            <summary>
            The type WorkbookFunctionsSumIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSumIfRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="range">A range parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
            <param name="sumRange">A sumRange parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumIfsRequest">
            <summary>
            The type WorkbookFunctionsSumIfsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSumIfsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBuilder">
            <summary>
            The type WorkbookFunctionsSumIfsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="sumRange">A sumRange parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumRequest">
            <summary>
            The type WorkbookFunctionsSumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumRequestBuilder">
            <summary>
            The type WorkbookFunctionsSumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumSqRequest">
            <summary>
            The type WorkbookFunctionsSumSqRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSumSqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumSqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumSqRequestBuilder">
            <summary>
            The type WorkbookFunctionsSumSqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSumSqRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSydRequest">
            <summary>
            The type WorkbookFunctionsSydRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSydRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSydRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSydRequestBuilder">
            <summary>
            The type WorkbookFunctionsSydRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSydRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="life">A life parameter for the OData method call.</param>
            <param name="per">A per parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTanhRequest">
            <summary>
            The type WorkbookFunctionsTanhRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTanhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTanhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTanhRequestBuilder">
            <summary>
            The type WorkbookFunctionsTanhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTanhRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTanRequest">
            <summary>
            The type WorkbookFunctionsTanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTanRequestBuilder">
            <summary>
            The type WorkbookFunctionsTanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillEqRequest">
            <summary>
            The type WorkbookFunctionsTbillEqRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTbillEqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillEqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBuilder">
            <summary>
            The type WorkbookFunctionsTbillEqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="discount">A discount parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest">
            <summary>
            The type WorkbookFunctionsTbillPriceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTbillPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBuilder">
            <summary>
            The type WorkbookFunctionsTbillPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="discount">A discount parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest">
            <summary>
            The type WorkbookFunctionsTbillYieldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTbillYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBuilder">
            <summary>
            The type WorkbookFunctionsTbillYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTextRequest">
            <summary>
            The type WorkbookFunctionsTextRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTextRequestBuilder">
            <summary>
            The type WorkbookFunctionsTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTextRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
            <param name="formatText">A formatText parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTimeRequest">
            <summary>
            The type WorkbookFunctionsTimeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTimeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTimeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTimeRequestBuilder">
            <summary>
            The type WorkbookFunctionsTimeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTimeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="hour">A hour parameter for the OData method call.</param>
            <param name="minute">A minute parameter for the OData method call.</param>
            <param name="second">A second parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTimevalueRequest">
            <summary>
            The type WorkbookFunctionsTimevalueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTimevalueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTimevalueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTimevalueRequestBuilder">
            <summary>
            The type WorkbookFunctionsTimevalueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTimevalueRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="timeText">A timeText parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTodayRequest">
            <summary>
            The type WorkbookFunctionsTodayRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTodayRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTodayRequestBuilder">
            <summary>
            The type WorkbookFunctionsTodayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTodayRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTRequest">
            <summary>
            The type WorkbookFunctionsTRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTRequestBuilder">
            <summary>
            The type WorkbookFunctionsTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest">
            <summary>
            The type WorkbookFunctionsTrimMeanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTrimMeanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBuilder">
            <summary>
            The type WorkbookFunctionsTrimMeanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="percent">A percent parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrimRequest">
            <summary>
            The type WorkbookFunctionsTrimRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTrimRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTrimRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrimRequestBuilder">
            <summary>
            The type WorkbookFunctionsTrimRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTrimRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrueRequest">
            <summary>
            The type WorkbookFunctionsTrueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTrueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrueRequestBuilder">
            <summary>
            The type WorkbookFunctionsTrueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTrueRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTruncRequest">
            <summary>
            The type WorkbookFunctionsTruncRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTruncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTruncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTruncRequestBuilder">
            <summary>
            The type WorkbookFunctionsTruncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTruncRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numDigits">A numDigits parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTypeRequest">
            <summary>
            The type WorkbookFunctionsTypeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTypeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTypeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTypeRequestBuilder">
            <summary>
            The type WorkbookFunctionsTypeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTypeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_DistRequest">
            <summary>
            The type WorkbookFunctionsT_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsT_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsT_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsT_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest">
            <summary>
            The type WorkbookFunctionsT_Dist_2TRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsT_Dist_2TRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBuilder">
            <summary>
            The type WorkbookFunctionsT_Dist_2TRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest">
            <summary>
            The type WorkbookFunctionsT_Dist_RTRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsT_Dist_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBuilder">
            <summary>
            The type WorkbookFunctionsT_Dist_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_InvRequest">
            <summary>
            The type WorkbookFunctionsT_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsT_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsT_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsT_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest">
            <summary>
            The type WorkbookFunctionsT_Inv_2TRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsT_Inv_2TRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBuilder">
            <summary>
            The type WorkbookFunctionsT_Inv_2TRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUnicharRequest">
            <summary>
            The type WorkbookFunctionsUnicharRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsUnicharRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUnicharRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUnicharRequestBuilder">
            <summary>
            The type WorkbookFunctionsUnicharRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsUnicharRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUnicodeRequest">
            <summary>
            The type WorkbookFunctionsUnicodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsUnicodeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUnicodeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUnicodeRequestBuilder">
            <summary>
            The type WorkbookFunctionsUnicodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsUnicodeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUpperRequest">
            <summary>
            The type WorkbookFunctionsUpperRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsUpperRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUpperRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUpperRequestBuilder">
            <summary>
            The type WorkbookFunctionsUpperRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsUpperRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUsdollarRequest">
            <summary>
            The type WorkbookFunctionsUsdollarRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsUsdollarRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUsdollarRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBuilder">
            <summary>
            The type WorkbookFunctionsUsdollarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="decimals">A decimals parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsValueRequest">
            <summary>
            The type WorkbookFunctionsValueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsValueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsValueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsValueRequestBuilder">
            <summary>
            The type WorkbookFunctionsValueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsValueRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVarARequest">
            <summary>
            The type WorkbookFunctionsVarARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsVarARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVarARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVarARequestBuilder">
            <summary>
            The type WorkbookFunctionsVarARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsVarARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVarPARequest">
            <summary>
            The type WorkbookFunctionsVarPARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsVarPARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVarPARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVarPARequestBuilder">
            <summary>
            The type WorkbookFunctionsVarPARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsVarPARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVar_PRequest">
            <summary>
            The type WorkbookFunctionsVar_PRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsVar_PRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVar_PRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVar_PRequestBuilder">
            <summary>
            The type WorkbookFunctionsVar_PRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsVar_PRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVar_SRequest">
            <summary>
            The type WorkbookFunctionsVar_SRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsVar_SRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVar_SRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVar_SRequestBuilder">
            <summary>
            The type WorkbookFunctionsVar_SRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsVar_SRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVdbRequest">
            <summary>
            The type WorkbookFunctionsVdbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsVdbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVdbRequestBuilder">
            <summary>
            The type WorkbookFunctionsVdbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsVdbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="life">A life parameter for the OData method call.</param>
            <param name="startPeriod">A startPeriod parameter for the OData method call.</param>
            <param name="endPeriod">A endPeriod parameter for the OData method call.</param>
            <param name="factor">A factor parameter for the OData method call.</param>
            <param name="noSwitch">A noSwitch parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVlookupRequest">
            <summary>
            The type WorkbookFunctionsVlookupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsVlookupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVlookupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVlookupRequestBuilder">
            <summary>
            The type WorkbookFunctionsVlookupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsVlookupRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="lookupValue">A lookupValue parameter for the OData method call.</param>
            <param name="tableArray">A tableArray parameter for the OData method call.</param>
            <param name="colIndexNum">A colIndexNum parameter for the OData method call.</param>
            <param name="rangeLookup">A rangeLookup parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeekdayRequest">
            <summary>
            The type WorkbookFunctionsWeekdayRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsWeekdayRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeekdayRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBuilder">
            <summary>
            The type WorkbookFunctionsWeekdayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
            <param name="returnType">A returnType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeekNumRequest">
            <summary>
            The type WorkbookFunctionsWeekNumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsWeekNumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeekNumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBuilder">
            <summary>
            The type WorkbookFunctionsWeekNumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
            <param name="returnType">A returnType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest">
            <summary>
            The type WorkbookFunctionsWeibull_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsWeibull_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsWeibull_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="beta">A beta parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWorkDayRequest">
            <summary>
            The type WorkbookFunctionsWorkDayRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsWorkDayRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDayRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBuilder">
            <summary>
            The type WorkbookFunctionsWorkDayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="days">A days parameter for the OData method call.</param>
            <param name="holidays">A holidays parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest">
            <summary>
            The type WorkbookFunctionsWorkDay_IntlRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsWorkDay_IntlRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBuilder">
            <summary>
            The type WorkbookFunctionsWorkDay_IntlRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="days">A days parameter for the OData method call.</param>
            <param name="weekend">A weekend parameter for the OData method call.</param>
            <param name="holidays">A holidays parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXirrRequest">
            <summary>
            The type WorkbookFunctionsXirrRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsXirrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXirrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXirrRequestBuilder">
            <summary>
            The type WorkbookFunctionsXirrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsXirrRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <param name="dates">A dates parameter for the OData method call.</param>
            <param name="guess">A guess parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXnpvRequest">
            <summary>
            The type WorkbookFunctionsXnpvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsXnpvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXnpvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXnpvRequestBuilder">
            <summary>
            The type WorkbookFunctionsXnpvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsXnpvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <param name="dates">A dates parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXorRequest">
            <summary>
            The type WorkbookFunctionsXorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsXorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXorRequestBuilder">
            <summary>
            The type WorkbookFunctionsXorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsXorRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYearFracRequest">
            <summary>
            The type WorkbookFunctionsYearFracRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsYearFracRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYearFracRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYearFracRequestBuilder">
            <summary>
            The type WorkbookFunctionsYearFracRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsYearFracRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="endDate">A endDate parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYearRequest">
            <summary>
            The type WorkbookFunctionsYearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsYearRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYearRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYearRequestBuilder">
            <summary>
            The type WorkbookFunctionsYearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsYearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest">
            <summary>
            The type WorkbookFunctionsYieldDiscRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsYieldDiscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBuilder">
            <summary>
            The type WorkbookFunctionsYieldDiscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldMatRequest">
            <summary>
            The type WorkbookFunctionsYieldMatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsYieldMatRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBuilder">
            <summary>
            The type WorkbookFunctionsYieldMatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="issue">A issue parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldRequest">
            <summary>
            The type WorkbookFunctionsYieldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldRequestBuilder">
            <summary>
            The type WorkbookFunctionsYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsYieldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsZ_TestRequest">
            <summary>
            The type WorkbookFunctionsZ_TestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsZ_TestRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsZ_TestRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBuilder">
            <summary>
            The type WorkbookFunctionsZ_TestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument,System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="sigma">A sigma parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest">
            <summary>
            The type WorkbookNamedItemAddFormulaLocalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookNamedItemAddFormulaLocalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBuilder">
            <summary>
            The type WorkbookNamedItemAddFormulaLocalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="formula">A formula parameter for the OData method call.</param>
            <param name="comment">A comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemAddRequest">
            <summary>
            The type WorkbookNamedItemAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookNamedItemAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemAddRequestBuilder">
            <summary>
            The type WorkbookNamedItemAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Text.Json.JsonDocument,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookNamedItemAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="reference">A reference parameter for the OData method call.</param>
            <param name="comment">A comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemRangeRequest">
            <summary>
            The type WorkbookNamedItemRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookNamedItemRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder">
            <summary>
            The type WorkbookNamedItemRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemRequest">
            <summary>
            The type WorkbookNamedItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookNamedItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.CreateAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookNamedItem using POST.
            </summary>
            <param name="workbookNamedItemToCreate">The WorkbookNamedItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.CreateResponseAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookNamedItem using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookNamedItemToCreate">The WorkbookNamedItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookNamedItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookNamedItem and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookNamedItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookNamedItem and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.UpdateAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookNamedItem using PATCH.
            </summary>
            <param name="workbookNamedItemToUpdate">The WorkbookNamedItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookNamedItem using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookNamedItemToUpdate">The WorkbookNamedItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.PutAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookNamedItem using PUT.
            </summary>
            <param name="workbookNamedItemToUpdate">The WorkbookNamedItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.PutResponseAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookNamedItem using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookNamedItemToUpdate">The WorkbookNamedItem object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookNamedItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookNamedItemToInitialize">The <see cref="T:Microsoft.Graph.WorkbookNamedItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemRequestBuilder">
            <summary>
            The type WorkbookNamedItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookNamedItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookNamedItemRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamesCollectionPage">
            <summary>
            The type WorkbookNamesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookNamesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamesCollectionRequest">
            <summary>
            The type WorkbookNamesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookNamesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder">
            <summary>
            The type WorkbookNamesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookNamesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/> for the specified WorkbookWorkbookNamedItem.
            </summary>
            <param name="id">The ID for the WorkbookWorkbookNamedItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder.Add(System.String,System.Text.Json.JsonDocument,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder.AddFormulaLocal(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAddFormulaLocal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamesCollectionResponse">
            <summary>
            The type WorkbookNamesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookNamesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookOperationRequest">
            <summary>
            The type WorkbookOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.CreateAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookOperation using POST.
            </summary>
            <param name="workbookOperationToCreate">The WorkbookOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.CreateResponseAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookOperationToCreate">The WorkbookOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.UpdateAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookOperation using PATCH.
            </summary>
            <param name="workbookOperationToUpdate">The WorkbookOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookOperationToUpdate">The WorkbookOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.PutAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookOperation using PUT.
            </summary>
            <param name="workbookOperationToUpdate">The WorkbookOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.PutResponseAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookOperationToUpdate">The WorkbookOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookOperationToInitialize">The <see cref="T:Microsoft.Graph.WorkbookOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookOperationRequestBuilder">
            <summary>
            The type WorkbookOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookOperationsCollectionPage">
            <summary>
            The type WorkbookOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookOperationsCollectionRequest">
            <summary>
            The type WorkbookOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookOperation to the collection via POST.
            </summary>
            <param name="workbookOperation">The WorkbookOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookOperation">The WorkbookOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookOperationsCollectionRequestBuilder">
            <summary>
            The type WorkbookOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookOperationRequestBuilder"/> for the specified WorkbookWorkbookOperation.
            </summary>
            <param name="id">The ID for the WorkbookWorkbookOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookOperationsCollectionResponse">
            <summary>
            The type WorkbookOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookOperationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTableRefreshAllRequest">
            <summary>
            The type WorkbookPivotTableRefreshAllRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookPivotTableRefreshAllRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTableRefreshAllRequestBuilder">
            <summary>
            The type WorkbookPivotTableRefreshAllRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookPivotTableRefreshAllRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTableRefreshRequest">
            <summary>
            The type WorkbookPivotTableRefreshRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookPivotTableRefreshRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTableRefreshRequestBuilder">
            <summary>
            The type WorkbookPivotTableRefreshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookPivotTableRefreshRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTableRequest">
            <summary>
            The type WorkbookPivotTableRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookPivotTableRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.CreateAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookPivotTable using POST.
            </summary>
            <param name="workbookPivotTableToCreate">The WorkbookPivotTable to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.CreateResponseAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookPivotTable using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookPivotTableToCreate">The WorkbookPivotTable to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookPivotTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookPivotTable and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookPivotTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookPivotTable and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.UpdateAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookPivotTable using PATCH.
            </summary>
            <param name="workbookPivotTableToUpdate">The WorkbookPivotTable to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookPivotTable using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookPivotTableToUpdate">The WorkbookPivotTable to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.PutAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookPivotTable using PUT.
            </summary>
            <param name="workbookPivotTableToUpdate">The WorkbookPivotTable object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.PutResponseAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookPivotTable using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookPivotTableToUpdate">The WorkbookPivotTable object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookPivotTable)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookPivotTableToInitialize">The <see cref="T:Microsoft.Graph.WorkbookPivotTable"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTableRequestBuilder">
            <summary>
            The type WorkbookPivotTableRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookPivotTableRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookPivotTableRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequestBuilder.Refresh">
            <summary>
            Gets the request builder for WorkbookPivotTableRefresh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookPivotTableRefreshRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorderCountRequest">
            <summary>
            The type WorkbookRangeBorderCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeBorderCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorderCountRequestBuilder">
            <summary>
            The type WorkbookRangeBorderCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeBorderCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorderItemAtRequest">
            <summary>
            The type WorkbookRangeBorderItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeBorderItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeborder">The WorkbookRangeBorder object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrangeborder">The WorkbookRangeBorder object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.PutAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeborder">The WorkbookRangeBorder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrangeborder">The WorkbookRangeBorder object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorderItemAtRequestBuilder">
            <summary>
            The type WorkbookRangeBorderItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeBorderItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookRangeBorderCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeBorderItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorderRequest">
            <summary>
            The type WorkbookRangeBorderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeBorderRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.CreateAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeBorder using POST.
            </summary>
            <param name="workbookRangeBorderToCreate">The WorkbookRangeBorder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeBorder using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeBorderToCreate">The WorkbookRangeBorder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeBorder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeBorder and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeBorder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeBorder and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeBorder using PATCH.
            </summary>
            <param name="workbookRangeBorderToUpdate">The WorkbookRangeBorder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeBorder using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeBorderToUpdate">The WorkbookRangeBorder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.PutAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeBorder using PUT.
            </summary>
            <param name="workbookRangeBorderToUpdate">The WorkbookRangeBorder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeBorder using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeBorderToUpdate">The WorkbookRangeBorder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRangeBorder)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeBorderToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRangeBorder"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorderRequestBuilder">
            <summary>
            The type WorkbookRangeBorderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeBorderRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBoundingRectRequest">
            <summary>
            The type WorkbookRangeBoundingRectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeBoundingRectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder">
            <summary>
            The type WorkbookRangeBoundingRectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeCellRequest">
            <summary>
            The type WorkbookRangeCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeCellRequestBuilder">
            <summary>
            The type WorkbookRangeCellRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeCellRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeCellRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeCellRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeCellRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeClearRequest">
            <summary>
            The type WorkbookRangeClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeClearRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeClearRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeClearRequestBuilder">
            <summary>
            The type WorkbookRangeClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeClearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeColumnRequest">
            <summary>
            The type WorkbookRangeColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeColumnRequestBuilder">
            <summary>
            The type WorkbookRangeColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeColumnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="column">A column parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeColumnsAfterRequest">
            <summary>
            The type WorkbookRangeColumnsAfterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeColumnsAfterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder">
            <summary>
            The type WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Int32})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="count">A count parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest">
            <summary>
            The type WorkbookRangeColumnsBeforeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeColumnsBeforeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder">
            <summary>
            The type WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Int32})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="count">A count parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeDeleteRequest">
            <summary>
            The type WorkbookRangeDeleteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeDeleteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeDeleteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeDeleteRequestBuilder">
            <summary>
            The type WorkbookRangeDeleteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeDeleteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="shift">A shift parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeEntireColumnRequest">
            <summary>
            The type WorkbookRangeEntireColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeEntireColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder">
            <summary>
            The type WorkbookRangeEntireColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeEntireRowRequest">
            <summary>
            The type WorkbookRangeEntireRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeEntireRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder">
            <summary>
            The type WorkbookRangeEntireRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFillClearRequest">
            <summary>
            The type WorkbookRangeFillClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFillClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFillClearRequestBuilder">
            <summary>
            The type WorkbookRangeFillClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeFillClearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFillRequest">
            <summary>
            The type WorkbookRangeFillRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFillRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFill using POST.
            </summary>
            <param name="workbookRangeFillToCreate">The WorkbookRangeFill to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFill using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFillToCreate">The WorkbookRangeFill to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFill and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFill and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFill using PATCH.
            </summary>
            <param name="workbookRangeFillToUpdate">The WorkbookRangeFill to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFill using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFillToUpdate">The WorkbookRangeFill to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.PutAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFill using PUT.
            </summary>
            <param name="workbookRangeFillToUpdate">The WorkbookRangeFill object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFill using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFillToUpdate">The WorkbookRangeFill object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFill,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFill,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRangeFill)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeFillToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRangeFill"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFillRequestBuilder">
            <summary>
            The type WorkbookRangeFillRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeFillRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookRangeFillClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFillClearRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFontRequest">
            <summary>
            The type WorkbookRangeFontRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFontRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFont using POST.
            </summary>
            <param name="workbookRangeFontToCreate">The WorkbookRangeFont to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFont using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFontToCreate">The WorkbookRangeFont to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFont and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFont and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFont using PATCH.
            </summary>
            <param name="workbookRangeFontToUpdate">The WorkbookRangeFont to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFont using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFontToUpdate">The WorkbookRangeFont to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.PutAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFont using PUT.
            </summary>
            <param name="workbookRangeFontToUpdate">The WorkbookRangeFont object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFont using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFontToUpdate">The WorkbookRangeFont object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFont,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFont,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRangeFont)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeFontToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRangeFont"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFontRequestBuilder">
            <summary>
            The type WorkbookRangeFontRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeFontRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequest">
            <summary>
            The type WorkbookRangeFormatAutofitColumnsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFormatAutofitColumnsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequestBuilder">
            <summary>
            The type WorkbookRangeFormatAutofitColumnsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequest">
            <summary>
            The type WorkbookRangeFormatAutofitRowsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFormatAutofitRowsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequestBuilder">
            <summary>
            The type WorkbookRangeFormatAutofitRowsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatBordersCollectionPage">
            <summary>
            The type WorkbookRangeFormatBordersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatBordersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest">
            <summary>
            The type WorkbookRangeFormatBordersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFormatBordersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.AddAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookRangeBorder to the collection via POST.
            </summary>
            <param name="workbookRangeBorder">The WorkbookRangeBorder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookRangeBorder to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookRangeBorder">The WorkbookRangeBorder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder">
            <summary>
            The type WorkbookRangeFormatBordersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeFormatBordersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder"/> for the specified WorkbookRangeFormatWorkbookRangeBorder.
            </summary>
            <param name="id">The ID for the WorkbookRangeFormatWorkbookRangeBorder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookRangeBorderCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeBorderItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatBordersCollectionResponse">
            <summary>
            The type WorkbookRangeFormatBordersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatBordersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatBordersCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatBordersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatRequest">
            <summary>
            The type WorkbookRangeFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFormat using POST.
            </summary>
            <param name="workbookRangeFormatToCreate">The WorkbookRangeFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFormat using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFormatToCreate">The WorkbookRangeFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFormat and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFormat using PATCH.
            </summary>
            <param name="workbookRangeFormatToUpdate">The WorkbookRangeFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFormat using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFormatToUpdate">The WorkbookRangeFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.PutAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFormat using PUT.
            </summary>
            <param name="workbookRangeFormatToUpdate">The WorkbookRangeFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFormat using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeFormatToUpdate">The WorkbookRangeFormat object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRangeFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRangeFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatRequestBuilder">
            <summary>
            The type WorkbookRangeFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.Borders">
            <summary>
            Gets the request builder for Borders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFontRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.Protection">
            <summary>
            Gets the request builder for Protection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFormatProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.AutofitColumns">
            <summary>
            Gets the request builder for WorkbookRangeFormatAutofitColumns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.AutofitRows">
            <summary>
            Gets the request builder for WorkbookRangeFormatAutofitRows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeInsertRequest">
            <summary>
            The type WorkbookRangeInsertRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeInsertRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeInsertRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeInsertRequestBuilder">
            <summary>
            The type WorkbookRangeInsertRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeInsertRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="shift">A shift parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeIntersectionRequest">
            <summary>
            The type WorkbookRangeIntersectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeIntersectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder">
            <summary>
            The type WorkbookRangeIntersectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeLastCellRequest">
            <summary>
            The type WorkbookRangeLastCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeLastCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder">
            <summary>
            The type WorkbookRangeLastCellRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeLastColumnRequest">
            <summary>
            The type WorkbookRangeLastColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeLastColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder">
            <summary>
            The type WorkbookRangeLastColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeLastRowRequest">
            <summary>
            The type WorkbookRangeLastRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeLastRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder">
            <summary>
            The type WorkbookRangeLastRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeMergeRequest">
            <summary>
            The type WorkbookRangeMergeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeMergeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeMergeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeMergeRequestBuilder">
            <summary>
            The type WorkbookRangeMergeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeMergeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="across">A across parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeOffsetRangeRequest">
            <summary>
            The type WorkbookRangeOffsetRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeOffsetRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder">
            <summary>
            The type WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRequest">
            <summary>
            The type WorkbookRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.CreateAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRange using POST.
            </summary>
            <param name="workbookRangeToCreate">The WorkbookRange to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRange using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeToCreate">The WorkbookRange to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRange.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRange and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRange.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRange and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.UpdateAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRange using PATCH.
            </summary>
            <param name="workbookRangeToUpdate">The WorkbookRange to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRange using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeToUpdate">The WorkbookRange to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRange using PUT.
            </summary>
            <param name="workbookRangeToUpdate">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRange using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeToUpdate">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRange,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRange,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRange)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRange"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRequestBuilder">
            <summary>
            The type WorkbookRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDelete.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsert.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMerge.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmerge.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCell.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBefore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBefore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCell.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAbove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAbove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeResizedRangeRequest">
            <summary>
            The type WorkbookRangeResizedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeResizedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder">
            <summary>
            The type WorkbookRangeResizedRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRowRequest">
            <summary>
            The type WorkbookRangeRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRowRequestBuilder">
            <summary>
            The type WorkbookRangeRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeRowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="row">A row parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRowRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRowRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRowRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRowsAboveRequest">
            <summary>
            The type WorkbookRangeRowsAboveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeRowsAboveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder">
            <summary>
            The type WorkbookRangeRowsAboveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Int32})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="count">A count parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRowsBelowRequest">
            <summary>
            The type WorkbookRangeRowsBelowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeRowsBelowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder">
            <summary>
            The type WorkbookRangeRowsBelowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Int32})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="count">A count parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeSortApplyRequest">
            <summary>
            The type WorkbookRangeSortApplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeSortApplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeSortApplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeSortApplyRequestBuilder">
            <summary>
            The type WorkbookRangeSortApplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean,System.Boolean,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.WorkbookSortField})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeSortApplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="matchCase">A matchCase parameter for the OData method call.</param>
            <param name="hasHeaders">A hasHeaders parameter for the OData method call.</param>
            <param name="orientation">A orientation parameter for the OData method call.</param>
            <param name="method">A method parameter for the OData method call.</param>
            <param name="fields">A fields parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeSortRequest">
            <summary>
            The type WorkbookRangeSortRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeSortRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.CreateAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeSort using POST.
            </summary>
            <param name="workbookRangeSortToCreate">The WorkbookRangeSort to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeSort using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeSortToCreate">The WorkbookRangeSort to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeSort and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeSort and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeSort using PATCH.
            </summary>
            <param name="workbookRangeSortToUpdate">The WorkbookRangeSort to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeSort using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeSortToUpdate">The WorkbookRangeSort to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.PutAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeSort using PUT.
            </summary>
            <param name="workbookRangeSortToUpdate">The WorkbookRangeSort object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeSort using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeSortToUpdate">The WorkbookRangeSort object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeSort,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeSort,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRangeSort)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeSortToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRangeSort"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeSortRequestBuilder">
            <summary>
            The type WorkbookRangeSortRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeSortRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequestBuilder.Apply(System.Boolean,System.Boolean,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.WorkbookSortField})">
            <summary>
            Gets the request builder for WorkbookRangeSortApply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortApplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeUnmergeRequest">
            <summary>
            The type WorkbookRangeUnmergeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeUnmergeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeUnmergeRequestBuilder">
            <summary>
            The type WorkbookRangeUnmergeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeUnmergeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeUsedRangeRequest">
            <summary>
            The type WorkbookRangeUsedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeUsedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder">
            <summary>
            The type WorkbookRangeUsedRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewItemAtRequest">
            <summary>
            The type WorkbookRangeViewItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeViewItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.PutAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewItemAtRequestBuilder">
            <summary>
            The type WorkbookRangeViewItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeViewItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeViewItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookRangeViewRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewItemAtRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            Represents a collection of range views associated with the range. Read-only. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRangeRequest">
            <summary>
            The type WorkbookRangeViewRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeViewRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder">
            <summary>
            The type WorkbookRangeViewRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRequest">
            <summary>
            The type WorkbookRangeViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeViewRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.CreateAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeView using POST.
            </summary>
            <param name="workbookRangeViewToCreate">The WorkbookRangeView to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.CreateResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeView using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeViewToCreate">The WorkbookRangeView to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeView.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeView and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeView.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeView and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeView using PATCH.
            </summary>
            <param name="workbookRangeViewToUpdate">The WorkbookRangeView to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeView using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeViewToUpdate">The WorkbookRangeView to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.PutAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeView using PUT.
            </summary>
            <param name="workbookRangeViewToUpdate">The WorkbookRangeView object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeView using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookRangeViewToUpdate">The WorkbookRangeView object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeViewToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRangeView"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRequestBuilder">
            <summary>
            The type WorkbookRangeViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeViewRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookRangeViewRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRowsCollectionPage">
            <summary>
            The type WorkbookRangeViewRowsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRowsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest">
            <summary>
            The type WorkbookRangeViewRowsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeViewRowsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookRangeView to the collection via POST.
            </summary>
            <param name="workbookRangeView">The WorkbookRangeView to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookRangeView to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookRangeView">The WorkbookRangeView to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequestBuilder">
            <summary>
            The type WorkbookRangeViewRowsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeViewRowsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder"/> for the specified WorkbookRangeViewWorkbookRangeView.
            </summary>
            <param name="id">The ID for the WorkbookRangeViewWorkbookRangeView.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeViewItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRowsCollectionResponse">
            <summary>
            The type WorkbookRangeViewRowsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRowsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRowsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRowsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeVisibleViewRequest">
            <summary>
            The type WorkbookRangeVisibleViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeVisibleViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.PatchAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.PutAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.PutResponseAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeVisibleViewRequestBuilder">
            <summary>
            The type WorkbookRangeVisibleViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeVisibleViewRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeViewItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookRangeViewRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeVisibleViewRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            Represents a collection of range views associated with the range. Read-only. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRefreshSessionRequest">
            <summary>
            The type WorkbookRefreshSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRefreshSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRefreshSessionRequestBuilder">
            <summary>
            The type WorkbookRefreshSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRefreshSessionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRequest">
            <summary>
            The type WorkbookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.CreateAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Workbook using POST.
            </summary>
            <param name="workbookToCreate">The Workbook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.CreateResponseAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Workbook using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookToCreate">The Workbook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Workbook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Workbook and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Workbook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Workbook and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.UpdateAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Workbook using PATCH.
            </summary>
            <param name="workbookToUpdate">The Workbook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.UpdateResponseAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Workbook using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookToUpdate">The Workbook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.PutAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Workbook using PUT.
            </summary>
            <param name="workbookToUpdate">The Workbook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.PutResponseAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Workbook using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookToUpdate">The Workbook object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Workbook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Workbook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.InitializeCollectionProperties(Microsoft.Graph.Workbook)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookToInitialize">The <see cref="T:Microsoft.Graph.Workbook"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRequestBuilder">
            <summary>
            The type WorkbookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRequestBuilder.Application">
            <summary>
            Gets the request builder for Application.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookApplicationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRequestBuilder.Comments">
            <summary>
            Gets the request builder for Comments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCommentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRequestBuilder.Functions">
            <summary>
            Gets the request builder for Functions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRequestBuilder.Names">
            <summary>
            Gets the request builder for Names.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRequestBuilder.Tables">
            <summary>
            Gets the request builder for Tables.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRequestBuilder.Worksheets">
            <summary>
            Gets the request builder for Worksheets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.CloseSession">
            <summary>
            Gets the request builder for WorkbookCloseSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCloseSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.CreateSession(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookCreateSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCreateSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.RefreshSession">
            <summary>
            Gets the request builder for WorkbookRefreshSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRefreshSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.SessionInfoResource(System.String)">
            <summary>
            Gets the request builder for WorkbookSessionInfoResource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookSessionInfoResourceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.TableRowOperationResult(System.String)">
            <summary>
            Gets the request builder for WorkbookTableRowOperationResult.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowOperationResultRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookSessionInfoResourceRequest">
            <summary>
            The type WorkbookSessionInfoResourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookSessionInfoResourceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookSessionInfoResourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookSessionInfoResourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookSessionInfoResourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookSessionInfoResourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookSessionInfoResourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookSessionInfoResourceRequestBuilder">
            <summary>
            The type WorkbookSessionInfoResourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookSessionInfoResourceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookSessionInfoResourceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="key">A key parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookSessionInfoResourceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableAddRequest">
            <summary>
            The type WorkbookTableAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableAddRequestBuilder">
            <summary>
            The type WorkbookTableAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="hasHeaders">A hasHeaders parameter for the OData method call.</param>
            <param name="address">A address parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableClearFiltersRequest">
            <summary>
            The type WorkbookTableClearFiltersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableClearFiltersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableClearFiltersRequestBuilder">
            <summary>
            The type WorkbookTableClearFiltersRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableClearFiltersRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnAddRequest">
            <summary>
            The type WorkbookTableColumnAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnAddRequestBuilder">
            <summary>
            The type WorkbookTableColumnAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Int32},System.Text.Json.JsonDocument,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <param name="name">A name parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnCountRequest">
            <summary>
            The type WorkbookTableColumnCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnCountRequestBuilder">
            <summary>
            The type WorkbookTableColumnCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest">
            <summary>
            The type WorkbookTableColumnDataBodyRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnDataBodyRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder">
            <summary>
            The type WorkbookTableColumnDataBodyRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest">
            <summary>
            The type WorkbookTableColumnHeaderRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnHeaderRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder">
            <summary>
            The type WorkbookTableColumnHeaderRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnItemAtRequest">
            <summary>
            The type WorkbookTableColumnItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktablecolumn">The WorkbookTableColumn object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbooktablecolumn">The WorkbookTableColumn object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktablecolumn">The WorkbookTableColumn object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbooktablecolumn">The WorkbookTableColumn object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder">
            <summary>
            The type WorkbookTableColumnItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder.Add(System.Nullable{System.Int32},System.Text.Json.JsonDocument,System.String)">
            <summary>
            Gets the request builder for WorkbookTableColumnAddRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableColumnCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder.DataBodyRange">
            <summary>
            Gets the request builder for WorkbookTableColumnDataBodyRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder.HeaderRowRange">
            <summary>
            Gets the request builder for WorkbookTableColumnHeaderRowRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableColumnItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableColumnRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder.TotalRowRange">
            <summary>
            Gets the request builder for WorkbookTableColumnTotalRowRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder.Filter">
            <summary>
            Gets the request builder for Filter.
            Retrieve the filter applied to the column. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnRangeRequest">
            <summary>
            The type WorkbookTableColumnRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder">
            <summary>
            The type WorkbookTableColumnRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnRequest">
            <summary>
            The type WorkbookTableColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.CreateAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableColumn using POST.
            </summary>
            <param name="workbookTableColumnToCreate">The WorkbookTableColumn to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.CreateResponseAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableColumn using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableColumnToCreate">The WorkbookTableColumn to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableColumn.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableColumn and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableColumn.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableColumn and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.UpdateAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableColumn using PATCH.
            </summary>
            <param name="workbookTableColumnToUpdate">The WorkbookTableColumn to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableColumn using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableColumnToUpdate">The WorkbookTableColumn to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.PutAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableColumn using PUT.
            </summary>
            <param name="workbookTableColumnToUpdate">The WorkbookTableColumn object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.PutResponseAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableColumn using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableColumnToUpdate">The WorkbookTableColumn object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookTableColumn)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookTableColumnToInitialize">The <see cref="T:Microsoft.Graph.WorkbookTableColumn"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnRequestBuilder">
            <summary>
            The type WorkbookTableColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTableColumnRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnRequestBuilder.Filter">
            <summary>
            Gets the request builder for Filter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.DataBodyRange">
            <summary>
            Gets the request builder for WorkbookTableColumnDataBodyRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.HeaderRowRange">
            <summary>
            Gets the request builder for WorkbookTableColumnHeaderRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableColumnRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.TotalRowRange">
            <summary>
            Gets the request builder for WorkbookTableColumnTotalRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnsCollectionPage">
            <summary>
            The type WorkbookTableColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnsCollectionRequest">
            <summary>
            The type WorkbookTableColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTableColumn to the collection via POST.
            </summary>
            <param name="workbookTableColumn">The WorkbookTableColumn to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTableColumn to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookTableColumn">The WorkbookTableColumn to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder">
            <summary>
            The type WorkbookTableColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTableColumnsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableColumnRequestBuilder"/> for the specified WorkbookTableWorkbookTableColumn.
            </summary>
            <param name="id">The ID for the WorkbookTableWorkbookTableColumn.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.Add(System.Nullable{System.Int32},System.Text.Json.JsonDocument,System.String)">
            <summary>
            Gets the request builder for WorkbookTableColumnAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableColumnCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableColumnItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnsCollectionResponse">
            <summary>
            The type WorkbookTableColumnsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookTableColumnsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest">
            <summary>
            The type WorkbookTableColumnTotalRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnTotalRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder">
            <summary>
            The type WorkbookTableColumnTotalRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableConvertToRangeRequest">
            <summary>
            The type WorkbookTableConvertToRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableConvertToRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableConvertToRangeRequestBuilder">
            <summary>
            The type WorkbookTableConvertToRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableConvertToRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableCountRequest">
            <summary>
            The type WorkbookTableCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableCountRequestBuilder">
            <summary>
            The type WorkbookTableCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableDataBodyRangeRequest">
            <summary>
            The type WorkbookTableDataBodyRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableDataBodyRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder">
            <summary>
            The type WorkbookTableDataBodyRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest">
            <summary>
            The type WorkbookTableHeaderRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableHeaderRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder">
            <summary>
            The type WorkbookTableHeaderRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableItemAtRequest">
            <summary>
            The type WorkbookTableItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktable">The WorkbookTable object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbooktable">The WorkbookTable object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktable">The WorkbookTable object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbooktable">The WorkbookTable object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableItemAtRequestBuilder">
            <summary>
            The type WorkbookTableItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.Add(System.Boolean,System.String)">
            <summary>
            Gets the request builder for WorkbookTableAddRequestBuilder.
            </summary>
            <param name="hasHeaders">A hasHeaders parameter for the OData method call.</param>
            <param name="address">A address parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.ClearFilters">
            <summary>
            Gets the request builder for WorkbookTableClearFiltersRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableClearFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.ConvertToRange">
            <summary>
            Gets the request builder for WorkbookTableConvertToRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableConvertToRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.DataBodyRange">
            <summary>
            Gets the request builder for WorkbookTableDataBodyRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.HeaderRowRange">
            <summary>
            Gets the request builder for WorkbookTableHeaderRowRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.ReapplyFilters">
            <summary>
            Gets the request builder for WorkbookTableReapplyFiltersRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableReapplyFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.TotalRowRange">
            <summary>
            Gets the request builder for WorkbookTableTotalRowRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            Represents a collection of all the columns in the table. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            Represents a collection of all the rows in the table. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            Represents the sorting for the table. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current table. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRangeRequest">
            <summary>
            The type WorkbookTableRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRangeRequestBuilder">
            <summary>
            The type WorkbookTableRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableReapplyFiltersRequest">
            <summary>
            The type WorkbookTableReapplyFiltersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableReapplyFiltersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableReapplyFiltersRequestBuilder">
            <summary>
            The type WorkbookTableReapplyFiltersRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableReapplyFiltersRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRequest">
            <summary>
            The type WorkbookTableRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.CreateAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTable using POST.
            </summary>
            <param name="workbookTableToCreate">The WorkbookTable to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.CreateResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTable using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableToCreate">The WorkbookTable to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTable and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTable and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.UpdateAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTable using PATCH.
            </summary>
            <param name="workbookTableToUpdate">The WorkbookTable to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTable using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableToUpdate">The WorkbookTable to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.PutAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTable using PUT.
            </summary>
            <param name="workbookTableToUpdate">The WorkbookTable object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.PutResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTable using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableToUpdate">The WorkbookTable object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookTable)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookTableToInitialize">The <see cref="T:Microsoft.Graph.WorkbookTable"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRequestBuilder">
            <summary>
            The type WorkbookTableRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTableRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.ClearFilters">
            <summary>
            Gets the request builder for WorkbookTableClearFilters.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableClearFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.ConvertToRange">
            <summary>
            Gets the request builder for WorkbookTableConvertToRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableConvertToRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.ReapplyFilters">
            <summary>
            Gets the request builder for WorkbookTableReapplyFilters.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableReapplyFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.DataBodyRange">
            <summary>
            Gets the request builder for WorkbookTableDataBodyRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.HeaderRowRange">
            <summary>
            Gets the request builder for WorkbookTableHeaderRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.TotalRowRange">
            <summary>
            Gets the request builder for WorkbookTableTotalRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowAddRequest">
            <summary>
            The type WorkbookTableRowAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRowAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowAddRequestBuilder">
            <summary>
            The type WorkbookTableRowAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Int32},System.Text.Json.JsonDocument)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableRowAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowCountRequest">
            <summary>
            The type WorkbookTableRowCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRowCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowCountRequestBuilder">
            <summary>
            The type WorkbookTableRowCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableRowCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowItemAtRequest">
            <summary>
            The type WorkbookTableRowItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRowItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktablerow">The WorkbookTableRow object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.PatchResponseAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbooktablerow">The WorkbookTableRow object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktablerow">The WorkbookTableRow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.PutResponseAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbooktablerow">The WorkbookTableRow object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowItemAtRequestBuilder">
            <summary>
            The type WorkbookTableRowItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableRowItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequestBuilder.Add(System.Nullable{System.Int32},System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookTableRowAddRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableRowCountRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableRowItemAtRequestBuilder.
            </summary>
            <param name="index">A index parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableRowRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowOperationResultRequest">
            <summary>
            The type WorkbookTableRowOperationResultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowOperationResultRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRowOperationResultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowOperationResultRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowOperationResultRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowOperationResultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowOperationResultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowOperationResultRequestBuilder">
            <summary>
            The type WorkbookTableRowOperationResultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowOperationResultRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableRowOperationResultRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="key">A key parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowOperationResultRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowRangeRequest">
            <summary>
            The type WorkbookTableRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder">
            <summary>
            The type WorkbookTableRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowRequest">
            <summary>
            The type WorkbookTableRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRowRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.CreateAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableRow using POST.
            </summary>
            <param name="workbookTableRowToCreate">The WorkbookTableRow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.CreateResponseAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableRow using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableRowToCreate">The WorkbookTableRow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableRow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableRow and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableRow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableRow and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.UpdateAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableRow using PATCH.
            </summary>
            <param name="workbookTableRowToUpdate">The WorkbookTableRow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableRow using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableRowToUpdate">The WorkbookTableRow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.PutAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableRow using PUT.
            </summary>
            <param name="workbookTableRowToUpdate">The WorkbookTableRow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.PutResponseAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableRow using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableRowToUpdate">The WorkbookTableRow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookTableRow)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookTableRowToInitialize">The <see cref="T:Microsoft.Graph.WorkbookTableRow"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowRequestBuilder">
            <summary>
            The type WorkbookTableRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTableRowRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowsCollectionPage">
            <summary>
            The type WorkbookTableRowsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookTableRowsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowsCollectionRequest">
            <summary>
            The type WorkbookTableRowsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRowsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTableRow to the collection via POST.
            </summary>
            <param name="workbookTableRow">The WorkbookTableRow to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTableRow to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookTableRow">The WorkbookTableRow to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder">
            <summary>
            The type WorkbookTableRowsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTableRowsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableRowRequestBuilder"/> for the specified WorkbookTableWorkbookTableRow.
            </summary>
            <param name="id">The ID for the WorkbookTableWorkbookTableRow.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.Add(System.Nullable{System.Int32},System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookTableRowAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableRowCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableRowItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowsCollectionResponse">
            <summary>
            The type WorkbookTableRowsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookTableRowsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTablesCollectionPage">
            <summary>
            The type WorkbookTablesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTablesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookTablesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTablesCollectionRequest">
            <summary>
            The type WorkbookTablesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTablesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder">
            <summary>
            The type WorkbookTablesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTablesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/> for the specified WorkbookWorkbookTable.
            </summary>
            <param name="id">The ID for the WorkbookWorkbookTable.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.Add(System.Boolean,System.String)">
            <summary>
            Gets the request builder for WorkbookTableAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTablesCollectionResponse">
            <summary>
            The type WorkbookTablesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTablesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookTablesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTablesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTablesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortApplyRequest">
            <summary>
            The type WorkbookTableSortApplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableSortApplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSortApplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortApplyRequestBuilder">
            <summary>
            The type WorkbookTableSortApplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.WorkbookSortField})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableSortApplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="matchCase">A matchCase parameter for the OData method call.</param>
            <param name="method">A method parameter for the OData method call.</param>
            <param name="fields">A fields parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortClearRequest">
            <summary>
            The type WorkbookTableSortClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableSortClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortClearRequestBuilder">
            <summary>
            The type WorkbookTableSortClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableSortClearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortReapplyRequest">
            <summary>
            The type WorkbookTableSortReapplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableSortReapplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortReapplyRequestBuilder">
            <summary>
            The type WorkbookTableSortReapplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableSortReapplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortRequest">
            <summary>
            The type WorkbookTableSortRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableSortRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.CreateAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableSort using POST.
            </summary>
            <param name="workbookTableSortToCreate">The WorkbookTableSort to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.CreateResponseAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableSort using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableSortToCreate">The WorkbookTableSort to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableSort and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableSort and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.UpdateAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableSort using PATCH.
            </summary>
            <param name="workbookTableSortToUpdate">The WorkbookTableSort to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableSort using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableSortToUpdate">The WorkbookTableSort to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.PutAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableSort using PUT.
            </summary>
            <param name="workbookTableSortToUpdate">The WorkbookTableSort object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.PutResponseAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableSort using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookTableSortToUpdate">The WorkbookTableSort object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableSort,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableSort,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookTableSort)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookTableSortToInitialize">The <see cref="T:Microsoft.Graph.WorkbookTableSort"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortRequestBuilder">
            <summary>
            The type WorkbookTableSortRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTableSortRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequestBuilder.Apply(System.Boolean,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.WorkbookSortField})">
            <summary>
            Gets the request builder for WorkbookTableSortApply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortApplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookTableSortClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequestBuilder.Reapply">
            <summary>
            Gets the request builder for WorkbookTableSortReapply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortReapplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableTotalRowRangeRequest">
            <summary>
            The type WorkbookTableTotalRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableTotalRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder">
            <summary>
            The type WorkbookTableTotalRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetAddRequest">
            <summary>
            The type WorkbookWorksheetAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetAddRequestBuilder">
            <summary>
            The type WorkbookWorksheetAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetCellRequest">
            <summary>
            The type WorkbookWorksheetCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder">
            <summary>
            The type WorkbookWorksheetCellRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetChartsCollectionPage">
            <summary>
            The type WorkbookWorksheetChartsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetChartsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest">
            <summary>
            The type WorkbookWorksheetChartsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetChartsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChart to the collection via POST.
            </summary>
            <param name="workbookChart">The WorkbookChart to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChart to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookChart">The WorkbookChart to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder">
            <summary>
            The type WorkbookWorksheetChartsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetChartsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.ThisItem(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookChartRequestBuilder"/> for the specified WorkbookWorksheetWorkbookChart.
            </summary>
            <param name="id">The ID for the WorkbookWorksheetWorkbookChart.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.Add(System.String,System.String,System.Text.Json.JsonDocument)">
            <summary>
            Gets the request builder for WorkbookChartAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets the request builder for WorkbookChartItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetChartsCollectionResponse">
            <summary>
            The type WorkbookWorksheetChartsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetChartsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetChartsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetChartsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetNamesCollectionPage">
            <summary>
            The type WorkbookWorksheetNamesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetNamesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest">
            <summary>
            The type WorkbookWorksheetNamesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetNamesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder">
            <summary>
            The type WorkbookWorksheetNamesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetNamesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/> for the specified WorkbookWorksheetWorkbookNamedItem.
            </summary>
            <param name="id">The ID for the WorkbookWorksheetWorkbookNamedItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder.Add(System.String,System.Text.Json.JsonDocument,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder.AddFormulaLocal(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAddFormulaLocal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetNamesCollectionResponse">
            <summary>
            The type WorkbookWorksheetNamesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetNamesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetNamesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetNamesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionPage">
            <summary>
            The type WorkbookWorksheetPivotTablesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest">
            <summary>
            The type WorkbookWorksheetPivotTablesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetPivotTablesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookPivotTable to the collection via POST.
            </summary>
            <param name="workbookPivotTable">The WorkbookPivotTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookPivotTable to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookPivotTable">The WorkbookPivotTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequestBuilder">
            <summary>
            The type WorkbookWorksheetPivotTablesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetPivotTablesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookPivotTableRequestBuilder"/> for the specified WorkbookWorksheetWorkbookPivotTable.
            </summary>
            <param name="id">The ID for the WorkbookWorksheetWorkbookPivotTable.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookPivotTableRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequestBuilder.RefreshAll">
            <summary>
            Gets the request builder for WorkbookPivotTableRefreshAll.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionResponse">
            <summary>
            The type WorkbookWorksheetPivotTablesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest">
            <summary>
            The type WorkbookWorksheetProtectionProtectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetProtectionProtectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequestBuilder">
            <summary>
            The type WorkbookWorksheetProtectionProtectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.WorkbookWorksheetProtectionOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">A options parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionRequest">
            <summary>
            The type WorkbookWorksheetProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.CreateAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookWorksheetProtection using POST.
            </summary>
            <param name="workbookWorksheetProtectionToCreate">The WorkbookWorksheetProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.CreateResponseAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookWorksheetProtection using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookWorksheetProtectionToCreate">The WorkbookWorksheetProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookWorksheetProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookWorksheetProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookWorksheetProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookWorksheetProtection and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.UpdateAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheetProtection using PATCH.
            </summary>
            <param name="workbookWorksheetProtectionToUpdate">The WorkbookWorksheetProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheetProtection using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookWorksheetProtectionToUpdate">The WorkbookWorksheetProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.PutAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheetProtection using PUT.
            </summary>
            <param name="workbookWorksheetProtectionToUpdate">The WorkbookWorksheetProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.PutResponseAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheetProtection using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookWorksheetProtectionToUpdate">The WorkbookWorksheetProtection object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheetProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheetProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookWorksheetProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookWorksheetProtectionToInitialize">The <see cref="T:Microsoft.Graph.WorkbookWorksheetProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionRequestBuilder">
            <summary>
            The type WorkbookWorksheetProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequestBuilder.Protect(Microsoft.Graph.WorkbookWorksheetProtectionOptions)">
            <summary>
            Gets the request builder for WorkbookWorksheetProtectionProtect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequestBuilder.Unprotect">
            <summary>
            Gets the request builder for WorkbookWorksheetProtectionUnprotect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequest">
            <summary>
            The type WorkbookWorksheetProtectionUnprotectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetProtectionUnprotectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequestBuilder">
            <summary>
            The type WorkbookWorksheetProtectionUnprotectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetRangeRequest">
            <summary>
            The type WorkbookWorksheetRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder">
            <summary>
            The type WorkbookWorksheetRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="address">A address parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetRequest">
            <summary>
            The type WorkbookWorksheetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.CreateAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookWorksheet using POST.
            </summary>
            <param name="workbookWorksheetToCreate">The WorkbookWorksheet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.CreateResponseAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookWorksheet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookWorksheetToCreate">The WorkbookWorksheet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookWorksheet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookWorksheet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookWorksheet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookWorksheet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.UpdateAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheet using PATCH.
            </summary>
            <param name="workbookWorksheetToUpdate">The WorkbookWorksheet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.UpdateResponseAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookWorksheetToUpdate">The WorkbookWorksheet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.PutAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheet using PUT.
            </summary>
            <param name="workbookWorksheetToUpdate">The WorkbookWorksheet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.PutResponseAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workbookWorksheetToUpdate">The WorkbookWorksheet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookWorksheet)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookWorksheetToInitialize">The <see cref="T:Microsoft.Graph.WorkbookWorksheet"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetRequestBuilder">
            <summary>
            The type WorkbookWorksheetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Charts">
            <summary>
            Gets the request builder for Charts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Names">
            <summary>
            Gets the request builder for Names.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetRequestBuilder.PivotTables">
            <summary>
            Gets the request builder for PivotTables.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Protection">
            <summary>
            Gets the request builder for Protection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Tables">
            <summary>
            Gets the request builder for Tables.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookWorksheetCell.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookWorksheetUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookWorksheetUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookWorksheetRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Range(System.String)">
            <summary>
            Gets the request builder for WorkbookWorksheetRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetsCollectionPage">
            <summary>
            The type WorkbookWorksheetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetsCollectionRequest">
            <summary>
            The type WorkbookWorksheetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookWorksheet to the collection via POST.
            </summary>
            <param name="workbookWorksheet">The WorkbookWorksheet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookWorksheet to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookWorksheet">The WorkbookWorksheet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetsCollectionRequestBuilder">
            <summary>
            The type WorkbookWorksheetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/> for the specified WorkbookWorkbookWorksheet.
            </summary>
            <param name="id">The ID for the WorkbookWorkbookWorksheet.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequestBuilder.Add(System.String)">
            <summary>
            Gets the request builder for WorkbookWorksheetAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetAddRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetsCollectionResponse">
            <summary>
            The type WorkbookWorksheetsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookWorksheetsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetTablesCollectionPage">
            <summary>
            The type WorkbookWorksheetTablesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetTablesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest">
            <summary>
            The type WorkbookWorksheetTablesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetTablesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.AddResponseAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder">
            <summary>
            The type WorkbookWorksheetTablesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetTablesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/> for the specified WorkbookWorksheetWorkbookTable.
            </summary>
            <param name="id">The ID for the WorkbookWorksheetWorkbookTable.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.Add(System.Boolean,System.String)">
            <summary>
            Gets the request builder for WorkbookTableAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetTablesCollectionResponse">
            <summary>
            The type WorkbookWorksheetTablesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetTablesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetTablesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetTablesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest">
            <summary>
            The type WorkbookWorksheetUsedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetUsedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.PatchResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.PutResponseAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder">
            <summary>
            The type WorkbookWorksheetUsedRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRectRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCellRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClearRequestBuilder.
            </summary>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumnRequestBuilder.
            </summary>
            <param name="column">A column parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDeleteRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsertRequestBuilder.
            </summary>
            <param name="shift">A shift parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersectionRequestBuilder.
            </summary>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCellRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumnRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMergeRequestBuilder.
            </summary>
            <param name="across">A across parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRangeRequestBuilder.
            </summary>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRowRequestBuilder.
            </summary>
            <param name="row">A row parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAboveRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelowRequestBuilder.
            </summary>
            <param name="count">A count parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmergeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRangeRequestBuilder.
            </summary>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleViewRequestBuilder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            The worksheet containing the current range. Read-only.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkforceIntegrationRequest">
            <summary>
            The type WorkforceIntegrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkforceIntegrationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.CreateAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkforceIntegration using POST.
            </summary>
            <param name="workforceIntegrationToCreate">The WorkforceIntegration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkforceIntegration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.CreateResponseAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkforceIntegration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workforceIntegrationToCreate">The WorkforceIntegration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkforceIntegration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkforceIntegration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkforceIntegration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkforceIntegration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkforceIntegration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.UpdateAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkforceIntegration using PATCH.
            </summary>
            <param name="workforceIntegrationToUpdate">The WorkforceIntegration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated WorkforceIntegration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.UpdateResponseAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkforceIntegration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workforceIntegrationToUpdate">The WorkforceIntegration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.PutAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkforceIntegration using PUT.
            </summary>
            <param name="workforceIntegrationToUpdate">The WorkforceIntegration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.PutResponseAsync(Microsoft.Graph.WorkforceIntegration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkforceIntegration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="workforceIntegrationToUpdate">The WorkforceIntegration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkforceIntegration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkforceIntegration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequest.InitializeCollectionProperties(Microsoft.Graph.WorkforceIntegration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workforceIntegrationToInitialize">The <see cref="T:Microsoft.Graph.WorkforceIntegration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkforceIntegrationRequestBuilder">
            <summary>
            The type WorkforceIntegrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkforceIntegrationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkforceIntegrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionPage">
            <summary>
            The type X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest">
            <summary>
            The type X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AuthenticationMethodTarget.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.AddResponseAsync(Microsoft.Graph.AuthenticationMethodTarget,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AuthenticationMethodTarget to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="authenticationMethodTarget">The AuthenticationMethodTarget to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AuthenticationMethodTarget,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder">
            <summary>
            The type X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/> for the specified X509CertificateAuthenticationMethodConfigurationAuthenticationMethodTarget.
            </summary>
            <param name="id">The ID for the X509CertificateAuthenticationMethodConfigurationAuthenticationMethodTarget.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAuthenticationMethodTargetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionResponse">
            <summary>
            The type X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest">
            <summary>
            The type X509CertificateAuthenticationMethodConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new X509CertificateAuthenticationMethodConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.CreateAsync(Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified X509CertificateAuthenticationMethodConfiguration using POST.
            </summary>
            <param name="x509CertificateAuthenticationMethodConfigurationToCreate">The X509CertificateAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created X509CertificateAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.CreateResponseAsync(Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified X509CertificateAuthenticationMethodConfiguration using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="x509CertificateAuthenticationMethodConfigurationToCreate">The X509CertificateAuthenticationMethodConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified X509CertificateAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified X509CertificateAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified X509CertificateAuthenticationMethodConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The X509CertificateAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified X509CertificateAuthenticationMethodConfiguration and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.UpdateAsync(Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified X509CertificateAuthenticationMethodConfiguration using PATCH.
            </summary>
            <param name="x509CertificateAuthenticationMethodConfigurationToUpdate">The X509CertificateAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated X509CertificateAuthenticationMethodConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.UpdateResponseAsync(Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified X509CertificateAuthenticationMethodConfiguration using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="x509CertificateAuthenticationMethodConfigurationToUpdate">The X509CertificateAuthenticationMethodConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.PutAsync(Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified X509CertificateAuthenticationMethodConfiguration using PUT.
            </summary>
            <param name="x509CertificateAuthenticationMethodConfigurationToUpdate">The X509CertificateAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.PutResponseAsync(Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified X509CertificateAuthenticationMethodConfiguration using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="x509CertificateAuthenticationMethodConfigurationToUpdate">The X509CertificateAuthenticationMethodConfiguration object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="x509CertificateAuthenticationMethodConfigurationToInitialize">The <see cref="T:Microsoft.Graph.X509CertificateAuthenticationMethodConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequestBuilder">
            <summary>
            The type X509CertificateAuthenticationMethodConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new X509CertificateAuthenticationMethodConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.X509CertificateAuthenticationMethodConfigurationRequestBuilder.IncludeTargets">
            <summary>
            Gets the request builder for IncludeTargets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IX509CertificateAuthenticationMethodConfigurationIncludeTargetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AdditionalDataOptions">
            <summary>
            The enum AdditionalDataOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AdditionalDataOptions.AllVersions">
            <summary>
            All Versions
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AdditionalDataOptions.LinkedFiles">
            <summary>
            Linked Files
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AdditionalDataOptions.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.Alert">
            <summary>
            The type Alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.ActorDisplayName">
            <summary>
            Gets or sets actor display name.
            The adversary or activity group that is associated with this alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.AlertWebUrl">
            <summary>
            Gets or sets alert web url.
            URL for the alert page in the Microsoft 365 Defender portal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.AssignedTo">
            <summary>
            Gets or sets assigned to.
            Owner of the alert, or null if no owner is assigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.Category">
            <summary>
            Gets or sets category.
            The attack kill-chain category that the alert belongs to. Aligned with the MITRE ATT&amp;CK framework.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.Classification">
            <summary>
            Gets or sets classification.
            Specifies whether the alert represents a true threat. Possible values are: unknown, falsePositive, truePositive, benignPositive, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.Comments">
            <summary>
            Gets or sets comments.
            Array of comments created by the Security Operations (SecOps) team during the alert management process.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Time when Microsoft 365 Defender created the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.Description">
            <summary>
            Gets or sets description.
            String value describing each alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.DetectionSource">
            <summary>
            Gets or sets detection source.
            Detection technology or sensor that identified the notable component or activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.DetectorId">
            <summary>
            Gets or sets detector id.
            The ID of the detector that triggered the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.Determination">
            <summary>
            Gets or sets determination.
            Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.Evidence">
            <summary>
            Gets or sets evidence.
            Collection of evidence related to the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.FirstActivityDateTime">
            <summary>
            Gets or sets first activity date time.
            The earliest activity associated with the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.IncidentId">
            <summary>
            Gets or sets incident id.
            Unique identifier to represent the incident this alert resource is associated with.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.IncidentWebUrl">
            <summary>
            Gets or sets incident web url.
            URL for the incident page in the Microsoft 365 Defender portal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.LastActivityDateTime">
            <summary>
            Gets or sets last activity date time.
            The oldest activity associated with the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Time when the alert was last updated at Microsoft 365 Defender.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.MitreTechniques">
            <summary>
            Gets or sets mitre techniques.
            The attack techniques, as aligned with the MITRE ATT&amp;CK framework.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.ProviderAlertId">
            <summary>
            Gets or sets provider alert id.
            The ID of the alert as it appears in the security provider product that generated the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.RecommendedActions">
            <summary>
            Gets or sets recommended actions.
            Recommended response and remediation actions to take in the event this alert was generated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.ResolvedDateTime">
            <summary>
            Gets or sets resolved date time.
            Time when the alert was resolved.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.ServiceSource">
            <summary>
            Gets or sets service source.
            The service or product that created this alert. Possible values are: microsoftDefenderForEndpoint, microsoftDefenderForIdentity, microsoftCloudAppSecurity, microsoftDefenderForOffice365, microsoft365Defender, aadIdentityProtection, appGovernance, dataLossPrevention.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.Severity">
            <summary>
            Gets or sets severity.
            Indicates the possible impact on assets. The higher the severity the bigger the impact. Typically higher severity items require the most immediate attention. Possible values are: unknown, informational, low, medium, high, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.Status">
            <summary>
            Gets or sets status.
            The status of the alert. Possible values are: new, inProgress, resolved, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.TenantId">
            <summary>
            Gets or sets tenant id.
            The Azure Active Directory tenant the alert was created in.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.ThreatDisplayName">
            <summary>
            Gets or sets threat display name.
            The threat associated with this alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.ThreatFamilyName">
            <summary>
            Gets or sets threat family name.
            Threat family associated with this alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Alert.Title">
            <summary>
            Gets or sets title.
            Brief identifying string value describing the alert.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AlertClassification">
            <summary>
            The enum AlertClassification.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertClassification.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertClassification.FalsePositive">
            <summary>
            False Positive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertClassification.TruePositive">
            <summary>
            True Positive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertClassification.InformationalExpectedActivity">
            <summary>
            Informational Expected Activity
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertClassification.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AlertComment">
            <summary>
            The type AlertComment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertComment.Comment">
            <summary>
            Gets or sets comment.
            The comment text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertComment.CreatedByDisplayName">
            <summary>
            Gets or sets createdByDisplayName.
            The person or app name that submitted the comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertComment.CreatedDateTime">
            <summary>
            Gets or sets createdDateTime.
            The time when the comment was submitted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertComment.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertComment.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AlertDetermination">
            <summary>
            The enum AlertDetermination.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.Apt">
            <summary>
            Apt
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.Malware">
            <summary>
            Malware
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.SecurityPersonnel">
            <summary>
            Security Personnel
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.SecurityTesting">
            <summary>
            Security Testing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.UnwantedSoftware">
            <summary>
            Unwanted Software
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.Other">
            <summary>
            Other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.MultiStagedAttack">
            <summary>
            Multi Staged Attack
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.CompromisedAccount">
            <summary>
            Compromised Account
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.Phishing">
            <summary>
            Phishing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.MaliciousUserActivity">
            <summary>
            Malicious User Activity
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.NotMalicious">
            <summary>
            Not Malicious
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.NotEnoughDataToValidate">
            <summary>
            Not Enough Data To Validate
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.ConfirmedActivity">
            <summary>
            Confirmed Activity
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.LineOfBusinessApplication">
            <summary>
            Line Of Business Application
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertDetermination.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AlertEvidence">
            <summary>
            The type AlertEvidence.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertEvidence.CreatedDateTime">
            <summary>
            Gets or sets createdDateTime.
            The time the evidence was created and added to the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertEvidence.RemediationStatus">
            <summary>
            Gets or sets remediationStatus.
            Status of the remediation action taken. The possible values are: none, remediated, prevented, blocked, notFound, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertEvidence.RemediationStatusDetails">
            <summary>
            Gets or sets remediationStatusDetails.
            Details about the remediation status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertEvidence.Roles">
            <summary>
            Gets or sets roles.
            The role/s that an evidence entity represents in an alert, e.g., an IP address that is associated with an attacker will have the evidence role 'Attacker'.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertEvidence.Tags">
            <summary>
            Gets or sets tags.
            Array of custom tags associated with an evidence instance, for example to denote a group of devices, high value assets, etc.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertEvidence.Verdict">
            <summary>
            Gets or sets verdict.
            The decision reached by automated investigation. The possible values are: unknown, suspicious, malicious, noThreatsFound, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertEvidence.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertEvidence.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AlertSeverity">
            <summary>
            The enum AlertSeverity.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertSeverity.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertSeverity.Informational">
            <summary>
            Informational
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertSeverity.Low">
            <summary>
            Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertSeverity.Medium">
            <summary>
            Medium
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertSeverity.High">
            <summary>
            High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertSeverity.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AlertStatus">
            <summary>
            The enum AlertStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertStatus.New">
            <summary>
            New
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertStatus.InProgress">
            <summary>
            In Progress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertStatus.Resolved">
            <summary>
            Resolved
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.AlertStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence">
            <summary>
            The type AnalyzedMessageEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.AntiSpamDirection">
            <summary>
            Gets or sets antiSpamDirection.
            Direction of the email relative to your network. The possible values are: inbound, outbound or intraorg.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.AttachmentsCount">
            <summary>
            Gets or sets attachmentsCount.
            Number of attachments in the email.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.DeliveryAction">
            <summary>
            Gets or sets deliveryAction.
            Delivery action of the email. The possible values are: delivered, deliveredAsSpam, junked, blocked, or replaced.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.DeliveryLocation">
            <summary>
            Gets or sets deliveryLocation.
            Location where the email was delivered. The possible values are: inbox, external, junkFolder, quarantine, failed, dropped, deletedFolder or forwarded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.InternetMessageId">
            <summary>
            Gets or sets internetMessageId.
            Public-facing identifier for the email that is set by the sending email system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.Language">
            <summary>
            Gets or sets language.
            Detected language of the email content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.NetworkMessageId">
            <summary>
            Gets or sets networkMessageId.
            Unique identifier for the email, generated by Microsoft 365.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.P1Sender">
            <summary>
            Gets or sets p1Sender.
            The P1 sender.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.P2Sender">
            <summary>
            Gets or sets p2Sender.
            The P2 sender.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.ReceivedDateTime">
            <summary>
            Gets or sets receivedDateTime.
            Date and time when the email was received.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.RecipientEmailAddress">
            <summary>
            Gets or sets recipientEmailAddress.
            Email address of the recipient, or email address of the recipient after distribution list expansion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.SenderIp">
            <summary>
            Gets or sets senderIp.
            IP address of the last detected mail server that relayed the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.Subject">
            <summary>
            Gets or sets subject.
            Subject of the email.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.ThreatDetectionMethods">
            <summary>
            Gets or sets threatDetectionMethods.
            Collection of methods used to detect malware, phishing, or other threats found in the email.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.Threats">
            <summary>
            Gets or sets threats.
            Collection of detection names for malware or other threats found.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.UrlCount">
            <summary>
            Gets or sets urlCount.
            Number of embedded URLs in the email.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.Urls">
            <summary>
            Gets or sets urls.
            Collection of the URLs contained in this email.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AnalyzedMessageEvidence.Urn">
            <summary>
            Gets or sets urn.
            Uniform resource name (URN) of the automated investigation where the cluster was identified.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.Case">
            <summary>
            The type Case.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.Case.#ctor">
            <summary>
             The internal Case constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Case.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Case.Description">
            <summary>
            Gets or sets description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Case.DisplayName">
            <summary>
            Gets or sets display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Case.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Case.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Case.Status">
            <summary>
            Gets or sets status.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CaseAction">
            <summary>
            The enum CaseAction.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseAction.ContentExport">
            <summary>
            Content Export
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseAction.ApplyTags">
            <summary>
            Apply Tags
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseAction.ConvertToPdf">
            <summary>
            Convert To Pdf
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseAction.Index">
            <summary>
            Index
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseAction.EstimateStatistics">
            <summary>
            Estimate Statistics
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseAction.AddToReviewSet">
            <summary>
            Add To Review Set
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseAction.HoldUpdate">
            <summary>
            Hold Update
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseAction.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseAction.PurgeData">
            <summary>
            Purge Data
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CaseOperation">
            <summary>
            The type Case Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CaseOperation.Action">
            <summary>
            Gets or sets action.
            The type of action the operation represents. Possible values are: addToReviewSet,applyTags,contentExport,convertToPdf,estimateStatistics, purgeData
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CaseOperation.CompletedDateTime">
            <summary>
            Gets or sets completed date time.
            The date and time the operation was completed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CaseOperation.CreatedBy">
            <summary>
            Gets or sets created by.
            The user that created the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CaseOperation.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time the operation was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CaseOperation.PercentProgress">
            <summary>
            Gets or sets percent progress.
            The progress of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CaseOperation.ResultInfo">
            <summary>
            Gets or sets result info.
            Contains success and failure-specific result information.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CaseOperation.Status">
            <summary>
            Gets or sets status.
            The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CaseOperationStatus">
            <summary>
            The enum CaseOperationStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseOperationStatus.NotStarted">
            <summary>
            Not Started
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseOperationStatus.SubmissionFailed">
            <summary>
            Submission Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseOperationStatus.Running">
            <summary>
            Running
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseOperationStatus.Succeeded">
            <summary>
            Succeeded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseOperationStatus.PartiallySucceeded">
            <summary>
            Partially Succeeded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseOperationStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseOperationStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CasesRoot">
            <summary>
            The type Cases Root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CasesRoot.EdiscoveryCases">
            <summary>
            Gets or sets ediscovery cases.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CasesRoot.EdiscoveryCasesNextLink">
            <summary>
            Gets or sets ediscoveryCasesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CaseStatus">
            <summary>
            The enum CaseStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseStatus.Active">
            <summary>
            Active
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseStatus.PendingDelete">
            <summary>
            Pending Delete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseStatus.Closing">
            <summary>
            Closing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseStatus.Closed">
            <summary>
            Closed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseStatus.ClosedWithError">
            <summary>
            Closed With Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.CaseStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ChildSelectability">
            <summary>
            The enum ChildSelectability.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.ChildSelectability.One">
            <summary>
            One
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.ChildSelectability.Many">
            <summary>
            Many
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.ChildSelectability.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CloudApplicationEvidence">
            <summary>
            The type CloudApplicationEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CloudApplicationEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.CloudApplicationEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CloudApplicationEvidence.AppId">
            <summary>
            Gets or sets appId.
            Unique identifier of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CloudApplicationEvidence.DisplayName">
            <summary>
            Gets or sets displayName.
            Name of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CloudApplicationEvidence.InstanceId">
            <summary>
            Gets or sets instanceId.
            Identifier of the instance of the Software as a Service (SaaS) application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CloudApplicationEvidence.InstanceName">
            <summary>
            Gets or sets instanceName.
            Name of the instance of the SaaS application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CloudApplicationEvidence.SaasAppId">
            <summary>
            Gets or sets saasAppId.
            The identifier of the SaaS application.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSet">
            <summary>
            The type Data Set.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSet.#ctor">
            <summary>
             The internal DataSet constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSet.CreatedBy">
            <summary>
            Gets or sets created by.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSet.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSet.DisplayName">
            <summary>
            Gets or sets display name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSource">
            <summary>
            The type Data Source.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSource.#ctor">
            <summary>
             The internal DataSource constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSource.CreatedBy">
            <summary>
            Gets or sets created by.
            The user who created the dataSource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSource.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time the dataSource was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSource.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the dataSource. This will be the name of the SharePoint site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSource.HoldStatus">
            <summary>
            Gets or sets hold status.
            The hold status of the dataSource.The possible values are: notApplied, applied, applying, removing, partial
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSourceContainer">
            <summary>
            The type Data Source Container.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainer.#ctor">
            <summary>
             The internal DataSourceContainer constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSourceContainer.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Created date and time of the dataSourceContainer entity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSourceContainer.DisplayName">
            <summary>
            Gets or sets display name.
            Display name of the dataSourceContainer entity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSourceContainer.HoldStatus">
            <summary>
            Gets or sets hold status.
            The hold status of the dataSourceContainer. The possible values are: notApplied, applied, applying, removing, partial
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSourceContainer.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Last modified date and time of the dataSourceContainer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSourceContainer.ReleasedDateTime">
            <summary>
            Gets or sets released date time.
            Date and time that the dataSourceContainer was released from the case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSourceContainer.Status">
            <summary>
            Gets or sets status.
            Latest status of the dataSourceContainer. Possible values are: Active, Released.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSourceContainerStatus">
            <summary>
            The enum DataSourceContainerStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceContainerStatus.Active">
            <summary>
            Active
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceContainerStatus.Released">
            <summary>
            Released
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceContainerStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSourceHoldStatus">
            <summary>
            The enum DataSourceHoldStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceHoldStatus.NotApplied">
            <summary>
            Not Applied
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceHoldStatus.Applied">
            <summary>
            Applied
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceHoldStatus.Applying">
            <summary>
            Applying
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceHoldStatus.Removing">
            <summary>
            Removing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceHoldStatus.Partial">
            <summary>
            Partial
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceHoldStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSourceScopes">
            <summary>
            The enum DataSourceScopes.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceScopes.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceScopes.AllTenantMailboxes">
            <summary>
            All Tenant Mailboxes
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceScopes.AllTenantSites">
            <summary>
            All Tenant Sites
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceScopes.AllCaseCustodians">
            <summary>
            All Case Custodians
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceScopes.AllCaseNoncustodialDataSources">
            <summary>
            All Case Noncustodial Data Sources
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DataSourceScopes.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DefenderAvStatus">
            <summary>
            The enum DefenderAvStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DefenderAvStatus.NotReporting">
            <summary>
            Not Reporting
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DefenderAvStatus.Disabled">
            <summary>
            Disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DefenderAvStatus.NotUpdated">
            <summary>
            Not Updated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DefenderAvStatus.Updated">
            <summary>
            Updated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DefenderAvStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DefenderAvStatus.NotSupported">
            <summary>
            Not Supported
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DefenderAvStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DetectionSource">
            <summary>
            The enum DetectionSource.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.MicrosoftDefenderForEndpoint">
            <summary>
            Microsoft Defender For Endpoint
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.Antivirus">
            <summary>
            Antivirus
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.SmartScreen">
            <summary>
            Smart Screen
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.CustomTi">
            <summary>
            Custom Ti
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.MicrosoftDefenderForOffice365">
            <summary>
            Microsoft Defender For Office365
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.AutomatedInvestigation">
            <summary>
            Automated Investigation
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.MicrosoftThreatExperts">
            <summary>
            Microsoft Threat Experts
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.CustomDetection">
            <summary>
            Custom Detection
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.MicrosoftDefenderForIdentity">
            <summary>
            Microsoft Defender For Identity
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.CloudAppSecurity">
            <summary>
            Cloud App Security
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.Microsoft365Defender">
            <summary>
            Microsoft365Defender
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.AzureAdIdentityProtection">
            <summary>
            Azure Ad Identity Protection
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.Manual">
            <summary>
            Manual
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.MicrosoftDataLossPrevention">
            <summary>
            Microsoft Data Loss Prevention
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.AppGovernancePolicy">
            <summary>
            App Governance Policy
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.AppGovernanceDetection">
            <summary>
            App Governance Detection
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionSource.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DetectionStatus">
            <summary>
            The enum DetectionStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionStatus.Detected">
            <summary>
            Detected
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionStatus.Blocked">
            <summary>
            Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionStatus.Prevented">
            <summary>
            Prevented
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DetectionStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DeviceEvidence">
            <summary>
            The type DeviceEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DeviceEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.DeviceEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.AzureAdDeviceId">
            <summary>
            Gets or sets azureAdDeviceId.
            A unique identifier assigned to a device by Azure Active Directory (Azure AD) when device is Azure AD-joined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.DefenderAvStatus">
            <summary>
            Gets or sets defenderAvStatus.
            State of the Defender AntiMalware engine. The possible values are: notReporting, disabled, notUpdated, updated, unknown, notSupported, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.DeviceDnsName">
            <summary>
            Gets or sets deviceDnsName.
            The fully qualified domain name (FQDN) for the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.FirstSeenDateTime">
            <summary>
            Gets or sets firstSeenDateTime.
            The date and time when the device was first seen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.HealthStatus">
            <summary>
            Gets or sets healthStatus.
            The health state of the device.The possible values are: active, inactive, impairedCommunication, noSensorData, noSensorDataImpairedCommunication, unknown, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.LoggedOnUsers">
            <summary>
            Gets or sets loggedOnUsers.
            Users that were logged on the machine during the time of the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.MdeDeviceId">
            <summary>
            Gets or sets mdeDeviceId.
            A unique identifier assigned to a device by Microsoft Defender for Endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.OnboardingStatus">
            <summary>
            Gets or sets onboardingStatus.
            The status of the machine onboarding to Microsoft Defender for Endpoint.The possible values are: insufficientInfo, onboarded, canBeOnboarded, unsupported, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.OsBuild">
            <summary>
            Gets or sets osBuild.
            The build version for the operating system the device is running.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.OsPlatform">
            <summary>
            Gets or sets osPlatform.
            The operating system platform the device is running.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.RbacGroupId">
            <summary>
            Gets or sets rbacGroupId.
            The ID of the role-based access control (RBAC) device group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.RbacGroupName">
            <summary>
            Gets or sets rbacGroupName.
            The name of the RBAC device group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.RiskScore">
            <summary>
            Gets or sets riskScore.
            Risk score as evaluated by Microsoft Defender for Endpoint. The possible values are: none, informational, low, medium, high, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.Version">
            <summary>
            Gets or sets version.
            The version of the operating system platform.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DeviceEvidence.VmMetadata">
            <summary>
            Gets or sets vmMetadata.
            Metadata of the virtual machine (VM) on which Microsoft Defender for Endpoint is running.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DeviceHealthStatus">
            <summary>
            The enum DeviceHealthStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DeviceHealthStatus.Active">
            <summary>
            Active
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DeviceHealthStatus.Inactive">
            <summary>
            Inactive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DeviceHealthStatus.ImpairedCommunication">
            <summary>
            Impaired Communication
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DeviceHealthStatus.NoSensorData">
            <summary>
            No Sensor Data
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DeviceHealthStatus.NoSensorDataImpairedCommunication">
            <summary>
            No Sensor Data Impaired Communication
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DeviceHealthStatus.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DeviceHealthStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DeviceRiskScore">
            <summary>
            The enum DeviceRiskScore.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DeviceRiskScore.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DeviceRiskScore.Informational">
            <summary>
            Informational
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DeviceRiskScore.Low">
            <summary>
            Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DeviceRiskScore.Medium">
            <summary>
            Medium
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DeviceRiskScore.High">
            <summary>
            High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.DeviceRiskScore.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation">
            <summary>
            The type Ediscovery Add To Review Set Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation.#ctor">
            <summary>
             The EdiscoveryAddToReviewSetOperation constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation.ReviewSet">
            <summary>
            Gets or sets review set.
            eDiscovery review set to which items matching source collection query gets added.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation.Search">
            <summary>
            Gets or sets search.
            eDiscovery search that gets added to review set.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCase">
            <summary>
            The type Ediscovery Case.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.#ctor">
            <summary>
             The EdiscoveryCase constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.ClosedBy">
            <summary>
            Gets or sets closed by.
            The user who closed the case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.ClosedDateTime">
            <summary>
            Gets or sets closed date time.
            The date and time when the case was closed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.ExternalId">
            <summary>
            Gets or sets external id.
            The external case number for customer reference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.Custodians">
            <summary>
            Gets or sets custodians.
            Returns a list of case ediscoveryCustodian objects for this case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.CustodiansNextLink">
            <summary>
            Gets or sets custodiansNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.NoncustodialDataSources">
            <summary>
            Gets or sets noncustodial data sources.
            Returns a list of case ediscoveryNoncustodialDataSource objects for this case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.NoncustodialDataSourcesNextLink">
            <summary>
            Gets or sets noncustodialDataSourcesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.Operations">
            <summary>
            Gets or sets operations.
            Returns a list of case caseOperation objects for this case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.OperationsNextLink">
            <summary>
            Gets or sets operationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.ReviewSets">
            <summary>
            Gets or sets review sets.
            Returns a list of eDiscoveryReviewSet objects in the case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.ReviewSetsNextLink">
            <summary>
            Gets or sets reviewSetsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.Searches">
            <summary>
            Gets or sets searches.
            Returns a list of eDiscoverySearch objects associated with this case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.SearchesNextLink">
            <summary>
            Gets or sets searchesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.Settings">
            <summary>
            Gets or sets settings.
            Returns a list of eDIscoverySettings objects in the case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.Tags">
            <summary>
            Gets or sets tags.
            Returns a list of ediscoveryReviewTag objects associated to this case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCase.TagsNextLink">
            <summary>
            Gets or sets tagsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings">
            <summary>
            The type Ediscovery Case Settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings.Ocr">
            <summary>
            Gets or sets ocr.
            The OCR (Optical Character Recognition) settings for the case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings.RedundancyDetection">
            <summary>
            Gets or sets redundancy detection.
            The redundancy (near duplicate and email threading) detection settings for the case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings.TopicModeling">
            <summary>
            Gets or sets topic modeling.
            The Topic Modeling (Themes) settings for the case.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian">
            <summary>
            The type Ediscovery Custodian.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian.#ctor">
            <summary>
             The EdiscoveryCustodian constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian.AcknowledgedDateTime">
            <summary>
            Gets or sets acknowledged date time.
            Date and time the custodian acknowledged a hold notification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian.Email">
            <summary>
            Gets or sets email.
            Email address of the custodian.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian.LastIndexOperation">
            <summary>
            Gets or sets last index operation.
            Operation entity that represents the latest indexing for the custodian.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian.SiteSources">
            <summary>
            Gets or sets site sources.
            Data source entity for SharePoint sites associated with the custodian.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian.SiteSourcesNextLink">
            <summary>
            Gets or sets siteSourcesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian.UnifiedGroupSources">
            <summary>
            Gets or sets unified group sources.
            Data source entity for groups associated with the custodian.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian.UnifiedGroupSourcesNextLink">
            <summary>
            Gets or sets unifiedGroupSourcesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian.UserSources">
            <summary>
            Gets or sets user sources.
            Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian.UserSourcesNextLink">
            <summary>
            Gets or sets userSourcesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation">
            <summary>
            The type Ediscovery Estimate Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation.#ctor">
            <summary>
             The EdiscoveryEstimateOperation constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation.IndexedItemCount">
            <summary>
            Gets or sets indexed item count.
            The estimated count of items for the search that matched the content query.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation.IndexedItemsSize">
            <summary>
            Gets or sets indexed items size.
            The estimated size of items for the search that matched the content query.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation.MailboxCount">
            <summary>
            Gets or sets mailbox count.
            The number of mailboxes that had search hits.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation.SiteCount">
            <summary>
            Gets or sets site count.
            The number of mailboxes that had search hits.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation.UnindexedItemCount">
            <summary>
            Gets or sets unindexed item count.
            The estimated count of unindexed items for the collection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation.UnindexedItemsSize">
            <summary>
            Gets or sets unindexed items size.
            The estimated size of unindexed items for the collection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation.Search">
            <summary>
            Gets or sets search.
            eDiscovery search.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation">
            <summary>
            The type Ediscovery Hold Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation.#ctor">
            <summary>
             The EdiscoveryHoldOperation constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation">
            <summary>
            The type Ediscovery Index Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation.#ctor">
            <summary>
             The EdiscoveryIndexOperation constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource">
            <summary>
            The type Ediscovery Noncustodial Data Source.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource.#ctor">
            <summary>
             The EdiscoveryNoncustodialDataSource constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource.DataSource">
            <summary>
            Gets or sets data source.
            User source or SharePoint site data source as non-custodial data source.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource.LastIndexOperation">
            <summary>
            Gets or sets last index operation.
            Operation entity that represents the latest indexing for the non-custodial data source.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequestBody">
            <summary>
            The type EdiscoveryNoncustodialDataSourceApplyHoldRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequestBody.Ids">
            <summary>
            Gets or sets Ids.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequestBody">
            <summary>
            The type EdiscoveryNoncustodialDataSourceRemoveHoldRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequestBody.Ids">
            <summary>
            Gets or sets Ids.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation">
            <summary>
            The type Ediscovery Purge Data Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation.#ctor">
            <summary>
             The EdiscoveryPurgeDataOperation constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet">
            <summary>
            The type Ediscovery Review Set.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet.#ctor">
            <summary>
             The EdiscoveryReviewSet constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet.Queries">
            <summary>
            Gets or sets queries.
            Represents queries within the review set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet.QueriesNextLink">
            <summary>
            Gets or sets queriesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequestBody">
            <summary>
            The type EdiscoveryReviewSetAddToReviewSetRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequestBody.Search">
            <summary>
            Gets or sets Search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequestBody.AdditionalDataOptions">
            <summary>
            Gets or sets AdditionalDataOptions.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery">
            <summary>
            The type Ediscovery Review Set Query.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery.#ctor">
            <summary>
             The EdiscoveryReviewSetQuery constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequestBody">
            <summary>
            The type EdiscoveryReviewSetQueryApplyTagsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequestBody.TagsToAdd">
            <summary>
            Gets or sets TagsToAdd.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequestBody.TagsToRemove">
            <summary>
            Gets or sets TagsToRemove.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag">
            <summary>
            The type Ediscovery Review Tag.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag.#ctor">
            <summary>
             The EdiscoveryReviewTag constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag.ChildSelectability">
            <summary>
            Gets or sets child selectability.
            Indicates whether a single or multiple child tags can be associated with a document. Possible values are: One, Many.  This value controls whether the UX presents the tags as checkboxes or a radio button group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag.ChildTags">
            <summary>
            Gets or sets child tags.
            Returns the tags that are a child of a tag.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag.ChildTagsNextLink">
            <summary>
            Gets or sets childTagsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag.Parent">
            <summary>
            Gets or sets parent.
            Returns the parent tag of the specified tag.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearch">
            <summary>
            The type Ediscovery Search.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearch.#ctor">
            <summary>
             The EdiscoverySearch constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearch.DataSourceScopes">
            <summary>
            Gets or sets data source scopes.
            When specified, the collection will span across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearch.AdditionalSources">
            <summary>
            Gets or sets additional sources.
            Adds an additional source to the eDiscovery search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearch.AdditionalSourcesNextLink">
            <summary>
            Gets or sets additionalSourcesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearch.AddToReviewSetOperation">
            <summary>
            Gets or sets add to review set operation.
            Adds the results of the eDiscovery search to the specified reviewSet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearch.CustodianSources">
            <summary>
            Gets or sets custodian sources.
            Custodian sources that are included in the eDiscovery search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearch.CustodianSourcesNextLink">
            <summary>
            Gets or sets custodianSourcesNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearch.LastEstimateStatisticsOperation">
            <summary>
            Gets or sets last estimate statistics operation.
            The last estimate operation associated with the eDiscovery search.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearch.NoncustodialSources">
            <summary>
            Gets or sets noncustodial sources.
            noncustodialDataSource sources that are included in the eDiscovery search
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearch.NoncustodialSourcesNextLink">
            <summary>
            Gets or sets noncustodialSourcesNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequestBody">
            <summary>
            The type EdiscoverySearchPurgeDataRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequestBody.PurgeType">
            <summary>
            Gets or sets PurgeType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequestBody.PurgeAreas">
            <summary>
            Gets or sets PurgeAreas.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation">
            <summary>
            The type Ediscovery Tag Operation.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation.#ctor">
            <summary>
             The EdiscoveryTagOperation constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EmailSender">
            <summary>
            The type EmailSender.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EmailSender.DisplayName">
            <summary>
            Gets or sets displayName.
            The name of the sender.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EmailSender.DomainName">
            <summary>
            Gets or sets domainName.
            Sender domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EmailSender.EmailAddress">
            <summary>
            Gets or sets emailAddress.
            Sender email address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EmailSender.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EmailSender.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EvidenceRemediationStatus">
            <summary>
            The enum EvidenceRemediationStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRemediationStatus.None">
            <summary>
            None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRemediationStatus.Remediated">
            <summary>
            Remediated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRemediationStatus.Prevented">
            <summary>
            Prevented
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRemediationStatus.Blocked">
            <summary>
            Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRemediationStatus.NotFound">
            <summary>
            Not Found
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRemediationStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EvidenceRole">
            <summary>
            The enum EvidenceRole.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.Contextual">
            <summary>
            Contextual
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.Scanned">
            <summary>
            Scanned
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.Source">
            <summary>
            Source
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.Destination">
            <summary>
            Destination
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.Created">
            <summary>
            Created
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.Added">
            <summary>
            Added
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.Compromised">
            <summary>
            Compromised
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.Edited">
            <summary>
            Edited
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.Attacked">
            <summary>
            Attacked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.Attacker">
            <summary>
            Attacker
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.CommandAndControl">
            <summary>
            Command And Control
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.Loaded">
            <summary>
            Loaded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.Suspicious">
            <summary>
            Suspicious
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.PolicyViolator">
            <summary>
            Policy Violator
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceRole.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EvidenceVerdict">
            <summary>
            The enum EvidenceVerdict.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceVerdict.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceVerdict.Suspicious">
            <summary>
            Suspicious
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceVerdict.Malicious">
            <summary>
            Malicious
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceVerdict.NoThreatsFound">
            <summary>
            No Threats Found
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.EvidenceVerdict.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.FileDetails">
            <summary>
            The type FileDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.FileDetails.FileName">
            <summary>
            Gets or sets fileName.
            The name of the file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.FileDetails.FilePath">
            <summary>
            Gets or sets filePath.
            The file path (location) of the file instance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.FileDetails.FilePublisher">
            <summary>
            Gets or sets filePublisher.
            The publisher of the file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.FileDetails.FileSize">
            <summary>
            Gets or sets fileSize.
            The size of the file in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.FileDetails.Issuer">
            <summary>
            Gets or sets issuer.
            The certificate authority (CA) that issued the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.FileDetails.Sha1">
            <summary>
            Gets or sets sha1.
            The Sha1 cryptographic hash of the file content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.FileDetails.Sha256">
            <summary>
            Gets or sets sha256.
            The Sha256 cryptographic hash of the file content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.FileDetails.Signer">
            <summary>
            Gets or sets signer.
            The signer of the signed file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.FileDetails.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.FileDetails.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.FileEvidence">
            <summary>
            The type FileEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.FileEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.FileEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.FileEvidence.DetectionStatus">
            <summary>
            Gets or sets detectionStatus.
            The status of the detection.The possible values are: detected, blocked, prevented, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.FileEvidence.FileDetails">
            <summary>
            Gets or sets fileDetails.
            The file details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.FileEvidence.MdeDeviceId">
            <summary>
            Gets or sets mdeDeviceId.
            A unique identifier assigned to a device by Microsoft Defender for Endpoint.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.HuntingQueryResults">
            <summary>
            The type HuntingQueryResults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.HuntingQueryResults.Results">
            <summary>
            Gets or sets results.
            The results of the hunting query.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.HuntingQueryResults.Schema">
            <summary>
            Gets or sets schema.
            The schema for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.HuntingQueryResults.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.HuntingQueryResults.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.HuntingRowResult">
            <summary>
            The type HuntingRowResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.HuntingRowResult.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.HuntingRowResult.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.Incident">
            <summary>
            The type Incident.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.AssignedTo">
            <summary>
            Gets or sets assigned to.
            Owner of the incident, or null if no owner is assigned. Free editable text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.Classification">
            <summary>
            Gets or sets classification.
            The specification for the incident. Possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.Comments">
            <summary>
            Gets or sets comments.
            Array of comments created by the Security Operations (SecOps) team when the incident is managed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Time when the incident was first created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.CustomTags">
            <summary>
            Gets or sets custom tags.
            Array of custom tags associated with an incident.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.Determination">
            <summary>
            Gets or sets determination.
            Specifies the determination of the incident. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.DisplayName">
            <summary>
            Gets or sets display name.
            The incident name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.IncidentWebUrl">
            <summary>
            Gets or sets incident web url.
            The URL for the incident page in the Microsoft 365 Defender portal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Time when the incident was last updated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.RedirectIncidentId">
            <summary>
            Gets or sets redirect incident id.
            Only populated in case an incident is grouped together with another incident, as part of the logic that processes incidents. In such a case, the status property is redirected.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.Severity">
            <summary>
            Gets or sets severity.
            Indicates the possible impact on assets. The higher the severity, the bigger the impact. Typically higher severity items require the most immediate attention. Possible values are: unknown, informational, low, medium, high, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.Status">
            <summary>
            Gets or sets status.
            The status of the incident. Possible values are: active, resolved, redirected, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.TenantId">
            <summary>
            Gets or sets tenant id.
            The Azure Active Directory tenant in which the alert was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.Alerts">
            <summary>
            Gets or sets alerts.
            The list of related alerts. Supports $expand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Incident.AlertsNextLink">
            <summary>
            Gets or sets alertsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IncidentStatus">
            <summary>
            The enum IncidentStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.IncidentStatus.Active">
            <summary>
            Active
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.IncidentStatus.Resolved">
            <summary>
            Resolved
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.IncidentStatus.Redirected">
            <summary>
            Redirected
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.IncidentStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IpEvidence">
            <summary>
            The type IpEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IpEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.IpEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IpEvidence.CountryLetterCode">
            <summary>
            Gets or sets countryLetterCode.
            The two-letter country code according to ISO 3166 format, for example: US, UK, CA, etc..).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IpEvidence.IpAddress">
            <summary>
            Gets or sets ipAddress.
            The value of the IP Address, can be either in V4 address or V6 address format.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.LoggedOnUser">
            <summary>
            The type LoggedOnUser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.LoggedOnUser.AccountName">
            <summary>
            Gets or sets accountName.
            User account name of the logged-on user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.LoggedOnUser.DomainName">
            <summary>
            Gets or sets domainName.
            User account domain of the logged-on user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.LoggedOnUser.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.LoggedOnUser.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.MailboxEvidence">
            <summary>
            The type MailboxEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.MailboxEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.MailboxEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.MailboxEvidence.DisplayName">
            <summary>
            Gets or sets displayName.
            The name associated with the mailbox.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.MailboxEvidence.PrimaryAddress">
            <summary>
            Gets or sets primaryAddress.
            The primary email address of the mailbox.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.MailboxEvidence.UserAccount">
            <summary>
            Gets or sets userAccount.
            The user account of the mailbox.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.MailClusterEvidence">
            <summary>
            The type MailClusterEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.MailClusterEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.MailClusterEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.MailClusterEvidence.ClusterBy">
            <summary>
            Gets or sets clusterBy.
            The clustering logic of the emails inside the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.MailClusterEvidence.ClusterByValue">
            <summary>
            Gets or sets clusterByValue.
            The value utilized to cluster the similar emails.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.MailClusterEvidence.EmailCount">
            <summary>
            Gets or sets emailCount.
            Count of emails in the email cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.MailClusterEvidence.NetworkMessageIds">
            <summary>
            Gets or sets networkMessageIds.
            Unique identifiers for the emails in the cluster, generated by Microsoft 365.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.MailClusterEvidence.Query">
            <summary>
            Gets or sets query.
            The query used to identify the email cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.MailClusterEvidence.Urn">
            <summary>
            Gets or sets urn.
            Uniform resource name (URN) of the automated investigation where the cluster was identified.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.OauthApplicationEvidence">
            <summary>
            The type OauthApplicationEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.OauthApplicationEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.OauthApplicationEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.OauthApplicationEvidence.AppId">
            <summary>
            Gets or sets appId.
            Unique identifier of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.OauthApplicationEvidence.DisplayName">
            <summary>
            Gets or sets displayName.
            Name of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.OauthApplicationEvidence.ObjectId">
            <summary>
            Gets or sets objectId.
            The unique identifier of the application object in Azure AD.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.OauthApplicationEvidence.Publisher">
            <summary>
            Gets or sets publisher.
            The name of the application publisher.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.OcrSettings">
            <summary>
            The type OcrSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.OcrSettings.IsEnabled">
            <summary>
            Gets or sets isEnabled.
            Indicates whether or not OCR is enabled for the case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.OcrSettings.MaxImageSize">
            <summary>
            Gets or sets maxImageSize.
            Maximum image size that will be processed in KB).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.OcrSettings.Timeout">
            <summary>
            Gets or sets timeout.
            The timeout duration for the OCR engine. A longer timeout might increase success of OCR, but might add to the total processing time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.OcrSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.OcrSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.OnboardingStatus">
            <summary>
            The enum OnboardingStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.OnboardingStatus.InsufficientInfo">
            <summary>
            Insufficient Info
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.OnboardingStatus.Onboarded">
            <summary>
            Onboarded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.OnboardingStatus.CanBeOnboarded">
            <summary>
            Can Be Onboarded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.OnboardingStatus.Unsupported">
            <summary>
            Unsupported
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.OnboardingStatus.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ProcessEvidence">
            <summary>
            The type ProcessEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ProcessEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.ProcessEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ProcessEvidence.DetectionStatus">
            <summary>
            Gets or sets detectionStatus.
            The status of the detection.The possible values are: detected, blocked, prevented, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ProcessEvidence.ImageFile">
            <summary>
            Gets or sets imageFile.
            Image file details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ProcessEvidence.MdeDeviceId">
            <summary>
            Gets or sets mdeDeviceId.
            A unique identifier assigned to a device by Microsoft Defender for Endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ProcessEvidence.ParentProcessCreationDateTime">
            <summary>
            Gets or sets parentProcessCreationDateTime.
            Date and time when the parent of the process was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ProcessEvidence.ParentProcessId">
            <summary>
            Gets or sets parentProcessId.
            Process ID (PID) of the parent process that spawned the process.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ProcessEvidence.ParentProcessImageFile">
            <summary>
            Gets or sets parentProcessImageFile.
            Parent process image file details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ProcessEvidence.ProcessCommandLine">
            <summary>
            Gets or sets processCommandLine.
            Command line used to create the new process.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ProcessEvidence.ProcessCreationDateTime">
            <summary>
            Gets or sets processCreationDateTime.
            Date and time the process was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ProcessEvidence.ProcessId">
            <summary>
            Gets or sets processId.
            Process ID (PID) of the newly created process.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ProcessEvidence.UserAccount">
            <summary>
            Gets or sets userAccount.
            User details of the user that ran the process.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.PurgeAreas">
            <summary>
            The enum PurgeAreas.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.PurgeAreas.Mailboxes">
            <summary>
            Mailboxes
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.PurgeAreas.TeamsMessages">
            <summary>
            Teams Messages
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.PurgeAreas.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.PurgeType">
            <summary>
            The enum PurgeType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.PurgeType.Recoverable">
            <summary>
            Recoverable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.PurgeType.PermanentlyDeleted">
            <summary>
            Permanently Deleted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.PurgeType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.RedundancyDetectionSettings">
            <summary>
            The type RedundancyDetectionSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.RedundancyDetectionSettings.IsEnabled">
            <summary>
            Gets or sets isEnabled.
            Indicates whether email threading and near duplicate detection are enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.RedundancyDetectionSettings.MaxWords">
            <summary>
            Gets or sets maxWords.
            Specifies the maximum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.RedundancyDetectionSettings.MinWords">
            <summary>
            Gets or sets minWords.
            Specifies the minimum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.RedundancyDetectionSettings.SimilarityThreshold">
            <summary>
            Gets or sets similarityThreshold.
            Specifies the similarity level for documents to be put in the same near duplicate set. To learn more, see Document and email similarity threshold.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.RedundancyDetectionSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.RedundancyDetectionSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.RegistryKeyEvidence">
            <summary>
            The type RegistryKeyEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.RegistryKeyEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.RegistryKeyEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.RegistryKeyEvidence.RegistryHive">
            <summary>
            Gets or sets registryHive.
            Registry hive of the key that the recorded action was applied to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.RegistryKeyEvidence.RegistryKey">
            <summary>
            Gets or sets registryKey.
            Registry key that the recorded action was applied to.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.RegistryValueEvidence">
            <summary>
            The type RegistryValueEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.RegistryValueEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.RegistryValueEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.RegistryValueEvidence.RegistryHive">
            <summary>
            Gets or sets registryHive.
            Registry hive of the key that the recorded action was applied to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.RegistryValueEvidence.RegistryKey">
            <summary>
            Gets or sets registryKey.
            Registry key that the recorded action was applied to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.RegistryValueEvidence.RegistryValue">
            <summary>
            Gets or sets registryValue.
            Data of the registry value that the recorded action was applied to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.RegistryValueEvidence.RegistryValueName">
            <summary>
            Gets or sets registryValueName.
            Name of the registry value that the recorded action was applied to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.RegistryValueEvidence.RegistryValueType">
            <summary>
            Gets or sets registryValueType.
            Data type, such as binary or string, of the registry value that the recorded action was applied to.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.Search">
            <summary>
            The type Search.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.Search.#ctor">
            <summary>
             The internal Search constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Search.ContentQuery">
            <summary>
            Gets or sets content query.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Search.CreatedBy">
            <summary>
            Gets or sets created by.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Search.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Search.Description">
            <summary>
            Gets or sets description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Search.DisplayName">
            <summary>
            Gets or sets display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Search.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Search.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.SecurityGroupEvidence">
            <summary>
            The type SecurityGroupEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SecurityGroupEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.SecurityGroupEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.SecurityGroupEvidence.DisplayName">
            <summary>
            Gets or sets displayName.
            The name of the security group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.SecurityGroupEvidence.SecurityGroupId">
            <summary>
            Gets or sets securityGroupId.
            Unique identifier of the security group.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ServiceSource">
            <summary>
            The enum ServiceSource.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.ServiceSource.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.ServiceSource.MicrosoftDefenderForEndpoint">
            <summary>
            Microsoft Defender For Endpoint
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.ServiceSource.MicrosoftDefenderForIdentity">
            <summary>
            Microsoft Defender For Identity
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.ServiceSource.MicrosoftDefenderForCloudApps">
            <summary>
            Microsoft Defender For Cloud Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.ServiceSource.MicrosoftDefenderForOffice365">
            <summary>
            Microsoft Defender For Office365
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.ServiceSource.Microsoft365Defender">
            <summary>
            Microsoft365Defender
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.ServiceSource.AzureAdIdentityProtection">
            <summary>
            Azure Ad Identity Protection
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.ServiceSource.MicrosoftAppGovernance">
            <summary>
            Microsoft App Governance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.ServiceSource.DataLossPrevention">
            <summary>
            Data Loss Prevention
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.ServiceSource.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.SinglePropertySchema">
            <summary>
            The type SinglePropertySchema.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.SinglePropertySchema.Name">
            <summary>
            Gets or sets name.
            The name of the property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.SinglePropertySchema.Type">
            <summary>
            Gets or sets type.
            The type of the property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.SinglePropertySchema.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.SinglePropertySchema.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.SiteSource">
            <summary>
            The type Site Source.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSource.#ctor">
            <summary>
             The SiteSource constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.SiteSource.Site">
            <summary>
            Gets or sets site.
            The SharePoint site associated with the siteSource.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.SourceType">
            <summary>
            The enum SourceType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.SourceType.Mailbox">
            <summary>
            Mailbox
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.SourceType.Site">
            <summary>
            Site
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.SourceType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.StringValueDictionary">
            <summary>
            The type StringValueDictionary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.StringValueDictionary.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.StringValueDictionary.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.Tag">
            <summary>
            The type Tag.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.Tag.#ctor">
            <summary>
             The internal Tag constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Tag.CreatedBy">
            <summary>
            Gets or sets created by.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Tag.Description">
            <summary>
            Gets or sets description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Tag.DisplayName">
            <summary>
            Gets or sets display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.Tag.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.TopicModelingSettings">
            <summary>
            The type TopicModelingSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.TopicModelingSettings.DynamicallyAdjustTopicCount">
            <summary>
            Gets or sets dynamicallyAdjustTopicCount.
            Indicates whether the themes model should dynamically optimize the number of generated topics. To learn more, see Adjust maximum number of themes dynamically.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.TopicModelingSettings.IgnoreNumbers">
            <summary>
            Gets or sets ignoreNumbers.
            Indicates whether the themes model should exclude numbers while parsing document texts. To learn more, see Include numbers in themes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.TopicModelingSettings.IsEnabled">
            <summary>
            Gets or sets isEnabled.
            Indicates whether themes model is enabled for the case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.TopicModelingSettings.TopicCount">
            <summary>
            Gets or sets topicCount.
            The total number of topics that the themes model will generate for a review set. To learn more, see Maximum number of themes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.TopicModelingSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.TopicModelingSettings.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.UnifiedGroupSource">
            <summary>
            The type Unified Group Source.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSource.#ctor">
            <summary>
             The UnifiedGroupSource constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UnifiedGroupSource.IncludedSources">
            <summary>
            Gets or sets included sources.
            Specifies which sources are included in this group. Possible values are: mailbox, site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UnifiedGroupSource.Group">
            <summary>
            Gets or sets group.
            Represents a group.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.UrlEvidence">
            <summary>
            The type UrlEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UrlEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.UrlEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UrlEvidence.Url">
            <summary>
            Gets or sets url.
            The Unique Resource Locator (URL).
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.UserAccount">
            <summary>
            The type UserAccount.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UserAccount.AccountName">
            <summary>
            Gets or sets accountName.
            The user account's displayed name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UserAccount.AzureAdUserId">
            <summary>
            Gets or sets azureAdUserId.
            The user object identifier in Azure AD.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UserAccount.DomainName">
            <summary>
            Gets or sets domainName.
            The name of the Active Directory domain of which the user is a member.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UserAccount.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            The user principal name of the account in Azure AD.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UserAccount.UserSid">
            <summary>
            Gets or sets userSid.
            The local security identifier of the user account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UserAccount.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UserAccount.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.UserEvidence">
            <summary>
            The type UserEvidence.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserEvidence.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Graph.SecurityNamespace.UserEvidence"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UserEvidence.UserAccount">
            <summary>
            Gets or sets userAccount.
            The user account details.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.UserSource">
            <summary>
            The type User Source.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSource.#ctor">
            <summary>
             The UserSource constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UserSource.Email">
            <summary>
            Gets or sets email.
            Email address of the user's mailbox.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UserSource.IncludedSources">
            <summary>
            Gets or sets included sources.
            Specifies which sources are included in this group. Possible values are: mailbox, site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UserSource.SiteWebUrl">
            <summary>
            Gets or sets site web url.
            The URL of the user's OneDrive for Business site. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.VmCloudProvider">
            <summary>
            The enum VmCloudProvider.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.VmCloudProvider.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.VmCloudProvider.Azure">
            <summary>
            Azure
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SecurityNamespace.VmCloudProvider.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.VmMetadata">
            <summary>
            The type VmMetadata.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.VmMetadata.CloudProvider">
            <summary>
            Gets or sets cloudProvider.
            The cloud provider hosting the virtual machine. The possible values are: unknown, azure, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.VmMetadata.ResourceId">
            <summary>
            Gets or sets resourceId.
            Unique identifier of the Azure resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.VmMetadata.SubscriptionId">
            <summary>
            Gets or sets subscriptionId.
            Unique identifier of the Azure subscription the customer tenant belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.VmMetadata.VmId">
            <summary>
            Gets or sets vmId.
            Unique identifier of the virtual machine instance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.VmMetadata.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.VmMetadata.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AlertReferenceRequest">
            <summary>
            The type AlertReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AlertReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Alert reference.
            </summary>
            <param name="id">The Alert reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Alert reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The Alert reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AlertReferenceRequestBuilder">
            <summary>
            The type AlertReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AlertReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AlertRequest">
            <summary>
            The type AlertRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AlertRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Alert using POST.
            </summary>
            <param name="alertToCreate">The Alert to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Alert using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToCreate">The Alert to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Alert.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Alert and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PATCH.
            </summary>
            <param name="alertToUpdate">The Alert to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToUpdate">The Alert to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.PutAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PUT.
            </summary>
            <param name="alertToUpdate">The Alert object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToUpdate">The Alert object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.Alert)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="alertToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.Alert"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AlertRequestBuilder">
            <summary>
            The type AlertRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AlertRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest">
            <summary>
            The type AlertWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AlertWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Alert.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Alert and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Alert using POST.
            </summary>
            <param name="alertToCreate">The Alert to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Alert using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToCreate">The Alert to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PATCH.
            </summary>
            <param name="alertToUpdate">The Alert to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToUpdate">The Alert to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequestBuilder">
            <summary>
            The type AlertWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AlertWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.AlertWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the alert.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IAlertReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CaseOperationRequest">
            <summary>
            The type CaseOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CaseOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CaseOperation using POST.
            </summary>
            <param name="caseOperationToCreate">The CaseOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CaseOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CaseOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="caseOperationToCreate">The CaseOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CaseOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CaseOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CaseOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CaseOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CaseOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CaseOperation using PATCH.
            </summary>
            <param name="caseOperationToUpdate">The CaseOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CaseOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CaseOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="caseOperationToUpdate">The CaseOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CaseOperation using PUT.
            </summary>
            <param name="caseOperationToUpdate">The CaseOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CaseOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="caseOperationToUpdate">The CaseOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.CaseOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.CaseOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.CaseOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="caseOperationToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.CaseOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CaseOperationRequestBuilder">
            <summary>
            The type CaseOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CaseOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CaseRequest">
            <summary>
            The type CaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CaseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.Case,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Case using POST.
            </summary>
            <param name="caseToCreate">The Case to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Case.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.Case,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Case using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="caseToCreate">The Case to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Case.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Case and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Case.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Case.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Case and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.Case,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Case using PATCH.
            </summary>
            <param name="caseToUpdate">The Case to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Case.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.Case,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Case using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="caseToUpdate">The Case to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.PutAsync(Microsoft.Graph.SecurityNamespace.Case,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Case using PUT.
            </summary>
            <param name="caseToUpdate">The Case object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.Case,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Case using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="caseToUpdate">The Case object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Case,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Case,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.Case)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="caseToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.Case"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CaseRequestBuilder">
            <summary>
            The type CaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CaseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionPage">
            <summary>
            The type CasesRootEdiscoveryCasesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest">
            <summary>
            The type CasesRootEdiscoveryCasesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CasesRootEdiscoveryCasesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryCase to the collection via POST.
            </summary>
            <param name="ediscoveryCase">The EdiscoveryCase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryCase.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryCase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoveryCase">The EdiscoveryCase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequestBuilder">
            <summary>
            The type CasesRootEdiscoveryCasesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CasesRootEdiscoveryCasesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder"/> for the specified CasesRootEdiscoveryCase.
            </summary>
            <param name="id">The ID for the CasesRootEdiscoveryCase.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionResponse">
            <summary>
            The type CasesRootEdiscoveryCasesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CasesRootEdiscoveryCasesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CasesRootRequest">
            <summary>
            The type CasesRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CasesRootRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.CasesRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CasesRoot using POST.
            </summary>
            <param name="casesRootToCreate">The CasesRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CasesRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.CasesRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CasesRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="casesRootToCreate">The CasesRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CasesRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CasesRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CasesRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CasesRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CasesRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.CasesRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CasesRoot using PATCH.
            </summary>
            <param name="casesRootToUpdate">The CasesRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CasesRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.CasesRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CasesRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="casesRootToUpdate">The CasesRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.PutAsync(Microsoft.Graph.SecurityNamespace.CasesRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CasesRoot using PUT.
            </summary>
            <param name="casesRootToUpdate">The CasesRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.CasesRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CasesRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="casesRootToUpdate">The CasesRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.CasesRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.CasesRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.CasesRoot)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="casesRootToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.CasesRoot"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.CasesRootRequestBuilder">
            <summary>
            The type CasesRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CasesRootRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.CasesRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.CasesRootRequestBuilder.EdiscoveryCases">
            <summary>
            Gets the request builder for EdiscoveryCases.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSetRequest">
            <summary>
            The type DataSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DataSetRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.DataSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSet using POST.
            </summary>
            <param name="dataSetToCreate">The DataSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSetToCreate">The DataSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DataSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.DataSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSet using PATCH.
            </summary>
            <param name="dataSetToUpdate">The DataSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DataSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSetToUpdate">The DataSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.PutAsync(Microsoft.Graph.SecurityNamespace.DataSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSet using PUT.
            </summary>
            <param name="dataSetToUpdate">The DataSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.DataSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSetToUpdate">The DataSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.DataSet)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="dataSetToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.DataSet"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSetRequestBuilder">
            <summary>
            The type DataSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DataSetRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest">
            <summary>
            The type DataSourceContainerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DataSourceContainerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSourceContainer using POST.
            </summary>
            <param name="dataSourceContainerToCreate">The DataSourceContainer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataSourceContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSourceContainer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceContainerToCreate">The DataSourceContainer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSourceContainer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSourceContainer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSourceContainer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DataSourceContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSourceContainer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSourceContainer using PATCH.
            </summary>
            <param name="dataSourceContainerToUpdate">The DataSourceContainer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DataSourceContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSourceContainer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceContainerToUpdate">The DataSourceContainer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.PutAsync(Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSourceContainer using PUT.
            </summary>
            <param name="dataSourceContainerToUpdate">The DataSourceContainer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSourceContainer using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceContainerToUpdate">The DataSourceContainer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.DataSourceContainer)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="dataSourceContainerToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.DataSourceContainer"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequestBuilder">
            <summary>
            The type DataSourceContainerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DataSourceContainerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceContainerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSourceReferenceRequest">
            <summary>
            The type DataSourceReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DataSourceReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSource reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSource reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified DataSource reference.
            </summary>
            <param name="id">The DataSource reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified DataSource reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The DataSource reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSourceReferenceRequestBuilder">
            <summary>
            The type DataSourceReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DataSourceReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSourceRequest">
            <summary>
            The type DataSourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DataSourceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSource using POST.
            </summary>
            <param name="dataSourceToCreate">The DataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceToCreate">The DataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSource using PATCH.
            </summary>
            <param name="dataSourceToUpdate">The DataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceToUpdate">The DataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.PutAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSource using PUT.
            </summary>
            <param name="dataSourceToUpdate">The DataSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceToUpdate">The DataSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.DataSource)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="dataSourceToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.DataSource"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSourceRequestBuilder">
            <summary>
            The type DataSourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DataSourceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest">
            <summary>
            The type DataSourceWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DataSourceWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSource using POST.
            </summary>
            <param name="dataSourceToCreate">The DataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceToCreate">The DataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSource using PATCH.
            </summary>
            <param name="dataSourceToUpdate">The DataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceToUpdate">The DataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequestBuilder">
            <summary>
            The type DataSourceWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DataSourceWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.DataSourceWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the dataSource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IDataSourceReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationReferenceRequest">
            <summary>
            The type EdiscoveryAddToReviewSetOperationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryAddToReviewSetOperationReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryAddToReviewSetOperation reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryAddToReviewSetOperation reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryAddToReviewSetOperation reference.
            </summary>
            <param name="id">The EdiscoveryAddToReviewSetOperation reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryAddToReviewSetOperation reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The EdiscoveryAddToReviewSetOperation reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationReferenceRequestBuilder">
            <summary>
            The type EdiscoveryAddToReviewSetOperationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryAddToReviewSetOperationReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest">
            <summary>
            The type EdiscoveryAddToReviewSetOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryAddToReviewSetOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryAddToReviewSetOperation using POST.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToCreate">The EdiscoveryAddToReviewSetOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryAddToReviewSetOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryAddToReviewSetOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToCreate">The EdiscoveryAddToReviewSetOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryAddToReviewSetOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryAddToReviewSetOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryAddToReviewSetOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryAddToReviewSetOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryAddToReviewSetOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryAddToReviewSetOperation using PATCH.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToUpdate">The EdiscoveryAddToReviewSetOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryAddToReviewSetOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryAddToReviewSetOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToUpdate">The EdiscoveryAddToReviewSetOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryAddToReviewSetOperation using PUT.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToUpdate">The EdiscoveryAddToReviewSetOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryAddToReviewSetOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToUpdate">The EdiscoveryAddToReviewSetOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequestBuilder">
            <summary>
            The type EdiscoveryAddToReviewSetOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryAddToReviewSetOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequestBuilder.ReviewSet">
            <summary>
            Gets the request builder for ReviewSet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationRequestBuilder.Search">
            <summary>
            Gets the request builder for Search.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest">
            <summary>
            The type EdiscoveryAddToReviewSetOperationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryAddToReviewSetOperationWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryAddToReviewSetOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryAddToReviewSetOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryAddToReviewSetOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryAddToReviewSetOperation using POST.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToCreate">The EdiscoveryAddToReviewSetOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryAddToReviewSetOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryAddToReviewSetOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToCreate">The EdiscoveryAddToReviewSetOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryAddToReviewSetOperation using PATCH.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToUpdate">The EdiscoveryAddToReviewSetOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryAddToReviewSetOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryAddToReviewSetOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToUpdate">The EdiscoveryAddToReviewSetOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryAddToReviewSetOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryAddToReviewSetOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder">
            <summary>
            The type EdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoveryAddToReviewSetOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCloseRequest">
            <summary>
            The type EdiscoveryCaseCloseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCloseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCaseCloseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCloseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCloseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCloseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCloseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCloseRequestBuilder">
            <summary>
            The type EdiscoveryCaseCloseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCloseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCloseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCloseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionPage">
            <summary>
            The type EdiscoveryCaseCustodiansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest">
            <summary>
            The type EdiscoveryCaseCustodiansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCaseCustodiansCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryCustodian to the collection via POST.
            </summary>
            <param name="ediscoveryCustodian">The EdiscoveryCustodian to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryCustodian.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryCustodian to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoveryCustodian">The EdiscoveryCustodian to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequestBuilder">
            <summary>
            The type EdiscoveryCaseCustodiansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryCaseCustodiansCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder"/> for the specified EdiscoveryCaseEdiscoveryCustodian.
            </summary>
            <param name="id">The ID for the EdiscoveryCaseEdiscoveryCustodian.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequestBuilder.ApplyHold(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for EdiscoveryCustodianApplyHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianApplyHoldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionRequestBuilder.RemoveHold(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for EdiscoveryCustodianRemoveHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRemoveHoldRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionResponse">
            <summary>
            The type EdiscoveryCaseCustodiansCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseCustodiansCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionPage">
            <summary>
            The type EdiscoveryCaseNoncustodialDataSourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest">
            <summary>
            The type EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryNoncustodialDataSource to the collection via POST.
            </summary>
            <param name="ediscoveryNoncustodialDataSource">The EdiscoveryNoncustodialDataSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryNoncustodialDataSource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoveryNoncustodialDataSource">The EdiscoveryNoncustodialDataSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder">
            <summary>
            The type EdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequestBuilder"/> for the specified EdiscoveryCaseEdiscoveryNoncustodialDataSource.
            </summary>
            <param name="id">The ID for the EdiscoveryCaseEdiscoveryNoncustodialDataSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.ApplyHold(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for EdiscoveryNoncustodialDataSourceApplyHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.RemoveHold(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for EdiscoveryNoncustodialDataSourceRemoveHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionResponse">
            <summary>
            The type EdiscoveryCaseNoncustodialDataSourcesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseNoncustodialDataSourcesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionPage">
            <summary>
            The type EdiscoveryCaseOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest">
            <summary>
            The type EdiscoveryCaseOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCaseOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CaseOperation to the collection via POST.
            </summary>
            <param name="caseOperation">The CaseOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CaseOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CaseOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="caseOperation">The CaseOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.CaseOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.CaseOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequestBuilder">
            <summary>
            The type EdiscoveryCaseOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryCaseOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.ICaseOperationRequestBuilder"/> for the specified EdiscoveryCaseCaseOperation.
            </summary>
            <param name="id">The ID for the EdiscoveryCaseCaseOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.ICaseOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionResponse">
            <summary>
            The type EdiscoveryCaseOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReopenRequest">
            <summary>
            The type EdiscoveryCaseReopenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReopenRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCaseReopenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReopenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReopenRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReopenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReopenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReopenRequestBuilder">
            <summary>
            The type EdiscoveryCaseReopenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReopenRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReopenRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReopenRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest">
            <summary>
            The type EdiscoveryCaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCaseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryCase using POST.
            </summary>
            <param name="ediscoveryCaseToCreate">The EdiscoveryCase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryCase.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryCase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCaseToCreate">The EdiscoveryCase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryCase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryCase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryCase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryCase.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryCase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCase using PATCH.
            </summary>
            <param name="ediscoveryCaseToUpdate">The EdiscoveryCase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryCase.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCaseToUpdate">The EdiscoveryCase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCase using PUT.
            </summary>
            <param name="ediscoveryCaseToUpdate">The EdiscoveryCase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCaseToUpdate">The EdiscoveryCase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoveryCase)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoveryCaseToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCase"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequestBuilder">
            <summary>
            The type EdiscoveryCaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryCaseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequestBuilder.Custodians">
            <summary>
            Gets the request builder for Custodians.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequestBuilder.NoncustodialDataSources">
            <summary>
            Gets the request builder for NoncustodialDataSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequestBuilder.ReviewSets">
            <summary>
            Gets the request builder for ReviewSets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequestBuilder.Searches">
            <summary>
            Gets the request builder for Searches.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequestBuilder.Settings">
            <summary>
            Gets the request builder for Settings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequestBuilder.Tags">
            <summary>
            Gets the request builder for Tags.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequestBuilder.Close">
            <summary>
            Gets the request builder for EdiscoveryCaseClose.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCloseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseRequestBuilder.Reopen">
            <summary>
            Gets the request builder for EdiscoveryCaseReopen.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReopenRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionPage">
            <summary>
            The type EdiscoveryCaseReviewSetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest">
            <summary>
            The type EdiscoveryCaseReviewSetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCaseReviewSetsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryReviewSet to the collection via POST.
            </summary>
            <param name="ediscoveryReviewSet">The EdiscoveryReviewSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryReviewSet to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoveryReviewSet">The EdiscoveryReviewSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequestBuilder">
            <summary>
            The type EdiscoveryCaseReviewSetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryCaseReviewSetsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequestBuilder"/> for the specified EdiscoveryCaseEdiscoveryReviewSet.
            </summary>
            <param name="id">The ID for the EdiscoveryCaseEdiscoveryReviewSet.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionResponse">
            <summary>
            The type EdiscoveryCaseReviewSetsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseReviewSetsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionPage">
            <summary>
            The type EdiscoveryCaseSearchesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest">
            <summary>
            The type EdiscoveryCaseSearchesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCaseSearchesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoverySearch to the collection via POST.
            </summary>
            <param name="ediscoverySearch">The EdiscoverySearch to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoverySearch to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoverySearch">The EdiscoverySearch to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequestBuilder">
            <summary>
            The type EdiscoveryCaseSearchesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryCaseSearchesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder"/> for the specified EdiscoveryCaseEdiscoverySearch.
            </summary>
            <param name="id">The ID for the EdiscoveryCaseEdiscoverySearch.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionResponse">
            <summary>
            The type EdiscoveryCaseSearchesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSearchesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest">
            <summary>
            The type EdiscoveryCaseSettingsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCaseSettingsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryCaseSettings using POST.
            </summary>
            <param name="ediscoveryCaseSettingsToCreate">The EdiscoveryCaseSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryCaseSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryCaseSettings using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCaseSettingsToCreate">The EdiscoveryCaseSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryCaseSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryCaseSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryCaseSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryCaseSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryCaseSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCaseSettings using PATCH.
            </summary>
            <param name="ediscoveryCaseSettingsToUpdate">The EdiscoveryCaseSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryCaseSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCaseSettings using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCaseSettingsToUpdate">The EdiscoveryCaseSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCaseSettings using PUT.
            </summary>
            <param name="ediscoveryCaseSettingsToUpdate">The EdiscoveryCaseSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCaseSettings using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCaseSettingsToUpdate">The EdiscoveryCaseSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoveryCaseSettingsToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequestBuilder">
            <summary>
            The type EdiscoveryCaseSettingsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryCaseSettingsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsRequestBuilder.ResetToDefault">
            <summary>
            Gets the request builder for EdiscoveryCaseSettingsResetToDefault.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsResetToDefaultRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsResetToDefaultRequest">
            <summary>
            The type EdiscoveryCaseSettingsResetToDefaultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsResetToDefaultRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCaseSettingsResetToDefaultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsResetToDefaultRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsResetToDefaultRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsResetToDefaultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsResetToDefaultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsResetToDefaultRequestBuilder">
            <summary>
            The type EdiscoveryCaseSettingsResetToDefaultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsResetToDefaultRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsResetToDefaultRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettingsResetToDefaultRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionPage">
            <summary>
            The type EdiscoveryCaseTagsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest">
            <summary>
            The type EdiscoveryCaseTagsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCaseTagsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryReviewTag to the collection via POST.
            </summary>
            <param name="ediscoveryReviewTag">The EdiscoveryReviewTag to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryReviewTag to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoveryReviewTag">The EdiscoveryReviewTag to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequestBuilder">
            <summary>
            The type EdiscoveryCaseTagsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryCaseTagsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequestBuilder"/> for the specified EdiscoveryCaseEdiscoveryReviewTag.
            </summary>
            <param name="id">The ID for the EdiscoveryCaseEdiscoveryReviewTag.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionRequestBuilder.AsHierarchy">
            <summary>
            Gets the request builder for EdiscoveryReviewTagAsHierarchy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionResponse">
            <summary>
            The type EdiscoveryCaseTagsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCaseTagsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianActivateRequest">
            <summary>
            The type EdiscoveryCustodianActivateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianActivateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCustodianActivateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianActivateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianActivateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianActivateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianActivateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianActivateRequestBuilder">
            <summary>
            The type EdiscoveryCustodianActivateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianActivateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianActivateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianActivateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianApplyHoldRequest">
            <summary>
            The type EdiscoveryCustodianApplyHoldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianApplyHoldRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCustodianApplyHoldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianApplyHoldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianApplyHoldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianApplyHoldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianApplyHoldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianApplyHoldRequestBuilder">
            <summary>
            The type EdiscoveryCustodianApplyHoldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianApplyHoldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianApplyHoldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianApplyHoldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianApplyHoldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="ids">A ids parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianApplyHoldRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianReleaseRequest">
            <summary>
            The type EdiscoveryCustodianReleaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianReleaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCustodianReleaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianReleaseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianReleaseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianReleaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianReleaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianReleaseRequestBuilder">
            <summary>
            The type EdiscoveryCustodianReleaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianReleaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianReleaseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianReleaseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRemoveHoldRequest">
            <summary>
            The type EdiscoveryCustodianRemoveHoldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRemoveHoldRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCustodianRemoveHoldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRemoveHoldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRemoveHoldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRemoveHoldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRemoveHoldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRemoveHoldRequestBuilder">
            <summary>
            The type EdiscoveryCustodianRemoveHoldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRemoveHoldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRemoveHoldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRemoveHoldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRemoveHoldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="ids">A ids parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRemoveHoldRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest">
            <summary>
            The type EdiscoveryCustodianRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCustodianRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryCustodian using POST.
            </summary>
            <param name="ediscoveryCustodianToCreate">The EdiscoveryCustodian to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryCustodian.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryCustodian using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCustodianToCreate">The EdiscoveryCustodian to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryCustodian.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryCustodian and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryCustodian.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryCustodian.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryCustodian and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCustodian using PATCH.
            </summary>
            <param name="ediscoveryCustodianToUpdate">The EdiscoveryCustodian to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryCustodian.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCustodian using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCustodianToUpdate">The EdiscoveryCustodian to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCustodian using PUT.
            </summary>
            <param name="ediscoveryCustodianToUpdate">The EdiscoveryCustodian object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCustodian using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCustodianToUpdate">The EdiscoveryCustodian object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoveryCustodianToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequestBuilder">
            <summary>
            The type EdiscoveryCustodianRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryCustodianRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequestBuilder.LastIndexOperation">
            <summary>
            Gets the request builder for LastIndexOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequestBuilder.SiteSources">
            <summary>
            Gets the request builder for SiteSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequestBuilder.UnifiedGroupSources">
            <summary>
            Gets the request builder for UnifiedGroupSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequestBuilder.UserSources">
            <summary>
            Gets the request builder for UserSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequestBuilder.Activate">
            <summary>
            Gets the request builder for EdiscoveryCustodianActivate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianActivateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequestBuilder.ApplyHold">
            <summary>
            Gets the request builder for EdiscoveryCustodianApplyHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianApplyHoldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequestBuilder.Release">
            <summary>
            Gets the request builder for EdiscoveryCustodianRelease.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianReleaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequestBuilder.RemoveHold">
            <summary>
            Gets the request builder for EdiscoveryCustodianRemoveHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRemoveHoldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianRequestBuilder.UpdateIndex">
            <summary>
            Gets the request builder for EdiscoveryCustodianUpdateIndex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUpdateIndexRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionPage">
            <summary>
            The type EdiscoveryCustodianSiteSourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest">
            <summary>
            The type EdiscoveryCustodianSiteSourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCustodianSiteSourcesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SiteSource to the collection via POST.
            </summary>
            <param name="siteSource">The SiteSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SiteSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SiteSource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="siteSource">The SiteSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.SiteSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.SiteSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequestBuilder">
            <summary>
            The type EdiscoveryCustodianSiteSourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryCustodianSiteSourcesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.ISiteSourceRequestBuilder"/> for the specified EdiscoveryCustodianSiteSource.
            </summary>
            <param name="id">The ID for the EdiscoveryCustodianSiteSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.ISiteSourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionResponse">
            <summary>
            The type EdiscoveryCustodianSiteSourcesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianSiteSourcesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionPage">
            <summary>
            The type EdiscoveryCustodianUnifiedGroupSourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest">
            <summary>
            The type EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedGroupSource to the collection via POST.
            </summary>
            <param name="unifiedGroupSource">The UnifiedGroupSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedGroupSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedGroupSource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedGroupSource">The UnifiedGroupSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder">
            <summary>
            The type EdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequestBuilder"/> for the specified EdiscoveryCustodianUnifiedGroupSource.
            </summary>
            <param name="id">The ID for the EdiscoveryCustodianUnifiedGroupSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionResponse">
            <summary>
            The type EdiscoveryCustodianUnifiedGroupSourcesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUnifiedGroupSourcesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUpdateIndexRequest">
            <summary>
            The type EdiscoveryCustodianUpdateIndexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUpdateIndexRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCustodianUpdateIndexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUpdateIndexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUpdateIndexRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUpdateIndexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUpdateIndexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUpdateIndexRequestBuilder">
            <summary>
            The type EdiscoveryCustodianUpdateIndexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUpdateIndexRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUpdateIndexRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUpdateIndexRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionPage">
            <summary>
            The type EdiscoveryCustodianUserSourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest">
            <summary>
            The type EdiscoveryCustodianUserSourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryCustodianUserSourcesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserSource to the collection via POST.
            </summary>
            <param name="userSource">The UserSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserSource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userSource">The UserSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UserSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UserSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequestBuilder">
            <summary>
            The type EdiscoveryCustodianUserSourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryCustodianUserSourcesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IUserSourceRequestBuilder"/> for the specified EdiscoveryCustodianUserSource.
            </summary>
            <param name="id">The ID for the EdiscoveryCustodianUserSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IUserSourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionResponse">
            <summary>
            The type EdiscoveryCustodianUserSourcesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryCustodianUserSourcesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationReferenceRequest">
            <summary>
            The type EdiscoveryEstimateOperationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryEstimateOperationReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryEstimateOperation reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryEstimateOperation reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryEstimateOperation reference.
            </summary>
            <param name="id">The EdiscoveryEstimateOperation reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryEstimateOperation reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The EdiscoveryEstimateOperation reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationReferenceRequestBuilder">
            <summary>
            The type EdiscoveryEstimateOperationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryEstimateOperationReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest">
            <summary>
            The type EdiscoveryEstimateOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryEstimateOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryEstimateOperation using POST.
            </summary>
            <param name="ediscoveryEstimateOperationToCreate">The EdiscoveryEstimateOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryEstimateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryEstimateOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryEstimateOperationToCreate">The EdiscoveryEstimateOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryEstimateOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryEstimateOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryEstimateOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryEstimateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryEstimateOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryEstimateOperation using PATCH.
            </summary>
            <param name="ediscoveryEstimateOperationToUpdate">The EdiscoveryEstimateOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryEstimateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryEstimateOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryEstimateOperationToUpdate">The EdiscoveryEstimateOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryEstimateOperation using PUT.
            </summary>
            <param name="ediscoveryEstimateOperationToUpdate">The EdiscoveryEstimateOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryEstimateOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryEstimateOperationToUpdate">The EdiscoveryEstimateOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoveryEstimateOperationToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequestBuilder">
            <summary>
            The type EdiscoveryEstimateOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryEstimateOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationRequestBuilder.Search">
            <summary>
            Gets the request builder for Search.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest">
            <summary>
            The type EdiscoveryEstimateOperationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryEstimateOperationWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryEstimateOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryEstimateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryEstimateOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryEstimateOperation using POST.
            </summary>
            <param name="ediscoveryEstimateOperationToCreate">The EdiscoveryEstimateOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryEstimateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryEstimateOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryEstimateOperationToCreate">The EdiscoveryEstimateOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryEstimateOperation using PATCH.
            </summary>
            <param name="ediscoveryEstimateOperationToUpdate">The EdiscoveryEstimateOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryEstimateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryEstimateOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryEstimateOperationToUpdate">The EdiscoveryEstimateOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryEstimateOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryEstimateOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequestBuilder">
            <summary>
            The type EdiscoveryEstimateOperationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryEstimateOperationWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoveryEstimateOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest">
            <summary>
            The type EdiscoveryHoldOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryHoldOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryHoldOperation using POST.
            </summary>
            <param name="ediscoveryHoldOperationToCreate">The EdiscoveryHoldOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryHoldOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryHoldOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryHoldOperationToCreate">The EdiscoveryHoldOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryHoldOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryHoldOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryHoldOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryHoldOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryHoldOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryHoldOperation using PATCH.
            </summary>
            <param name="ediscoveryHoldOperationToUpdate">The EdiscoveryHoldOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryHoldOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryHoldOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryHoldOperationToUpdate">The EdiscoveryHoldOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryHoldOperation using PUT.
            </summary>
            <param name="ediscoveryHoldOperationToUpdate">The EdiscoveryHoldOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryHoldOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryHoldOperationToUpdate">The EdiscoveryHoldOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoveryHoldOperationToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequestBuilder">
            <summary>
            The type EdiscoveryHoldOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryHoldOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationReferenceRequest">
            <summary>
            The type EdiscoveryIndexOperationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryIndexOperationReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryIndexOperation reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryIndexOperation reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryIndexOperation reference.
            </summary>
            <param name="id">The EdiscoveryIndexOperation reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryIndexOperation reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The EdiscoveryIndexOperation reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationReferenceRequestBuilder">
            <summary>
            The type EdiscoveryIndexOperationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryIndexOperationReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest">
            <summary>
            The type EdiscoveryIndexOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryIndexOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryIndexOperation using POST.
            </summary>
            <param name="ediscoveryIndexOperationToCreate">The EdiscoveryIndexOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryIndexOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryIndexOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryIndexOperationToCreate">The EdiscoveryIndexOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryIndexOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryIndexOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryIndexOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryIndexOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryIndexOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryIndexOperation using PATCH.
            </summary>
            <param name="ediscoveryIndexOperationToUpdate">The EdiscoveryIndexOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryIndexOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryIndexOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryIndexOperationToUpdate">The EdiscoveryIndexOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryIndexOperation using PUT.
            </summary>
            <param name="ediscoveryIndexOperationToUpdate">The EdiscoveryIndexOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryIndexOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryIndexOperationToUpdate">The EdiscoveryIndexOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoveryIndexOperationToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequestBuilder">
            <summary>
            The type EdiscoveryIndexOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryIndexOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest">
            <summary>
            The type EdiscoveryIndexOperationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryIndexOperationWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryIndexOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryIndexOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryIndexOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryIndexOperation using POST.
            </summary>
            <param name="ediscoveryIndexOperationToCreate">The EdiscoveryIndexOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryIndexOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryIndexOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryIndexOperationToCreate">The EdiscoveryIndexOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryIndexOperation using PATCH.
            </summary>
            <param name="ediscoveryIndexOperationToUpdate">The EdiscoveryIndexOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryIndexOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryIndexOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryIndexOperationToUpdate">The EdiscoveryIndexOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryIndexOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryIndexOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequestBuilder">
            <summary>
            The type EdiscoveryIndexOperationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryIndexOperationWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoveryIndexOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequest">
            <summary>
            The type EdiscoveryNoncustodialDataSourceApplyHoldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryNoncustodialDataSourceApplyHoldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder">
            <summary>
            The type EdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="ids">A ids parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReferenceRequest">
            <summary>
            The type EdiscoveryNoncustodialDataSourceReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryNoncustodialDataSourceReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryNoncustodialDataSource reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryNoncustodialDataSource reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryNoncustodialDataSource reference.
            </summary>
            <param name="id">The EdiscoveryNoncustodialDataSource reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryNoncustodialDataSource reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The EdiscoveryNoncustodialDataSource reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReferenceRequestBuilder">
            <summary>
            The type EdiscoveryNoncustodialDataSourceReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryNoncustodialDataSourceReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReleaseRequest">
            <summary>
            The type EdiscoveryNoncustodialDataSourceReleaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReleaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryNoncustodialDataSourceReleaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReleaseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReleaseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReleaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReleaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReleaseRequestBuilder">
            <summary>
            The type EdiscoveryNoncustodialDataSourceReleaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReleaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReleaseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceReleaseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequest">
            <summary>
            The type EdiscoveryNoncustodialDataSourceRemoveHoldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryNoncustodialDataSourceRemoveHoldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder">
            <summary>
            The type EdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="ids">A ids parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest">
            <summary>
            The type EdiscoveryNoncustodialDataSourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryNoncustodialDataSourceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryNoncustodialDataSource using POST.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToCreate">The EdiscoveryNoncustodialDataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryNoncustodialDataSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToCreate">The EdiscoveryNoncustodialDataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryNoncustodialDataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryNoncustodialDataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryNoncustodialDataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryNoncustodialDataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryNoncustodialDataSource using PATCH.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToUpdate">The EdiscoveryNoncustodialDataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryNoncustodialDataSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToUpdate">The EdiscoveryNoncustodialDataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryNoncustodialDataSource using PUT.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToUpdate">The EdiscoveryNoncustodialDataSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryNoncustodialDataSource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToUpdate">The EdiscoveryNoncustodialDataSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequestBuilder">
            <summary>
            The type EdiscoveryNoncustodialDataSourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryNoncustodialDataSourceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequestBuilder.DataSource">
            <summary>
            Gets the request builder for DataSource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IDataSourceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequestBuilder.LastIndexOperation">
            <summary>
            Gets the request builder for LastIndexOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequestBuilder.ApplyHold">
            <summary>
            Gets the request builder for EdiscoveryNoncustodialDataSourceApplyHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequestBuilder.Release">
            <summary>
            Gets the request builder for EdiscoveryNoncustodialDataSourceRelease.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReleaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequestBuilder.RemoveHold">
            <summary>
            Gets the request builder for EdiscoveryNoncustodialDataSourceRemoveHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceRequestBuilder.UpdateIndex">
            <summary>
            Gets the request builder for EdiscoveryNoncustodialDataSourceUpdateIndex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceUpdateIndexRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceUpdateIndexRequest">
            <summary>
            The type EdiscoveryNoncustodialDataSourceUpdateIndexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceUpdateIndexRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryNoncustodialDataSourceUpdateIndexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceUpdateIndexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceUpdateIndexRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceUpdateIndexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceUpdateIndexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceUpdateIndexRequestBuilder">
            <summary>
            The type EdiscoveryNoncustodialDataSourceUpdateIndexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceUpdateIndexRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceUpdateIndexRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceUpdateIndexRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest">
            <summary>
            The type EdiscoveryNoncustodialDataSourceWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryNoncustodialDataSourceWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryNoncustodialDataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryNoncustodialDataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryNoncustodialDataSource using POST.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToCreate">The EdiscoveryNoncustodialDataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryNoncustodialDataSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToCreate">The EdiscoveryNoncustodialDataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryNoncustodialDataSource using PATCH.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToUpdate">The EdiscoveryNoncustodialDataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryNoncustodialDataSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToUpdate">The EdiscoveryNoncustodialDataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryNoncustodialDataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryNoncustodialDataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder">
            <summary>
            The type EdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoveryNoncustodialDataSource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest">
            <summary>
            The type EdiscoveryPurgeDataOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryPurgeDataOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryPurgeDataOperation using POST.
            </summary>
            <param name="ediscoveryPurgeDataOperationToCreate">The EdiscoveryPurgeDataOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryPurgeDataOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryPurgeDataOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryPurgeDataOperationToCreate">The EdiscoveryPurgeDataOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryPurgeDataOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryPurgeDataOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryPurgeDataOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryPurgeDataOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryPurgeDataOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryPurgeDataOperation using PATCH.
            </summary>
            <param name="ediscoveryPurgeDataOperationToUpdate">The EdiscoveryPurgeDataOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryPurgeDataOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryPurgeDataOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryPurgeDataOperationToUpdate">The EdiscoveryPurgeDataOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryPurgeDataOperation using PUT.
            </summary>
            <param name="ediscoveryPurgeDataOperationToUpdate">The EdiscoveryPurgeDataOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryPurgeDataOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryPurgeDataOperationToUpdate">The EdiscoveryPurgeDataOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoveryPurgeDataOperationToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequestBuilder">
            <summary>
            The type EdiscoveryPurgeDataOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryPurgeDataOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequest">
            <summary>
            The type EdiscoveryReviewSetAddToReviewSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryReviewSetAddToReviewSetRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequestBuilder">
            <summary>
            The type EdiscoveryReviewSetAddToReviewSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Nullable{Microsoft.Graph.SecurityNamespace.AdditionalDataOptions})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="search">A search parameter for the OData method call.</param>
            <param name="additionalDataOptions">A additionalDataOptions parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetAddToReviewSetRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionPage">
            <summary>
            The type EdiscoveryReviewSetQueriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest">
            <summary>
            The type EdiscoveryReviewSetQueriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryReviewSetQueriesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryReviewSetQuery to the collection via POST.
            </summary>
            <param name="ediscoveryReviewSetQuery">The EdiscoveryReviewSetQuery to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewSetQuery.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryReviewSetQuery to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoveryReviewSetQuery">The EdiscoveryReviewSetQuery to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequestBuilder">
            <summary>
            The type EdiscoveryReviewSetQueriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryReviewSetQueriesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequestBuilder"/> for the specified EdiscoveryReviewSetEdiscoveryReviewSetQuery.
            </summary>
            <param name="id">The ID for the EdiscoveryReviewSetEdiscoveryReviewSetQuery.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionResponse">
            <summary>
            The type EdiscoveryReviewSetQueriesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueriesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequest">
            <summary>
            The type EdiscoveryReviewSetQueryApplyTagsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryReviewSetQueryApplyTagsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequestBuilder">
            <summary>
            The type EdiscoveryReviewSetQueryApplyTagsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag},System.Collections.Generic.IEnumerable{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="tagsToAdd">A tagsToAdd parameter for the OData method call.</param>
            <param name="tagsToRemove">A tagsToRemove parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryApplyTagsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest">
            <summary>
            The type EdiscoveryReviewSetQueryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryReviewSetQueryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewSetQuery using POST.
            </summary>
            <param name="ediscoveryReviewSetQueryToCreate">The EdiscoveryReviewSetQuery to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewSetQuery.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewSetQuery using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetQueryToCreate">The EdiscoveryReviewSetQuery to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSetQuery.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSetQuery and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewSetQuery.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryReviewSetQuery.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewSetQuery and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSetQuery using PATCH.
            </summary>
            <param name="ediscoveryReviewSetQueryToUpdate">The EdiscoveryReviewSetQuery to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryReviewSetQuery.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSetQuery using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetQueryToUpdate">The EdiscoveryReviewSetQuery to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSetQuery using PUT.
            </summary>
            <param name="ediscoveryReviewSetQueryToUpdate">The EdiscoveryReviewSetQuery object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSetQuery using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetQueryToUpdate">The EdiscoveryReviewSetQuery object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoveryReviewSetQueryToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequestBuilder">
            <summary>
            The type EdiscoveryReviewSetQueryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryReviewSetQueryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQueryRequestBuilder.ApplyTags(System.Collections.Generic.IEnumerable{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag},System.Collections.Generic.IEnumerable{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag})">
            <summary>
            Gets the request builder for EdiscoveryReviewSetQueryApplyTags.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryApplyTagsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetReferenceRequest">
            <summary>
            The type EdiscoveryReviewSetReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryReviewSetReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSet reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSet reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryReviewSet reference.
            </summary>
            <param name="id">The EdiscoveryReviewSet reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryReviewSet reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The EdiscoveryReviewSet reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetReferenceRequestBuilder">
            <summary>
            The type EdiscoveryReviewSetReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryReviewSetReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest">
            <summary>
            The type EdiscoveryReviewSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryReviewSetRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewSet using POST.
            </summary>
            <param name="ediscoveryReviewSetToCreate">The EdiscoveryReviewSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetToCreate">The EdiscoveryReviewSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSet using PATCH.
            </summary>
            <param name="ediscoveryReviewSetToUpdate">The EdiscoveryReviewSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetToUpdate">The EdiscoveryReviewSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSet using PUT.
            </summary>
            <param name="ediscoveryReviewSetToUpdate">The EdiscoveryReviewSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetToUpdate">The EdiscoveryReviewSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoveryReviewSetToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequestBuilder">
            <summary>
            The type EdiscoveryReviewSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryReviewSetRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequestBuilder.Queries">
            <summary>
            Gets the request builder for Queries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetRequestBuilder.AddToReviewSet(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Nullable{Microsoft.Graph.SecurityNamespace.AdditionalDataOptions})">
            <summary>
            Gets the request builder for EdiscoveryReviewSetAddToReviewSet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetAddToReviewSetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest">
            <summary>
            The type EdiscoveryReviewSetWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryReviewSetWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewSet using POST.
            </summary>
            <param name="ediscoveryReviewSetToCreate">The EdiscoveryReviewSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetToCreate">The EdiscoveryReviewSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSet using PATCH.
            </summary>
            <param name="ediscoveryReviewSetToUpdate">The EdiscoveryReviewSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetToUpdate">The EdiscoveryReviewSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequestBuilder">
            <summary>
            The type EdiscoveryReviewSetWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryReviewSetWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoveryReviewSet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyCollectionPage">
            <summary>
            The type EdiscoveryReviewTagAsHierarchyCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyCollectionResponse">
            <summary>
            The type EdiscoveryReviewTagAsHierarchyCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequest">
            <summary>
            The type EdiscoveryReviewTagAsHierarchyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryReviewTagAsHierarchyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequestBuilder">
            <summary>
            The type EdiscoveryReviewTagAsHierarchyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagAsHierarchyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionReferencesRequest">
            <summary>
            The type EdiscoveryReviewTagChildTagsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryReviewTagChildTagsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="ediscoveryReviewTagReference">The Microsoft.Graph.ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ReferenceRequestBody to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.ReferenceRequestBody&gt;"/> object of the request.
            </summary>
            <param name="ediscoveryReviewTagReference">The Microsoft.Graph.ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder">
            <summary>
            The type EdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesPage">
            <summary>
            The type EdiscoveryReviewTagChildTagsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest">
            <summary>
            The type EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder">
            <summary>
            The type EdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequestBuilder"/> for the specified EdiscoveryReviewTagEdiscoveryReviewTag.
            </summary>
            <param name="id">The ID for the EdiscoveryReviewTagEdiscoveryReviewTag.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesResponse">
            <summary>
            The type EdiscoveryReviewTagChildTagsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagChildTagsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagReferenceRequest">
            <summary>
            The type EdiscoveryReviewTagReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryReviewTagReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewTag reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewTag reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryReviewTag reference.
            </summary>
            <param name="id">The EdiscoveryReviewTag reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryReviewTag reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The EdiscoveryReviewTag reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagReferenceRequestBuilder">
            <summary>
            The type EdiscoveryReviewTagReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryReviewTagReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest">
            <summary>
            The type EdiscoveryReviewTagRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryReviewTagRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewTag using POST.
            </summary>
            <param name="ediscoveryReviewTagToCreate">The EdiscoveryReviewTag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewTag using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewTagToCreate">The EdiscoveryReviewTag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewTag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewTag and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewTag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewTag and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewTag using PATCH.
            </summary>
            <param name="ediscoveryReviewTagToUpdate">The EdiscoveryReviewTag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewTag using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewTagToUpdate">The EdiscoveryReviewTag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewTag using PUT.
            </summary>
            <param name="ediscoveryReviewTagToUpdate">The EdiscoveryReviewTag object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewTag using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewTagToUpdate">The EdiscoveryReviewTag object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoveryReviewTagToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequestBuilder">
            <summary>
            The type EdiscoveryReviewTagRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryReviewTagRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequestBuilder.ChildTags">
            <summary>
            Gets the request builder for ChildTags.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagRequestBuilder.Parent">
            <summary>
            Gets the request builder for Parent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest">
            <summary>
            The type EdiscoveryReviewTagWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryReviewTagWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewTag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewTag and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewTag using POST.
            </summary>
            <param name="ediscoveryReviewTagToCreate">The EdiscoveryReviewTag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewTag using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewTagToCreate">The EdiscoveryReviewTag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewTag using PATCH.
            </summary>
            <param name="ediscoveryReviewTagToUpdate">The EdiscoveryReviewTag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewTag using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewTagToUpdate">The EdiscoveryReviewTag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewTag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewTag and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequestBuilder">
            <summary>
            The type EdiscoveryReviewTagWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryReviewTagWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTagWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoveryReviewTag.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionPage">
            <summary>
            The type EdiscoverySearchAdditionalSourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest">
            <summary>
            The type EdiscoverySearchAdditionalSourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoverySearchAdditionalSourcesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DataSource to the collection via POST.
            </summary>
            <param name="dataSource">The DataSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DataSource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="dataSource">The DataSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequestBuilder">
            <summary>
            The type EdiscoverySearchAdditionalSourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoverySearchAdditionalSourcesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IDataSourceRequestBuilder"/> for the specified EdiscoverySearchDataSource.
            </summary>
            <param name="id">The ID for the EdiscoverySearchDataSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IDataSourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionResponse">
            <summary>
            The type EdiscoverySearchAdditionalSourcesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchAdditionalSourcesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionReferencesRequest">
            <summary>
            The type EdiscoverySearchCustodianSourcesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoverySearchCustodianSourcesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="dataSourceReference">The Microsoft.Graph.ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ReferenceRequestBody to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.ReferenceRequestBody&gt;"/> object of the request.
            </summary>
            <param name="dataSourceReference">The Microsoft.Graph.ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder">
            <summary>
            The type EdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesPage">
            <summary>
            The type EdiscoverySearchCustodianSourcesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest">
            <summary>
            The type EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder">
            <summary>
            The type EdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequestBuilder"/> for the specified EdiscoverySearchDataSource.
            </summary>
            <param name="id">The ID for the EdiscoverySearchDataSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesResponse">
            <summary>
            The type EdiscoverySearchCustodianSourcesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchCustodianSourcesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchEstimateStatisticsRequest">
            <summary>
            The type EdiscoverySearchEstimateStatisticsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchEstimateStatisticsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoverySearchEstimateStatisticsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchEstimateStatisticsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchEstimateStatisticsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchEstimateStatisticsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchEstimateStatisticsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchEstimateStatisticsRequestBuilder">
            <summary>
            The type EdiscoverySearchEstimateStatisticsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchEstimateStatisticsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchEstimateStatisticsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchEstimateStatisticsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionReferencesRequest">
            <summary>
            The type EdiscoverySearchNoncustodialSourcesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoverySearchNoncustodialSourcesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceReference">The Microsoft.Graph.ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ReferenceRequestBody to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.ReferenceRequestBody&gt;"/> object of the request.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceReference">The Microsoft.Graph.ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder">
            <summary>
            The type EdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesPage">
            <summary>
            The type EdiscoverySearchNoncustodialSourcesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest">
            <summary>
            The type EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder">
            <summary>
            The type EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder"/> for the specified EdiscoverySearchEdiscoveryNoncustodialDataSource.
            </summary>
            <param name="id">The ID for the EdiscoverySearchEdiscoveryNoncustodialDataSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesResponse">
            <summary>
            The type EdiscoverySearchNoncustodialSourcesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchNoncustodialSourcesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequest">
            <summary>
            The type EdiscoverySearchPurgeDataRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoverySearchPurgeDataRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequestBuilder">
            <summary>
            The type EdiscoverySearchPurgeDataRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{Microsoft.Graph.SecurityNamespace.PurgeType},System.Nullable{Microsoft.Graph.SecurityNamespace.PurgeAreas})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="purgeType">A purgeType parameter for the OData method call.</param>
            <param name="purgeAreas">A purgeAreas parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchPurgeDataRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchReferenceRequest">
            <summary>
            The type EdiscoverySearchReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoverySearchReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoverySearch reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoverySearch reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoverySearch reference.
            </summary>
            <param name="id">The EdiscoverySearch reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoverySearch reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The EdiscoverySearch reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchReferenceRequestBuilder">
            <summary>
            The type EdiscoverySearchReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoverySearchReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest">
            <summary>
            The type EdiscoverySearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoverySearchRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoverySearch using POST.
            </summary>
            <param name="ediscoverySearchToCreate">The EdiscoverySearch to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoverySearch using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoverySearchToCreate">The EdiscoverySearch to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoverySearch.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoverySearch and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoverySearch.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoverySearch and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoverySearch using PATCH.
            </summary>
            <param name="ediscoverySearchToUpdate">The EdiscoverySearch to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoverySearch using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoverySearchToUpdate">The EdiscoverySearch to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoverySearch using PUT.
            </summary>
            <param name="ediscoverySearchToUpdate">The EdiscoverySearch object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoverySearch using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoverySearchToUpdate">The EdiscoverySearch object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoverySearch)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoverySearchToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearch"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequestBuilder">
            <summary>
            The type EdiscoverySearchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoverySearchRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequestBuilder.AdditionalSources">
            <summary>
            Gets the request builder for AdditionalSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequestBuilder.AddToReviewSetOperation">
            <summary>
            Gets the request builder for AddToReviewSetOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequestBuilder.CustodianSources">
            <summary>
            Gets the request builder for CustodianSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequestBuilder.LastEstimateStatisticsOperation">
            <summary>
            Gets the request builder for LastEstimateStatisticsOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequestBuilder.NoncustodialSources">
            <summary>
            Gets the request builder for NoncustodialSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequestBuilder.EstimateStatistics">
            <summary>
            Gets the request builder for EdiscoverySearchEstimateStatistics.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchEstimateStatisticsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchRequestBuilder.PurgeData(System.Nullable{Microsoft.Graph.SecurityNamespace.PurgeType},System.Nullable{Microsoft.Graph.SecurityNamespace.PurgeAreas})">
            <summary>
            Gets the request builder for EdiscoverySearchPurgeData.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchPurgeDataRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest">
            <summary>
            The type EdiscoverySearchWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoverySearchWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoverySearch.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoverySearch and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoverySearch using POST.
            </summary>
            <param name="ediscoverySearchToCreate">The EdiscoverySearch to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoverySearch using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoverySearchToCreate">The EdiscoverySearch to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoverySearch using PATCH.
            </summary>
            <param name="ediscoverySearchToUpdate">The EdiscoverySearch to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoverySearch using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoverySearchToUpdate">The EdiscoverySearch to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoverySearch.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoverySearch and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequestBuilder">
            <summary>
            The type EdiscoverySearchWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoverySearchWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.EdiscoverySearchWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoverySearch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest">
            <summary>
            The type EdiscoveryTagOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EdiscoveryTagOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryTagOperation using POST.
            </summary>
            <param name="ediscoveryTagOperationToCreate">The EdiscoveryTagOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryTagOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryTagOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryTagOperationToCreate">The EdiscoveryTagOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryTagOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryTagOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryTagOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryTagOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryTagOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryTagOperation using PATCH.
            </summary>
            <param name="ediscoveryTagOperationToUpdate">The EdiscoveryTagOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryTagOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryTagOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryTagOperationToUpdate">The EdiscoveryTagOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryTagOperation using PUT.
            </summary>
            <param name="ediscoveryTagOperationToUpdate">The EdiscoveryTagOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryTagOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryTagOperationToUpdate">The EdiscoveryTagOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="ediscoveryTagOperationToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequestBuilder">
            <summary>
            The type EdiscoveryTagOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EdiscoveryTagOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IAlertReferenceRequest">
            <summary>
            The interface IAlertReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Alert reference.
            </summary>
            <param name="id">The Alert reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Alert reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The Alert reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IAlertReferenceRequestBuilder">
            <summary>
            The interface IAlertReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IAlertRequest">
            <summary>
            The interface IAlertRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Alert using POST.
            </summary>
            <param name="alertToCreate">The Alert to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Alert using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToCreate">The Alert to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Alert.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Alert and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PATCH.
            </summary>
            <param name="alertToUpdate">The Alert to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToUpdate">The Alert to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.PutAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PUT.
            </summary>
            <param name="alertToUpdate">The Alert object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToUpdate">The Alert object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IAlertRequestBuilder">
            <summary>
            The interface IAlertRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequest">
            <summary>
            The interface IAlertWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Alert.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Alert and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Alert using POST.
            </summary>
            <param name="alertToCreate">The Alert to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Alert using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToCreate">The Alert to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PATCH.
            </summary>
            <param name="alertToUpdate">The Alert to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Alert.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Alert using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="alertToUpdate">The Alert to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Alert and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequestBuilder">
            <summary>
            The interface IAlertWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the alert.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IAlertReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest">
            <summary>
            The interface ICaseOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CaseOperation using POST.
            </summary>
            <param name="caseOperationToCreate">The CaseOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CaseOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CaseOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="caseOperationToCreate">The CaseOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CaseOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CaseOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CaseOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CaseOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CaseOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CaseOperation using PATCH.
            </summary>
            <param name="caseOperationToUpdate">The CaseOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CaseOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CaseOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="caseOperationToUpdate">The CaseOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CaseOperation using PUT.
            </summary>
            <param name="caseOperationToUpdate">The CaseOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CaseOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="caseOperationToUpdate">The CaseOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.CaseOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.CaseOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ICaseOperationRequestBuilder">
            <summary>
            The interface ICaseOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ICaseRequest">
            <summary>
            The interface ICaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.Case,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Case using POST.
            </summary>
            <param name="caseToCreate">The Case to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Case.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.Case,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Case using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="caseToCreate">The Case to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Case.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Case and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Case.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Case.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Case and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.Case,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Case using PATCH.
            </summary>
            <param name="caseToUpdate">The Case to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Case.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.Case,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Case using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="caseToUpdate">The Case to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.PutAsync(Microsoft.Graph.SecurityNamespace.Case,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Case using PUT.
            </summary>
            <param name="caseToUpdate">The Case object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.Case,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Case using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="caseToUpdate">The Case object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Case,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Case,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ICaseRequestBuilder">
            <summary>
            The interface ICaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionPage">
            <summary>
            The interface ICasesRootEdiscoveryCasesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest">
            <summary>
            The interface ICasesRootEdiscoveryCasesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryCase to the collection via POST.
            </summary>
            <param name="ediscoveryCase">The EdiscoveryCase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryCase.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryCase to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoveryCase">The EdiscoveryCase to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequestBuilder">
            <summary>
            The interface ICasesRootEdiscoveryCasesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder"/> for the specified EdiscoveryCase.
            </summary>
            <param name="id">The ID for the EdiscoveryCase.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ICasesRootRequest">
            <summary>
            The interface ICasesRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.CasesRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CasesRoot using POST.
            </summary>
            <param name="casesRootToCreate">The CasesRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CasesRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.CasesRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CasesRoot using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="casesRootToCreate">The CasesRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CasesRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CasesRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CasesRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CasesRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CasesRoot and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.CasesRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CasesRoot using PATCH.
            </summary>
            <param name="casesRootToUpdate">The CasesRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated CasesRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.CasesRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CasesRoot using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="casesRootToUpdate">The CasesRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.PutAsync(Microsoft.Graph.SecurityNamespace.CasesRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CasesRoot using PUT.
            </summary>
            <param name="casesRootToUpdate">The CasesRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.CasesRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CasesRoot using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="casesRootToUpdate">The CasesRoot object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.CasesRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.CasesRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ICasesRootRequestBuilder">
            <summary>
            The interface ICasesRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ICasesRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ICasesRootRequestBuilder.EdiscoveryCases">
            <summary>
            Gets the request builder for EdiscoveryCases.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.ICasesRootEdiscoveryCasesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IDataSetRequest">
            <summary>
            The interface IDataSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.DataSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSet using POST.
            </summary>
            <param name="dataSetToCreate">The DataSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSetToCreate">The DataSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DataSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.DataSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSet using PATCH.
            </summary>
            <param name="dataSetToUpdate">The DataSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DataSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSetToUpdate">The DataSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.PutAsync(Microsoft.Graph.SecurityNamespace.DataSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSet using PUT.
            </summary>
            <param name="dataSetToUpdate">The DataSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.DataSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSetToUpdate">The DataSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IDataSetRequestBuilder">
            <summary>
            The interface IDataSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest">
            <summary>
            The interface IDataSourceContainerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSourceContainer using POST.
            </summary>
            <param name="dataSourceContainerToCreate">The DataSourceContainer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataSourceContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSourceContainer using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceContainerToCreate">The DataSourceContainer to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSourceContainer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSourceContainer and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSourceContainer.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DataSourceContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSourceContainer and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSourceContainer using PATCH.
            </summary>
            <param name="dataSourceContainerToUpdate">The DataSourceContainer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DataSourceContainer.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSourceContainer using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceContainerToUpdate">The DataSourceContainer to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.PutAsync(Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSourceContainer using PUT.
            </summary>
            <param name="dataSourceContainerToUpdate">The DataSourceContainer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSourceContainer using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceContainerToUpdate">The DataSourceContainer object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSourceContainer,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequestBuilder">
            <summary>
            The interface IDataSourceContainerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceContainerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IDataSourceReferenceRequest">
            <summary>
            The interface IDataSourceReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSource reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSource reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified DataSource reference.
            </summary>
            <param name="id">The DataSource reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified DataSource reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The DataSource reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IDataSourceReferenceRequestBuilder">
            <summary>
            The interface IDataSourceReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IDataSourceRequest">
            <summary>
            The interface IDataSourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSource using POST.
            </summary>
            <param name="dataSourceToCreate">The DataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceToCreate">The DataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSource using PATCH.
            </summary>
            <param name="dataSourceToUpdate">The DataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceToUpdate">The DataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.PutAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSource using PUT.
            </summary>
            <param name="dataSourceToUpdate">The DataSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceToUpdate">The DataSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IDataSourceRequestBuilder">
            <summary>
            The interface IDataSourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequest">
            <summary>
            The interface IDataSourceWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSource using POST.
            </summary>
            <param name="dataSourceToCreate">The DataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DataSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceToCreate">The DataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSource using PATCH.
            </summary>
            <param name="dataSourceToUpdate">The DataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DataSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="dataSourceToUpdate">The DataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequestBuilder">
            <summary>
            The interface IDataSourceWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the dataSource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IDataSourceReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationReferenceRequest">
            <summary>
            The interface IEdiscoveryAddToReviewSetOperationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryAddToReviewSetOperation reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryAddToReviewSetOperation reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryAddToReviewSetOperation reference.
            </summary>
            <param name="id">The EdiscoveryAddToReviewSetOperation reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryAddToReviewSetOperation reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The EdiscoveryAddToReviewSetOperation reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationReferenceRequestBuilder">
            <summary>
            The interface IEdiscoveryAddToReviewSetOperationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest">
            <summary>
            The interface IEdiscoveryAddToReviewSetOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryAddToReviewSetOperation using POST.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToCreate">The EdiscoveryAddToReviewSetOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryAddToReviewSetOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryAddToReviewSetOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToCreate">The EdiscoveryAddToReviewSetOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryAddToReviewSetOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryAddToReviewSetOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryAddToReviewSetOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryAddToReviewSetOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryAddToReviewSetOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryAddToReviewSetOperation using PATCH.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToUpdate">The EdiscoveryAddToReviewSetOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryAddToReviewSetOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryAddToReviewSetOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToUpdate">The EdiscoveryAddToReviewSetOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryAddToReviewSetOperation using PUT.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToUpdate">The EdiscoveryAddToReviewSetOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryAddToReviewSetOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToUpdate">The EdiscoveryAddToReviewSetOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequestBuilder">
            <summary>
            The interface IEdiscoveryAddToReviewSetOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequestBuilder.ReviewSet">
            <summary>
            Gets the request builder for ReviewSet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationRequestBuilder.Search">
            <summary>
            Gets the request builder for Search.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequest">
            <summary>
            The interface IEdiscoveryAddToReviewSetOperationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryAddToReviewSetOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryAddToReviewSetOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryAddToReviewSetOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryAddToReviewSetOperation using POST.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToCreate">The EdiscoveryAddToReviewSetOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryAddToReviewSetOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryAddToReviewSetOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToCreate">The EdiscoveryAddToReviewSetOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryAddToReviewSetOperation using PATCH.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToUpdate">The EdiscoveryAddToReviewSetOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryAddToReviewSetOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryAddToReviewSetOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryAddToReviewSetOperationToUpdate">The EdiscoveryAddToReviewSetOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryAddToReviewSetOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryAddToReviewSetOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryAddToReviewSetOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder">
            <summary>
            The interface IEdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoveryAddToReviewSetOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCloseRequest">
            <summary>
            The interface IEdiscoveryCaseCloseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCloseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCloseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCloseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCloseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCloseRequestBuilder">
            <summary>
            The interface IEdiscoveryCaseCloseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCloseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionPage">
            <summary>
            The interface IEdiscoveryCaseCustodiansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest">
            <summary>
            The interface IEdiscoveryCaseCustodiansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryCustodian to the collection via POST.
            </summary>
            <param name="ediscoveryCustodian">The EdiscoveryCustodian to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryCustodian.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryCustodian to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoveryCustodian">The EdiscoveryCustodian to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequestBuilder">
            <summary>
            The interface IEdiscoveryCaseCustodiansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder"/> for the specified EdiscoveryCustodian.
            </summary>
            <param name="id">The ID for the EdiscoveryCustodian.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequestBuilder.ApplyHold(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for EdiscoveryCustodianApplyHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianApplyHoldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequestBuilder.RemoveHold(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for EdiscoveryCustodianRemoveHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRemoveHoldRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionPage">
            <summary>
            The interface IEdiscoveryCaseNoncustodialDataSourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest">
            <summary>
            The interface IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryNoncustodialDataSource to the collection via POST.
            </summary>
            <param name="ediscoveryNoncustodialDataSource">The EdiscoveryNoncustodialDataSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryNoncustodialDataSource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoveryNoncustodialDataSource">The EdiscoveryNoncustodialDataSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder">
            <summary>
            The interface IEdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequestBuilder"/> for the specified EdiscoveryNoncustodialDataSource.
            </summary>
            <param name="id">The ID for the EdiscoveryNoncustodialDataSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.ApplyHold(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for EdiscoveryNoncustodialDataSourceApplyHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder.RemoveHold(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for EdiscoveryNoncustodialDataSourceRemoveHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionPage">
            <summary>
            The interface IEdiscoveryCaseOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest">
            <summary>
            The interface IEdiscoveryCaseOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CaseOperation to the collection via POST.
            </summary>
            <param name="caseOperation">The CaseOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CaseOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.CaseOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CaseOperation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="caseOperation">The CaseOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.CaseOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.CaseOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequestBuilder">
            <summary>
            The interface IEdiscoveryCaseOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.ICaseOperationRequestBuilder"/> for the specified CaseOperation.
            </summary>
            <param name="id">The ID for the CaseOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.ICaseOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReopenRequest">
            <summary>
            The interface IEdiscoveryCaseReopenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReopenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReopenRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReopenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReopenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReopenRequestBuilder">
            <summary>
            The interface IEdiscoveryCaseReopenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReopenRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest">
            <summary>
            The interface IEdiscoveryCaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryCase using POST.
            </summary>
            <param name="ediscoveryCaseToCreate">The EdiscoveryCase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryCase.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryCase using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCaseToCreate">The EdiscoveryCase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryCase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryCase and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryCase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryCase.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryCase and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCase using PATCH.
            </summary>
            <param name="ediscoveryCaseToUpdate">The EdiscoveryCase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryCase.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCase using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCaseToUpdate">The EdiscoveryCase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCase using PUT.
            </summary>
            <param name="ediscoveryCaseToUpdate">The EdiscoveryCase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCase using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCaseToUpdate">The EdiscoveryCase object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder">
            <summary>
            The interface IEdiscoveryCaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder.Custodians">
            <summary>
            Gets the request builder for Custodians.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCustodiansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder.NoncustodialDataSources">
            <summary>
            Gets the request builder for NoncustodialDataSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseNoncustodialDataSourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder.ReviewSets">
            <summary>
            Gets the request builder for ReviewSets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder.Searches">
            <summary>
            Gets the request builder for Searches.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder.Settings">
            <summary>
            Gets the request builder for Settings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder.Tags">
            <summary>
            Gets the request builder for Tags.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder.Close">
            <summary>
            Gets the request builder for EdiscoveryCaseClose.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseCloseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseRequestBuilder.Reopen">
            <summary>
            Gets the request builder for EdiscoveryCaseReopen.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReopenRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionPage">
            <summary>
            The interface IEdiscoveryCaseReviewSetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest">
            <summary>
            The interface IEdiscoveryCaseReviewSetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryReviewSet to the collection via POST.
            </summary>
            <param name="ediscoveryReviewSet">The EdiscoveryReviewSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryReviewSet to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoveryReviewSet">The EdiscoveryReviewSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequestBuilder">
            <summary>
            The interface IEdiscoveryCaseReviewSetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseReviewSetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequestBuilder"/> for the specified EdiscoveryReviewSet.
            </summary>
            <param name="id">The ID for the EdiscoveryReviewSet.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionPage">
            <summary>
            The interface IEdiscoveryCaseSearchesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest">
            <summary>
            The interface IEdiscoveryCaseSearchesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoverySearch to the collection via POST.
            </summary>
            <param name="ediscoverySearch">The EdiscoverySearch to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoverySearch to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoverySearch">The EdiscoverySearch to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequestBuilder">
            <summary>
            The interface IEdiscoveryCaseSearchesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSearchesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder"/> for the specified EdiscoverySearch.
            </summary>
            <param name="id">The ID for the EdiscoverySearch.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest">
            <summary>
            The interface IEdiscoveryCaseSettingsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryCaseSettings using POST.
            </summary>
            <param name="ediscoveryCaseSettingsToCreate">The EdiscoveryCaseSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryCaseSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryCaseSettings using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCaseSettingsToCreate">The EdiscoveryCaseSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryCaseSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryCaseSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryCaseSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryCaseSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryCaseSettings and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCaseSettings using PATCH.
            </summary>
            <param name="ediscoveryCaseSettingsToUpdate">The EdiscoveryCaseSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryCaseSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCaseSettings using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCaseSettingsToUpdate">The EdiscoveryCaseSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCaseSettings using PUT.
            </summary>
            <param name="ediscoveryCaseSettingsToUpdate">The EdiscoveryCaseSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCaseSettings using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCaseSettingsToUpdate">The EdiscoveryCaseSettings object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCaseSettings,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequestBuilder">
            <summary>
            The interface IEdiscoveryCaseSettingsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsRequestBuilder.ResetToDefault">
            <summary>
            Gets the request builder for EdiscoveryCaseSettingsResetToDefault.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsResetToDefaultRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsResetToDefaultRequest">
            <summary>
            The interface IEdiscoveryCaseSettingsResetToDefaultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsResetToDefaultRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsResetToDefaultRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsResetToDefaultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsResetToDefaultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsResetToDefaultRequestBuilder">
            <summary>
            The interface IEdiscoveryCaseSettingsResetToDefaultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseSettingsResetToDefaultRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionPage">
            <summary>
            The interface IEdiscoveryCaseTagsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest">
            <summary>
            The interface IEdiscoveryCaseTagsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryReviewTag to the collection via POST.
            </summary>
            <param name="ediscoveryReviewTag">The EdiscoveryReviewTag to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryReviewTag to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoveryReviewTag">The EdiscoveryReviewTag to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequestBuilder">
            <summary>
            The interface IEdiscoveryCaseTagsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequestBuilder"/> for the specified EdiscoveryReviewTag.
            </summary>
            <param name="id">The ID for the EdiscoveryReviewTag.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCaseTagsCollectionRequestBuilder.AsHierarchy">
            <summary>
            Gets the request builder for EdiscoveryReviewTagAsHierarchy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianActivateRequest">
            <summary>
            The interface IEdiscoveryCustodianActivateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianActivateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianActivateRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianActivateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianActivateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianActivateRequestBuilder">
            <summary>
            The interface IEdiscoveryCustodianActivateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianActivateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianApplyHoldRequest">
            <summary>
            The interface IEdiscoveryCustodianApplyHoldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianApplyHoldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianApplyHoldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianApplyHoldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianApplyHoldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianApplyHoldRequestBuilder">
            <summary>
            The interface IEdiscoveryCustodianApplyHoldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianApplyHoldRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianReleaseRequest">
            <summary>
            The interface IEdiscoveryCustodianReleaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianReleaseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianReleaseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianReleaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianReleaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianReleaseRequestBuilder">
            <summary>
            The interface IEdiscoveryCustodianReleaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianReleaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRemoveHoldRequest">
            <summary>
            The interface IEdiscoveryCustodianRemoveHoldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRemoveHoldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRemoveHoldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRemoveHoldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRemoveHoldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRemoveHoldRequestBuilder">
            <summary>
            The interface IEdiscoveryCustodianRemoveHoldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRemoveHoldRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest">
            <summary>
            The interface IEdiscoveryCustodianRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryCustodian using POST.
            </summary>
            <param name="ediscoveryCustodianToCreate">The EdiscoveryCustodian to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryCustodian.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryCustodian using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCustodianToCreate">The EdiscoveryCustodian to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryCustodian.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryCustodian and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryCustodian.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryCustodian.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryCustodian and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCustodian using PATCH.
            </summary>
            <param name="ediscoveryCustodianToUpdate">The EdiscoveryCustodian to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryCustodian.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCustodian using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCustodianToUpdate">The EdiscoveryCustodian to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCustodian using PUT.
            </summary>
            <param name="ediscoveryCustodianToUpdate">The EdiscoveryCustodian object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryCustodian using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryCustodianToUpdate">The EdiscoveryCustodian object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryCustodian,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder">
            <summary>
            The interface IEdiscoveryCustodianRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder.LastIndexOperation">
            <summary>
            Gets the request builder for LastIndexOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder.SiteSources">
            <summary>
            Gets the request builder for SiteSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder.UnifiedGroupSources">
            <summary>
            Gets the request builder for UnifiedGroupSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder.UserSources">
            <summary>
            Gets the request builder for UserSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder.Activate">
            <summary>
            Gets the request builder for EdiscoveryCustodianActivate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianActivateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder.ApplyHold">
            <summary>
            Gets the request builder for EdiscoveryCustodianApplyHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianApplyHoldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder.Release">
            <summary>
            Gets the request builder for EdiscoveryCustodianRelease.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianReleaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder.RemoveHold">
            <summary>
            Gets the request builder for EdiscoveryCustodianRemoveHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRemoveHoldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianRequestBuilder.UpdateIndex">
            <summary>
            Gets the request builder for EdiscoveryCustodianUpdateIndex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUpdateIndexRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionPage">
            <summary>
            The interface IEdiscoveryCustodianSiteSourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest">
            <summary>
            The interface IEdiscoveryCustodianSiteSourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SiteSource to the collection via POST.
            </summary>
            <param name="siteSource">The SiteSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SiteSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SiteSource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="siteSource">The SiteSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.SiteSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.SiteSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequestBuilder">
            <summary>
            The interface IEdiscoveryCustodianSiteSourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianSiteSourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.ISiteSourceRequestBuilder"/> for the specified SiteSource.
            </summary>
            <param name="id">The ID for the SiteSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.ISiteSourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionPage">
            <summary>
            The interface IEdiscoveryCustodianUnifiedGroupSourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest">
            <summary>
            The interface IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedGroupSource to the collection via POST.
            </summary>
            <param name="unifiedGroupSource">The UnifiedGroupSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedGroupSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UnifiedGroupSource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="unifiedGroupSource">The UnifiedGroupSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder">
            <summary>
            The interface IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUnifiedGroupSourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequestBuilder"/> for the specified UnifiedGroupSource.
            </summary>
            <param name="id">The ID for the UnifiedGroupSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUpdateIndexRequest">
            <summary>
            The interface IEdiscoveryCustodianUpdateIndexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUpdateIndexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUpdateIndexRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUpdateIndexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUpdateIndexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUpdateIndexRequestBuilder">
            <summary>
            The interface IEdiscoveryCustodianUpdateIndexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUpdateIndexRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionPage">
            <summary>
            The interface IEdiscoveryCustodianUserSourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest">
            <summary>
            The interface IEdiscoveryCustodianUserSourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserSource to the collection via POST.
            </summary>
            <param name="userSource">The UserSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserSource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="userSource">The UserSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UserSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UserSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequestBuilder">
            <summary>
            The interface IEdiscoveryCustodianUserSourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryCustodianUserSourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IUserSourceRequestBuilder"/> for the specified UserSource.
            </summary>
            <param name="id">The ID for the UserSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IUserSourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationReferenceRequest">
            <summary>
            The interface IEdiscoveryEstimateOperationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryEstimateOperation reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryEstimateOperation reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryEstimateOperation reference.
            </summary>
            <param name="id">The EdiscoveryEstimateOperation reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryEstimateOperation reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The EdiscoveryEstimateOperation reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationReferenceRequestBuilder">
            <summary>
            The interface IEdiscoveryEstimateOperationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest">
            <summary>
            The interface IEdiscoveryEstimateOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryEstimateOperation using POST.
            </summary>
            <param name="ediscoveryEstimateOperationToCreate">The EdiscoveryEstimateOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryEstimateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryEstimateOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryEstimateOperationToCreate">The EdiscoveryEstimateOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryEstimateOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryEstimateOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryEstimateOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryEstimateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryEstimateOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryEstimateOperation using PATCH.
            </summary>
            <param name="ediscoveryEstimateOperationToUpdate">The EdiscoveryEstimateOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryEstimateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryEstimateOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryEstimateOperationToUpdate">The EdiscoveryEstimateOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryEstimateOperation using PUT.
            </summary>
            <param name="ediscoveryEstimateOperationToUpdate">The EdiscoveryEstimateOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryEstimateOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryEstimateOperationToUpdate">The EdiscoveryEstimateOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequestBuilder">
            <summary>
            The interface IEdiscoveryEstimateOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationRequestBuilder.Search">
            <summary>
            Gets the request builder for Search.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequest">
            <summary>
            The interface IEdiscoveryEstimateOperationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryEstimateOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryEstimateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryEstimateOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryEstimateOperation using POST.
            </summary>
            <param name="ediscoveryEstimateOperationToCreate">The EdiscoveryEstimateOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryEstimateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryEstimateOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryEstimateOperationToCreate">The EdiscoveryEstimateOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryEstimateOperation using PATCH.
            </summary>
            <param name="ediscoveryEstimateOperationToUpdate">The EdiscoveryEstimateOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryEstimateOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryEstimateOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryEstimateOperationToUpdate">The EdiscoveryEstimateOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryEstimateOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryEstimateOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryEstimateOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequestBuilder">
            <summary>
            The interface IEdiscoveryEstimateOperationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoveryEstimateOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest">
            <summary>
            The interface IEdiscoveryHoldOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryHoldOperation using POST.
            </summary>
            <param name="ediscoveryHoldOperationToCreate">The EdiscoveryHoldOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryHoldOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryHoldOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryHoldOperationToCreate">The EdiscoveryHoldOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryHoldOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryHoldOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryHoldOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryHoldOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryHoldOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryHoldOperation using PATCH.
            </summary>
            <param name="ediscoveryHoldOperationToUpdate">The EdiscoveryHoldOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryHoldOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryHoldOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryHoldOperationToUpdate">The EdiscoveryHoldOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryHoldOperation using PUT.
            </summary>
            <param name="ediscoveryHoldOperationToUpdate">The EdiscoveryHoldOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryHoldOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryHoldOperationToUpdate">The EdiscoveryHoldOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryHoldOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequestBuilder">
            <summary>
            The interface IEdiscoveryHoldOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryHoldOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationReferenceRequest">
            <summary>
            The interface IEdiscoveryIndexOperationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryIndexOperation reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryIndexOperation reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryIndexOperation reference.
            </summary>
            <param name="id">The EdiscoveryIndexOperation reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryIndexOperation reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The EdiscoveryIndexOperation reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationReferenceRequestBuilder">
            <summary>
            The interface IEdiscoveryIndexOperationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest">
            <summary>
            The interface IEdiscoveryIndexOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryIndexOperation using POST.
            </summary>
            <param name="ediscoveryIndexOperationToCreate">The EdiscoveryIndexOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryIndexOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryIndexOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryIndexOperationToCreate">The EdiscoveryIndexOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryIndexOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryIndexOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryIndexOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryIndexOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryIndexOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryIndexOperation using PATCH.
            </summary>
            <param name="ediscoveryIndexOperationToUpdate">The EdiscoveryIndexOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryIndexOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryIndexOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryIndexOperationToUpdate">The EdiscoveryIndexOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryIndexOperation using PUT.
            </summary>
            <param name="ediscoveryIndexOperationToUpdate">The EdiscoveryIndexOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryIndexOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryIndexOperationToUpdate">The EdiscoveryIndexOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequestBuilder">
            <summary>
            The interface IEdiscoveryIndexOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequest">
            <summary>
            The interface IEdiscoveryIndexOperationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryIndexOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryIndexOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryIndexOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryIndexOperation using POST.
            </summary>
            <param name="ediscoveryIndexOperationToCreate">The EdiscoveryIndexOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryIndexOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryIndexOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryIndexOperationToCreate">The EdiscoveryIndexOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryIndexOperation using PATCH.
            </summary>
            <param name="ediscoveryIndexOperationToUpdate">The EdiscoveryIndexOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryIndexOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryIndexOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryIndexOperationToUpdate">The EdiscoveryIndexOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryIndexOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryIndexOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryIndexOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequestBuilder">
            <summary>
            The interface IEdiscoveryIndexOperationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoveryIndexOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceApplyHoldRequest">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceApplyHoldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceApplyHoldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceApplyHoldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceApplyHoldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceApplyHoldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceApplyHoldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReferenceRequest">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryNoncustodialDataSource reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryNoncustodialDataSource reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryNoncustodialDataSource reference.
            </summary>
            <param name="id">The EdiscoveryNoncustodialDataSource reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryNoncustodialDataSource reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The EdiscoveryNoncustodialDataSource reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReferenceRequestBuilder">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReleaseRequest">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceReleaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReleaseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReleaseRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReleaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReleaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReleaseRequestBuilder">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceReleaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReleaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRemoveHoldRequest">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceRemoveHoldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRemoveHoldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRemoveHoldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRemoveHoldRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRemoveHoldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRemoveHoldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryNoncustodialDataSource using POST.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToCreate">The EdiscoveryNoncustodialDataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryNoncustodialDataSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToCreate">The EdiscoveryNoncustodialDataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryNoncustodialDataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryNoncustodialDataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryNoncustodialDataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryNoncustodialDataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryNoncustodialDataSource using PATCH.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToUpdate">The EdiscoveryNoncustodialDataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryNoncustodialDataSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToUpdate">The EdiscoveryNoncustodialDataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryNoncustodialDataSource using PUT.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToUpdate">The EdiscoveryNoncustodialDataSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryNoncustodialDataSource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToUpdate">The EdiscoveryNoncustodialDataSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequestBuilder">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequestBuilder.DataSource">
            <summary>
            Gets the request builder for DataSource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IDataSourceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequestBuilder.LastIndexOperation">
            <summary>
            Gets the request builder for LastIndexOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryIndexOperationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequestBuilder.ApplyHold">
            <summary>
            Gets the request builder for EdiscoveryNoncustodialDataSourceApplyHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceApplyHoldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequestBuilder.Release">
            <summary>
            Gets the request builder for EdiscoveryNoncustodialDataSourceRelease.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReleaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequestBuilder.RemoveHold">
            <summary>
            Gets the request builder for EdiscoveryNoncustodialDataSourceRemoveHold.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRemoveHoldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceRequestBuilder.UpdateIndex">
            <summary>
            Gets the request builder for EdiscoveryNoncustodialDataSourceUpdateIndex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceUpdateIndexRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceUpdateIndexRequest">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceUpdateIndexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceUpdateIndexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceUpdateIndexRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceUpdateIndexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceUpdateIndexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceUpdateIndexRequestBuilder">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceUpdateIndexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceUpdateIndexRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequest">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryNoncustodialDataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryNoncustodialDataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryNoncustodialDataSource using POST.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToCreate">The EdiscoveryNoncustodialDataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryNoncustodialDataSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToCreate">The EdiscoveryNoncustodialDataSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryNoncustodialDataSource using PATCH.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToUpdate">The EdiscoveryNoncustodialDataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryNoncustodialDataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryNoncustodialDataSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceToUpdate">The EdiscoveryNoncustodialDataSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryNoncustodialDataSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryNoncustodialDataSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder">
            <summary>
            The interface IEdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoveryNoncustodialDataSource.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest">
            <summary>
            The interface IEdiscoveryPurgeDataOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryPurgeDataOperation using POST.
            </summary>
            <param name="ediscoveryPurgeDataOperationToCreate">The EdiscoveryPurgeDataOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryPurgeDataOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryPurgeDataOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryPurgeDataOperationToCreate">The EdiscoveryPurgeDataOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryPurgeDataOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryPurgeDataOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryPurgeDataOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryPurgeDataOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryPurgeDataOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryPurgeDataOperation using PATCH.
            </summary>
            <param name="ediscoveryPurgeDataOperationToUpdate">The EdiscoveryPurgeDataOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryPurgeDataOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryPurgeDataOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryPurgeDataOperationToUpdate">The EdiscoveryPurgeDataOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryPurgeDataOperation using PUT.
            </summary>
            <param name="ediscoveryPurgeDataOperationToUpdate">The EdiscoveryPurgeDataOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryPurgeDataOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryPurgeDataOperationToUpdate">The EdiscoveryPurgeDataOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryPurgeDataOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequestBuilder">
            <summary>
            The interface IEdiscoveryPurgeDataOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryPurgeDataOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetAddToReviewSetRequest">
            <summary>
            The interface IEdiscoveryReviewSetAddToReviewSetRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetAddToReviewSetRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetAddToReviewSetRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetAddToReviewSetRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetAddToReviewSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetAddToReviewSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetAddToReviewSetRequestBuilder">
            <summary>
            The interface IEdiscoveryReviewSetAddToReviewSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetAddToReviewSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionPage">
            <summary>
            The interface IEdiscoveryReviewSetQueriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest">
            <summary>
            The interface IEdiscoveryReviewSetQueriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryReviewSetQuery to the collection via POST.
            </summary>
            <param name="ediscoveryReviewSetQuery">The EdiscoveryReviewSetQuery to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewSetQuery.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EdiscoveryReviewSetQuery to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="ediscoveryReviewSetQuery">The EdiscoveryReviewSetQuery to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequestBuilder">
            <summary>
            The interface IEdiscoveryReviewSetQueriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequestBuilder"/> for the specified EdiscoveryReviewSetQuery.
            </summary>
            <param name="id">The ID for the EdiscoveryReviewSetQuery.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryApplyTagsRequest">
            <summary>
            The interface IEdiscoveryReviewSetQueryApplyTagsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryApplyTagsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryApplyTagsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryApplyTagsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryApplyTagsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryApplyTagsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryApplyTagsRequestBuilder">
            <summary>
            The interface IEdiscoveryReviewSetQueryApplyTagsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryApplyTagsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest">
            <summary>
            The interface IEdiscoveryReviewSetQueryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewSetQuery using POST.
            </summary>
            <param name="ediscoveryReviewSetQueryToCreate">The EdiscoveryReviewSetQuery to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewSetQuery.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewSetQuery using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetQueryToCreate">The EdiscoveryReviewSetQuery to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSetQuery.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSetQuery and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewSetQuery.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryReviewSetQuery.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewSetQuery and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSetQuery using PATCH.
            </summary>
            <param name="ediscoveryReviewSetQueryToUpdate">The EdiscoveryReviewSetQuery to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryReviewSetQuery.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSetQuery using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetQueryToUpdate">The EdiscoveryReviewSetQuery to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSetQuery using PUT.
            </summary>
            <param name="ediscoveryReviewSetQueryToUpdate">The EdiscoveryReviewSetQuery object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSetQuery using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetQueryToUpdate">The EdiscoveryReviewSetQuery object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSetQuery,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequestBuilder">
            <summary>
            The interface IEdiscoveryReviewSetQueryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryRequestBuilder.ApplyTags(System.Collections.Generic.IEnumerable{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag},System.Collections.Generic.IEnumerable{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag})">
            <summary>
            Gets the request builder for EdiscoveryReviewSetQueryApplyTags.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueryApplyTagsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetReferenceRequest">
            <summary>
            The interface IEdiscoveryReviewSetReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSet reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSet reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryReviewSet reference.
            </summary>
            <param name="id">The EdiscoveryReviewSet reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryReviewSet reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The EdiscoveryReviewSet reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetReferenceRequestBuilder">
            <summary>
            The interface IEdiscoveryReviewSetReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest">
            <summary>
            The interface IEdiscoveryReviewSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewSet using POST.
            </summary>
            <param name="ediscoveryReviewSetToCreate">The EdiscoveryReviewSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetToCreate">The EdiscoveryReviewSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSet using PATCH.
            </summary>
            <param name="ediscoveryReviewSetToUpdate">The EdiscoveryReviewSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetToUpdate">The EdiscoveryReviewSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSet using PUT.
            </summary>
            <param name="ediscoveryReviewSetToUpdate">The EdiscoveryReviewSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSet using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetToUpdate">The EdiscoveryReviewSet object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequestBuilder">
            <summary>
            The interface IEdiscoveryReviewSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequestBuilder.Queries">
            <summary>
            Gets the request builder for Queries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetQueriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetRequestBuilder.AddToReviewSet(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Nullable{Microsoft.Graph.SecurityNamespace.AdditionalDataOptions})">
            <summary>
            Gets the request builder for EdiscoveryReviewSetAddToReviewSet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetAddToReviewSetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequest">
            <summary>
            The interface IEdiscoveryReviewSetWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewSet and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewSet using POST.
            </summary>
            <param name="ediscoveryReviewSetToCreate">The EdiscoveryReviewSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewSet using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetToCreate">The EdiscoveryReviewSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSet using PATCH.
            </summary>
            <param name="ediscoveryReviewSetToUpdate">The EdiscoveryReviewSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryReviewSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewSet using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewSetToUpdate">The EdiscoveryReviewSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewSet and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequestBuilder">
            <summary>
            The interface IEdiscoveryReviewSetWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoveryReviewSet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewSetReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyCollectionPage">
            <summary>
            The interface IEdiscoveryReviewTagAsHierarchyCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequest">
            <summary>
            The interface IEdiscoveryReviewTagAsHierarchyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequestBuilder">
            <summary>
            The interface IEdiscoveryReviewTagAsHierarchyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagAsHierarchyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionReferencesRequest">
            <summary>
            The interface IEdiscoveryReviewTagChildTagsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="ediscoveryReviewTagReference">The Microsoft.Graph.ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ReferenceRequestBody to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.ReferenceRequestBody&gt;"/> object of the request.
            </summary>
            <param name="ediscoveryReviewTagReference">The Microsoft.Graph.ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder">
            <summary>
            The interface IEdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesPage">
            <summary>
            The interface IEdiscoveryReviewTagChildTagsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest">
            <summary>
            The interface IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequestBuilder"/> for the specified EdiscoveryReviewTag.
            </summary>
            <param name="id">The ID for the EdiscoveryReviewTag.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagReferenceRequest">
            <summary>
            The interface IEdiscoveryReviewTagReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewTag reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewTag reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryReviewTag reference.
            </summary>
            <param name="id">The EdiscoveryReviewTag reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoveryReviewTag reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The EdiscoveryReviewTag reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagReferenceRequestBuilder">
            <summary>
            The interface IEdiscoveryReviewTagReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest">
            <summary>
            The interface IEdiscoveryReviewTagRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewTag using POST.
            </summary>
            <param name="ediscoveryReviewTagToCreate">The EdiscoveryReviewTag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewTag using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewTagToCreate">The EdiscoveryReviewTag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewTag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewTag and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewTag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewTag and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewTag using PATCH.
            </summary>
            <param name="ediscoveryReviewTagToUpdate">The EdiscoveryReviewTag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewTag using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewTagToUpdate">The EdiscoveryReviewTag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewTag using PUT.
            </summary>
            <param name="ediscoveryReviewTagToUpdate">The EdiscoveryReviewTag object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewTag using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewTagToUpdate">The EdiscoveryReviewTag object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequestBuilder">
            <summary>
            The interface IEdiscoveryReviewTagRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequestBuilder.ChildTags">
            <summary>
            Gets the request builder for ChildTags.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagChildTagsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagRequestBuilder.Parent">
            <summary>
            Gets the request builder for Parent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequest">
            <summary>
            The interface IEdiscoveryReviewTagWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewTag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryReviewTag and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewTag using POST.
            </summary>
            <param name="ediscoveryReviewTagToCreate">The EdiscoveryReviewTag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryReviewTag using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewTagToCreate">The EdiscoveryReviewTag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewTag using PATCH.
            </summary>
            <param name="ediscoveryReviewTagToUpdate">The EdiscoveryReviewTag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryReviewTag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryReviewTag using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryReviewTagToUpdate">The EdiscoveryReviewTag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewTag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryReviewTag and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryReviewTag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequestBuilder">
            <summary>
            The interface IEdiscoveryReviewTagWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoveryReviewTag.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryReviewTagReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionPage">
            <summary>
            The interface IEdiscoverySearchAdditionalSourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest">
            <summary>
            The interface IEdiscoverySearchAdditionalSourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest.AddAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DataSource to the collection via POST.
            </summary>
            <param name="dataSource">The DataSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DataSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.DataSource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DataSource to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="dataSource">The DataSource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequestBuilder">
            <summary>
            The interface IEdiscoverySearchAdditionalSourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IDataSourceRequestBuilder"/> for the specified DataSource.
            </summary>
            <param name="id">The ID for the DataSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IDataSourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionReferencesRequest">
            <summary>
            The interface IEdiscoverySearchCustodianSourcesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="dataSourceReference">The Microsoft.Graph.ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ReferenceRequestBody to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.ReferenceRequestBody&gt;"/> object of the request.
            </summary>
            <param name="dataSourceReference">The Microsoft.Graph.ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder">
            <summary>
            The interface IEdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesPage">
            <summary>
            The interface IEdiscoverySearchCustodianSourcesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest">
            <summary>
            The interface IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.DataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequestBuilder"/> for the specified DataSource.
            </summary>
            <param name="id">The ID for the DataSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IDataSourceWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchEstimateStatisticsRequest">
            <summary>
            The interface IEdiscoverySearchEstimateStatisticsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchEstimateStatisticsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchEstimateStatisticsRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchEstimateStatisticsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchEstimateStatisticsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchEstimateStatisticsRequestBuilder">
            <summary>
            The interface IEdiscoverySearchEstimateStatisticsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchEstimateStatisticsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionReferencesRequest">
            <summary>
            The interface IEdiscoverySearchNoncustodialSourcesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ReferenceRequestBody to the collection via POST.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceReference">The Microsoft.Graph.ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.ReferenceRequestBody,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Microsoft.Graph.ReferenceRequestBody to the collection via POST and returns a <see cref="!:GraphResponse&lt;Microsoft.Graph.ReferenceRequestBody&gt;"/> object of the request.
            </summary>
            <param name="ediscoveryNoncustodialDataSourceReference">The Microsoft.Graph.ReferenceRequestBody to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder">
            <summary>
            The interface IEdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesPage">
            <summary>
            The interface IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest">
            <summary>
            The interface IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryNoncustodialDataSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder"/> for the specified EdiscoveryNoncustodialDataSource.
            </summary>
            <param name="id">The ID for the EdiscoveryNoncustodialDataSource.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryNoncustodialDataSourceWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchPurgeDataRequest">
            <summary>
            The interface IEdiscoverySearchPurgeDataRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchPurgeDataRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchPurgeDataRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchPurgeDataRequest.PostResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse"/> object of the request</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchPurgeDataRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchPurgeDataRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchPurgeDataRequestBuilder">
            <summary>
            The interface IEdiscoverySearchPurgeDataRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchPurgeDataRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchReferenceRequest">
            <summary>
            The interface IEdiscoverySearchReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoverySearch reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoverySearch reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoverySearch reference.
            </summary>
            <param name="id">The EdiscoverySearch reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EdiscoverySearch reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The EdiscoverySearch reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchReferenceRequestBuilder">
            <summary>
            The interface IEdiscoverySearchReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest">
            <summary>
            The interface IEdiscoverySearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoverySearch using POST.
            </summary>
            <param name="ediscoverySearchToCreate">The EdiscoverySearch to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoverySearch using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoverySearchToCreate">The EdiscoverySearch to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoverySearch.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoverySearch and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoverySearch.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoverySearch and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoverySearch using PATCH.
            </summary>
            <param name="ediscoverySearchToUpdate">The EdiscoverySearch to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoverySearch using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoverySearchToUpdate">The EdiscoverySearch to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoverySearch using PUT.
            </summary>
            <param name="ediscoverySearchToUpdate">The EdiscoverySearch object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoverySearch using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoverySearchToUpdate">The EdiscoverySearch object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder">
            <summary>
            The interface IEdiscoverySearchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder.AdditionalSources">
            <summary>
            Gets the request builder for AdditionalSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchAdditionalSourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder.AddToReviewSetOperation">
            <summary>
            Gets the request builder for AddToReviewSetOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryAddToReviewSetOperationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder.CustodianSources">
            <summary>
            Gets the request builder for CustodianSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchCustodianSourcesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder.LastEstimateStatisticsOperation">
            <summary>
            Gets the request builder for LastEstimateStatisticsOperation.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryEstimateOperationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder.NoncustodialSources">
            <summary>
            Gets the request builder for NoncustodialSources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchNoncustodialSourcesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder.EstimateStatistics">
            <summary>
            Gets the request builder for EdiscoverySearchEstimateStatistics.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchEstimateStatisticsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchRequestBuilder.PurgeData(System.Nullable{Microsoft.Graph.SecurityNamespace.PurgeType},System.Nullable{Microsoft.Graph.SecurityNamespace.PurgeAreas})">
            <summary>
            Gets the request builder for EdiscoverySearchPurgeData.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchPurgeDataRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequest">
            <summary>
            The interface IEdiscoverySearchWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoverySearch.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoverySearch and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoverySearch using POST.
            </summary>
            <param name="ediscoverySearchToCreate">The EdiscoverySearch to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoverySearch using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoverySearchToCreate">The EdiscoverySearch to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoverySearch using PATCH.
            </summary>
            <param name="ediscoverySearchToUpdate">The EdiscoverySearch to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoverySearch.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoverySearch using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoverySearchToUpdate">The EdiscoverySearch to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoverySearch.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoverySearch and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoverySearch,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequestBuilder">
            <summary>
            The interface IEdiscoverySearchWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the ediscoverySearch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IEdiscoverySearchReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest">
            <summary>
            The interface IEdiscoveryTagOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryTagOperation using POST.
            </summary>
            <param name="ediscoveryTagOperationToCreate">The EdiscoveryTagOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EdiscoveryTagOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EdiscoveryTagOperation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryTagOperationToCreate">The EdiscoveryTagOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryTagOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EdiscoveryTagOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryTagOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EdiscoveryTagOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EdiscoveryTagOperation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryTagOperation using PATCH.
            </summary>
            <param name="ediscoveryTagOperationToUpdate">The EdiscoveryTagOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated EdiscoveryTagOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryTagOperation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryTagOperationToUpdate">The EdiscoveryTagOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.PutAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryTagOperation using PUT.
            </summary>
            <param name="ediscoveryTagOperationToUpdate">The EdiscoveryTagOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EdiscoveryTagOperation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="ediscoveryTagOperationToUpdate">The EdiscoveryTagOperation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.EdiscoveryTagOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequestBuilder">
            <summary>
            The interface IEdiscoveryTagOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IEdiscoveryTagOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionReferencesRequest">
            <summary>
            The interface IIncidentAlertsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionReferencesRequest.AddAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Alert to the collection via POST.
            </summary>
            <param name="alert">The Alert to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Alert to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="alert">The Alert to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionReferencesRequestBuilder">
            <summary>
            The interface IIncidentAlertsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesPage">
            <summary>
            The interface IIncidentAlertsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequest">
            <summary>
            The interface IIncidentAlertsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IIncidentAlertsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequestBuilder"/> for the specified Alert.
            </summary>
            <param name="id">The ID for the Alert.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IIncidentRequest">
            <summary>
            The interface IIncidentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Incident using POST.
            </summary>
            <param name="incidentToCreate">The Incident to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Incident.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Incident using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="incidentToCreate">The Incident to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Incident.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Incident and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Incident.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Incident.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Incident and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Incident using PATCH.
            </summary>
            <param name="incidentToUpdate">The Incident to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Incident.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Incident using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="incidentToUpdate">The Incident to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.PutAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Incident using PUT.
            </summary>
            <param name="incidentToUpdate">The Incident object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Incident using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="incidentToUpdate">The Incident object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Incident,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Incident,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IIncidentRequestBuilder">
            <summary>
            The interface IIncidentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IIncidentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IIncidentRequestBuilder.Alerts">
            <summary>
            Gets the request builder for Alerts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionReferencesRequest">
            <summary>
            The type IncidentAlertsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IncidentAlertsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionReferencesRequest.AddAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Alert to the collection via POST.
            </summary>
            <param name="alert">The Alert to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionReferencesRequest.AddResponseAsync(Microsoft.Graph.SecurityNamespace.Alert,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Alert to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="alert">The Alert to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionReferencesRequestBuilder">
            <summary>
            The type IncidentAlertsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IncidentAlertsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesPage">
            <summary>
            The type IncidentAlertsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequest">
            <summary>
            The type IncidentAlertsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IncidentAlertsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Alert,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequestBuilder">
            <summary>
            The type IncidentAlertsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IncidentAlertsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequestBuilder"/> for the specified IncidentAlert.
            </summary>
            <param name="id">The ID for the IncidentAlert.</param>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IAlertWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesResponse">
            <summary>
            The type IncidentAlertsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IncidentAlertsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IncidentRequest">
            <summary>
            The type IncidentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IncidentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Incident using POST.
            </summary>
            <param name="incidentToCreate">The Incident to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Incident.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Incident using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="incidentToCreate">The Incident to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Incident.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Incident and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Incident.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Incident.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Incident and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Incident using PATCH.
            </summary>
            <param name="incidentToUpdate">The Incident to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Incident.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Incident using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="incidentToUpdate">The Incident to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.PutAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Incident using PUT.
            </summary>
            <param name="incidentToUpdate">The Incident object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.Incident,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Incident using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="incidentToUpdate">The Incident object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Incident,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Incident,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.Incident)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="incidentToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.Incident"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IncidentRequestBuilder">
            <summary>
            The type IncidentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IncidentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IncidentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IncidentRequestBuilder.Alerts">
            <summary>
            Gets the request builder for Alerts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.SecurityNamespace.IIncidentAlertsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ISearchRequest">
            <summary>
            The interface ISearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.Search,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Search using POST.
            </summary>
            <param name="searchToCreate">The Search to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Search.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.Search,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Search using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="searchToCreate">The Search to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Search.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Search and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Search.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Search.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Search and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.Search,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Search using PATCH.
            </summary>
            <param name="searchToUpdate">The Search to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Search.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.Search,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Search using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="searchToUpdate">The Search to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.PutAsync(Microsoft.Graph.SecurityNamespace.Search,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Search using PUT.
            </summary>
            <param name="searchToUpdate">The Search object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.Search,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Search using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="searchToUpdate">The Search object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Search,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Search,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ISearchRequestBuilder">
            <summary>
            The interface ISearchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISearchRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest">
            <summary>
            The interface ISiteSourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SiteSource using POST.
            </summary>
            <param name="siteSourceToCreate">The SiteSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SiteSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SiteSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteSourceToCreate">The SiteSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SiteSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SiteSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SiteSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SiteSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SiteSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SiteSource using PATCH.
            </summary>
            <param name="siteSourceToUpdate">The SiteSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SiteSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SiteSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteSourceToUpdate">The SiteSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.PutAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SiteSource using PUT.
            </summary>
            <param name="siteSourceToUpdate">The SiteSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SiteSource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteSourceToUpdate">The SiteSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.SiteSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.SiteSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ISiteSourceRequestBuilder">
            <summary>
            The interface ISiteSourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ISiteSourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.ISiteSourceRequestBuilder.Site">
            <summary>
            Gets the request builder for Site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ITagRequest">
            <summary>
            The interface ITagRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.Tag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Tag using POST.
            </summary>
            <param name="tagToCreate">The Tag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Tag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.Tag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Tag using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tagToCreate">The Tag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Tag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Tag and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Tag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Tag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Tag and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.Tag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Tag using PATCH.
            </summary>
            <param name="tagToUpdate">The Tag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Tag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.Tag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Tag using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tagToUpdate">The Tag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.PutAsync(Microsoft.Graph.SecurityNamespace.Tag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Tag using PUT.
            </summary>
            <param name="tagToUpdate">The Tag object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.Tag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Tag using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tagToUpdate">The Tag object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Tag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Tag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.ITagRequestBuilder">
            <summary>
            The interface ITagRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.ITagRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest">
            <summary>
            The interface IUnifiedGroupSourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedGroupSource using POST.
            </summary>
            <param name="unifiedGroupSourceToCreate">The UnifiedGroupSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedGroupSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedGroupSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedGroupSourceToCreate">The UnifiedGroupSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedGroupSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedGroupSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedGroupSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedGroupSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedGroupSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedGroupSource using PATCH.
            </summary>
            <param name="unifiedGroupSourceToUpdate">The UnifiedGroupSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedGroupSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedGroupSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedGroupSourceToUpdate">The UnifiedGroupSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.PutAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedGroupSource using PUT.
            </summary>
            <param name="unifiedGroupSourceToUpdate">The UnifiedGroupSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedGroupSource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedGroupSourceToUpdate">The UnifiedGroupSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequestBuilder">
            <summary>
            The interface IUnifiedGroupSourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.IUnifiedGroupSourceRequestBuilder.Group">
            <summary>
            Gets the request builder for Group.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IUserSourceRequest">
            <summary>
            The interface IUserSourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserSource using POST.
            </summary>
            <param name="userSourceToCreate">The UserSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userSourceToCreate">The UserSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSource using PATCH.
            </summary>
            <param name="userSourceToUpdate">The UserSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userSourceToUpdate">The UserSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.PutAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSource using PUT.
            </summary>
            <param name="userSourceToUpdate">The UserSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userSourceToUpdate">The UserSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UserSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UserSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.IUserSourceRequestBuilder">
            <summary>
            The interface IUserSourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.IUserSourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.SearchRequest">
            <summary>
            The type SearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SearchRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.Search,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Search using POST.
            </summary>
            <param name="searchToCreate">The Search to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Search.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.Search,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Search using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="searchToCreate">The Search to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Search.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Search and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Search.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Search.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Search and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.Search,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Search using PATCH.
            </summary>
            <param name="searchToUpdate">The Search to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Search.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.Search,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Search using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="searchToUpdate">The Search to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.PutAsync(Microsoft.Graph.SecurityNamespace.Search,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Search using PUT.
            </summary>
            <param name="searchToUpdate">The Search object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.Search,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Search using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="searchToUpdate">The Search object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Search,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Search,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.Search)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="searchToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.Search"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.SearchRequestBuilder">
            <summary>
            The type SearchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SearchRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SearchRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.SiteSourceRequest">
            <summary>
            The type SiteSourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteSourceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SiteSource using POST.
            </summary>
            <param name="siteSourceToCreate">The SiteSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SiteSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SiteSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteSourceToCreate">The SiteSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SiteSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SiteSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SiteSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SiteSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SiteSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SiteSource using PATCH.
            </summary>
            <param name="siteSourceToUpdate">The SiteSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated SiteSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SiteSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteSourceToUpdate">The SiteSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.PutAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SiteSource using PUT.
            </summary>
            <param name="siteSourceToUpdate">The SiteSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.SiteSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SiteSource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="siteSourceToUpdate">The SiteSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.SiteSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.SiteSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.SiteSource)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="siteSourceToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.SiteSource"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.SiteSourceRequestBuilder">
            <summary>
            The type SiteSourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteSourceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.SiteSourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.SiteSourceRequestBuilder.Site">
            <summary>
            Gets the request builder for Site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.TagRequest">
            <summary>
            The type TagRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TagRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.Tag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Tag using POST.
            </summary>
            <param name="tagToCreate">The Tag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Tag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.Tag,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Tag using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tagToCreate">The Tag to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Tag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Tag and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Tag.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Tag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Tag and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.Tag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Tag using PATCH.
            </summary>
            <param name="tagToUpdate">The Tag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Tag.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.Tag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Tag using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tagToUpdate">The Tag to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.PutAsync(Microsoft.Graph.SecurityNamespace.Tag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Tag using PUT.
            </summary>
            <param name="tagToUpdate">The Tag object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.Tag,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Tag using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="tagToUpdate">The Tag object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Tag,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.Tag,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.Tag)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="tagToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.Tag"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.TagRequestBuilder">
            <summary>
            The type TagRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TagRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.TagRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest">
            <summary>
            The type UnifiedGroupSourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UnifiedGroupSourceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedGroupSource using POST.
            </summary>
            <param name="unifiedGroupSourceToCreate">The UnifiedGroupSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UnifiedGroupSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UnifiedGroupSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedGroupSourceToCreate">The UnifiedGroupSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedGroupSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UnifiedGroupSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedGroupSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UnifiedGroupSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UnifiedGroupSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedGroupSource using PATCH.
            </summary>
            <param name="unifiedGroupSourceToUpdate">The UnifiedGroupSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UnifiedGroupSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedGroupSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedGroupSourceToUpdate">The UnifiedGroupSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.PutAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedGroupSource using PUT.
            </summary>
            <param name="unifiedGroupSourceToUpdate">The UnifiedGroupSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UnifiedGroupSource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="unifiedGroupSourceToUpdate">The UnifiedGroupSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UnifiedGroupSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.UnifiedGroupSource)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="unifiedGroupSourceToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.UnifiedGroupSource"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequestBuilder">
            <summary>
            The type UnifiedGroupSourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UnifiedGroupSourceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SecurityNamespace.UnifiedGroupSourceRequestBuilder.Group">
            <summary>
            Gets the request builder for Group.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.UserSourceRequest">
            <summary>
            The type UserSourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserSourceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.CreateAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserSource using POST.
            </summary>
            <param name="userSourceToCreate">The UserSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.CreateResponseAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserSource using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userSourceToCreate">The UserSource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserSource and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserSource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserSource and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.UpdateAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSource using PATCH.
            </summary>
            <param name="userSourceToUpdate">The UserSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated UserSource.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.UpdateResponseAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSource using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userSourceToUpdate">The UserSource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.PutAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSource using PUT.
            </summary>
            <param name="userSourceToUpdate">The UserSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.PutResponseAsync(Microsoft.Graph.SecurityNamespace.UserSource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserSource using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="userSourceToUpdate">The UserSource object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UserSource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SecurityNamespace.UserSource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequest.InitializeCollectionProperties(Microsoft.Graph.SecurityNamespace.UserSource)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userSourceToInitialize">The <see cref="T:Microsoft.Graph.SecurityNamespace.UserSource"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SecurityNamespace.UserSourceRequestBuilder">
            <summary>
            The type UserSourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserSourceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SecurityNamespace.UserSourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.Group">
            <summary>
            The type Group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Group.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Date and time of the group creation. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Group.Description">
            <summary>
            Gets or sets description.
            Description that gives details on the term usage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Group.DisplayName">
            <summary>
            Gets or sets display name.
            Name of the group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Group.ParentSiteId">
            <summary>
            Gets or sets parent site id.
            ID of the parent site of this group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Group.Scope">
            <summary>
            Gets or sets scope.
            Returns the type of the group. Possible values are: global, system, and siteCollection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Group.Sets">
            <summary>
            Gets or sets sets.
            All sets under the group in a term [store].
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Group.SetsNextLink">
            <summary>
            Gets or sets setsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.LocalizedDescription">
            <summary>
            The type LocalizedDescription.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.LocalizedDescription.Description">
            <summary>
            Gets or sets description.
            The description in the localized language.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.LocalizedDescription.LanguageTag">
            <summary>
            Gets or sets languageTag.
            The language tag for the label.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.LocalizedDescription.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.LocalizedDescription.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.LocalizedLabel">
            <summary>
            The type LocalizedLabel.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.LocalizedLabel.IsDefault">
            <summary>
            Gets or sets isDefault.
            Indicates whether the label is the default label.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.LocalizedLabel.LanguageTag">
            <summary>
            Gets or sets languageTag.
            The language tag for the label.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.LocalizedLabel.Name">
            <summary>
            Gets or sets name.
            The name of the label.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.LocalizedLabel.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.LocalizedLabel.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.LocalizedName">
            <summary>
            The type LocalizedName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.LocalizedName.LanguageTag">
            <summary>
            Gets or sets languageTag.
            The language tag for the label.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.LocalizedName.Name">
            <summary>
            Gets or sets name.
            The name in the localized language.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.LocalizedName.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.LocalizedName.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.Relation">
            <summary>
            The type Relation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Relation.Relationship">
            <summary>
            Gets or sets relationship.
            The type of relation. Possible values are: pin, reuse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Relation.FromTerm">
            <summary>
            Gets or sets from term.
            The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Relation.Set">
            <summary>
            Gets or sets set.
            The [set] in which the relation is relevant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Relation.ToTerm">
            <summary>
            Gets or sets to term.
            The to [term] of the relation. The term to which the relationship is defined.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.RelationType">
            <summary>
            The enum RelationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TermStore.RelationType.Pin">
            <summary>
            Pin
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TermStore.RelationType.Reuse">
            <summary>
            Reuse
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TermStore.RelationType.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.Set">
            <summary>
            The type Set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Set.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Date and time of set creation. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Set.Description">
            <summary>
            Gets or sets description.
            Description that gives details on the term usage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Set.LocalizedNames">
            <summary>
            Gets or sets localized names.
            Name of the set for each languageTag.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Set.Properties">
            <summary>
            Gets or sets properties.
            Custom properties for the set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Set.Children">
            <summary>
            Gets or sets children.
            Children terms of set in term [store].
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Set.ChildrenNextLink">
            <summary>
            Gets or sets childrenNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Set.ParentGroup">
            <summary>
            Gets or sets parent group.
            The parent [group] that contains the set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Set.Relations">
            <summary>
            Gets or sets relations.
            Indicates which terms have been pinned or reused directly under the set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Set.RelationsNextLink">
            <summary>
            Gets or sets relationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Set.Terms">
            <summary>
            Gets or sets terms.
            All the terms under the set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Set.TermsNextLink">
            <summary>
            Gets or sets termsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.Store">
            <summary>
            The type Store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Store.DefaultLanguageTag">
            <summary>
            Gets or sets default language tag.
            Default language of the term store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Store.LanguageTags">
            <summary>
            Gets or sets language tags.
            List of languages for the term store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Store.Groups">
            <summary>
            Gets or sets groups.
            Collection of all groups available in the term store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Store.GroupsNextLink">
            <summary>
            Gets or sets groupsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Store.Sets">
            <summary>
            Gets or sets sets.
            Collection of all sets available in the term store. This relationship can only be used to load a specific term set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Store.SetsNextLink">
            <summary>
            Gets or sets setsNextLink.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.Term">
            <summary>
            The type Term.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Term.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Date and time of term creation. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Term.Descriptions">
            <summary>
            Gets or sets descriptions.
            Description about term that is dependent on the languageTag.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Term.Labels">
            <summary>
            Gets or sets labels.
            Label metadata for a term.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Term.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Last date and time of term modification. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Term.Properties">
            <summary>
            Gets or sets properties.
            Collection of properties on the term.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Term.Children">
            <summary>
            Gets or sets children.
            Children of current term.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Term.ChildrenNextLink">
            <summary>
            Gets or sets childrenNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Term.Relations">
            <summary>
            Gets or sets relations.
            To indicate which terms are related to the current term as either pinned or reused.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Term.RelationsNextLink">
            <summary>
            Gets or sets relationsNextLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.Term.Set">
            <summary>
            Gets or sets set.
            The [set] in which the term is created.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermGroupScope">
            <summary>
            The enum TermGroupScope.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TermStore.TermGroupScope.Global">
            <summary>
            Global
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TermStore.TermGroupScope.System">
            <summary>
            System
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TermStore.TermGroupScope.SiteCollection">
            <summary>
            Site Collection
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TermStore.TermGroupScope.UnknownFutureValue">
            <summary>
            Unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.GroupRequest">
            <summary>
            The type GroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.CreateAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.UpdateAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.PutAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PUT.
            </summary>
            <param name="groupToUpdate">The Group object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.PutResponseAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToUpdate">The Group object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequest.InitializeCollectionProperties(Microsoft.Graph.TermStore.Group)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="groupToInitialize">The <see cref="T:Microsoft.Graph.TermStore.Group"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TermStore.GroupRequestBuilder">
            <summary>
            The type GroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.GroupRequestBuilder.Sets">
            <summary>
            Gets the request builder for Sets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IGroupSetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.GroupSetsCollectionPage">
            <summary>
            The type GroupSetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.GroupSetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.GroupSetsCollectionRequest">
            <summary>
            The type GroupSetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupSetsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Set to the collection via POST.
            </summary>
            <param name="set">The Set to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Set to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="set">The Set to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.GroupSetsCollectionRequestBuilder">
            <summary>
            The type GroupSetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupSetsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.GroupSetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.GroupSetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.ISetRequestBuilder"/> for the specified GroupSet.
            </summary>
            <param name="id">The ID for the GroupSet.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.GroupSetsCollectionResponse">
            <summary>
            The type GroupSetsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.GroupSetsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.TermStore.IGroupSetsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.GroupSetsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.GroupSetsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IGroupRequest">
            <summary>
            The interface IGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.CreateAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.UpdateAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.PutAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PUT.
            </summary>
            <param name="groupToUpdate">The Group object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.PutResponseAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="groupToUpdate">The Group object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IGroupRequestBuilder">
            <summary>
            The interface IGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.IGroupRequestBuilder.Sets">
            <summary>
            Gets the request builder for Sets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IGroupSetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IGroupSetsCollectionPage">
            <summary>
            The interface IGroupSetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.IGroupSetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest">
            <summary>
            The interface IGroupSetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Set to the collection via POST.
            </summary>
            <param name="set">The Set to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Set to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="set">The Set to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IGroupSetsCollectionRequestBuilder">
            <summary>
            The interface IGroupSetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IGroupSetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.IGroupSetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.ISetRequestBuilder"/> for the specified Set.
            </summary>
            <param name="id">The ID for the Set.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IRelationRequest">
            <summary>
            The interface IRelationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.CreateAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Relation using POST.
            </summary>
            <param name="relationToCreate">The Relation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Relation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Relation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="relationToCreate">The Relation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Relation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Relation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Relation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Relation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Relation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.UpdateAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Relation using PATCH.
            </summary>
            <param name="relationToUpdate">The Relation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Relation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Relation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="relationToUpdate">The Relation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.PutAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Relation using PUT.
            </summary>
            <param name="relationToUpdate">The Relation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.PutResponseAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Relation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="relationToUpdate">The Relation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Relation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Relation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IRelationRequestBuilder">
            <summary>
            The interface IRelationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IRelationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.IRelationRequestBuilder.FromTerm">
            <summary>
            Gets the request builder for FromTerm.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.IRelationRequestBuilder.Set">
            <summary>
            Gets the request builder for Set.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.IRelationRequestBuilder.ToTerm">
            <summary>
            Gets the request builder for ToTerm.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetChildrenCollectionPage">
            <summary>
            The interface ISetChildrenCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ISetChildrenCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest">
            <summary>
            The interface ISetChildrenCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Term to the collection via POST.
            </summary>
            <param name="term">The Term to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Term to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="term">The Term to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetChildrenCollectionRequestBuilder">
            <summary>
            The interface ISetChildrenCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetChildrenCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ISetChildrenCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.ITermRequestBuilder"/> for the specified Term.
            </summary>
            <param name="id">The ID for the Term.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetReferenceRequest">
            <summary>
            The interface ISetReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Set reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Set reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Set reference.
            </summary>
            <param name="id">The Set reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Set reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The Set reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetReferenceRequestBuilder">
            <summary>
            The interface ISetReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetRelationsCollectionPage">
            <summary>
            The interface ISetRelationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ISetRelationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest">
            <summary>
            The interface ISetRelationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Relation to the collection via POST.
            </summary>
            <param name="relation">The Relation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Relation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Relation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="relation">The Relation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Relation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Relation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetRelationsCollectionRequestBuilder">
            <summary>
            The interface ISetRelationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRelationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ISetRelationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.IRelationRequestBuilder"/> for the specified Relation.
            </summary>
            <param name="id">The ID for the Relation.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IRelationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetRequest">
            <summary>
            The interface ISetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.CreateAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Set using POST.
            </summary>
            <param name="setToCreate">The Set to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Set using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="setToCreate">The Set to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Set.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Set and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Set.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Set and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.UpdateAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Set using PATCH.
            </summary>
            <param name="setToUpdate">The Set to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Set using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="setToUpdate">The Set to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.PutAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Set using PUT.
            </summary>
            <param name="setToUpdate">The Set object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.PutResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Set using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="setToUpdate">The Set object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetRequestBuilder">
            <summary>
            The interface ISetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ISetRequestBuilder.Children">
            <summary>
            Gets the request builder for Children.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetChildrenCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ISetRequestBuilder.ParentGroup">
            <summary>
            Gets the request builder for ParentGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IGroupRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ISetRequestBuilder.Relations">
            <summary>
            Gets the request builder for Relations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetRelationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ISetRequestBuilder.Terms">
            <summary>
            Gets the request builder for Terms.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetTermsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetTermsCollectionPage">
            <summary>
            The interface ISetTermsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ISetTermsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.ISetTermsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetTermsCollectionRequest">
            <summary>
            The interface ISetTermsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Term to the collection via POST.
            </summary>
            <param name="term">The Term to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Term to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="term">The Term to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetTermsCollectionRequestBuilder">
            <summary>
            The interface ISetTermsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetTermsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ISetTermsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.ITermRequestBuilder"/> for the specified Term.
            </summary>
            <param name="id">The ID for the Term.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetWithReferenceRequest">
            <summary>
            The interface ISetWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Set.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Set and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequest.CreateAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Set using POST.
            </summary>
            <param name="setToCreate">The Set to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Set using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="setToCreate">The Set to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequest.UpdateAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Set using PATCH.
            </summary>
            <param name="setToUpdate">The Set to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Set using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="setToUpdate">The Set to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Set.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Set and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ISetWithReferenceRequestBuilder">
            <summary>
            The interface ISetWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ISetWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ISetWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the set.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IStoreGroupsCollectionPage">
            <summary>
            The interface IStoreGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.IStoreGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest">
            <summary>
            The interface IStoreGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequestBuilder">
            <summary>
            The interface IStoreGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.IGroupRequestBuilder"/> for the specified Group.
            </summary>
            <param name="id">The ID for the Group.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IStoreRequest">
            <summary>
            The interface IStoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.CreateAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Store using POST.
            </summary>
            <param name="storeToCreate">The Store to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Store.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Store using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="storeToCreate">The Store to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Store.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Store and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Store.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Store.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Store and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.UpdateAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Store using PATCH.
            </summary>
            <param name="storeToUpdate">The Store to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Store.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Store using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="storeToUpdate">The Store to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.PutAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Store using PUT.
            </summary>
            <param name="storeToUpdate">The Store object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.PutResponseAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Store using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="storeToUpdate">The Store object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Store,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Store,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IStoreRequestBuilder">
            <summary>
            The interface IStoreRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.IStoreRequestBuilder.Groups">
            <summary>
            Gets the request builder for Groups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.IStoreRequestBuilder.Sets">
            <summary>
            Gets the request builder for Sets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IStoreSetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IStoreSetsCollectionPage">
            <summary>
            The interface IStoreSetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.IStoreSetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest">
            <summary>
            The interface IStoreSetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Set to the collection via POST.
            </summary>
            <param name="set">The Set to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Set to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="set">The Set to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.IStoreSetsCollectionRequestBuilder">
            <summary>
            The interface IStoreSetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.IStoreSetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.IStoreSetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.ISetRequestBuilder"/> for the specified Set.
            </summary>
            <param name="id">The ID for the Set.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ITermChildrenCollectionPage">
            <summary>
            The interface ITermChildrenCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ITermChildrenCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest">
            <summary>
            The interface ITermChildrenCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Term to the collection via POST.
            </summary>
            <param name="term">The Term to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Term to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="term">The Term to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ITermChildrenCollectionRequestBuilder">
            <summary>
            The interface ITermChildrenCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermChildrenCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ITermChildrenCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.ITermRequestBuilder"/> for the specified Term.
            </summary>
            <param name="id">The ID for the Term.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ITermReferenceRequest">
            <summary>
            The interface ITermReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Term reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Term reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Term reference.
            </summary>
            <param name="id">The Term reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Term reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object
            </summary>
            <param name="id">The Term reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ITermReferenceRequestBuilder">
            <summary>
            The interface ITermReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ITermRelationsCollectionPage">
            <summary>
            The interface ITermRelationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ITermRelationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest">
            <summary>
            The interface ITermRelationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Relation to the collection via POST.
            </summary>
            <param name="relation">The Relation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Relation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Relation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="relation">The Relation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Relation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Relation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ITermRelationsCollectionRequestBuilder">
            <summary>
            The interface ITermRelationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRelationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ITermRelationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.IRelationRequestBuilder"/> for the specified Relation.
            </summary>
            <param name="id">The ID for the Relation.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IRelationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ITermRequest">
            <summary>
            The interface ITermRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.CreateAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Term using POST.
            </summary>
            <param name="termToCreate">The Term to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Term using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termToCreate">The Term to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Term.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Term and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Term.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Term and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.UpdateAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Term using PATCH.
            </summary>
            <param name="termToUpdate">The Term to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Term using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termToUpdate">The Term to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.PutAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Term using PUT.
            </summary>
            <param name="termToUpdate">The Term object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.PutResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Term using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termToUpdate">The Term object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse`1"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ITermRequestBuilder">
            <summary>
            The interface ITermRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ITermRequestBuilder.Children">
            <summary>
            Gets the request builder for Children.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermChildrenCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ITermRequestBuilder.Relations">
            <summary>
            Gets the request builder for Relations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermRelationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ITermRequestBuilder.Set">
            <summary>
            Gets the request builder for Set.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ITermWithReferenceRequest">
            <summary>
            The interface ITermWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Term.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Term and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequest.CreateAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Term using POST.
            </summary>
            <param name="termToCreate">The Term to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Term using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termToCreate">The Term to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequest.UpdateAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Term using PATCH.
            </summary>
            <param name="termToUpdate">The Term to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Term using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termToUpdate">The Term to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Term.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Term and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.ITermWithReferenceRequestBuilder">
            <summary>
            The interface ITermWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.ITermWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.ITermWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the term.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.RelationRequest">
            <summary>
            The type RelationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RelationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.CreateAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Relation using POST.
            </summary>
            <param name="relationToCreate">The Relation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Relation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Relation using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="relationToCreate">The Relation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Relation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Relation and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Relation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Relation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Relation and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.UpdateAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Relation using PATCH.
            </summary>
            <param name="relationToUpdate">The Relation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Relation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Relation using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="relationToUpdate">The Relation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.PutAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Relation using PUT.
            </summary>
            <param name="relationToUpdate">The Relation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.PutResponseAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Relation using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="relationToUpdate">The Relation object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Relation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Relation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequest.InitializeCollectionProperties(Microsoft.Graph.TermStore.Relation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="relationToInitialize">The <see cref="T:Microsoft.Graph.TermStore.Relation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TermStore.RelationRequestBuilder">
            <summary>
            The type RelationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RelationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.RelationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.RelationRequestBuilder.FromTerm">
            <summary>
            Gets the request builder for FromTerm.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.RelationRequestBuilder.Set">
            <summary>
            Gets the request builder for Set.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.RelationRequestBuilder.ToTerm">
            <summary>
            Gets the request builder for ToTerm.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetChildrenCollectionPage">
            <summary>
            The type SetChildrenCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetChildrenCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.ISetChildrenCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetChildrenCollectionRequest">
            <summary>
            The type SetChildrenCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SetChildrenCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Term to the collection via POST.
            </summary>
            <param name="term">The Term to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Term to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="term">The Term to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetChildrenCollectionRequestBuilder">
            <summary>
            The type SetChildrenCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SetChildrenCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetChildrenCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetChildrenCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.ITermRequestBuilder"/> for the specified SetTerm.
            </summary>
            <param name="id">The ID for the SetTerm.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetChildrenCollectionResponse">
            <summary>
            The type SetChildrenCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetChildrenCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.TermStore.ISetChildrenCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetChildrenCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetChildrenCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetReferenceRequest">
            <summary>
            The type SetReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SetReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Set reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Set reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Set reference.
            </summary>
            <param name="id">The Set reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Set reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The Set reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetReferenceRequestBuilder">
            <summary>
            The type SetReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SetReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetRelationsCollectionPage">
            <summary>
            The type SetRelationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetRelationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.ISetRelationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetRelationsCollectionRequest">
            <summary>
            The type SetRelationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SetRelationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Relation to the collection via POST.
            </summary>
            <param name="relation">The Relation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Relation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Relation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="relation">The Relation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Relation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Relation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetRelationsCollectionRequestBuilder">
            <summary>
            The type SetRelationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SetRelationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRelationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetRelationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.IRelationRequestBuilder"/> for the specified SetRelation.
            </summary>
            <param name="id">The ID for the SetRelation.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IRelationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetRelationsCollectionResponse">
            <summary>
            The type SetRelationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetRelationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.TermStore.ISetRelationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetRelationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetRelationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetRequest">
            <summary>
            The type SetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SetRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.CreateAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Set using POST.
            </summary>
            <param name="setToCreate">The Set to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Set using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="setToCreate">The Set to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Set.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Set and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Set.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Set and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.UpdateAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Set using PATCH.
            </summary>
            <param name="setToUpdate">The Set to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Set using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="setToUpdate">The Set to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.PutAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Set using PUT.
            </summary>
            <param name="setToUpdate">The Set object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.PutResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Set using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="setToUpdate">The Set object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequest.InitializeCollectionProperties(Microsoft.Graph.TermStore.Set)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="setToInitialize">The <see cref="T:Microsoft.Graph.TermStore.Set"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetRequestBuilder">
            <summary>
            The type SetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SetRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetRequestBuilder.Children">
            <summary>
            Gets the request builder for Children.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetChildrenCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetRequestBuilder.ParentGroup">
            <summary>
            Gets the request builder for ParentGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IGroupRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetRequestBuilder.Relations">
            <summary>
            Gets the request builder for Relations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetRelationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetRequestBuilder.Terms">
            <summary>
            Gets the request builder for Terms.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetTermsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetTermsCollectionPage">
            <summary>
            The type SetTermsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetTermsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.ISetTermsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetTermsCollectionRequest">
            <summary>
            The type SetTermsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SetTermsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Term to the collection via POST.
            </summary>
            <param name="term">The Term to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Term to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="term">The Term to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetTermsCollectionRequestBuilder">
            <summary>
            The type SetTermsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SetTermsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetTermsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetTermsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.ITermRequestBuilder"/> for the specified SetTerm.
            </summary>
            <param name="id">The ID for the SetTerm.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetTermsCollectionResponse">
            <summary>
            The type SetTermsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetTermsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.TermStore.ISetTermsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetTermsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetTermsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetWithReferenceRequest">
            <summary>
            The type SetWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SetWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Set.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Set and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequest.CreateAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Set using POST.
            </summary>
            <param name="setToCreate">The Set to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Set using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="setToCreate">The Set to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequest.UpdateAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Set using PATCH.
            </summary>
            <param name="setToUpdate">The Set to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Set using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="setToUpdate">The Set to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Set.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Set and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.SetWithReferenceRequestBuilder">
            <summary>
            The type SetWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SetWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.SetWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.SetWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the set.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.StoreGroupsCollectionPage">
            <summary>
            The type StoreGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.StoreGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest">
            <summary>
            The type StoreGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new StoreGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.StoreGroupsCollectionRequestBuilder">
            <summary>
            The type StoreGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new StoreGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.StoreGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.IGroupRequestBuilder"/> for the specified StoreGroup.
            </summary>
            <param name="id">The ID for the StoreGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.StoreGroupsCollectionResponse">
            <summary>
            The type StoreGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.StoreGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.TermStore.IStoreGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.StoreGroupsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.StoreGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.StoreRequest">
            <summary>
            The type StoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new StoreRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.CreateAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Store using POST.
            </summary>
            <param name="storeToCreate">The Store to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Store.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Store using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="storeToCreate">The Store to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Store.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Store and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Store.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Store.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Store and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.UpdateAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Store using PATCH.
            </summary>
            <param name="storeToUpdate">The Store to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Store.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Store using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="storeToUpdate">The Store to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.PutAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Store using PUT.
            </summary>
            <param name="storeToUpdate">The Store object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.PutResponseAsync(Microsoft.Graph.TermStore.Store,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Store using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="storeToUpdate">The Store object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Store,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Store,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequest.InitializeCollectionProperties(Microsoft.Graph.TermStore.Store)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="storeToInitialize">The <see cref="T:Microsoft.Graph.TermStore.Store"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TermStore.StoreRequestBuilder">
            <summary>
            The type StoreRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new StoreRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.StoreRequestBuilder.Groups">
            <summary>
            Gets the request builder for Groups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IStoreGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.StoreRequestBuilder.Sets">
            <summary>
            Gets the request builder for Sets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IStoreSetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.StoreSetsCollectionPage">
            <summary>
            The type StoreSetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.StoreSetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.IStoreSetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.StoreSetsCollectionRequest">
            <summary>
            The type StoreSetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new StoreSetsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Set to the collection via POST.
            </summary>
            <param name="set">The Set to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Set.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Set,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Set to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="set">The Set to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Set,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.StoreSetsCollectionRequestBuilder">
            <summary>
            The type StoreSetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new StoreSetsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.StoreSetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.StoreSetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.ISetRequestBuilder"/> for the specified StoreSet.
            </summary>
            <param name="id">The ID for the StoreSet.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.StoreSetsCollectionResponse">
            <summary>
            The type StoreSetsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.StoreSetsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.TermStore.IStoreSetsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.StoreSetsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.StoreSetsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermChildrenCollectionPage">
            <summary>
            The type TermChildrenCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermChildrenCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.ITermChildrenCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermChildrenCollectionRequest">
            <summary>
            The type TermChildrenCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermChildrenCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Term to the collection via POST.
            </summary>
            <param name="term">The Term to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Term to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="term">The Term to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermChildrenCollectionRequestBuilder">
            <summary>
            The type TermChildrenCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermChildrenCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermChildrenCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermChildrenCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.ITermRequestBuilder"/> for the specified TermTerm.
            </summary>
            <param name="id">The ID for the TermTerm.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermChildrenCollectionResponse">
            <summary>
            The type TermChildrenCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermChildrenCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.TermStore.ITermChildrenCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermChildrenCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermChildrenCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermReferenceRequest">
            <summary>
            The type TermReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Term reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Term reference and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Term reference.
            </summary>
            <param name="id">The Term reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermReferenceRequest.PutResponseAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Term reference and returns <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="id">The Term reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermReferenceRequestBuilder">
            <summary>
            The type TermReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermRelationsCollectionPage">
            <summary>
            The type TermRelationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermRelationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.TermStore.ITermRelationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermRelationsCollectionRequest">
            <summary>
            The type TermRelationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermRelationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequest.AddAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Relation to the collection via POST.
            </summary>
            <param name="relation">The Relation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Relation.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequest.AddResponseAsync(Microsoft.Graph.TermStore.Relation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Relation to the collection via POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.
            </summary>
            <param name="relation">The Relation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Relation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Relation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermRelationsCollectionRequestBuilder">
            <summary>
            The type TermRelationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermRelationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRelationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermRelationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.TermStore.IRelationRequestBuilder"/> for the specified TermRelation.
            </summary>
            <param name="id">The ID for the TermRelation.</param>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.IRelationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermRelationsCollectionResponse">
            <summary>
            The type TermRelationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermRelationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.TermStore.ITermRelationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermRelationsCollectionResponse.NextLink">
            <summary>
            Gets or sets the nextLink string value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermRelationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermRequest">
            <summary>
            The type TermRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.CreateAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Term using POST.
            </summary>
            <param name="termToCreate">The Term to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Term using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termToCreate">The Term to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Term.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Term and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Term.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Term and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.UpdateAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Term using PATCH.
            </summary>
            <param name="termToUpdate">The Term to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Term using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termToUpdate">The Term to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.PutAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Term using PUT.
            </summary>
            <param name="termToUpdate">The Term object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.PutResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Term using PUT and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termToUpdate">The Term object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await of <see cref="T:Microsoft.Graph.GraphResponse`1"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequest.InitializeCollectionProperties(Microsoft.Graph.TermStore.Term)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="termToInitialize">The <see cref="T:Microsoft.Graph.TermStore.Term"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermRequestBuilder">
            <summary>
            The type TermRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermRequestBuilder.Children">
            <summary>
            Gets the request builder for Children.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermChildrenCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermRequestBuilder.Relations">
            <summary>
            Gets the request builder for Relations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermRelationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermRequestBuilder.Set">
            <summary>
            Gets the request builder for Set.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ISetWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermWithReferenceRequest">
            <summary>
            The type TermWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Term.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequest.GetResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Term and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequest.CreateAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Term using POST.
            </summary>
            <param name="termToCreate">The Term to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequest.CreateResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Term using POST and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termToCreate">The Term to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequest.UpdateAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Term using PATCH.
            </summary>
            <param name="termToUpdate">The Term to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The updated Term.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequest.UpdateResponseAsync(Microsoft.Graph.TermStore.Term,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Term using PATCH and returns a <see cref="T:Microsoft.Graph.GraphResponse`1"/> object.
            </summary>
            <param name="termToUpdate">The Term to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <exception cref="T:Microsoft.Graph.ClientException">Thrown when an object returned in a response is used for updating an object in Microsoft Graph.</exception>
            <returns>The <see cref="T:Microsoft.Graph.GraphResponse`1"/> object of the request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Term.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequest.DeleteResponseAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Term and returns a <see cref="T:Microsoft.Graph.GraphResponse"/> object.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task of <see cref="T:Microsoft.Graph.GraphResponse"/> to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermStore.Term,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermStore.TermWithReferenceRequestBuilder">
            <summary>
            The type TermWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermStore.TermWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermStore.TermWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the term.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.TermStore.ITermReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.Extensions.DateTimeTimeZoneExtensions">
            <summary>
            Implements DateTimeTimeZone Extensions
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Extensions.DateTimeTimeZoneExtensions.ToDateTime(Microsoft.Graph.DateTimeTimeZone)">
            <summary>
            Converts DateTimeTimeZone which is a Complex Type to DateTime
            </summary>
            <param name="dateTimeTimeZone"></param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Graph.Extensions.DateTimeTimeZoneExtensions.ToDateTimeOffset(Microsoft.Graph.DateTimeTimeZone)">
            <summary>
            Converts DateTimeTimeZone which is a Complex Type to DateTimeOffset
            </summary>
            <param name="dateTimeTimeZone"></param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Graph.Extensions.DateTimeTimeZoneExtensions.ToDateTimeTimeZone(System.DateTime)">
            <summary>
            Converts the dateTime to a DateTimeTimeZone object
            <para>This method assumes the value is expressed on the same timezone as the target mailbox and the local machine</para>
            </summary>
            <param name="dateTime">>A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Graph.Extensions.DateTimeTimeZoneExtensions.ToDateTimeTimeZone(System.DateTime,System.TimeZoneInfo)">
            <summary>
            Converts the dateTime to a DateTimeTimeZone object
            </summary>
            <param name="dateTime">>A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).</param>
            <param name="timeZoneInfo">The expected values for timeZone are specified here: https://docs.microsoft.com/en-us/graph/api/resources/datetimetimezone?view=graph-rest-1.0 </param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Graph.Extensions.DateTimeTimeZoneExtensions.ToDateTimeTimeZone(System.DateTimeOffset)">
            <summary>
            Converts the dateTimeOffset to a DateTimeTimeZone object
            <para>This method assumes the value is expressed on the same timezone as the target mailbox and the local machine</para>
            </summary>
            <param name="dateTimeOffset">>A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Graph.Extensions.DateTimeTimeZoneExtensions.ToDateTimeTimeZone(System.DateTimeOffset,System.String)">
            <summary>
            Converts the dateTimeOffset to a DateTimeTimeZone object
            </summary>
            <param name="dateTimeOffset">>A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).</param>
            <param name="timeZone">The expected values for timeZone are specified here: https://docs.microsoft.com/en-us/graph/api/resources/datetimetimezone?view=graph-rest-1.0 </param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Graph.Extensions.DateTimeTimeZoneExtensions.ToDateTimeTimeZone(System.DateTimeOffset,System.TimeZoneInfo)">
            <summary>
            Converts the dateTimeOffset to a DateTimeTimeZone object
            </summary>
            <param name="dateTimeOffset">>A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).</param>
            <param name="timeZoneInfo">The expected values for timeZone are specified here: https://docs.microsoft.com/en-us/graph/api/resources/datetimetimezone?view=graph-rest-1.0 </param>
            <returns></returns>
        </member>
        <member name="T:Microsoft.Graph.ComplexTypeHelper">
            <summary>
            This class provides internal functionality that allows converting complex typed values in dynamic properties of open types to their native types. 
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ComplexTypeHelper.ConvertComplexTypeProperties``1(System.Collections.Generic.IDictionary{System.String,System.Object},System.String)">
            <summary>
            For the given dynamic property dictionary, converts the entries with the specified odata type value to thegiven native type.
            </summary>
            <typeparam name="TObject">The native type of the objects to create</typeparam>
            <param name="additionalData">Dynamic properties dictionary</param>
            <param name="odataType">OData type name of the object.</param>
            <remarks>
            This method will inplace replace JObject anonymous types in the dynamic properties dictionary with the deserialized native type given as the 
            type argument if the anonymous type has the correct OData type value. Other dynamic type properties will not be altered.
            </remarks>
        </member>
        <member name="T:Microsoft.Graph.ChunkedUploadProvider">
            <summary>
            Use this class to make resumable uploads or to upload large files. This
            class allows the client to control the size of chunks uploaded (for example, can be useful
            to use small chunks if the connection is slow). Also allows the client to
            pause an upload and resume later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChunkedUploadProvider.Session">
            <summary>
            The UploadSession object
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChunkedUploadProvider.#ctor(Microsoft.Graph.UploadSession,Microsoft.Graph.IBaseClient,System.IO.Stream,System.Int32)">
            <summary>
            Helps with resumable uploads. Generates chunk requests based on <paramref name="session"/>
            information, and can control uploading of requests using <paramref name="client"/>
            </summary>
            <param name="session">Session information.</param>
            <param name="client">Client used to upload chunks.</param>
            <param name="uploadStream">Readable, seekable stream to be uploaded. Length of session is determined via uploadStream.Length</param>
            <param name="maxChunkSize">Max size of each chunk to be uploaded. Multiple of 320 KiB (320 * 1024) is required.
            If less than 0, default value of 5 MiB is used. .</param>
        </member>
        <member name="M:Microsoft.Graph.ChunkedUploadProvider.GetUploadChunkRequests(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Get the series of requests needed to complete the upload session. Call <see cref="M:Microsoft.Graph.ChunkedUploadProvider.UpdateSessionStatusAsync"/>
            first to update the internal session information.
            </summary>
            <param name="options">Options to be applied to each request.</param>
            <returns>All requests currently needed to complete the upload session.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChunkedUploadProvider.UpdateSessionStatusAsync">
            <summary>
            Get the status of the session. Stores returned session internally.
            Updates internal list of ranges remaining to be uploaded (according to the server).
            </summary>
            <returns>UploadSession returned by the server.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChunkedUploadProvider.DeleteSession">
            <summary>
            Delete the session.
            </summary>
            <returns>Once returned task is complete, the session has been deleted.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChunkedUploadProvider.UploadAsync(System.Int32,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Upload the whole session.
            </summary>
            <param name="maxTries">Number of times to retry entire session before giving up.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
            <returns>Item information returned by server.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChunkedUploadProvider.GetChunkRequestResponseAsync(Microsoft.Graph.UploadChunkRequest,System.Byte[],System.Collections.Generic.ICollection{System.Exception})">
            <summary>
            Write a chunk of data using the UploadChunkRequest.
            This overload is obsolete and is kept for backward compatibility
            </summary>
            <param name="request">The UploadChunkRequest to make the request with.</param>
            <param name="readBuffer">The byte[] content to read from.</param>
            <param name="exceptionTrackingList">A list of exceptions to use to track progress. ChunkedUpload may retry.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Graph.ChunkedUploadProvider.GetChunkRequestResponseAsync(Microsoft.Graph.UploadChunkRequest,System.Collections.Generic.ICollection{System.Exception})">
            <summary>
            Write a chunk of data using the UploadChunkRequest.
            </summary>
            <param name="request">The UploadChunkRequest to make the request with.</param>
            <param name="exceptionTrackingList">A list of exceptions to use to track progress. ChunkedUpload may retry.</param>
            <returns></returns>
        </member>
        <member name="T:Microsoft.Graph.EtagHelper">
            <summary>
            Helper class to extract @odata.etag property and to specify If-Match headers for requests.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EtagHelper.ODataEtagPropertyName">
            <summary>
            Name of the OData etag property.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EtagHelper.GetEtag(Microsoft.Graph.Entity)">
            <summary>
            Returns the etag of an entity.
            </summary>
            <param name="entity">The entity that contains an etag.</param>
            <returns>Etag value if present, null otherwise.</returns>
        </member>
        <member name="T:Microsoft.Graph.HeaderHelper">
            <summary>
            Helper class to add HTTP headers for requests.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.HeaderHelper.Header``1(``0,System.String,System.String)">
            <summary>
            Adds a header with the given name and value to the request.
            </summary>
            <typeparam name="TRequest">Type of the request.</typeparam>
            <param name="request">Request to which the header should be added.</param>
            <param name="name">Name of the header.</param>
            <param name="value">Value of the header.</param>
            <returns>Modified request with the added header.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUploadChunkRequest">
            <summary>
            The interface IUploadChunkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUploadChunkRequest.PutAsync(System.IO.Stream)">
            <summary>
            Puts the specified Chunk.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UploadChunkRequest">
            <summary>
            The type UploadChunkRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadChunkRequest.RangeBegin">
            <summary>
            The beginning of the chunk range to send.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadChunkRequest.RangeEnd">
            <summary>
            The end of the chunk range to send.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadChunkRequest.TotalSessionLength">
            <summary>
            The length in bytes of the session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadChunkRequest.RangeLength">
            <summary>
            The range length of the chunk to send.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UploadChunkRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option},System.Int64,System.Int64,System.Int64)">
            <summary>
            Request for uploading one chunk of a session
            </summary>
            <param name="sessionUrl">URL to upload the chunk.</param>
            <param name="client">Client used for sending the chunk.</param>
            <param name="options">Options</param>
            <param name="rangeBegin">Beginning of range of this chunk</param>
            <param name="rangeEnd">End of range of this chunk</param>
            <param name="totalSessionLength">Total session length. This MUST be consistent
            across all chunks.</param>
        </member>
        <member name="M:Microsoft.Graph.UploadChunkRequest.PutAsync(System.IO.Stream)">
            <summary>
            Uploads the chunk using PUT.
            </summary>
            <param name="stream">Stream of data to be sent in the request.</param>
            <returns>The status of the upload.</returns>
        </member>
        <member name="M:Microsoft.Graph.UploadChunkRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Uploads the chunk using PUT.
            </summary>
            <param name="stream">Stream of data to be sent in the request. Length must be equal to the length
            of this chunk (as defined by this.RangeLength)</param>
            <param name="cancellationToken">The cancellation token</param>
            <returns>The status of the upload. If UploadSession.AdditionalData.ContainsKey("successResponse")
            is true, then the item has completed, and the value is the created item from the server.</returns>
        </member>
        <member name="M:Microsoft.Graph.UploadChunkRequest.SendRequestAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Send the Chunked Upload request
            </summary>
            <param name="stream">Stream of data to be sent in the request.</param>
            <param name="cancellationToken">The cancellation token</param>
            <param name="completionOption">The completion option for the request. Defaults to ResponseContentRead.</param>
            <returns></returns>
        </member>
        <member name="T:Microsoft.Graph.UploadChunkResult">
            <summary>
            The UploadChunkResult class
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UploadChunkResult.UploadSession">
            <summary>
            The UploadSession containing information about the created upload session.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UploadChunkResult.ItemResponse">
            <summary>
            The uploaded item, once upload has completed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadChunkResult.UploadSucceeded">
            <summary>
            Status of the request.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UploadSessionRequest">
            <summary>
            The UploadSessionRequest class
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UploadSessionRequest.#ctor(Microsoft.Graph.UploadSession,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Create a new UploadSessionRequest
            </summary>
            <param name="session">The UploadSession to use in the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UploadSessionRequest.DeleteAsync">
            <summary>
            Deletes the specified Session
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UploadSessionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Session
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UploadSessionRequest.GetAsync">
            <summary>
            Gets the specified UploadSession.
            </summary>
            <returns>The Item.</returns>
        </member>
        <member name="M:Microsoft.Graph.UploadSessionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UploadSession.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Item.</returns>
        </member>
    </members>
</doc>
